:root {
  --paper: #fbf4e9;
  --paper-deep: #f1e4d3;
  --paper-soft: #fff9f0;
  --wine: #5d0711;
  --wine-2: #7d1723;
  --graphite: #2d2925;
  --muted: #75665d;
  --copper: #b77a55;
  --rose: #b26469;
  --line: rgba(93, 7, 17, 0.18);
  --shadow: 0 20px 50px rgba(67, 30, 21, 0.14);
  --serif: "Cinzel", Georgia, serif;
  --sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --script: "Caveat", "Bradley Hand", "Segoe Print", cursive;
  --max: 1920px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--graphite);
  background:
    radial-gradient(circle at 10% 0%, rgba(183, 122, 85, 0.13), transparent 26rem),
    radial-gradient(circle at 90% 10%, rgba(93, 7, 17, 0.08), transparent 24rem),
    linear-gradient(180deg, var(--paper) 0%, #fff8ee 42%, var(--paper) 100%);
  font-family: var(--sans);
  text-rendering: geometricPrecision;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(93, 7, 17, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(93, 7, 17, 0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 70%);
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.site-shell {
  overflow: hidden;
}

.hero {
  min-height: 100vh;
  min-height: 100svh;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.topbar {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 28px;
  max-width: none;
  margin: 0;
  padding: clamp(22px, 4vw, 44px) clamp(20px, 4vw, 64px) 0;
  min-height: 64px;
}

.brand {
  flex: 1 1 auto;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 1.7vw, 2rem);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--graphite);
}

.header-audience {
  margin: 0;
  color: rgba(93, 7, 17, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-grid {
  position: static;
  width: 100%;
  min-height: calc(100vh - 112px);
  min-height: calc(100svh - 112px);
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(520px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(16px, 2vw, 42px);
  align-items: start;
}

.hero-copy {
  padding-left: clamp(20px, 4vw, 64px);
}

.hero-grid::before {
  position: absolute;
  left: 22%;
  top: -8%;
  width: 54%;
  height: 78%;
  content: "";
  background:
    radial-gradient(circle, rgba(183, 122, 85, 0.36) 0 3px, transparent 4px) 0 0 / 110px 90px,
    url("data:image/svg+xml,%3Csvg width='680' height='480' viewBox='0 0 680 480' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 60 C140 10 150 150 260 120 S410 80 430 190 520 270 640 230' fill='none' stroke='%23b77a55' stroke-width='2' stroke-dasharray='9 12' opacity='.45'/%3E%3Cpath d='M130 380 C240 290 270 410 390 350 S560 280 620 380' fill='none' stroke='%237d1723' stroke-width='1.4' stroke-dasharray='8 12' opacity='.25'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity: 0.42;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 4;
  padding-top: clamp(38px, 5vh, 68px);
}

.hero-copy > .kicker,
.hero-copy > h1,
.hero-copy > .headline-rule,
.hero-copy > .hero-promise,
.hero-copy > .hero-facts,
.hero-copy > .hero-actions,
.hero-copy > .hero-note {
  position: relative;
  z-index: 3;
}

.kicker {
  margin: 0 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: var(--copper);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.kicker::after {
  content: "";
  width: 70px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.live-kicker::before {
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 999px;
  background: var(--wine);
  box-shadow: 0 0 0 6px rgba(93, 7, 17, 0.12);
}

.live-kicker {
  color: #fff;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--wine);
  font-family: var(--serif);
  font-weight: 500;
  line-height: 0.93;
}

h1 {
  width: clamp(600px, 46vw, 792px);
  max-width: min(792px, 82vw);
  font-size: clamp(4.15rem, 4.72vw, 5rem);
  letter-spacing: 0;
  text-transform: none;
}

h1 span {
  white-space: nowrap;
}

h2 {
  font-size: clamp(3.2rem, 6vw, 7.1rem);
  letter-spacing: -0.035em;
}

#content-title,
#values-title {
  font-size: clamp(4.9rem, 4.95vw, 5rem);
}

h3 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.headline-rule {
  display: flex;
  align-items: center;
  width: min(760px, 100%);
  margin: 22px 0 24px;
  gap: 18px;
}

.headline-rule::before,
.headline-rule::after {
  flex: 1;
  height: 1px;
  content: "";
  background: rgba(93, 7, 17, 0.28);
}

.headline-rule span {
  width: 22px;
  height: 22px;
  border: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--wine);
  line-height: 1;
}

.headline-rule span::before {
  content: "♡";
  font-size: 18px;
  transform: translateY(-1px);
}

.headline-rule.small {
  width: 320px;
  margin: 18px 0 24px;
}

.subline {
  margin: 0 0 26px;
  color: rgba(45, 41, 37, 0.72);
  font-size: clamp(0.92rem, 1.4vw, 1.15rem);
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-promise {
  max-width: 710px;
  margin: 0 0 28px;
  color: rgba(45, 41, 37, 0.78);
  font-size: clamp(1.16rem, 1.8vw, 1.46rem);
  font-weight: 400;
  line-height: 1.45;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin: 0 0 24px;
}

.hero-facts > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--graphite);
  font-size: clamp(0.96rem, 1.6vw, 1.24rem);
  font-weight: 700;
}

.price-before {
  color: rgba(45, 41, 37, 0.55);
  font-size: 0.88em;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.hero .price-before-hero {
  color: #922216;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.hero .price-current-hero {
  color: #1f8a4c;
  font-weight: 600;
}

.hero-facts > span > svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 32px;
  border: 1px solid transparent;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.18;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff8ed;
  background: linear-gradient(180deg, var(--wine-2), var(--wine));
  box-shadow: 0 16px 34px rgba(93, 7, 17, 0.2);
}

.btn-primary:hover {
  box-shadow: 0 20px 42px rgba(93, 7, 17, 0.28);
}

.btn-quiet,
.btn-outline {
  color: #fff8ed;
  border-color: rgba(93, 7, 17, 0.28);
  background: linear-gradient(180deg, var(--wine-2), var(--wine));
  box-shadow: 0 16px 34px rgba(93, 7, 17, 0.2);
}

.hero-note {
  max-width: 680px;
  margin: 26px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid #791521;
  border-left: 3px solid #791521;
  color: rgba(45, 41, 37, 0.82);
  background: rgba(255, 249, 240, 0.66);
  box-shadow: 0 12px 30px rgba(93, 7, 17, 0.08);
  font-family: var(--sans);
  font-size: clamp(0.94rem, 1.08vw, 1.08rem);
  font-weight: 650;
  letter-spacing: 0.01em;
  line-height: 1.42;
}

.hero-note span {
  color: var(--wine);
  font-family: var(--serif);
  font-size: 1.32em;
  line-height: 1;
}

.hero-visual {
  --photo-overlap: 0;
  position: absolute;
  inset: 0;
  height: 100%;
  z-index: 2;
  min-height: calc(100vh - 112px);
  min-height: calc(100svh - 112px);
  margin-top: 0;
  margin-left: 0;
  pointer-events: none;
  width: 100%;
}

.hero-photo-frame {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  width: 100%;
}

.hero-photo-frame picture,
.hero-photo-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.82) contrast(0.95) brightness(1.02);
}

.hero-photo-frame::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background: none;
}

.script-note {
  position: absolute;
  left: min(42%, 58vw);
  top: clamp(22px, 9vh, 68px);
  z-index: 3;
  max-width: 330px;
  margin: 0;
  color: var(--wine);
  font-family: var(--script);
  font-size: clamp(1.55rem, 2.05vw, 2.15rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0.01em;
  transform: rotate(-5deg);
}

.live-kicker::after {
  display: none;
}

.opening-section,
.map-section,
.content-section,
.pricing-section,
.objections-section,
.values-section,
.fit-section,
.daleth-section,
.faq-section,
.final-cta {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(76px, 10vw, 140px) clamp(20px, 4vw, 72px);
}

.map-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 0.58fr) minmax(620px, 1.36fr) minmax(250px, 0.5fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.map-intro {
  padding-top: 46px;
}

.opening-section p:not(.kicker),
.map-intro p:not(.kicker),
.content-heading p:not(.kicker),
.values-copy p:not(.kicker),
.fit-section p:not(.kicker),
.daleth-copy p:not(.kicker):not(.script),
.faq-section p:not(.kicker),
.final-cta p:not(.kicker) {
  color: rgba(45, 41, 37, 0.78);
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
  line-height: 1.65;
}

.objections-section {
  display: grid;
  gap: clamp(26px, 4vw, 42px);
  border-top: 1px solid rgba(183, 122, 85, 0.24);
}

.proof-grid-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(76px, 10vw, 140px) clamp(20px, 4vw, 72px);
}

.proof-grid {
  column-count: 3;
  column-gap: clamp(14px, 2vw, 24px);
}

.proof-grid figure {
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-bottom: clamp(14px, 2vw, 24px);
  overflow: hidden;
  border: 1px solid rgba(93, 7, 17, 0.14);
  border-radius: 26px;
  background: rgba(255, 249, 240, 0.72);
  box-shadow: 0 18px 42px rgba(67, 30, 21, 0.1);
}

.proof-grid img {
  width: 100%;
  height: auto;
}

.objection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.objection-grid article {
  min-height: 210px;
  padding: clamp(20px, 3vw, 32px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 249, 240, 0.38);
}

.objection-grid h3 {
  margin-bottom: 12px;
  color: var(--wine);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.1;
}

.objection-grid p {
  margin: 0;
}

.opening-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.52fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: start;
  border-top: 1px solid rgba(183, 122, 85, 0.26);
  border-bottom: 1px solid rgba(183, 122, 85, 0.2);
  position: relative;
  background:
    radial-gradient(circle at 86% 18%, rgba(183, 122, 85, 0.18), transparent 22rem),
    rgba(255, 249, 240, 0.34);
  overflow: hidden;
}

.opening-section::before {
  position: absolute;
  right: clamp(18px, 5vw, 86px);
  top: clamp(38px, 6vw, 88px);
  width: min(34vw, 520px);
  height: min(34vw, 520px);
  content: "";
  border: 1px solid rgba(183, 122, 85, 0.2);
  border-radius: 999px;
  background:
    linear-gradient(rgba(93, 7, 17, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(93, 7, 17, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.7;
  transform: rotate(-8deg);
  pointer-events: none;
}

.opening-section > .kicker {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.opening-section h2 {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.opening-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  padding-top: 12px;
}

.opening-copy p {
  margin: 0;
}

.opening-invite {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(230px, 0.38fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  margin-top: clamp(4px, 1vw, 16px);
}

.opening-countdown,
.opening-states li {
  border: 1px solid rgba(183, 122, 85, 0.28);
  background: rgba(255, 249, 240, 0.72);
  box-shadow: 0 18px 42px rgba(67, 30, 21, 0.08);
  backdrop-filter: blur(10px);
}

.opening-countdown {
  min-height: 210px;
  display: grid;
  place-items: center;
  padding: 26px;
  text-align: center;
}

.countdown-label,
.countdown-copy {
  color: rgba(93, 7, 17, 0.76);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.countdown-number {
  color: var(--wine);
  font-family: var(--serif);
  font-size: clamp(5.2rem, 9vw, 9rem);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.countdown-copy {
  max-width: 190px;
  line-height: 1.35;
}

.opening-states {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.opening-states li {
  position: relative;
  min-height: 210px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.opening-states li::before {
  position: absolute;
  left: 22px;
  top: 24px;
  width: 38px;
  height: 38px;
  content: "";
  border: 1px solid rgba(183, 122, 85, 0.36);
  border-radius: 999px;
  background: rgba(183, 122, 85, 0.08);
}

.opening-states li::after {
  position: absolute;
  right: -34px;
  top: -36px;
  width: 128px;
  height: 128px;
  content: "♡";
  color: rgba(93, 7, 17, 0.08);
  font-family: var(--serif);
  font-size: 7rem;
  line-height: 1;
}

.opening-states li:hover {
  transform: translateY(-4px);
  border-color: rgba(93, 7, 17, 0.34);
  background: rgba(255, 249, 240, 0.92);
}

.opening-states span {
  position: absolute;
  left: 32px;
  top: 34px;
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.opening-states strong {
  color: var(--wine);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.3vw, 2.5rem);
  font-weight: 500;
  line-height: 1;
}

.opening-states small {
  max-width: 230px;
  margin-top: 12px;
  color: rgba(45, 41, 37, 0.7);
  font-size: 0.92rem;
  line-height: 1.45;
}

.map-benefits,
.check-list {
  list-style: none;
  padding: 0;
  margin: 34px 0;
  display: grid;
  gap: 20px;
}

.map-benefits li,
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: rgba(45, 41, 37, 0.82);
  font-size: 1.02rem;
  line-height: 1.42;
}

.map-benefits svg {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--copper);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journey-wrap {
  min-width: 0;
}

.journey-board {
  position: relative;
  min-height: 560px;
  border-radius: 0;
  background:
    linear-gradient(rgba(251, 244, 233, 0.78), rgba(251, 244, 233, 0.85)),
    url("assets/live/map-route-desktop.png") center / cover no-repeat;
}

.journey-board::after {
  position: absolute;
  inset: 18px;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(183, 122, 85, 0.18);
}

.journey-line {
  position: absolute;
  inset: 7% 5% 8%;
  width: 90%;
  height: 85%;
  overflow: visible;
}

.route-shadow,
.route-main {
  fill: none;
  stroke-linecap: round;
}

.route-shadow {
  stroke: rgba(93, 7, 17, 0.1);
  stroke-width: 13;
}

.route-main {
  stroke: rgba(183, 122, 85, 0.78);
  stroke-width: 4;
  stroke-dasharray: 1 0;
}

.task-buttons,
.task-card-list {
  position: absolute;
  inset: 0;
}

.task-node {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 2px solid #fff5e9;
  border-radius: 999px;
  color: #fff8ee;
  background: var(--wine);
  box-shadow: 0 10px 20px rgba(93, 7, 17, 0.18);
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 700;
  transform: translate(-50%, -50%);
}

.task-node.is-active,
.task-node:hover {
  background: var(--paper-soft);
  color: var(--wine);
  border-color: var(--wine);
  transform: translate(-50%, -50%) scale(1.1);
}

.task-node.final {
  width: 66px;
  height: 66px;
  font-size: 1.7rem;
  background: linear-gradient(180deg, var(--wine-2), var(--wine));
}

.task-card-list span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 116px;
  min-height: 88px;
  display: grid;
  place-items: center;
  padding: 18px 12px 12px;
  color: var(--graphite);
  background: rgba(255, 249, 240, 0.9);
  border: 1px solid rgba(183, 122, 85, 0.18);
  box-shadow: 0 12px 24px rgba(67, 30, 21, 0.08);
  font-family: var(--serif);
  font-size: 1.2rem;
  text-align: center;
  transform: translate(-50%, -50%);
}

.task-card-list span::before {
  position: absolute;
  top: 9px;
  width: 26px;
  height: 26px;
  content: "";
  border-radius: 999px;
  background: radial-gradient(circle at 45% 42%, #9b3039, var(--wine) 70%);
  box-shadow: inset 0 0 0 2px rgba(255, 245, 230, 0.32);
  transform: translateY(-50%);
}

.task-detail {
  margin-top: 24px;
  padding: 24px;
  border-top: 1px solid rgba(183, 122, 85, 0.35);
  border-bottom: 1px solid rgba(183, 122, 85, 0.24);
  background: rgba(255, 249, 240, 0.56);
}

.task-detail-head,
.task-controls {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.task-count,
.task-status {
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.task-detail h3 {
  margin-top: 12px;
  color: var(--wine);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
}

.task-detail p {
  margin: 14px 0 20px;
  color: rgba(45, 41, 37, 0.74);
  font-size: 1.02rem;
  line-height: 1.6;
}

.progress-shell {
  height: 5px;
  overflow: hidden;
  background: rgba(183, 122, 85, 0.18);
}

.progress-bar {
  display: block;
  height: 100%;
  background: var(--wine);
  transition: width 220ms ease;
}

.text-button {
  padding: 12px 0 0;
  border: 0;
  color: var(--wine);
  background: transparent;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-conversion {
  min-height: 520px;
  padding: 54px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-left: 1px solid rgba(183, 122, 85, 0.34);
  border-right: 1px solid rgba(183, 122, 85, 0.24);
  background: rgba(255, 249, 240, 0.38);
}

.card-icon {
  width: 72px;
  margin-bottom: 30px;
  fill: none;
  stroke: var(--copper);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.map-conversion h3 {
  color: var(--graphite);
  font-size: clamp(2rem, 3.1vw, 3rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.script {
  color: var(--rose) !important;
  font-family: var(--script);
  font-size: clamp(2rem, 3vw, 3rem) !important;
  line-height: 1 !important;
}

.mini-rule {
  width: 78px;
  height: 1px;
  margin: 22px 0 16px;
  background: var(--copper);
  opacity: 0.7;
}

.map-conversion p:not(.script) {
  max-width: 240px;
  color: rgba(45, 41, 37, 0.78);
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.32;
}

.map-conversion .btn {
  width: 100%;
  margin-top: 20px;
}

.content-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(36px, 6vw, 92px);
  align-items: start;
}

.content-heading {
  position: sticky;
  top: 32px;
}

.deliverables {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.deliverables article {
  min-height: 220px;
  padding: clamp(28px, 4vw, 44px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 249, 240, 0.35);
}

.deliverables article:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.deliverables span {
  display: block;
  margin-bottom: 28px;
  color: var(--copper);
  font-family: var(--serif);
  font-size: 2.4rem;
}

.deliverables h3 {
  color: var(--wine);
  font-size: clamp(2rem, 3.3vw, 3.4rem);
}

.deliverables p {
  color: rgba(45, 41, 37, 0.74);
  line-height: 1.62;
}

.pricing-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(26px, 5vw, 72px);
  padding-top: 70px;
  padding-bottom: 70px;
  align-items: center;
  justify-items: center;
  border-top: 1px solid rgba(183, 122, 85, 0.42);
  border-bottom: 1px solid rgba(183, 122, 85, 0.28);
  background: rgba(255, 249, 240, 0.42);
}

.pricing-copy h2 {
  max-width: 850px;
  margin-bottom: 20px;
}

.pricing-copy p {
  max-width: 640px;
  color: rgba(45, 41, 37, 0.76);
  font-size: clamp(1.06rem, 1.55vw, 1.24rem);
  line-height: 1.66;
}

.pricing-copy,
.pricing-copy h2,
.pricing-copy p,
.pricing-copy .pricing-intent {
  text-align: center;
}

.pricing-copy {
  display: grid;
  justify-items: center;
}

.pricing-intent {
  margin-top: 16px;
  margin-bottom: 0;
  color: rgba(118, 73, 59, 0.82) !important;
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.7vw, 1.45rem) !important;
}

.pricing-card {
  width: min(860px, 100%);
  display: grid;
  gap: 16px;
  justify-items: stretch;
  padding: clamp(22px, 4vw, 40px);
  border: 1px solid rgba(183, 122, 85, 0.34);
  background: rgba(255, 249, 240, 0.72);
  text-align: center;
}

.pricing-label {
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.pricing-values {
  display: grid;
  gap: 6px;
  justify-items: center;
  margin: 0;
}

.price-anchor {
  color: rgba(45, 41, 37, 0.5);
  font-family: var(--serif);
  font-size: clamp(2.2rem, 3.8vw, 3.8rem);
  line-height: 0.9;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.price-current {
  color: var(--wine);
  font-family: var(--serif);
  font-size: clamp(3.8rem, 6.4vw, 5.6rem);
  line-height: 0.9;
}

.price-anchor-label {
  color: rgba(45, 41, 37, 0.52);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 17px;
}

.price-receive {
  margin: 0;
  color: rgba(45, 41, 37, 0.74);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pricing-list-block {
  padding: 16px;
  border: 1px solid rgba(183, 122, 85, 0.34);
  background: rgba(255, 249, 240, 0.62);
  text-align: left;
}

.pricing-list-block h3 {
  margin: 0 0 10px;
  color: var(--wine);
  font-size: clamp(1.16rem, 1.8vw, 1.46rem);
}

.pricing-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: rgba(45, 41, 37, 0.74);
}

.social-proof-block {
  width: min(860px, 100%);
  display: grid;
  gap: 12px;
  justify-items: start;
  padding: 22px 24px;
  border: 1px solid rgba(183, 122, 85, 0.34);
  background: rgba(255, 249, 240, 0.8);
}

.social-proof-block h3 {
  margin: 0;
  color: var(--wine);
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.social-proof-block p {
  margin: 0;
  color: rgba(45, 41, 37, 0.76);
  line-height: 1.45;
}

.proof-slot {
  width: 100%;
  margin: 6px 0 2px;
  padding: 14px 16px;
  border: 1px dashed rgba(93, 7, 17, 0.32);
  color: var(--wine);
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  background: rgba(255, 249, 240, 0.9);
}

.social-proof-block--inline {
  margin: 0 auto;
  justify-items: center;
  text-align: center;
  width: min(460px, 100%);
}

.final-cta .social-proof-block {
  margin-bottom: 26px;
}

.social-proof-block--inline h3 {
  font-size: 1.35rem;
}

.pricing-list li {
  line-height: 1.5;
}

.pricing-bonus-list {
  margin-top: 0;
  display: grid;
  gap: 10px;
}

.pricing-bonus-list li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  list-style: none;
}

.pricing-bonus-icon {
  display: inline-flex;
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.pricing-bonus-icon svg {
  width: 100%;
  height: 100%;
}

.pricing-bonus-note {
  margin: 0;
  color: rgba(45, 41, 37, 0.66);
  font-size: 0.9rem;
}

.pricing-card > .btn {
  margin-top: 4px;
}

.pricing-friction {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  justify-content: center;
  justify-items: start;
}

.pricing-friction li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(45, 41, 37, 0.72);
  font-size: 0.92rem;
}

.pricing-friction li::before {
  content: "✓";
  display: inline-flex;
  width: 14px;
  height: 14px;
  align-items: center;
  justify-content: center;
  color: #1f8a4c;
  line-height: 1;
  font-size: 12px;
}

.pricing-card small,
.final-cta small {
  color: rgba(45, 41, 37, 0.58);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-status {
  grid-column: 1 / -1;
  display: none;
  margin: 0;
  padding: 16px 18px;
  color: var(--wine);
  background: rgba(93, 7, 17, 0.08);
}

.checkout-status.is-visible {
  display: block;
}

.values-section {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(420px, 0.72fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: center;
}

.fit-section {
  border-top: 1px solid rgba(183, 122, 85, 0.24);
  border-bottom: 1px solid rgba(183, 122, 85, 0.2);
}

.fit-section h2 {
  max-width: 900px;
}

.fit-grid {
  margin-top: clamp(30px, 4vw, 52px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.fit-grid article {
  min-height: 230px;
  padding: clamp(26px, 3.2vw, 42px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 249, 240, 0.38);
}

.fit-grid h3 {
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 2.6vw, 2.65rem);
  line-height: 1;
}

.fit-grid p {
  margin: 0;
}

.check-list li::before {
  content: "♡";
  color: var(--wine);
  font-size: 1.2rem;
}

.values-image {
  margin: 0;
  position: relative;
}

.values-image::before {
  position: absolute;
  inset: -24px 24px 24px -24px;
  z-index: -1;
  content: "";
  border: 1px solid rgba(183, 122, 85, 0.32);
}

.values-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.96);
}

.daleth-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.58fr) minmax(0, 0.92fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: center;
}

.daleth-photo {
  position: relative;
}

.daleth-photo::before,
.daleth-photo::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.daleth-photo::before {
  inset: 28px -28px -28px 28px;
  border: 1px solid rgba(183, 122, 85, 0.32);
}

.daleth-photo::after {
  right: -46px;
  bottom: -46px;
  width: 132px;
  height: 132px;
  background: url("assets/live/wax-seal.png") center / contain no-repeat;
  filter: drop-shadow(0 18px 20px rgba(80, 31, 24, 0.18));
}

.daleth-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.86) contrast(0.95);
}

.trust-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}

.trust-notes span {
  padding: 11px 14px;
  border: 1px solid rgba(183, 122, 85, 0.32);
  color: var(--wine);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

blockquote {
  margin: 28px 0 32px;
  padding-left: 24px;
  border-left: 1px solid var(--copper);
  color: rgba(45, 41, 37, 0.82);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.05vw, 2.125rem);
  line-height: 1.2;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 96px);
  align-items: start;
  padding-top: 80px;
  padding-bottom: 80px;
}

.guarantee-card {
  display: grid;
  gap: 26px;
}

.guarantee-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.86) contrast(0.96);
}

.faq-list {
  border-top: 1px solid rgba(183, 122, 85, 0.34);
}

details {
  border-bottom: 1px solid rgba(183, 122, 85, 0.34);
}

summary {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--wine);
  cursor: pointer;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2vw, 2rem);
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  color: var(--copper);
  font-family: var(--sans);
  font-size: 1.4rem;
}

details[open] summary::after {
  content: "−";
}

details p {
  margin: 0;
  padding: 0 0 28px;
}

.final-cta {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.final-cta img {
  width: 118px;
  margin: 0 auto 10px;
  filter: drop-shadow(0 18px 20px rgba(80, 31, 24, 0.16));
}

.final-cta h2 {
  max-width: 840px;
  margin: 0 auto;
}

.final-cta p {
  max-width: 680px;
  margin: 24px auto 30px;
}

.final-cta .btn {
  min-width: 290px;
  width: 350px;
  max-width: 100%;
  display: inline-flex;
  margin: 0 auto 18px;
}

.final-cta small {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.obrigado-shell .final-cta {
  padding-top: clamp(72px, 11vw, 128px);
  padding-bottom: 72px;
}

.thankyou-offer {
  width: min(680px, 100%);
  margin: 28px auto 0;
  padding: 18px 20px;
  border: 1px solid rgba(93, 7, 17, 0.2);
  background: rgba(255, 249, 240, 0.78);
}

.thankyou-offer-tag {
  margin: 0 0 6px;
  color: rgba(45, 41, 37, 0.68);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.thankyou-offer-title {
  margin: 0;
  color: var(--wine);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1;
}

.thankyou-offer-meta {
  margin: 10px 0 0;
  color: rgba(45, 41, 37, 0.76);
  font-weight: 700;
}

.thankyou-steps-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 72px) clamp(64px, 8vw, 110px);
  display: grid;
  gap: 28px;
}

.thankyou-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.thankyou-steps li {
  background: rgba(255, 249, 240, 0.72);
  border: 1px solid rgba(93, 7, 17, 0.2);
  padding: clamp(18px, 3vw, 28px);
}

.thankyou-step-title {
  margin: 0 0 8px;
  color: var(--wine);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.8vw, 1.9rem);
}

.thankyou-steps li p {
  margin-top: 0;
  margin-bottom: 18px;
  color: rgba(45, 41, 37, 0.76);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
}

.thankyou-steps .btn {
  width: 100%;
  max-width: 360px;
}

.thankyou-note {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 72px) 80px;
}

.thankyou-note h2,
.thankyou-note p {
  margin-top: 0;
}

.thankyou-meta-note {
  margin-bottom: 0;
  color: rgba(45, 41, 37, 0.62);
  font-size: 0.95rem;
}

.footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 28px clamp(20px, 4vw, 72px) 46px;
  color: rgba(45, 41, 37, 0.52);
  font-size: 0.86rem;
  text-align: center;
}

@media (max-width: 1180px) {
  .hero-grid {
    padding-bottom: 0;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  .hero-visual {
    margin-left: 0;
    width: 100%;
  }

  .hero-visual {
    min-height: 560px;
  }

  .map-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .opening-section {
    grid-template-columns: 1fr;
  }

  .opening-invite {
    grid-template-columns: 1fr;
  }

  .map-conversion {
    min-height: auto;
    border-left: 1px solid rgba(183, 122, 85, 0.24);
  }

  .content-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .content-heading {
    position: static;
  }

  .pricing-section {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 820px) {
  .obrigado-shell .topbar {
    position: relative;
    left: auto;
    right: auto;
    padding: 22px 18px 0;
  }

  .hero {
    min-height: 100svh;
    padding: 0;
  }

  .topbar {
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    gap: 16px;
    max-width: none;
    min-height: 76px;
  }

  .brand {
    font-size: 1.15rem;
  }

  .header-audience {
    max-width: 160px;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    text-align: right;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    min-height: 100svh;
    margin-top: 0;
  }

  .hero-copy {
    grid-area: 1 / 1;
    align-self: end;
    min-width: 0;
    width: 100%;
    max-width: none;
    padding: 112px 18px 36px;
  }

  h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.55rem, 10.47vw, 2.85rem);
    letter-spacing: 0;
  }

  .headline-rule,
  .hero-facts,
  .hero-actions,
  .hero-promise,
  .hero-note {
    width: 100%;
    max-width: 100%;
  }

  h2 {
    font-size: clamp(3.1rem, 15vw, 5rem);
  }

  .subline {
    font-size: 0.8rem;
  }

  .hero-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
  }

  .hero-facts > span {
    min-width: 0;
    font-size: 0.92rem;
  }

  .hero-note {
    align-items: flex-start;
    gap: 9px;
    padding: 11px 13px;
    font-size: 0.92rem;
    line-height: 1.38;
  }

  .hero-note span {
    flex: 0 0 auto;
    line-height: 1;
    margin-top: 1px;
  }

  .hero-actions,
  .hero-actions .btn,
  .map-cta,
  .pricing-card .btn,
  .final-cta .btn {
    width: 100%;
  }

  .hero-visual {
    grid-area: 1 / 1;
    min-height: 100svh;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }

  .hero-photo-frame {
    inset: 0;
    box-shadow: none;
  }

  .hero-photo-frame::before {
    background:
      linear-gradient(180deg, rgba(251, 244, 233, 0.12) 0%, rgba(251, 244, 233, 0.26) 28%, rgba(251, 244, 233, 0.72) 58%, rgba(251, 244, 233, 0.95) 78%, var(--paper) 100%);
  }

  .hero-photo-frame img {
    object-position: center top;
  }

  .script-note {
    display: none;
  }

  .opening-section,
  .map-section,
  .content-section,
  .objections-section,
  .pricing-section,
  .values-section,
  .fit-section,
  .daleth-section,
  .faq-section,
  .final-cta {
    padding: 70px 18px;
  }

  .opening-section::before {
    width: 360px;
    height: 360px;
    right: -140px;
    top: 80px;
  }

  .opening-states {
    grid-template-columns: 1fr;
  }

  .objection-grid,
  .social-proof-block {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .opening-countdown,
  .opening-states li {
    min-height: 170px;
  }

  .map-intro {
    padding-top: 36px;
  }

  .journey-board {
    min-height: auto;
    padding: 20px;
    display: grid;
    gap: 12px;
    background:
      linear-gradient(rgba(251, 244, 233, 0.88), rgba(251, 244, 233, 0.9)),
      url("assets/live/map-route-mobile.png") center / cover no-repeat;
  }

  .journey-board::after,
  .journey-line,
  .task-card-list {
    display: none;
  }

  .task-buttons {
    position: static;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .task-node,
  .task-node.final {
    position: static;
    width: 100%;
    height: 52px;
    transform: none;
    font-size: 1.1rem;
  }

  .task-node.is-active,
  .task-node:hover {
    transform: none;
  }

  .task-detail {
    margin-top: 16px;
    padding: 20px;
  }

  .map-conversion {
    padding: 36px 24px;
  }

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

  .deliverables article {
    min-height: auto;
  }

  .pricing-card {
    padding: 28px 20px;
  }

  .values-section,
  .daleth-section {
    grid-template-columns: 1fr;
  }

  .daleth-photo::after {
    right: 12px;
    bottom: -42px;
  }

  summary {
    min-height: 68px;
  }
}

@media (max-width: 480px) {
  .topbar {
    align-items: flex-start;
  }

  .btn {
    padding-inline: 18px;
    letter-spacing: 0.08em;
  }

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

@media (min-width: 821px) {
  main#conteudo.hero-grid {
    padding-bottom: 60px;
  }

  #opening-title {
    margin-top: 0;
    font-size: 5rem;
  }

  .opening-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .map-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

body[data-page="live-dia-dos-namorados"] {
  --paper: #f8efe2;
  --paper-deep: #ead8c3;
  --paper-soft: #fffaf2;
  --wine: #5b121a;
  --wine-2: #832a36;
  --graphite: #241d19;
  --muted: #79685e;
  --copper: #a86f4e;
  --rose: #a05260;
  --line: rgba(91, 18, 26, 0.16);
  --shadow: 0 28px 80px rgba(90, 43, 31, 0.14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --serif-num: "Cinzel", Georgia, serif;
  --sans: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease-luxury: cubic-bezier(0.32, 0.72, 0, 1);
  color: var(--graphite);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 2%, rgba(168, 111, 78, 0.2), transparent 31rem),
    radial-gradient(circle at 88% 14%, rgba(91, 18, 26, 0.11), transparent 27rem),
    linear-gradient(180deg, #f7ebdb 0%, #fff8ed 38%, #f5e6d4 100%);
}

body[data-page="live-dia-dos-namorados"]::before {
  z-index: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(91, 18, 26, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 18, 26, 0.026) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 82%);
}

body[data-page="obrigado"] {
  --paper: #f8efe2;
  --paper-deep: #ead8c3;
  --paper-soft: #fffaf2;
  --wine: #5b121a;
  --wine-2: #832a36;
  --graphite: #241d19;
  --muted: #79685e;
  --copper: #a86f4e;
  --rose: #a05260;
  --line: rgba(91, 18, 26, 0.16);
  --shadow: 0 28px 80px rgba(90, 43, 31, 0.14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --serif-num: "Cinzel", Georgia, serif;
  --sans: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease-luxury: cubic-bezier(0.32, 0.72, 0, 1);
  min-height: 100dvh;
  color: var(--graphite);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 2%, rgba(168, 111, 78, 0.2), transparent 31rem),
    radial-gradient(circle at 88% 14%, rgba(91, 18, 26, 0.11), transparent 27rem),
    linear-gradient(180deg, #f7ebdb 0%, #fff8ed 44%, #f5e6d4 100%);
}

body[data-page="obrigado"]::before {
  z-index: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(91, 18, 26, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 18, 26, 0.026) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 82%);
}

body[data-page="obrigado"] .site-shell {
  position: relative;
  isolation: isolate;
  min-height: 100dvh;
}

body[data-page="obrigado"] .site-shell::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(248, 239, 226, 0.96), rgba(248, 239, 226, 0.62) 52%, rgba(248, 239, 226, 0.1)),
    url("assets/live/hero-daleth-horizontal%20v2.png") 68% center / cover no-repeat;
  opacity: 0.64;
}

body[data-page="obrigado"] .topbar {
  position: fixed;
  top: clamp(14px, 2.2vw, 28px);
  left: 50%;
  z-index: 7;
  width: min(1120px, calc(100% - 36px));
  min-height: 0;
  margin: 0;
  padding: 10px 10px 10px 22px;
  border: 1px solid rgba(255, 250, 242, 0.64);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 18px 52px rgba(73, 31, 25, 0.11);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

body[data-page="obrigado"] .brand {
  font-family: var(--serif);
  font-size: clamp(1.12rem, 1.5vw, 1.46rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.015em;
  text-transform: none;
}

body[data-page="obrigado"] .header-audience {
  padding: 12px 16px;
  border-radius: 999px;
  color: rgba(91, 18, 26, 0.82);
  background: rgba(91, 18, 26, 0.065);
  font-size: 0.66rem;
  letter-spacing: 0.13em;
}

body[data-page="obrigado"] #conteudo-obrigada {
  min-height: 100dvh;
  display: grid;
  align-items: start;
  padding: clamp(28px, 5vw, 62px) clamp(20px, 5vw, 86px) clamp(44px, 7vw, 88px);
}

body[data-page="obrigado"] .thankyou-progress-card {
  position: relative;
  width: min(760px, 100%);
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255, 250, 242, 0.7);
  border-radius: 34px;
  background: rgba(255, 250, 242, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 28px 82px rgba(75, 31, 25, 0.13);
  backdrop-filter: blur(18px);
}

body[data-page="obrigado"] .thankyou-seal {
  width: clamp(82px, 10vw, 116px);
  margin: 0 0 clamp(18px, 3vw, 28px);
  filter: drop-shadow(0 18px 20px rgba(80, 31, 24, 0.16));
}

body[data-page="obrigado"] .kicker {
  color: var(--copper);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
}

body[data-page="obrigado"] .live-kicker {
  color: var(--wine);
}

body[data-page="obrigado"] .live-kicker::before {
  background: currentColor;
  box-shadow: 0 0 0 7px rgba(91, 18, 26, 0.09);
}

body[data-page="obrigado"] h1,
body[data-page="obrigado"] h2 {
  color: #4b1016;
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

body[data-page="obrigado"] h1 {
  width: min(680px, 100%);
  max-width: 100%;
  font-size: clamp(3.1rem, 5.4vw, 6rem);
  line-height: 0.9;
}

body[data-page="obrigado"] h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.7rem);
  line-height: 0.92;
}

body[data-page="obrigado"] .thankyou-lead {
  max-width: 590px;
  margin: 22px 0 30px;
  color: rgba(36, 29, 25, 0.76);
  font-size: clamp(1.12rem, 1.5vw, 1.32rem);
  line-height: 1.5;
}

body[data-page="obrigado"] .fake-progress {
  margin: 0 0 clamp(24px, 3vw, 34px);
  padding: 18px;
  border: 1px solid rgba(255, 250, 242, 0.72);
  border-radius: 24px;
  background: rgba(255, 250, 242, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 14px 34px rgba(82, 35, 27, 0.08);
}

body[data-page="obrigado"] .fake-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
  color: rgba(36, 29, 25, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body[data-page="obrigado"] .fake-progress-head strong {
  color: var(--wine);
  font-family: var(--serif-num);
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
}

body[data-page="obrigado"] .fake-progress-track {
  height: 13px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(91, 18, 26, 0.1);
}

body[data-page="obrigado"] .fake-progress-track span {
  display: block;
  width: 87%;
  height: 100%;
  border-radius: inherit;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 250, 242, 0.32), transparent 35%),
    linear-gradient(90deg, #832a36, #5b121a);
  box-shadow: 0 10px 24px rgba(91, 18, 26, 0.18);
}

body[data-page="obrigado"] .next-step-box {
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(255, 250, 242, 0.72);
  border-radius: 28px;
  background: rgba(255, 250, 242, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 18px 46px rgba(80, 35, 26, 0.09);
}

body[data-page="obrigado"] .next-step-box > span {
  display: inline-flex;
  margin: 0 0 12px;
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body[data-page="obrigado"] .next-step-box p {
  max-width: 560px;
  margin: 16px 0 22px;
  color: rgba(36, 29, 25, 0.74);
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  line-height: 1.55;
}

body[data-page="obrigado"] .btn {
  position: relative;
  min-height: 62px;
  padding: 15px 18px 15px 28px;
  gap: 14px;
  overflow: hidden;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  box-shadow: none;
  transition:
    transform 520ms var(--ease-luxury),
    box-shadow 520ms var(--ease-luxury),
    background-color 520ms var(--ease-luxury),
    color 520ms var(--ease-luxury);
}

body[data-page="obrigado"] .btn::after {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  content: "";
  border-radius: 999px;
  background:
    rgba(255, 250, 242, 0.16)
    url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 17L17 7M10 7H17V14' stroke='%23fff8ed' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 18px 18px no-repeat;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition:
    transform 520ms var(--ease-luxury),
    background-color 520ms var(--ease-luxury);
}

body[data-page="obrigado"] .btn:hover {
  transform: translateY(-3px);
}

body[data-page="obrigado"] .btn:hover::after {
  background-color: rgba(255, 250, 242, 0.24);
  transform: translate(3px, -1px) scale(1.04);
}

body[data-page="obrigado"] .btn:active {
  transform: translateY(1px) scale(0.985);
}

body[data-page="obrigado"] .btn-primary {
  color: #fff8ed;
  border-color: rgba(255, 250, 242, 0.18);
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 250, 242, 0.2), transparent 32%),
    linear-gradient(180deg, #82303a 0%, #5b121a 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 22px 42px rgba(91, 18, 26, 0.2);
}

body[data-page="obrigado"] .whatsapp-cta {
  border-color: rgba(255, 255, 255, 0.24);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.32), transparent 34%),
    linear-gradient(135deg, #2bd46f 0%, #19b85a 42%, #087c42 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 22px 42px rgba(9, 126, 66, 0.24);
}

body[data-page="obrigado"] .whatsapp-cta svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: currentColor;
}

body[data-page="obrigado"] .whatsapp-cta:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    0 26px 50px rgba(9, 126, 66, 0.3);
}

body[data-page="obrigado"] a:focus-visible,
body[data-page="obrigado"] button:focus-visible {
  outline: 2px solid rgba(91, 18, 26, 0.72);
  outline-offset: 4px;
}

body[data-page="obrigado"] .thankyou-meta-note {
  margin: 18px 0 0;
  color: rgba(36, 29, 25, 0.6);
  font-size: 0.96rem;
  line-height: 1.5;
}

body[data-page="live-dia-dos-namorados"]::after {
  position: fixed;
  inset: 0;
  z-index: 8;
  content: "";
  pointer-events: none;
  opacity: 0.09;
  background-image:
    radial-gradient(circle at 22% 18%, rgba(91, 18, 26, 0.18), transparent 0.08rem),
    radial-gradient(circle at 78% 64%, rgba(168, 111, 78, 0.18), transparent 0.075rem);
  background-size: 0.78rem 0.78rem;
  mix-blend-mode: multiply;
}

body[data-page="live-dia-dos-namorados"] .site-shell {
  position: relative;
  isolation: isolate;
}

body[data-page="live-dia-dos-namorados"] .hero {
  min-height: 100dvh;
  padding: 0;
  background:
    radial-gradient(circle at 6% 78%, rgba(168, 111, 78, 0.18), transparent 27rem),
    linear-gradient(90deg, rgba(248, 239, 226, 0.92), rgba(248, 239, 226, 0.32) 62%, transparent);
}

body[data-page="live-dia-dos-namorados"] .topbar {
  position: fixed;
  top: clamp(14px, 2.2vw, 28px);
  left: 50%;
  z-index: 7;
  width: min(1120px, calc(100% - 36px));
  min-height: 0;
  margin: 0;
  padding: 10px 10px 10px 22px;
  border: 1px solid rgba(255, 250, 242, 0.64);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 18px 52px rgba(73, 31, 25, 0.11);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

body[data-page="live-dia-dos-namorados"] .brand {
  font-family: var(--serif);
  font-size: clamp(1.12rem, 1.5vw, 1.46rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.015em;
  text-transform: none;
}

body[data-page="live-dia-dos-namorados"] .header-audience {
  padding: 12px 16px;
  border-radius: 999px;
  color: rgba(91, 18, 26, 0.82);
  background: rgba(91, 18, 26, 0.065);
  font-size: 0.66rem;
  letter-spacing: 0.13em;
}

body[data-page="live-dia-dos-namorados"] .hero-grid {
  position: relative;
  min-height: 100dvh;
  padding: clamp(118px, 15vh, 174px) clamp(20px, 5vw, 86px) clamp(44px, 7vw, 88px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: clamp(22px, 4vw, 72px);
}

body[data-page="live-dia-dos-namorados"] .hero-grid::before {
  left: -7%;
  top: 12%;
  width: min(660px, 52vw);
  height: min(660px, 52vw);
  border: 1px solid rgba(168, 111, 78, 0.24);
  border-radius: 999px;
  background:
    linear-gradient(rgba(91, 18, 26, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 18, 26, 0.03) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.58;
  transform: rotate(-9deg);
}

body[data-page="live-dia-dos-namorados"] .hero-copy {
  width: min(980px, 72vw);
  max-width: 980px;
  padding: 0;
}

body[data-page="live-dia-dos-namorados"] .kicker {
  color: var(--copper);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
}

body[data-page="live-dia-dos-namorados"] .live-kicker {
  color: var(--wine);
}

body[data-page="live-dia-dos-namorados"] .live-kicker::before {
  background: currentColor;
  box-shadow: 0 0 0 7px rgba(91, 18, 26, 0.09);
}

body[data-page="live-dia-dos-namorados"] h1,
body[data-page="live-dia-dos-namorados"] h2,
body[data-page="live-dia-dos-namorados"] h3 {
  text-wrap: balance;
}

body[data-page="live-dia-dos-namorados"] h1 {
  width: min(980px, 100%);
  max-width: min(980px, 100%);
  color: #4b1016;
  font-size: clamp(3.4rem, 5.35vw, 6.55rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.045em;
}

body[data-page="live-dia-dos-namorados"] h2 {
  color: #4f1118;
  font-size: clamp(3.25rem, 6.2vw, 7.4rem);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.046em;
}

body[data-page="live-dia-dos-namorados"] h3 {
  color: #5a141b;
  font-weight: 700;
  letter-spacing: -0.025em;
}

body[data-page="live-dia-dos-namorados"] #content-title,
body[data-page="live-dia-dos-namorados"] #values-title {
  font-size: clamp(3.8rem, 5.3vw, 6rem);
}

body[data-page="live-dia-dos-namorados"] .headline-rule {
  max-width: min(720px, 100%);
  margin: 26px 0 28px;
}

body[data-page="live-dia-dos-namorados"] .headline-rule span {
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.8);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 12px 24px rgba(91, 18, 26, 0.08);
}

body[data-page="live-dia-dos-namorados"] .headline-rule span::before {
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 999px;
  background: var(--wine);
  transform: none;
}

body[data-page="live-dia-dos-namorados"] .hero-promise {
  max-width: 670px;
  color: rgba(36, 29, 25, 0.76);
  font-size: clamp(1.2rem, 1.5vw, 1.48rem);
  line-height: 1.48;
}

body[data-page="live-dia-dos-namorados"] .hero-facts {
  width: min(690px, 100%);
  gap: 10px;
}

body[data-page="live-dia-dos-namorados"] .hero-facts > span {
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 250, 242, 0.72);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 14px 30px rgba(82, 35, 27, 0.08);
  color: rgba(36, 29, 25, 0.82);
  font-size: clamp(0.92rem, 1.08vw, 1.08rem);
}

body[data-page="live-dia-dos-namorados"] .hero-facts > span > svg {
  width: 21px;
  height: 21px;
  stroke-width: 1.45;
}

body[data-page="live-dia-dos-namorados"] .hero-actions {
  justify-content: flex-start;
}

body[data-page="live-dia-dos-namorados"] .btn {
  position: relative;
  min-height: 62px;
  padding: 15px 18px 15px 28px;
  gap: 14px;
  overflow: hidden;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  box-shadow: none;
  transition:
    transform 520ms var(--ease-luxury),
    box-shadow 520ms var(--ease-luxury),
    background-color 520ms var(--ease-luxury),
    color 520ms var(--ease-luxury);
}

body[data-page="live-dia-dos-namorados"] .btn::after {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  content: "";
  border-radius: 999px;
  background:
    rgba(255, 250, 242, 0.16)
    url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 17L17 7M10 7H17V14' stroke='%23fff8ed' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 18px 18px no-repeat;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition:
    transform 520ms var(--ease-luxury),
    background-color 520ms var(--ease-luxury);
}

body[data-page="live-dia-dos-namorados"] .btn:hover {
  transform: translateY(-3px);
}

body[data-page="live-dia-dos-namorados"] .btn:hover::after {
  background-color: rgba(255, 250, 242, 0.24);
  transform: translate(3px, -1px) scale(1.04);
}

body[data-page="live-dia-dos-namorados"] .btn:active {
  transform: translateY(1px) scale(0.985);
}

body[data-page="live-dia-dos-namorados"] a:focus-visible,
body[data-page="live-dia-dos-namorados"] button:focus-visible,
body[data-page="live-dia-dos-namorados"] summary:focus-visible {
  outline: 2px solid rgba(91, 18, 26, 0.72);
  outline-offset: 4px;
}

body[data-page="live-dia-dos-namorados"] .btn-primary,
body[data-page="live-dia-dos-namorados"] .btn-quiet,
body[data-page="live-dia-dos-namorados"] .btn-outline {
  color: #fff8ed;
  border-color: rgba(255, 250, 242, 0.18);
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 250, 242, 0.2), transparent 32%),
    linear-gradient(180deg, #82303a 0%, #5b121a 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 22px 42px rgba(91, 18, 26, 0.2);
}

body[data-page="live-dia-dos-namorados"] .hero-note {
  max-width: 700px;
  border: 1px solid rgba(255, 250, 242, 0.78);
  border-left: 0;
  border-radius: 22px;
  background: rgba(255, 250, 242, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 18px 46px rgba(80, 35, 26, 0.1);
  backdrop-filter: blur(10px);
}

body[data-page="live-dia-dos-namorados"] .hero-visual {
  z-index: 1;
}

body[data-page="live-dia-dos-namorados"] .hero-photo-frame img {
  object-position: 63% center;
  filter: saturate(0.82) contrast(1.04) brightness(1.02);
  transform: scale(1.02);
}

body[data-page="live-dia-dos-namorados"] .hero-photo-frame::before {
  background:
    linear-gradient(90deg, rgba(248, 239, 226, 0.98) 0%, rgba(248, 239, 226, 0.88) 30%, rgba(248, 239, 226, 0.48) 48%, rgba(248, 239, 226, 0.08) 66%, rgba(248, 239, 226, 0) 100%),
    linear-gradient(180deg, rgba(248, 239, 226, 0.24) 0%, transparent 42%, rgba(248, 239, 226, 0.92) 100%);
}

body[data-page="live-dia-dos-namorados"] .script-note {
  left: auto;
  right: clamp(24px, 6vw, 120px);
  top: clamp(102px, 14vh, 162px);
  max-width: 280px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 250, 242, 0.64);
  border-radius: 26px;
  background: rgba(255, 250, 242, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 18px 42px rgba(80, 35, 26, 0.11);
  backdrop-filter: blur(12px);
}

body[data-page="live-dia-dos-namorados"] .opening-section,
body[data-page="live-dia-dos-namorados"] .map-section,
body[data-page="live-dia-dos-namorados"] .content-section,
body[data-page="live-dia-dos-namorados"] .objections-section,
body[data-page="live-dia-dos-namorados"] .proof-grid-section,
body[data-page="live-dia-dos-namorados"] .pricing-section,
body[data-page="live-dia-dos-namorados"] .values-section,
body[data-page="live-dia-dos-namorados"] .fit-section,
body[data-page="live-dia-dos-namorados"] .daleth-section,
body[data-page="live-dia-dos-namorados"] .faq-section,
body[data-page="live-dia-dos-namorados"] .final-cta {
  max-width: 1480px;
  padding: clamp(98px, 12vw, 178px) clamp(20px, 5vw, 86px);
}

body[data-page="live-dia-dos-namorados"] .opening-section {
  grid-template-columns: minmax(320px, 0.68fr) minmax(0, 1fr);
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 86% 22%, rgba(168, 111, 78, 0.18), transparent 26rem),
    linear-gradient(180deg, rgba(255, 250, 242, 0.4), rgba(255, 250, 242, 0.12));
}

body[data-page="live-dia-dos-namorados"] .opening-section::before {
  right: -4%;
  top: 12%;
  opacity: 0.52;
}

body[data-page="live-dia-dos-namorados"] .opening-invite {
  margin-top: clamp(18px, 3vw, 42px);
}

body[data-page="live-dia-dos-namorados"] .opening-countdown,
body[data-page="live-dia-dos-namorados"] .opening-states li,
body[data-page="live-dia-dos-namorados"] .journey-board,
body[data-page="live-dia-dos-namorados"] .task-detail,
body[data-page="live-dia-dos-namorados"] .map-conversion,
body[data-page="live-dia-dos-namorados"] .pricing-card,
body[data-page="live-dia-dos-namorados"] .social-proof-block,
body[data-page="live-dia-dos-namorados"] .guarantee-card img,
body[data-page="live-dia-dos-namorados"] details,
body[data-page="live-dia-dos-namorados"] .thankyou-offer {
  border: 1px solid rgba(255, 250, 242, 0.7);
  border-radius: 30px;
  background: rgba(255, 250, 242, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 24px 70px rgba(75, 31, 25, 0.1);
}

body[data-page="live-dia-dos-namorados"] .opening-states {
  gap: 16px;
}

body[data-page="live-dia-dos-namorados"] .opening-states li {
  border-radius: 28px;
  transform: translateY(var(--lift, 0));
  transition:
    flex 700ms var(--ease-luxury),
    transform 700ms var(--ease-luxury),
    background-color 700ms var(--ease-luxury);
}

body[data-page="live-dia-dos-namorados"] .opening-states li:nth-child(2) {
  --lift: 22px;
}

body[data-page="live-dia-dos-namorados"] .opening-states li:nth-child(3) {
  --lift: -12px;
}

body[data-page="live-dia-dos-namorados"] .opening-states li:hover {
  transform: translateY(calc(var(--lift, 0) - 8px));
}

body[data-page="live-dia-dos-namorados"] .map-section {
  grid-template-columns: minmax(260px, 0.6fr) minmax(540px, 1.28fr) minmax(230px, 0.48fr);
  gap: clamp(22px, 3.4vw, 54px);
}

body[data-page="live-dia-dos-namorados"] .map-intro {
  padding-top: 0;
}

body[data-page="live-dia-dos-namorados"] .journey-board {
  min-height: 610px;
  overflow: hidden;
  border-radius: 36px;
  background:
    linear-gradient(rgba(255, 250, 242, 0.74), rgba(255, 250, 242, 0.86)),
    url("assets/live/map-route-desktop.png") center / cover no-repeat;
}

body[data-page="live-dia-dos-namorados"] .journey-board::after {
  inset: 12px;
  border-color: rgba(91, 18, 26, 0.12);
  border-radius: 28px;
}

body[data-page="live-dia-dos-namorados"] .task-node {
  border-width: 1px;
  border-color: rgba(255, 250, 242, 0.82);
  background: #5b121a;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 16px 30px rgba(91, 18, 26, 0.18);
  transition:
    transform 520ms var(--ease-luxury),
    background-color 520ms var(--ease-luxury),
    color 520ms var(--ease-luxury);
}

body[data-page="live-dia-dos-namorados"] .task-node.is-active,
body[data-page="live-dia-dos-namorados"] .task-node:hover {
  background: #fffaf2;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 18px 36px rgba(91, 18, 26, 0.18);
}

body[data-page="live-dia-dos-namorados"] .task-card-list span {
  border-color: rgba(255, 250, 242, 0.78);
  border-radius: 24px;
  background: rgba(255, 250, 242, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 18px 34px rgba(80, 35, 26, 0.1);
}

body[data-page="live-dia-dos-namorados"] .task-detail,
body[data-page="live-dia-dos-namorados"] .map-conversion {
  background: rgba(255, 250, 242, 0.7);
}

body[data-page="live-dia-dos-namorados"] .map-conversion {
  min-height: 560px;
  border-left: 1px solid rgba(255, 250, 242, 0.7);
  border-right: 1px solid rgba(255, 250, 242, 0.7);
}

body[data-page="live-dia-dos-namorados"] .content-section {
  grid-template-columns: minmax(340px, 0.66fr) minmax(0, 1fr);
}

body[data-page="live-dia-dos-namorados"] .content-heading {
  top: 120px;
}

body[data-page="live-dia-dos-namorados"] .deliverables {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 250, 242, 0.62);
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.7), rgba(234, 216, 195, 0.28)),
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(168, 111, 78, 0.24), transparent 22rem);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 28px 80px rgba(80, 35, 26, 0.1);
}

body[data-page="live-dia-dos-namorados"] .deliverables article {
  min-height: 275px;
  padding: clamp(28px, 3.5vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 250, 242, 0.74);
  border-radius: 28px;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 10%), rgba(168, 111, 78, 0.18), transparent 18rem),
    rgba(255, 250, 242, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 18px 44px rgba(80, 35, 26, 0.08);
  overflow: hidden;
  transition:
    transform 700ms var(--ease-luxury),
    background-color 700ms var(--ease-luxury),
    box-shadow 700ms var(--ease-luxury);
}

body[data-page="live-dia-dos-namorados"] .deliverables article:hover {
  transform: translateY(-7px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 28px 68px rgba(80, 35, 26, 0.13);
}

body[data-page="live-dia-dos-namorados"] .deliverables article:nth-child(1) {
  grid-column: span 7;
  min-height: 360px;
}

body[data-page="live-dia-dos-namorados"] .deliverables article:nth-child(2) {
  grid-column: span 5;
  min-height: 360px;
}

body[data-page="live-dia-dos-namorados"] .deliverables article:nth-child(3),
body[data-page="live-dia-dos-namorados"] .deliverables article:nth-child(4) {
  grid-column: span 6;
  min-height: 320px;
}

body[data-page="live-dia-dos-namorados"] .deliverables article:nth-child(5),
body[data-page="live-dia-dos-namorados"] .deliverables article:last-child:nth-child(odd) {
  grid-column: span 12;
  min-height: 260px;
}

body[data-page="live-dia-dos-namorados"] .deliverables span {
  margin-bottom: auto;
  color: rgba(91, 18, 26, 0.34);
  font-family: var(--sans);
  font-size: clamp(2.7rem, 5vw, 5.4rem);
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: -0.06em;
}

body[data-page="live-dia-dos-namorados"] .deliverables h3 {
  max-width: 12ch;
  margin-top: 34px;
  font-size: clamp(2.1rem, 3.4vw, 3.85rem);
  line-height: 0.94;
}

body[data-page="live-dia-dos-namorados"] .deliverables p {
  max-width: 52ch;
  margin-bottom: 0;
}

body[data-page="live-dia-dos-namorados"] .objections-section {
  border-top: 0;
}

body[data-page="live-dia-dos-namorados"] .objection-grid {
  display: flex;
  gap: 12px;
  border: 0;
}

body[data-page="live-dia-dos-namorados"] .objection-grid article {
  flex: 1 1 0;
  min-height: 340px;
  padding: clamp(26px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 250, 242, 0.74);
  border-radius: 30px;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(91, 18, 26, 0.13), transparent 16rem),
    rgba(255, 250, 242, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 22px 54px rgba(80, 35, 26, 0.08);
  overflow: hidden;
  transition:
    flex 760ms var(--ease-luxury),
    transform 760ms var(--ease-luxury),
    background-color 760ms var(--ease-luxury);
}

body[data-page="live-dia-dos-namorados"] .objection-grid article:hover {
  flex: 1.45 1 0;
  transform: translateY(-6px);
}

body[data-page="live-dia-dos-namorados"] .proof-grid-section {
  display: grid;
  gap: clamp(28px, 5vw, 58px);
  background:
    radial-gradient(circle at 18% 6%, rgba(168, 111, 78, 0.18), transparent 26rem),
    linear-gradient(180deg, rgba(255, 250, 242, 0.32), rgba(255, 250, 242, 0.08));
}

body[data-page="live-dia-dos-namorados"] .proof-grid-section .content-heading {
  max-width: 940px;
}

body[data-page="live-dia-dos-namorados"] .proof-grid {
  column-count: 3;
}

body[data-page="live-dia-dos-namorados"] .proof-grid figure {
  border-color: rgba(255, 250, 242, 0.7);
  border-radius: 30px;
  background: rgba(255, 250, 242, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 24px 70px rgba(75, 31, 25, 0.1);
  transition:
    transform 520ms var(--ease-luxury),
    box-shadow 520ms var(--ease-luxury);
  break-inside: avoid;
}

body[data-page="live-dia-dos-namorados"] .proof-grid figure:hover {
  transform: translateY(-6px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 30px 82px rgba(75, 31, 25, 0.14);
}

body[data-page="live-dia-dos-namorados"] .pricing-section {
  max-width: none;
  justify-items: center;
  border: 0;
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 250, 242, 0.22), transparent 24rem),
    linear-gradient(180deg, rgba(91, 18, 26, 0.93), rgba(77, 18, 24, 0.96));
}

body[data-page="live-dia-dos-namorados"] .pricing-section h2,
body[data-page="live-dia-dos-namorados"] .pricing-section h3,
body[data-page="live-dia-dos-namorados"] .pricing-section p,
body[data-page="live-dia-dos-namorados"] .pricing-section li,
body[data-page="live-dia-dos-namorados"] .pricing-section .pricing-intent,
body[data-page="live-dia-dos-namorados"] .pricing-section .price-anchor-label,
body[data-page="live-dia-dos-namorados"] .pricing-section .price-receive {
  color: rgba(255, 248, 237, 0.82) !important;
}

body[data-page="live-dia-dos-namorados"] .pricing-copy h2,
body[data-page="live-dia-dos-namorados"] .price-current {
  color: #fff8ed !important;
}

body[data-page="live-dia-dos-namorados"] .pricing-card,
body[data-page="live-dia-dos-namorados"] .social-proof-block {
  border-color: rgba(255, 250, 242, 0.16);
  background: rgba(255, 250, 242, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 30px 80px rgba(41, 9, 12, 0.2);
}

body[data-page="live-dia-dos-namorados"] .pricing-card {
  width: min(780px, 100%);
  border-radius: 38px;
}

body[data-page="live-dia-dos-namorados"] .pricing-list-block,
body[data-page="live-dia-dos-namorados"] .proof-slot {
  border-color: rgba(255, 250, 242, 0.14);
  border-radius: 24px;
  background: rgba(255, 250, 242, 0.07);
}

body[data-page="live-dia-dos-namorados"] .pricing-list {
  padding-left: 0;
  list-style: none;
}

body[data-page="live-dia-dos-namorados"] .pricing-list li {
  position: relative;
  padding-left: 22px;
}

body[data-page="live-dia-dos-namorados"] .pricing-list li::before {
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 999px;
  background: rgba(255, 248, 237, 0.68);
}

body[data-page="live-dia-dos-namorados"] .values-section {
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.62fr);
}

body[data-page="live-dia-dos-namorados"] .values-image,
body[data-page="live-dia-dos-namorados"] .daleth-photo {
  padding: 10px;
  border: 1px solid rgba(255, 250, 242, 0.72);
  border-radius: 38px;
  background: rgba(255, 250, 242, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 28px 80px rgba(80, 35, 26, 0.11);
}

body[data-page="live-dia-dos-namorados"] .values-image::before,
body[data-page="live-dia-dos-namorados"] .daleth-photo::before {
  display: none;
}

body[data-page="live-dia-dos-namorados"] .values-image img,
body[data-page="live-dia-dos-namorados"] .daleth-photo img,
body[data-page="live-dia-dos-namorados"] .guarantee-card img {
  border-radius: 28px;
  filter: saturate(0.86) contrast(1.02);
}

body[data-page="live-dia-dos-namorados"] .fit-section {
  border: 0;
}

body[data-page="live-dia-dos-namorados"] .fit-grid {
  gap: 12px;
  border: 0;
}

body[data-page="live-dia-dos-namorados"] .fit-grid article {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 250, 242, 0.72);
  border-radius: 30px;
  background: rgba(255, 250, 242, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 22px 52px rgba(80, 35, 26, 0.08);
}

body[data-page="live-dia-dos-namorados"] .daleth-section {
  grid-template-columns: minmax(330px, 0.54fr) minmax(0, 0.86fr);
}

body[data-page="live-dia-dos-namorados"] .trust-notes span {
  border: 1px solid rgba(255, 250, 242, 0.72);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.48);
}

body[data-page="live-dia-dos-namorados"] blockquote {
  border-left: 0;
  padding: 20px 24px;
  border-radius: 26px;
  background: rgba(255, 250, 242, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body[data-page="live-dia-dos-namorados"] .faq-section {
  grid-template-columns: minmax(330px, 0.7fr) minmax(0, 1fr);
}

body[data-page="live-dia-dos-namorados"] .faq-list {
  display: grid;
  gap: 12px;
  border-top: 0;
}

body[data-page="live-dia-dos-namorados"] details {
  overflow: hidden;
  border-bottom: 0;
  padding: 0 24px;
  transition:
    transform 520ms var(--ease-luxury),
    background-color 520ms var(--ease-luxury);
}

body[data-page="live-dia-dos-namorados"] details:hover {
  transform: translateY(-3px);
}

body[data-page="live-dia-dos-namorados"] summary {
  min-height: 82px;
}

body[data-page="live-dia-dos-namorados"] .final-cta {
  max-width: none;
  background:
    linear-gradient(rgba(248, 239, 226, 0.78), rgba(248, 239, 226, 0.92)),
    url("assets/live/hero-hands-horizontal.png") center / cover no-repeat;
}

body[data-page="live-dia-dos-namorados"] .final-cta h2,
body[data-page="live-dia-dos-namorados"] .final-cta p {
  position: relative;
  z-index: 1;
}

body[data-page="live-dia-dos-namorados"] .footer {
  max-width: none;
  border-top: 1px solid rgba(91, 18, 26, 0.1);
  background: rgba(255, 250, 242, 0.38);
}

body[data-page="live-dia-dos-namorados"] .reveal-item {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(10px);
  transition:
    opacity 900ms var(--ease-luxury),
    transform 900ms var(--ease-luxury),
    filter 900ms var(--ease-luxury);
  transition-delay: calc(var(--reveal-index, 0) * 70ms);
}

body[data-page="live-dia-dos-namorados"] .reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@supports (animation-timeline: view()) {
  body[data-page="live-dia-dos-namorados"] .hero-photo-frame img {
    animation: live-hero-depth linear both;
    animation-timeline: view();
    animation-range: exit 0% exit 90%;
  }

  body[data-page="live-dia-dos-namorados"] .deliverables article,
  body[data-page="live-dia-dos-namorados"] .objection-grid article {
    animation: live-card-depth linear both;
    animation-timeline: view();
    animation-range: entry 0% exit 72%;
  }
}

@keyframes live-hero-depth {
  to {
    opacity: 0.26;
    transform: scale(1.12);
  }
}

@keyframes live-card-depth {
  0% {
    opacity: 0.2;
    transform: translateY(42px) scale(0.94);
  }

  38%,
  62% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: 0.44;
    transform: translateY(-20px) scale(0.98);
  }
}

@media (max-width: 1180px) {
  body[data-page="live-dia-dos-namorados"] .hero-grid,
  body[data-page="live-dia-dos-namorados"] .opening-section,
  body[data-page="live-dia-dos-namorados"] .map-section,
  body[data-page="live-dia-dos-namorados"] .content-section,
  body[data-page="live-dia-dos-namorados"] .values-section,
  body[data-page="live-dia-dos-namorados"] .daleth-section,
  body[data-page="live-dia-dos-namorados"] .faq-section {
    grid-template-columns: 1fr;
  }

  body[data-page="live-dia-dos-namorados"] h1 {
    max-width: min(940px, 100%);
  }

  body[data-page="live-dia-dos-namorados"] .hero-copy {
    max-width: 780px;
  }

  body[data-page="live-dia-dos-namorados"] .hero-photo-frame::before {
    background:
      linear-gradient(90deg, rgba(248, 239, 226, 0.98) 0%, rgba(248, 239, 226, 0.84) 46%, rgba(248, 239, 226, 0.18) 100%),
      linear-gradient(180deg, rgba(248, 239, 226, 0.18) 0%, rgba(248, 239, 226, 0.92) 100%);
  }

  body[data-page="live-dia-dos-namorados"] .deliverables article:nth-child(n),
  body[data-page="live-dia-dos-namorados"] .deliverables article:last-child:nth-child(odd) {
    grid-column: span 6;
  }
}

@media (max-width: 820px) {
  body[data-page="live-dia-dos-namorados"] .topbar {
    top: 14px;
    left: 14px;
    right: 14px;
    width: auto;
    transform: none;
  }

  body[data-page="live-dia-dos-namorados"] .header-audience {
    padding: 10px 12px;
  }

  body[data-page="live-dia-dos-namorados"] .hero-grid {
    --hero-mobile-top-offset: 112px;
    min-height: 100dvh;
    padding: var(--hero-mobile-top-offset) 18px 34px;
    align-items: end;
  }

  body[data-page="live-dia-dos-namorados"] .hero-visual {
    top: calc(-1 * var(--hero-mobile-top-offset));
    min-height: calc(100dvh + var(--hero-mobile-top-offset));
    height: calc(100% + var(--hero-mobile-top-offset));
  }

  body[data-page="live-dia-dos-namorados"] .hero-copy {
    align-self: end;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  body[data-page="live-dia-dos-namorados"] h1 {
    font-size: clamp(2.38rem, 10.2vw, 3.04rem);
    line-height: 0.92;
  }

  body[data-page="live-dia-dos-namorados"] .hero-photo-frame::before {
    background:
      linear-gradient(180deg, rgba(248, 239, 226, 0.1) 0%, rgba(248, 239, 226, 0.42) 26%, rgba(248, 239, 226, 0.76) 58%, rgba(248, 239, 226, 0.98) 82%, var(--paper) 100%),
      linear-gradient(90deg, rgba(248, 239, 226, 0.86), rgba(248, 239, 226, 0.2));
  }

  body[data-page="live-dia-dos-namorados"] .hero-photo-frame img {
    object-position: 68% top;
  }

  body[data-page="live-dia-dos-namorados"] .hero-facts {
    grid-template-columns: 1fr;
  }

  body[data-page="live-dia-dos-namorados"] .hero-facts > span {
    border-radius: 22px;
  }

  body[data-page="live-dia-dos-namorados"] .opening-section,
  body[data-page="live-dia-dos-namorados"] .map-section,
  body[data-page="live-dia-dos-namorados"] .content-section,
  body[data-page="live-dia-dos-namorados"] .objections-section,
  body[data-page="live-dia-dos-namorados"] .proof-grid-section,
  body[data-page="live-dia-dos-namorados"] .pricing-section,
  body[data-page="live-dia-dos-namorados"] .values-section,
  body[data-page="live-dia-dos-namorados"] .fit-section,
  body[data-page="live-dia-dos-namorados"] .daleth-section,
  body[data-page="live-dia-dos-namorados"] .faq-section,
  body[data-page="live-dia-dos-namorados"] .final-cta {
    padding: 76px 18px;
  }

  body[data-page="live-dia-dos-namorados"] .opening-states li:nth-child(n) {
    --lift: 0px;
  }

  body[data-page="live-dia-dos-namorados"] .deliverables {
    grid-template-columns: 1fr;
    border-radius: 30px;
  }

  body[data-page="live-dia-dos-namorados"] .deliverables article:nth-child(n),
  body[data-page="live-dia-dos-namorados"] .deliverables article:last-child:nth-child(odd) {
    grid-column: auto;
    min-height: 245px;
  }

  body[data-page="live-dia-dos-namorados"] .objection-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  body[data-page="live-dia-dos-namorados"] .objection-grid article:hover {
    transform: translateY(-4px);
  }

  body[data-page="live-dia-dos-namorados"] .proof-grid {
    column-count: 1;
  }

  body[data-page="live-dia-dos-namorados"] .proof-grid figure:nth-child(n) {
    transform: none;
  }

  body[data-page="live-dia-dos-namorados"] .proof-grid figure:hover {
    transform: translateY(-4px);
  }

  body[data-page="live-dia-dos-namorados"] .journey-board {
    border-radius: 30px;
  }

  body[data-page="live-dia-dos-namorados"] .pricing-card,
  body[data-page="live-dia-dos-namorados"] .social-proof-block {
    border-radius: 30px;
  }
}

@media (max-width: 480px) {
  body[data-page="live-dia-dos-namorados"] .brand {
    font-size: 1.02rem;
  }

  body[data-page="live-dia-dos-namorados"] .header-audience {
    max-width: 150px;
  }

  body[data-page="live-dia-dos-namorados"] .hero-note {
    border-radius: 18px;
  }
}

body[data-page="live-dia-dos-namorados"] .topbar {
  align-items: center;
  transition:
    width 620ms var(--ease-luxury),
    padding 620ms var(--ease-luxury),
    transform 620ms var(--ease-luxury),
    box-shadow 620ms var(--ease-luxury),
    background-color 620ms var(--ease-luxury);
}

body[data-page="live-dia-dos-namorados"] .brand {
  display: flex;
  align-items: center;
  min-height: 42px;
  transition:
    flex-basis 520ms var(--ease-luxury),
    opacity 420ms var(--ease-luxury),
    width 520ms var(--ease-luxury),
    transform 520ms var(--ease-luxury);
}

body[data-page="live-dia-dos-namorados"] .brand span {
  display: block;
}

body[data-page="live-dia-dos-namorados"] .header-audience {
  transition:
    transform 520ms var(--ease-luxury),
    background-color 520ms var(--ease-luxury),
    box-shadow 520ms var(--ease-luxury);
}

body[data-page="live-dia-dos-namorados"].is-topbar-compact .topbar {
  width: max-content;
  min-height: 0;
  padding: 8px;
  gap: 0;
  background: rgba(255, 250, 242, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 16px 44px rgba(73, 31, 25, 0.12);
}

body[data-page="live-dia-dos-namorados"].is-topbar-compact .brand {
  width: 0;
  min-width: 0;
  height: 0;
  min-height: 0;
  flex: 0 0 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: scale(0.92);
}

body[data-page="live-dia-dos-namorados"].is-topbar-compact .header-audience {
  max-width: none;
  padding: 12px 18px;
  background: transparent;
  box-shadow: none;
}

body[data-page="live-dia-dos-namorados"] .hero-photo-frame img {
  filter: saturate(0.98) contrast(1.08) brightness(1.03);
  transform: scale(1.005);
}

body[data-page="live-dia-dos-namorados"] .hero-photo-frame::before {
  background:
    linear-gradient(90deg, rgba(248, 239, 226, 0.98) 0%, rgba(248, 239, 226, 0.82) 27%, rgba(248, 239, 226, 0.42) 45%, rgba(248, 239, 226, 0.08) 61%, rgba(248, 239, 226, 0) 100%),
    linear-gradient(180deg, rgba(248, 239, 226, 0.08) 0%, transparent 48%, rgba(248, 239, 226, 0.64) 100%);
}

body[data-page="live-dia-dos-namorados"] .scan-mark {
  display: inline;
  padding: 0 0.025em;
  border-radius: 0.08em;
  background: linear-gradient(180deg, transparent 76%, rgba(168, 111, 78, 0.2) 76%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: inherit;
}

body[data-page="live-dia-dos-namorados"] .scan-mark--number,
body[data-page="live-dia-dos-namorados"] :is(.countdown-number, .task-node, .deliverables span, .price-current, .price-current-hero, .price-before, .price-before-hero, .price-anchor, .price-anchor-label, .task-count) {
  font-family: var(--serif-num);
  font-variant-numeric: lining-nums tabular-nums;
}

body[data-page="live-dia-dos-namorados"] .scan-underline {
  color: var(--wine);
  font-weight: 700;
  box-shadow: inset 0 -0.32em rgba(168, 111, 78, 0.16);
}

body[data-page="live-dia-dos-namorados"] .opening-invite {
  align-items: stretch;
}

body[data-page="live-dia-dos-namorados"] .opening-countdown,
body[data-page="live-dia-dos-namorados"] .opening-states li {
  min-height: 242px;
}

body[data-page="live-dia-dos-namorados"] .opening-states li {
  justify-content: flex-start;
  padding-top: 88px;
  transform: translateY(0);
}

body[data-page="live-dia-dos-namorados"] .opening-states li:nth-child(n) {
  --lift: 0px;
}

body[data-page="live-dia-dos-namorados"] .opening-states li:hover,
body[data-page="live-dia-dos-namorados"] .opening-states li:focus-within {
  transform: translateY(-8px) rotate(-0.4deg);
}

body[data-page="live-dia-dos-namorados"] .opening-states strong {
  max-width: 11ch;
}

body[data-page="live-dia-dos-namorados"] .content-section {
  display: block;
}

body[data-page="live-dia-dos-namorados"] .content-heading {
  position: relative;
  top: auto;
  width: min(1040px, 100%);
  margin: 0 auto clamp(34px, 5vw, 72px);
  text-align: center;
}

body[data-page="live-dia-dos-namorados"] .content-heading h2,
body[data-page="live-dia-dos-namorados"] .content-heading p {
  margin-left: auto;
  margin-right: auto;
}

body[data-page="live-dia-dos-namorados"] .deliverables {
  width: min(1120px, 100%);
  margin: 0 auto;
}

body[data-page="live-dia-dos-namorados"] .deliverables article {
  justify-content: flex-start;
}

body[data-page="live-dia-dos-namorados"] .deliverables span {
  margin-bottom: clamp(46px, 6vw, 88px);
}

body[data-page="live-dia-dos-namorados"] .objection-grid article {
  position: relative;
  padding-top: 96px;
}

body[data-page="live-dia-dos-namorados"] .objection-grid article::before,
body[data-page="live-dia-dos-namorados"] .objection-grid article::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

body[data-page="live-dia-dos-namorados"] .objection-grid article::before {
  left: clamp(26px, 3vw, 40px);
  top: clamp(24px, 3vw, 38px);
  width: 48px;
  height: 48px;
  border-radius: 17px;
  background: rgba(168, 111, 78, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body[data-page="live-dia-dos-namorados"] .objection-grid article::after {
  --objection-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4.25C8.3 6.5 6.25 9.32 6.25 12.08C6.25 15.6 8.85 18.25 12 18.25C15.15 18.25 17.75 15.6 17.75 12.08C17.75 9.32 15.7 6.5 12 4.25Z' fill='black'/%3E%3C/svg%3E");
  left: calc(clamp(26px, 3vw, 40px) + 13px);
  top: calc(clamp(24px, 3vw, 38px) + 13px);
  width: 22px;
  height: 22px;
  background: var(--wine);
  mask: var(--objection-icon) center / contain no-repeat;
  -webkit-mask: var(--objection-icon) center / contain no-repeat;
}

body[data-page="live-dia-dos-namorados"] .objection-grid article:nth-child(2)::after {
  --objection-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3.75L18.25 6.15V11.1C18.25 15.28 15.64 18.82 12 20.25C8.36 18.82 5.75 15.28 5.75 11.1V6.15L12 3.75Z' fill='black'/%3E%3C/svg%3E");
}

body[data-page="live-dia-dos-namorados"] .objection-grid article:nth-child(3)::after {
  --objection-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.25 7.25C7.25 5.45 8.7 4 10.5 4H13.5C15.3 4 16.75 5.45 16.75 7.25V8H7.25V7.25ZM5.75 10H18.25C19.08 10 19.75 10.67 19.75 11.5V18.25C19.75 19.08 19.08 19.75 18.25 19.75H5.75C4.92 19.75 4.25 19.08 4.25 18.25V11.5C4.25 10.67 4.92 10 5.75 10Z' fill='black'/%3E%3C/svg%3E");
}

body[data-page="live-dia-dos-namorados"] .objection-grid article:nth-child(4)::after {
  --objection-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6.25H12.25C13.77 6.25 15 7.48 15 9C15 10.52 13.77 11.75 12.25 11.75H10.5C9.81 11.75 9.25 12.31 9.25 13C9.25 13.69 9.81 14.25 10.5 14.25H19V17.75H10.5C7.88 17.75 5.75 15.62 5.75 13C5.75 10.38 7.88 8.25 10.5 8.25H12.25C12.66 8.25 13 7.91 13 7.5C13 7.09 12.66 6.75 12.25 6.75H5V6.25Z' fill='black'/%3E%3C/svg%3E");
}

body[data-page="live-dia-dos-namorados"] .pricing-bonus-icon {
  width: 22px;
  height: 22px;
}

body[data-page="live-dia-dos-namorados"] .fit-grid article {
  justify-content: flex-start;
}

body[data-page="live-dia-dos-namorados"] .fit-grid h3 {
  min-height: 2.2em;
}

@media (hover: none) {
  body[data-page="live-dia-dos-namorados"] .opening-states li:active,
  body[data-page="live-dia-dos-namorados"] .objection-grid article:active,
  body[data-page="live-dia-dos-namorados"] .deliverables article:active {
    transform: translateY(-3px) scale(0.99);
  }
}

@media (max-width: 820px) {
  body[data-page="live-dia-dos-namorados"].is-topbar-compact .topbar {
    left: 50%;
    right: auto;
    width: max-content;
    transform: translateX(-50%);
  }

  body[data-page="live-dia-dos-namorados"] .hero-grid {
    padding-right: 0;
    padding-left: 0;
  }

  body[data-page="live-dia-dos-namorados"] .hero-copy {
    padding-right: 18px;
    padding-left: 18px;
  }

  body[data-page="live-dia-dos-namorados"] .hero-photo-frame img {
    width: 100%;
    object-position: 54% top;
    filter: saturate(1) contrast(1.06) brightness(1.04);
  }

  body[data-page="live-dia-dos-namorados"] .hero-photo-frame::before {
    background:
      linear-gradient(180deg, rgba(248, 239, 226, 0.03) 0%, rgba(248, 239, 226, 0.32) 24%, rgba(248, 239, 226, 0.7) 59%, rgba(248, 239, 226, 0.98) 83%, var(--paper) 100%),
      linear-gradient(90deg, rgba(248, 239, 226, 0.72), rgba(248, 239, 226, 0.12));
  }

  body[data-page="live-dia-dos-namorados"] .hero-facts {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  body[data-page="live-dia-dos-namorados"] .hero-facts > span {
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
    text-align: center;
  }

  body[data-page="live-dia-dos-namorados"] .opening-states {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 4px 18px 10px;
    margin-right: -18px;
    margin-left: -18px;
    scroll-snap-type: x mandatory;
  }

  body[data-page="live-dia-dos-namorados"] .opening-states li {
    min-width: min(300px, 82vw);
    scroll-snap-align: start;
  }
}

body[data-page="live-dia-dos-namorados"] .map-section {
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  align-items: start;
}

body[data-page="live-dia-dos-namorados"] .seal-journey {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: clamp(14px, 1.6vw, 22px);
  align-items: stretch;
}

body[data-page="live-dia-dos-namorados"] .seal-calendar {
  min-height: auto;
  padding: clamp(16px, 2vw, 28px);
  overflow: hidden;
  border-radius: 36px;
  background:
    radial-gradient(circle at 12% 12%, rgba(168, 111, 78, 0.2), transparent 22rem),
    linear-gradient(145deg, rgba(255, 250, 242, 0.94), rgba(237, 219, 200, 0.6)),
    url("assets/live/map-route-desktop.png") center / cover no-repeat;
}

body[data-page="live-dia-dos-namorados"] .seal-calendar::after {
  inset: 12px;
  z-index: 0;
  border-color: rgba(91, 18, 26, 0.1);
  border-radius: 28px;
}

body[data-page="live-dia-dos-namorados"] .seal-calendar-head,
body[data-page="live-dia-dos-namorados"] .seal-grid {
  position: relative;
  z-index: 1;
}

body[data-page="live-dia-dos-namorados"] .seal-calendar-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: end;
  margin-bottom: 18px;
  padding: 4px 4px 0;
}

body[data-page="live-dia-dos-namorados"] .seal-calendar-head span,
body[data-page="live-dia-dos-namorados"] .seal-calendar-head strong {
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body[data-page="live-dia-dos-namorados"] .seal-calendar-head strong {
  max-width: 24ch;
  color: rgba(91, 18, 26, 0.72);
  text-align: right;
}

body[data-page="live-dia-dos-namorados"] .seal-grid {
  inset: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 14px);
}

body[data-page="live-dia-dos-namorados"] .seal-calendar .task-node,
body[data-page="live-dia-dos-namorados"] .seal-calendar .task-node.final {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  min-height: 138px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 14px 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.78);
  border-radius: 22px;
  color: var(--graphite);
  background:
    linear-gradient(150deg, rgba(255, 250, 242, 0.94), rgba(246, 232, 214, 0.76)),
    linear-gradient(45deg, transparent 49%, rgba(168, 111, 78, 0.18) 50%, transparent 51%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 18px 34px rgba(80, 35, 26, 0.1);
  font-family: var(--sans);
  text-align: left;
  transform: none;
  transition:
    border-color 360ms var(--ease-luxury),
    box-shadow 360ms var(--ease-luxury),
    transform 360ms var(--ease-luxury),
    background-color 360ms var(--ease-luxury);
}

body[data-page="live-dia-dos-namorados"] .seal-calendar .task-node::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(32deg, transparent 47%, rgba(168, 111, 78, 0.18) 48%, rgba(168, 111, 78, 0.18) 50%, transparent 51%),
    linear-gradient(148deg, transparent 48%, rgba(168, 111, 78, 0.1) 49%, transparent 51%);
  opacity: 0.72;
}

body[data-page="live-dia-dos-namorados"] .seal-calendar .task-node::after {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 30px;
  height: 30px;
  content: "";
  border-radius: 999px;
  background:
    radial-gradient(circle at 38% 34%, rgba(255, 250, 242, 0.48), transparent 24%),
    radial-gradient(circle at 50% 50%, #9c3a45, var(--wine) 72%);
  box-shadow:
    inset 0 0 0 2px rgba(255, 245, 230, 0.22),
    0 8px 18px rgba(91, 18, 26, 0.18);
  transition:
    transform 360ms var(--ease-luxury),
    background-color 360ms var(--ease-luxury);
}

body[data-page="live-dia-dos-namorados"] .seal-calendar .task-node > span {
  position: relative;
  z-index: 1;
}

body[data-page="live-dia-dos-namorados"] .seal-number {
  color: rgba(91, 18, 26, 0.6);
  font-family: var(--serif-num);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
}

body[data-page="live-dia-dos-namorados"] .seal-title {
  max-width: 10.5ch;
  color: var(--wine);
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.7vw, 1.58rem);
  line-height: 0.94;
  text-wrap: balance;
}

body[data-page="live-dia-dos-namorados"] .seal-context {
  color: rgba(45, 41, 37, 0.62);
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body[data-page="live-dia-dos-namorados"] .seal-calendar .task-node:hover,
body[data-page="live-dia-dos-namorados"] .seal-calendar .task-node:focus-visible {
  border-color: rgba(91, 18, 26, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 24px 44px rgba(80, 35, 26, 0.14);
  transform: translateY(-6px) rotate(-0.45deg);
}

body[data-page="live-dia-dos-namorados"] .seal-calendar .task-node.is-active,
body[data-page="live-dia-dos-namorados"] .seal-calendar .task-node.is-active:hover {
  border-color: rgba(91, 18, 26, 0.46);
  background:
    linear-gradient(150deg, rgba(255, 250, 242, 0.98), rgba(240, 217, 194, 0.9)),
    linear-gradient(45deg, transparent 49%, rgba(91, 18, 26, 0.16) 50%, transparent 51%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 26px 58px rgba(91, 18, 26, 0.2);
  transform: translateY(-7px);
}

body[data-page="live-dia-dos-namorados"] .seal-calendar .task-node.is-active::after {
  transform: scale(1.16) rotate(-8deg);
}

body[data-page="live-dia-dos-namorados"] .seal-detail {
  min-height: auto;
  margin-top: 0;
  padding: clamp(22px, 2.4vw, 32px);
  border-radius: 30px;
}

body[data-page="live-dia-dos-namorados"] .seal-detail h3 {
  font-size: clamp(2.25rem, 4vw, 3.6rem);
}

body[data-page="live-dia-dos-namorados"] .seal-promise {
  display: inline-flex;
  width: fit-content;
  margin-top: 0;
  padding: 8px 11px;
  border: 1px solid rgba(91, 18, 26, 0.13);
  border-radius: 999px;
  color: rgba(91, 18, 26, 0.76);
  background: rgba(255, 250, 242, 0.64);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="live-dia-dos-namorados"] .map-conversion {
  min-height: auto;
  padding: clamp(28px, 3vw, 42px) clamp(22px, 2.6vw, 34px);
}

@media (max-width: 1180px) {
  body[data-page="live-dia-dos-namorados"] .map-section {
    grid-template-columns: 1fr;
  }

  body[data-page="live-dia-dos-namorados"] .seal-journey {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.4fr);
  }
}

@media (max-width: 980px) {
  body[data-page="live-dia-dos-namorados"] .seal-journey {
    grid-template-columns: 1fr;
  }

  body[data-page="live-dia-dos-namorados"] .seal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="live-dia-dos-namorados"] .seal-calendar .task-node,
  body[data-page="live-dia-dos-namorados"] .seal-calendar .task-node.final {
    min-height: 132px;
  }
}

@media (max-width: 820px) {
  body[data-page="live-dia-dos-namorados"] .map-section {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body[data-page="live-dia-dos-namorados"] .seal-calendar {
    padding: 15px;
    border-radius: 28px;
    background:
      radial-gradient(circle at 14% 10%, rgba(168, 111, 78, 0.18), transparent 16rem),
      linear-gradient(145deg, rgba(255, 250, 242, 0.96), rgba(237, 219, 200, 0.62)),
      url("assets/live/map-route-mobile.png") center / cover no-repeat;
  }

  body[data-page="live-dia-dos-namorados"] .seal-calendar::after {
    inset: 8px;
    border-radius: 22px;
  }

  body[data-page="live-dia-dos-namorados"] .seal-calendar-head {
    display: grid;
    gap: 6px;
    margin-bottom: 14px;
  }

  body[data-page="live-dia-dos-namorados"] .seal-calendar-head strong {
    max-width: none;
    text-align: left;
  }

  body[data-page="live-dia-dos-namorados"] .seal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body[data-page="live-dia-dos-namorados"] .seal-calendar .task-node,
  body[data-page="live-dia-dos-namorados"] .seal-calendar .task-node.final {
    min-height: 116px;
    padding: 13px 11px 12px;
    border-radius: 20px;
  }

  body[data-page="live-dia-dos-namorados"] .seal-calendar .task-node.is-active {
    grid-column: span 2;
    min-height: 132px;
  }

  body[data-page="live-dia-dos-namorados"] .seal-calendar .task-node:hover,
  body[data-page="live-dia-dos-namorados"] .seal-calendar .task-node:focus-visible,
  body[data-page="live-dia-dos-namorados"] .seal-calendar .task-node.is-active,
  body[data-page="live-dia-dos-namorados"] .seal-calendar .task-node.is-active:hover {
    transform: translateY(-3px);
  }

  body[data-page="live-dia-dos-namorados"] .seal-title {
    max-width: 10ch;
    font-size: 1.18rem;
  }

  body[data-page="live-dia-dos-namorados"] .seal-context {
    font-size: 0.61rem;
    letter-spacing: 0.08em;
  }

  body[data-page="live-dia-dos-namorados"] .seal-detail {
    padding: 20px;
    border-radius: 24px;
  }

  body[data-page="live-dia-dos-namorados"] .seal-detail h3 {
    font-size: 2.25rem;
  }

  body[data-page="live-dia-dos-namorados"] .task-detail-head,
  body[data-page="live-dia-dos-namorados"] .task-controls {
    align-items: flex-start;
  }

  body[data-page="live-dia-dos-namorados"] .task-controls .text-button {
    min-height: 42px;
  }
}

@media (max-width: 390px) {
  body[data-page="live-dia-dos-namorados"] .seal-title {
    font-size: 1.08rem;
  }

  body[data-page="live-dia-dos-namorados"] .seal-calendar .task-node,
  body[data-page="live-dia-dos-namorados"] .seal-calendar .task-node.final {
    min-height: 112px;
  }
}

body[data-page="live-dia-dos-namorados"] .pricing-copy .scan-underline {
  color: #fff8ed;
  box-shadow: inset 0 -0.34em rgba(255, 248, 237, 0.32);
}

body[data-page="live-dia-dos-namorados"] .pricing-values .price-before {
  color: rgba(255, 248, 237, 0.78);
  text-decoration-color: rgba(255, 248, 237, 0.62);
}

body[data-page="live-dia-dos-namorados"] .pricing-bonus-copy {
  margin: 0;
  color: rgba(255, 248, 237, 0.86);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.48;
}

body[data-page="live-dia-dos-namorados"] .map-section {
  grid-template-columns: minmax(260px, 0.46fr) minmax(420px, 1fr) minmax(230px, 0.38fr);
}

body[data-page="live-dia-dos-namorados"] .secret-journey {
  min-width: 0;
}

body[data-page="live-dia-dos-namorados"] .secret-map {
  min-height: auto;
  padding: clamp(16px, 2vw, 28px);
  border-radius: 36px;
  background:
    radial-gradient(circle at 12% 12%, rgba(168, 111, 78, 0.18), transparent 22rem),
    linear-gradient(145deg, rgba(255, 250, 242, 0.94), rgba(237, 219, 200, 0.68)),
    url("assets/live/map-route-desktop.png") center / cover no-repeat;
}

body[data-page="live-dia-dos-namorados"] .secret-map::after {
  inset: 12px;
  z-index: 0;
  border-color: rgba(91, 18, 26, 0.1);
  border-radius: 28px;
}

body[data-page="live-dia-dos-namorados"] .secret-map-head,
body[data-page="live-dia-dos-namorados"] .secret-envelope-grid {
  position: relative;
  z-index: 1;
}

body[data-page="live-dia-dos-namorados"] .secret-map-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: end;
  margin-bottom: 18px;
  padding: 4px 4px 0;
}

body[data-page="live-dia-dos-namorados"] .secret-map-head span,
body[data-page="live-dia-dos-namorados"] .secret-map-head strong {
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body[data-page="live-dia-dos-namorados"] .secret-map-head strong {
  max-width: 27ch;
  color: rgba(91, 18, 26, 0.72);
  text-align: right;
}

body[data-page="live-dia-dos-namorados"] .secret-envelope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 14px);
}

body[data-page="live-dia-dos-namorados"] .secret-envelope {
  --seal-color: #7e2638;
  --seal-light: #b27482;
  --paper-top: rgba(255, 253, 247, 0.96);
  --paper-bottom: rgba(232, 210, 191, 0.92);
  min-height: 148px;
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 8px;
  align-items: end;
  padding: 12px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(91, 18, 26, 0.12);
  border-radius: 22px;
  color: var(--graphite);
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.34), rgba(255, 250, 242, 0.9)),
    rgba(255, 250, 242, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 18px 34px rgba(80, 35, 26, 0.1);
  cursor: pointer;
  text-align: left;
  transform: none;
  transition:
    border-color 320ms var(--ease-luxury),
    box-shadow 320ms var(--ease-luxury),
    transform 320ms var(--ease-luxury);
}

body[data-page="live-dia-dos-namorados"] .secret-envelope:nth-child(3n + 2) {
  --seal-color: #8b4a32;
  --seal-light: #c99a82;
  --paper-bottom: rgba(229, 204, 184, 0.95);
}

body[data-page="live-dia-dos-namorados"] .secret-envelope:nth-child(3n) {
  --seal-color: #6e3048;
  --seal-light: #b5859b;
  --paper-bottom: rgba(235, 216, 200, 0.94);
}

body[data-page="live-dia-dos-namorados"] .secret-envelope:hover,
body[data-page="live-dia-dos-namorados"] .secret-envelope:focus-visible,
body[data-page="live-dia-dos-namorados"] .secret-envelope.is-active {
  border-color: rgba(91, 18, 26, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 22px 44px rgba(80, 35, 26, 0.14);
  transform: translateY(-3px);
}

body[data-page="live-dia-dos-namorados"] .envelope-asset {
  width: 100%;
  min-height: 70px;
  aspect-ratio: 2 / 1;
  display: block;
  align-self: stretch;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 16px;
  background:
    url("assets/live/envelope-cera-sealed.png") center / contain no-repeat,
    linear-gradient(180deg, var(--paper-top), var(--paper-bottom));
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 242, 0.62),
    inset 0 -14px 24px rgba(91, 18, 26, 0.05),
    0 10px 18px rgba(91, 18, 26, 0.08);
}

body[data-page="live-dia-dos-namorados"] .envelope-asset::before {
  content: none;
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: none;
}

body[data-page="live-dia-dos-namorados"] .envelope-asset::after {
  content: none;
  position: absolute;
  left: 50%;
  top: 48%;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: none;
  box-shadow: none;
  transform: none;
}

body[data-page="live-dia-dos-namorados"] .envelope-day {
  color: var(--wine);
  font-family: var(--serif-num);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
  text-transform: uppercase;
}

body[data-page="live-dia-dos-namorados"] .envelope-hint {
  color: rgba(45, 41, 37, 0.56);
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="live-dia-dos-namorados"].has-map-modal {
  overflow: hidden;
}

body[data-page="live-dia-dos-namorados"] .map-modal[hidden] {
  display: none;
}

body[data-page="live-dia-dos-namorados"] .map-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding:
    calc(16px + env(safe-area-inset-top))
    calc(16px + env(safe-area-inset-right))
    calc(16px + env(safe-area-inset-bottom))
    calc(16px + env(safe-area-inset-left));
  overflow: auto;
}

body[data-page="live-dia-dos-namorados"] .map-modal-backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  border: 0;
  background: rgba(30, 18, 16, 0.48);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

body[data-page="live-dia-dos-namorados"] .map-modal-card {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  max-height: min(90svh, calc(100dvh - 32px));
  overflow: auto;
  overscroll-behavior: contain;
  padding: 26px 20px 20px;
  border: 1px solid rgba(255, 250, 242, 0.72);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 12%, rgba(168, 111, 78, 0.16), transparent 13rem),
    var(--paper-soft);
  box-shadow: 0 28px 80px rgba(30, 18, 16, 0.3);
}

body[data-page="live-dia-dos-namorados"] .map-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(91, 18, 26, 0.16);
  border-radius: 999px;
  color: var(--wine);
  background: rgba(255, 250, 242, 0.78);
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}

body[data-page="live-dia-dos-namorados"] .map-modal-count {
  display: block;
  margin-bottom: 12px;
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body[data-page="live-dia-dos-namorados"] .map-modal-card h3 {
  max-width: 8ch;
  margin: 0 0 14px;
  color: var(--wine);
  font-size: clamp(2.4rem, 12vw, 3.5rem);
  line-height: 0.9;
}

body[data-page="live-dia-dos-namorados"] .map-modal-card p {
  color: rgba(45, 41, 37, 0.74);
  font-size: 1rem;
  line-height: 1.55;
}

body[data-page="live-dia-dos-namorados"] .map-modal-card .btn {
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 1180px) {
  body[data-page="live-dia-dos-namorados"] .map-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  body[data-page="live-dia-dos-namorados"] .opening-states {
    margin-left: 0;
    margin-right: -18px;
    padding: 4px 18px 14px 0;
    scroll-padding-inline: 0 18px;
    scrollbar-color: rgba(91, 18, 26, 0.42) rgba(255, 250, 242, 0.2);
    scrollbar-width: thin;
  }

  body[data-page="live-dia-dos-namorados"] .opening-invite {
    position: relative;
  }

  body[data-page="live-dia-dos-namorados"] .opening-invite::after {
    position: absolute;
    right: -18px;
    top: 0;
    bottom: 12px;
    width: 68px;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(248, 239, 226, 0.92));
  }

  body[data-page="live-dia-dos-namorados"] .opening-states::after {
    min-width: 34px;
    content: "";
  }

  body[data-page="live-dia-dos-namorados"] .objection-grid article h3,
  body[data-page="live-dia-dos-namorados"] .fit-grid h3 {
    color: var(--wine);
    font-size: 2.1rem;
    line-height: 1.08;
  }

  body[data-page="live-dia-dos-namorados"] .objection-grid article p,
  body[data-page="live-dia-dos-namorados"] .fit-grid p {
    color: rgba(45, 41, 37, 0.74);
    font-size: 1rem;
    line-height: 1.45;
  }

  body[data-page="live-dia-dos-namorados"] .secret-map {
    padding: 15px;
    border-radius: 28px;
    background:
      radial-gradient(circle at 14% 10%, rgba(168, 111, 78, 0.18), transparent 16rem),
      linear-gradient(145deg, rgba(255, 250, 242, 0.96), rgba(237, 219, 200, 0.62)),
      url("assets/live/map-route-mobile.png") center / cover no-repeat;
  }

  body[data-page="live-dia-dos-namorados"] .secret-map::after {
    inset: 8px;
    border-radius: 22px;
  }

  body[data-page="live-dia-dos-namorados"] .secret-map-head {
    display: grid;
    gap: 6px;
    margin-bottom: 14px;
  }

  body[data-page="live-dia-dos-namorados"] .secret-map-head strong {
    max-width: none;
    text-align: left;
  }

  body[data-page="live-dia-dos-namorados"] .secret-envelope-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body[data-page="live-dia-dos-namorados"] .secret-envelope {
    min-height: 124px;
    padding: 10px;
    border-radius: 20px;
  }

  body[data-page="live-dia-dos-namorados"] .envelope-asset {
    min-height: 64px;
    border-radius: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="live-dia-dos-namorados"] *,
  body[data-page="live-dia-dos-namorados"] *::before,
  body[data-page="live-dia-dos-namorados"] *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  body[data-page="live-dia-dos-namorados"] .reveal-item {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@media (max-width: 820px) {
  body[data-page="obrigado"] .topbar {
    top: 14px;
    left: 14px;
    right: 14px;
    width: auto;
    transform: none;
  }

  body[data-page="obrigado"] .header-audience {
    padding: 10px 12px;
  }

  body[data-page="obrigado"] .site-shell::before {
    background:
      linear-gradient(180deg, rgba(248, 239, 226, 0.76) 0%, rgba(248, 239, 226, 0.96) 42%, var(--paper) 100%),
      url("assets/live/hero-daleth-portrait%20v2.png") 68% top / cover no-repeat;
    opacity: 0.54;
  }

  body[data-page="obrigado"] #conteudo-obrigada {
    align-items: start;
    padding: 18px 18px 34px;
  }

  body[data-page="obrigado"] .thankyou-progress-card {
    padding: 24px 18px 20px;
    border-radius: 30px;
  }

  body[data-page="obrigado"] h1 {
    font-size: clamp(2.46rem, 10.2vw, 3.16rem);
    line-height: 0.92;
  }

  body[data-page="obrigado"] h2 {
    font-size: clamp(1.92rem, 8vw, 2.46rem);
  }

  body[data-page="obrigado"] .btn {
    width: 100%;
    min-height: 60px;
  }
}

@media (max-width: 480px) {
  body[data-page="obrigado"] .brand {
    font-size: 1.02rem;
  }

  body[data-page="obrigado"] .header-audience {
    max-width: 150px;
  }
}
