:root {
  --orange: #f4511e;
  --orange-deep: #d83a18;
  --red: #c9281e;
  --gold: #ffc62d;
  --gold-soft: #fff0a6;
  --cream: #fff8ee;
  --ink: #20130e;
  --muted: #6e5a50;
  --line: rgba(126, 58, 30, 0.14);
  --green: #087f5b;
  --surface: #ffffff;
  --shadow: 0 22px 55px rgba(111, 49, 23, 0.14);
  --shadow-soft: 0 14px 34px rgba(111, 49, 23, 0.09);
  --radius: 28px;
  --content: 1160px;
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

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

button {
  font: inherit;
}

button:not(:disabled),
a {
  cursor: pointer;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid #0b68d1;
  outline-offset: 3px;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

svg {
  width: 1.25em;
  height: 1.25em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

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

.nowrap {
  white-space: nowrap;
}

.section-inner {
  width: min(100% - 32px, var(--content));
  margin-inline: auto;
}

.section {
  padding: 86px 0;
}

.section-heading {
  max-width: 690px;
  margin-bottom: 34px;
}

.section-heading h2,
.session-copy h2,
.plan-copy h2,
.session-cta h2 {
  margin: 8px 0 10px;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.section-heading p,
.session-copy p,
.plan-copy > p,
.session-cta p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.section-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--orange-deep);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.section-kicker.light {
  color: var(--gold);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 10px max(18px, calc((100vw - var(--content)) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 249, 240, 0.9);
  box-shadow: 0 8px 25px rgba(73, 28, 9, 0.07);
  backdrop-filter: blur(15px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  overflow: hidden;
  border-radius: 15px 15px 15px 5px;
  background: linear-gradient(145deg, var(--gold), var(--orange) 58%, var(--red));
  color: #fff;
  box-shadow: 0 9px 24px rgba(244, 81, 30, 0.3);
}

.brand-mark::after {
  position: absolute;
  inset: -30% 45% -30% -20%;
  background: rgba(255, 255, 255, 0.32);
  content: "";
  transform: rotate(24deg);
}

.brand-mark svg {
  position: relative;
  z-index: 1;
  width: 23px;
  height: 23px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.12rem;
  letter-spacing: -0.035em;
}

.brand small {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
}

.topbar-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border: 1px solid rgba(244, 81, 30, 0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--orange-deep);
  font-size: 0.78rem;
  font-weight: 900;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 690px;
  padding: 68px 0 72px;
  background:
    radial-gradient(circle at 75% 24%, rgba(255, 198, 45, 0.42), transparent 28%),
    radial-gradient(circle at 0 80%, rgba(244, 81, 30, 0.19), transparent 29%),
    linear-gradient(142deg, #fffdf8 0%, #fff5df 52%, #ffe2c1 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(244, 81, 30, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 81, 30, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(4px);
}

.hero-glow-a {
  top: 12%;
  right: 4%;
  width: 340px;
  height: 340px;
  border: 55px solid rgba(255, 255, 255, 0.34);
}

.hero-glow-b {
  bottom: -90px;
  left: 38%;
  width: 210px;
  height: 210px;
  background: rgba(255, 198, 45, 0.2);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  gap: 64px;
  align-items: center;
  width: min(100% - 32px, var(--content));
  margin-inline: auto;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.eyebrow {
  padding: 8px 13px;
  border: 1px solid rgba(244, 81, 30, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 22px rgba(140, 66, 28, 0.07);
}

.hero h1 {
  max-width: 740px;
  margin: 18px 0;
  font-size: clamp(2.55rem, 5.6vw, 5.1rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
  word-spacing: 0.08em;
  text-wrap: balance;
}

.hero-lead {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.16rem);
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 25px;
}

.hero-tags span {
  padding: 8px 11px;
  border: 1px solid rgba(244, 81, 30, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  color: #5b2e1e;
  font-size: 0.78rem;
  font-weight: 850;
  box-shadow: 0 6px 18px rgba(85, 39, 18, 0.06);
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 19px;
  border: 0;
  border-radius: 16px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
}

.button:active {
  transform: scale(0.97);
}

.button svg {
  flex: 0 0 auto;
}

.button-large {
  min-height: 58px;
  padding-inline: 24px;
  font-size: 1rem;
  border-radius: 18px;
}

.button-primary {
  background: linear-gradient(135deg, var(--orange), var(--red));
  color: #fff;
  box-shadow: 0 16px 30px rgba(216, 58, 24, 0.3);
}

.button-note {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 0.77rem;
}

.hero-visual {
  position: relative;
  width: min(100%, 460px);
  min-height: 555px;
  justify-self: end;
}

.hero-photo-frame {
  position: absolute;
  inset: 0 0 0 40px;
  overflow: hidden;
  border: 9px solid rgba(255, 255, 255, 0.8);
  border-radius: 110px 34px 92px 34px;
  background: #efd6c2;
  box-shadow: 0 35px 70px rgba(112, 46, 19, 0.24);
  animation: photo-float 5s ease-in-out infinite;
}

.hero-photo-frame::after {
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(transparent, rgba(55, 21, 8, 0.28));
  content: "";
}

.hero-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 43%;
}

.photo-shine {
  position: absolute;
  top: -20%;
  left: -40%;
  width: 40%;
  height: 150%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  transform: rotate(16deg);
  animation: photo-shine 6s ease-in-out infinite 1s;
}

.hero-carousel {
  position: absolute;
  z-index: 3;
  right: -20px;
  bottom: 26px;
  width: min(340px, 82vw);
  min-height: 115px;
}

.float-card {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 18px 40px rgba(71, 27, 9, 0.22);
  opacity: 0;
  transform: translateY(18px) scale(0.94);
  transition:
    opacity 400ms ease,
    transform 450ms cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
  backdrop-filter: blur(12px);
}

.float-card.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.float-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--gold), var(--orange));
  color: #fff;
}

.float-icon svg {
  width: 25px;
  height: 25px;
}

.float-card small,
.float-card strong,
.float-card span {
  display: block;
}

.float-card small {
  color: var(--orange-deep);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.float-card strong {
  margin: 1px 0;
  font-size: 0.94rem;
}

.float-card span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 750;
}

.carousel-dots {
  position: absolute;
  top: calc(100% + 10px);
  right: 12px;
  display: flex;
  gap: 5px;
}

.carousel-dots span {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(78, 30, 12, 0.25);
  transition: width 250ms ease;
}

.carousel-dots span.is-active {
  width: 18px;
  background: var(--orange);
}

.session-strip {
  padding: 50px 0;
  background: #fff;
}

.session-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  gap: 24px 42px;
  align-items: center;
}

.session-copy h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.75rem);
}

.session-copy small {
  display: block;
  max-width: 640px;
  margin-top: 11px;
  color: #856f63;
}

.timer-card {
  padding: 19px;
  border: 1px solid rgba(244, 81, 30, 0.13);
  border-radius: 24px;
  background: linear-gradient(145deg, #fff, #fff8ec);
  box-shadow: var(--shadow-soft);
}

.timer-status {
  margin-bottom: 10px;
  color: var(--orange-deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.timer-units {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 8px;
  align-items: start;
}

.timer-units div {
  min-width: 0;
  padding: 10px 6px;
  border-radius: 17px;
  background: var(--ink);
  color: #fff;
  text-align: center;
}

.timer-units strong,
.timer-units span {
  display: block;
}

.timer-units strong {
  font-variant-numeric: tabular-nums;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  line-height: 1;
}

.timer-units span {
  margin-top: 5px;
  color: #f3c9aa;
  font-size: 0.59rem;
  font-weight: 800;
  text-transform: uppercase;
}

.timer-units > b {
  padding-top: 13px;
  color: var(--orange);
  font-size: 1.4rem;
}

.status-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.status-list span {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--cream);
  color: var(--muted);
  font-size: 0.75rem;
}

.status-list b {
  color: var(--ink);
}

.activities-section {
  overflow: hidden;
  background: var(--cream);
}

.activity-scroller,
.experience-scroller {
  display: grid;
  grid-auto-columns: minmax(290px, 360px);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 8px 4px 26px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(244, 81, 30, 0.35) transparent;
  scrollbar-width: thin;
  overscroll-behavior-inline: contain;
}

.activity-card {
  overflow: hidden;
  border: 1px solid rgba(244, 81, 30, 0.12);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
  scroll-snap-align: start;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.activity-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.activity-visual {
  position: relative;
  display: grid;
  min-height: 230px;
  place-items: center;
  overflow: hidden;
}

.activity-visual::before,
.activity-visual::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.activity-visual::before {
  top: -70px;
  right: -40px;
  width: 190px;
  height: 190px;
  border: 38px solid rgba(255, 255, 255, 0.16);
}

.activity-visual::after {
  bottom: -80px;
  left: -50px;
  width: 170px;
  height: 170px;
  background: rgba(255, 255, 255, 0.12);
}

.visual-video {
  background: linear-gradient(145deg, #ff8a2c, #e2381f);
}

.visual-content {
  background: linear-gradient(145deg, #ffbf28, #f4601f);
}

.visual-product {
  background: linear-gradient(145deg, #ef4e45, #b91f50);
}

.visual-survey {
  background: linear-gradient(145deg, #ff9e2d, #ee3758);
}

.visual-app {
  background: linear-gradient(145deg, #e9502d, #7f2b63);
}

.activity-label {
  position: absolute;
  z-index: 3;
  top: 15px;
  left: 15px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  background: rgba(88, 20, 7, 0.25);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  backdrop-filter: blur(7px);
}

.phone-ui {
  position: relative;
  z-index: 2;
  width: 130px;
  min-height: 177px;
  padding: 13px;
  border: 5px solid #2a1712;
  border-radius: 25px;
  background: #fff7ed;
  box-shadow:
    0 22px 35px rgba(63, 14, 6, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  transform: rotate(4deg);
}

.phone-ui::before {
  display: block;
  width: 34px;
  height: 5px;
  margin: -5px auto 10px;
  border-radius: 9px;
  background: #2a1712;
  content: "";
}

.video-window,
.image-window {
  display: grid;
  height: 88px;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(145deg, #ffe0a2, #ff8b55);
  color: #fff;
}

.video-window svg,
.image-window svg {
  width: 42px;
  height: 42px;
}

.ui-line {
  width: 72%;
  height: 7px;
  margin: 12px 0 8px;
  border-radius: 8px;
  background: #e4cfc0;
}

.ui-progress {
  height: 6px;
  overflow: hidden;
  border-radius: 8px;
  background: #eadbd0;
}

.ui-progress i {
  display: block;
  width: 66%;
  height: 100%;
  background: var(--orange);
}

.rating-row {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 14px;
}

.rating-row i {
  width: 13px;
  height: 13px;
  background: var(--gold);
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 80% 94%, 50% 72%, 20% 94%, 32% 57%, 2% 35%, 39% 35%);
}

.checklist-ui > svg,
.survey-ui > svg,
.app-ui > svg {
  width: 50px;
  height: 50px;
  margin: 4px auto 13px;
  color: var(--orange-deep);
}

.checklist-ui > span {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-top: 8px;
}

.checklist-ui > span i {
  width: 13px;
  height: 13px;
  border-radius: 4px;
  background: var(--gold);
}

.checklist-ui > span b {
  width: 70px;
  height: 7px;
  border-radius: 7px;
  background: #e3cfc2;
}

.survey-ui span {
  display: block;
  height: 18px;
  margin-top: 7px;
  border: 2px solid #efc2ae;
  border-radius: 10px;
  background: #fff;
}

.app-ui div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.app-ui div i {
  height: 29px;
  border-radius: 8px;
  background: linear-gradient(145deg, var(--gold), #ff7b39);
}

.app-ui > span {
  display: block;
  width: 75%;
  height: 8px;
  margin: 13px auto 0;
  border-radius: 8px;
  background: #e3cfc2;
}

.activity-body {
  padding: 22px;
}

.activity-body h3 {
  margin: 0 0 9px;
  font-size: 1.25rem;
  letter-spacing: -0.025em;
}

.activity-body > p:not(.disclaimer) {
  min-height: 73px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.9rem;
}

.activity-body dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.activity-body dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--cream);
}

.activity-body dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
}

.activity-body dd {
  margin: 0;
  color: var(--orange-deep);
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}

.disclaimer {
  margin: 13px 0 !important;
  color: #846e62 !important;
  font-size: 0.68rem !important;
  line-height: 1.45 !important;
}

.button-card {
  width: 100%;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 12px 24px rgba(32, 19, 14, 0.16);
}

.how-section {
  background: #fff;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.step-card {
  position: relative;
  min-height: 260px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(150deg, #fff, #fff8ef);
  box-shadow: var(--shadow-soft);
}

.step-card > span {
  position: absolute;
  top: 9px;
  right: 16px;
  color: rgba(244, 81, 30, 0.11);
  font-size: 3.6rem;
  font-weight: 950;
  line-height: 1;
}

.step-card > svg {
  width: 46px;
  height: 46px;
  margin-bottom: 38px;
  color: var(--orange);
}

.step-card h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.info-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 850px;
  margin: 24px 0 0;
  padding: 15px 17px;
  border-left: 4px solid var(--orange);
  border-radius: 0 14px 14px 0;
  background: #fff4e5;
  color: #684638;
  font-size: 0.82rem;
}

.info-note svg {
  flex: 0 0 auto;
  color: var(--orange-deep);
}

.plan-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background:
    radial-gradient(circle at 79% 52%, rgba(255, 198, 45, 0.32), transparent 25%),
    linear-gradient(135deg, #9f1f1c, #e1431e 52%, #f48222);
  color: #fff;
}

.plan-section::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.18) 1.5px, transparent 1.5px);
  background-size: 28px 28px;
  content: "";
  mask-image: linear-gradient(90deg, black, transparent 70%);
}

.plan-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 45px;
  align-items: center;
}

.plan-copy > p,
.session-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.plan-benefits {
  display: grid;
  gap: 10px;
  margin-top: 25px;
}

.plan-benefits span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.88rem;
  font-weight: 750;
}

.plan-benefits svg {
  color: var(--gold);
}

.plan-stage {
  position: relative;
  display: grid;
  min-height: 465px;
  place-items: center;
  align-content: center;
}

.plan-ribbon {
  position: absolute;
  z-index: 6;
  top: 13px;
  right: 2px;
  padding: 10px 16px;
  border: 3px solid #fff4ae;
  border-radius: 999px 999px 999px 8px;
  background: linear-gradient(135deg, var(--gold), #f38a19);
  color: #4b2608;
  font-size: 0.84rem;
  font-weight: 950;
  box-shadow: 0 15px 30px rgba(85, 25, 6, 0.28);
  transform: rotate(5deg);
}

.plan-box {
  position: relative;
  width: 290px;
  height: 285px;
  margin-bottom: 12px;
  filter: drop-shadow(0 28px 25px rgba(63, 15, 5, 0.32));
  animation: box-breathe 2.8s ease-in-out infinite;
}

.box-glow {
  position: absolute;
  inset: 22px 5px -15px;
  border-radius: 50%;
  background: rgba(255, 213, 70, 0.52);
  filter: blur(35px);
}

.box-body {
  position: absolute;
  right: 27px;
  bottom: 8px;
  left: 27px;
  display: grid;
  height: 210px;
  place-items: center;
  align-content: center;
  border: 5px solid #ffdd67;
  border-radius: 18px 18px 28px 28px;
  background:
    linear-gradient(90deg, transparent 43%, #ffc82c 43% 57%, transparent 57%),
    linear-gradient(145deg, #ff6725, #c51d22);
  color: #fff;
  text-align: center;
  box-shadow: inset 0 0 35px rgba(90, 8, 5, 0.28);
}

.box-body span,
.box-body strong,
.box-body small {
  position: relative;
  z-index: 2;
  display: block;
}

.box-body span {
  margin-bottom: 4px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.box-body strong {
  font-size: 2.12rem;
  line-height: 1;
  text-shadow: 0 3px 0 rgba(88, 10, 8, 0.3);
}

.box-body small {
  margin-top: 9px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #a62419;
  font-weight: 900;
}

.box-lid {
  position: absolute;
  z-index: 4;
  top: 54px;
  right: 11px;
  left: 11px;
  height: 62px;
  border: 5px solid #ffe37e;
  border-radius: 16px;
  background:
    linear-gradient(90deg, transparent 43%, #ffca2d 43% 57%, transparent 57%),
    linear-gradient(145deg, #ff7a2c, #d22020);
  transform-origin: 85% 100%;
  transition: transform 650ms cubic-bezier(0.15, 0.8, 0.2, 1);
}

.box-lid::before,
.box-lid::after {
  position: absolute;
  bottom: 37px;
  width: 66px;
  height: 50px;
  border: 9px solid var(--gold);
  content: "";
}

.box-lid::before {
  left: 72px;
  border-radius: 45px 8px 8px 45px;
  transform: rotate(24deg);
}

.box-lid::after {
  right: 72px;
  border-radius: 8px 45px 45px 8px;
  transform: rotate(-24deg);
}

.box-light {
  position: absolute;
  z-index: 1;
  top: 38px;
  left: 50%;
  width: 190px;
  height: 220px;
  background: linear-gradient(to top, rgba(255, 249, 190, 0.7), transparent);
  clip-path: polygon(40% 0, 60% 0, 100% 100%, 0 100%);
  opacity: 0;
  transform: translateX(-50%) scaleY(0.3);
  transform-origin: bottom;
  transition: 500ms ease 180ms;
}

.plan-box.is-open {
  animation: box-open-shake 750ms ease both;
}

.plan-box.is-open .box-lid {
  transform: translate(32px, -82px) rotate(24deg);
}

.plan-box.is-open .box-light {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}

.plan-box.is-open .box-body small {
  color: var(--green);
}

.confetti-set {
  position: absolute;
  z-index: 7;
  top: 72px;
  left: 50%;
  width: 1px;
  height: 1px;
}

.confetti-set i {
  position: absolute;
  width: 8px;
  height: 15px;
  border-radius: 2px;
  background: var(--gold);
  opacity: 0;
}

.confetti-set i:nth-child(3n) {
  background: #fff;
}

.confetti-set i:nth-child(3n + 1) {
  background: #ff6e5c;
}

.plan-box.is-open .confetti-set i {
  animation: confetti-pop 1.1s ease-out forwards;
}

.confetti-set i:nth-child(1) { --cx: -120px; --cy: -120px; transform: rotate(20deg); }
.confetti-set i:nth-child(2) { --cx: -83px; --cy: -152px; transform: rotate(70deg); }
.confetti-set i:nth-child(3) { --cx: -45px; --cy: -104px; transform: rotate(120deg); }
.confetti-set i:nth-child(4) { --cx: -10px; --cy: -172px; transform: rotate(160deg); }
.confetti-set i:nth-child(5) { --cx: 25px; --cy: -128px; transform: rotate(210deg); }
.confetti-set i:nth-child(6) { --cx: 65px; --cy: -163px; transform: rotate(250deg); }
.confetti-set i:nth-child(7) { --cx: 103px; --cy: -111px; transform: rotate(300deg); }
.confetti-set i:nth-child(8) { --cx: 134px; --cy: -142px; transform: rotate(340deg); }
.confetti-set i:nth-child(9) { --cx: -137px; --cy: -65px; transform: rotate(45deg); }
.confetti-set i:nth-child(10) { --cx: -72px; --cy: -72px; transform: rotate(95deg); }
.confetti-set i:nth-child(11) { --cx: 76px; --cy: -77px; transform: rotate(150deg); }
.confetti-set i:nth-child(12) { --cx: 142px; --cy: -58px; transform: rotate(230deg); }

.button-gold {
  position: relative;
  z-index: 8;
  background: linear-gradient(135deg, #fff2a7, var(--gold));
  color: #49220a;
  box-shadow: 0 15px 32px rgba(79, 27, 4, 0.28);
}

.plan-stage > small {
  display: block;
  max-width: 360px;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.68rem;
  text-align: center;
}

.summary-section {
  background: #fff;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.summary-card {
  display: grid;
  min-width: 0;
  min-height: 190px;
  place-items: center;
  align-content: center;
  padding: 20px 12px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(145deg, #fff, #fff7ec);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.summary-card svg {
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  color: var(--orange);
}

.summary-card strong {
  font-size: clamp(1.45rem, 3vw, 2.3rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.summary-card span {
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.77rem;
  font-weight: 800;
}

.records-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 70%),
    var(--cream);
}

.records-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: 55px;
  align-items: center;
}

.records-legend {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 750;
}

.records-legend i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(244, 81, 30, 0.12);
}

.records-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 27px;
  background: #fff;
  box-shadow: var(--shadow);
}

.records-head {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 15px 18px;
  background: var(--ink);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.records-list {
  height: 410px;
  overflow: hidden;
  padding: 6px 15px;
}

.record-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 66px;
  padding: 9px 3px;
  border-bottom: 1px solid var(--line);
  animation: record-in 400ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.record-row.is-leaving {
  animation: record-out 280ms ease both;
}

.record-row div {
  min-width: 0;
}

.record-row strong,
.record-row small {
  display: block;
}

.record-row strong {
  overflow: hidden;
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.record-row small {
  color: var(--muted);
  font-size: 0.67rem;
}

.record-amount {
  text-align: right;
}

.record-amount b {
  display: block;
  color: var(--orange-deep);
  font-size: 0.82rem;
}

.record-amount em {
  display: inline-flex;
  padding: 3px 7px;
  border-radius: 999px;
  background: #fff1dc;
  color: #8a481f;
  font-size: 0.59rem;
  font-style: normal;
  font-weight: 900;
}

.experience-section {
  overflow: hidden;
  background: #fff;
}

.experience-scroller {
  grid-auto-columns: minmax(290px, 330px);
}

.experience-card {
  min-height: 260px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: linear-gradient(150deg, #fff, #fff7ec);
  box-shadow: var(--shadow-soft);
  scroll-snap-align: start;
}

.experience-top {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 11px;
  align-items: center;
}

.experience-top > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--orange), var(--red));
  color: #fff;
  font-size: 0.76rem;
  font-weight: 900;
}

.experience-top strong,
.experience-top small {
  display: block;
}

.experience-top small {
  color: var(--muted);
  font-size: 0.67rem;
}

.experience-top > b {
  padding: 5px 8px;
  border-radius: 999px;
  background: #fff0d2;
  color: var(--orange-deep);
  font-size: 0.6rem;
}

.stars {
  margin: 19px 0 10px;
  color: #ed9e00;
  font-size: 0.9rem;
  letter-spacing: 0.09em;
}

.experience-card p {
  margin: 0;
  color: #5f493e;
  font-size: 0.88rem;
}

.session-cta {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 198, 45, 0.35), transparent 25%),
    linear-gradient(145deg, #b32319, #e74d1e 60%, #f88922);
  color: #fff;
}

.session-cta-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  gap: 48px;
  align-items: center;
}

.session-cta .button {
  margin-top: 24px;
}

.timer-card-dark {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(72, 13, 8, 0.32);
  box-shadow: 0 22px 45px rgba(68, 14, 7, 0.25);
  backdrop-filter: blur(9px);
}

.timer-card-dark .timer-status {
  color: #fff3be;
}

.timer-card-dark .timer-units div {
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
}

.timer-card-dark .timer-units span {
  color: #8f6754;
}

.session-cta-sparkles i {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 22px 7px rgba(255, 214, 74, 0.38);
  animation: sparkle-pulse 2s ease-in-out infinite;
}

.session-cta-sparkles i:nth-child(1) { top: 14%; left: 5%; }
.session-cta-sparkles i:nth-child(2) { top: 72%; left: 11%; animation-delay: 0.4s; }
.session-cta-sparkles i:nth-child(3) { top: 22%; right: 8%; animation-delay: 0.8s; }
.session-cta-sparkles i:nth-child(4) { bottom: 10%; right: 17%; animation-delay: 1.2s; }
.session-cta-sparkles i:nth-child(5) { top: 47%; left: 52%; animation-delay: 1.5s; }

.terms-section {
  background: var(--cream);
}

.terms-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: term;
}

.terms-list li {
  position: relative;
  min-height: 86px;
  padding: 18px 18px 18px 58px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  color: #60483c;
  font-size: 0.86rem;
  counter-increment: term;
}

.terms-list li::before {
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(145deg, var(--gold), var(--orange));
  color: #fff;
  content: counter(term);
  font-size: 0.7rem;
  font-weight: 900;
}

.faq-section {
  background: #fff;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(480px, 1.28fr);
  gap: 55px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 9px 25px rgba(111, 49, 23, 0.06);
}

.faq-item h3 {
  margin: 0;
}

.faq-item button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.91rem;
  font-weight: 850;
  text-align: left;
}

.faq-item button svg {
  flex: 0 0 auto;
  color: var(--orange);
  transition: transform 240ms ease;
}

.faq-item button[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 260ms ease;
}

.faq-answer > p {
  min-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 18px;
  color: var(--muted);
  font-size: 0.86rem;
  transition: padding 260ms ease;
}

.faq-answer.is-open {
  grid-template-rows: 1fr;
}

.faq-answer.is-open > p {
  padding: 0 18px 18px;
}

.footer {
  padding: 64px 0 108px;
  background: var(--ink);
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
}

.brand-footer {
  color: #fff;
}

.brand-footer small {
  color: #d7b8a6;
}

.footer-grid > div > p {
  max-width: 570px;
  margin: 18px 0;
  color: #d5bbae;
  font-size: 0.88rem;
}

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

.footer-tags span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #f5d8c8;
  font-size: 0.68rem;
  font-weight: 800;
}

.footer nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 9px 20px;
}

.footer nav a,
.footer nav button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 750;
  text-decoration: none;
}

.footer nav a:hover,
.footer nav button:hover {
  color: var(--gold);
}

.footer-small {
  width: min(100% - 32px, var(--content));
  margin: 42px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #a98d80;
  font-size: 0.67rem;
}

.noscript-bar {
  position: fixed;
  z-index: 90;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 12px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
  color: var(--ink);
  font-size: 0.78rem;
  text-align: center;
}

.noscript-bar a {
  color: var(--orange-deep);
  font-weight: 900;
}

.sticky-cta {
  position: fixed;
  z-index: 70;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 76px;
  padding: 10px max(14px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
  border-top: 1px solid rgba(244, 81, 30, 0.12);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 -16px 35px rgba(60, 22, 8, 0.14);
  backdrop-filter: blur(14px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.sticky-cta > div {
  min-width: 80px;
}

.sticky-cta strong,
.sticky-cta span {
  display: block;
}

.sticky-cta strong {
  font-size: 0.78rem;
}

.sticky-cta span {
  color: var(--orange-deep);
  font-size: 0.7rem;
  font-weight: 850;
  white-space: nowrap;
}

.sticky-cta .button {
  min-height: 48px;
  padding: 10px 16px;
  font-size: 0.82rem;
}

body.modal-open .sticky-cta {
  opacity: 0;
  transform: translateY(110%);
  pointer-events: none;
}

.whatsapp-float {
  position: fixed;
  z-index: 72;
  right: 22px;
  bottom: calc(92px + env(safe-area-inset-bottom));
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #16a879;
  color: #fff;
  box-shadow: 0 16px 34px rgba(8, 127, 91, 0.34);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease,
    opacity 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px) scale(1.03);
  filter: saturate(1.08);
  box-shadow: 0 19px 38px rgba(8, 127, 91, 0.4);
}

.whatsapp-float:active {
  transform: scale(0.96);
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
  stroke: none;
}

body.modal-open .whatsapp-float {
  opacity: 0;
  transform: translateY(18px) scale(0.9);
  pointer-events: none;
}

.modal-backdrop {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  overflow-y: auto;
  background: rgba(31, 13, 8, 0.76);
  opacity: 0;
  transition: opacity 220ms ease;
  backdrop-filter: blur(8px);
}

.modal-backdrop[hidden] {
  display: none;
}

.modal-backdrop.is-visible {
  opacity: 1;
}

.matcher-dialog,
.info-dialog,
.age-dialog {
  position: relative;
  width: min(100%, 570px);
  max-height: calc(100svh - 36px);
  overflow-y: auto;
  padding: clamp(24px, 5vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 0, rgba(255, 198, 45, 0.22), transparent 26%),
    #fff;
  box-shadow: 0 35px 90px rgba(38, 10, 3, 0.4);
  opacity: 0;
  transform: translateY(20px) scale(0.97);
  transition:
    opacity 220ms ease,
    transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  overscroll-behavior: contain;
}

.modal-backdrop.is-visible .matcher-dialog,
.modal-backdrop.is-visible .info-dialog,
.modal-backdrop.is-visible .age-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  z-index: 5;
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
}

.matcher-head,
.age-head {
  padding-right: 38px;
}

.matcher-mark {
  display: grid;
  width: 57px;
  height: 57px;
  margin-bottom: 15px;
  place-items: center;
  border-radius: 19px;
  background: linear-gradient(145deg, var(--gold), var(--orange), var(--red));
  color: #fff;
  box-shadow: 0 14px 28px rgba(216, 58, 24, 0.27);
}

.matcher-mark svg {
  width: 30px;
  height: 30px;
}

.matcher-head h2,
.info-dialog h2,
.age-head h2 {
  margin: 7px 0 7px;
  font-size: clamp(1.55rem, 5vw, 2.15rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.matcher-head p,
.info-dialog p,
.age-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.age-dialog {
  width: min(100%, 500px);
}

.age-error {
  margin: 20px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(216, 58, 24, 0.22);
  border-radius: 14px;
  background: #fff1ec;
  color: #a22d1f;
  font-size: 0.83rem;
  font-weight: 800;
}

.age-error[hidden] {
  display: none;
}

.age-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}

.age-actions .button {
  width: 100%;
}

.age-actions .button-secondary {
  margin-top: 0;
}

.matcher-progress {
  margin-top: 25px;
}

.progress-track {
  height: 8px;
  margin-bottom: 17px;
  overflow: hidden;
  border-radius: 999px;
  background: #f3e4dc;
}

.progress-track i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--orange), var(--red));
  transition: width 600ms ease;
}

.matcher-progress ol {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.matcher-progress li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 9px 11px;
  border: 1px solid #eee0d8;
  border-radius: 15px;
  background: #fcf9f7;
  color: #826e64;
  transition:
    border-color 200ms ease,
    background 200ms ease,
    transform 200ms ease;
}

.matcher-progress li > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  background: #eee5e0;
  color: #8c786e;
}

.matcher-progress li b {
  font-size: 0.77rem;
}

.matcher-progress li small {
  font-size: 0.59rem;
  font-weight: 850;
}

.matcher-progress li.is-active {
  border-color: rgba(244, 81, 30, 0.35);
  background: #fff5e8;
  color: var(--ink);
  transform: translateX(3px);
}

.matcher-progress li.is-active > span {
  background: var(--orange);
  color: #fff;
  animation: step-pulse 900ms ease-in-out infinite;
}

.matcher-progress li.is-complete {
  border-color: rgba(8, 127, 91, 0.22);
  background: #f0fbf6;
  color: #174d3c;
}

.matcher-progress li.is-complete > span {
  background: var(--green);
  color: #fff;
}

.match-result {
  text-align: center;
}

.match-result[hidden] {
  display: none;
}

.match-result.is-entering {
  animation: result-in 520ms cubic-bezier(0.18, 0.8, 0.2, 1) both;
}

.result-celebration {
  position: relative;
  display: grid;
  width: 76px;
  height: 76px;
  margin: 3px auto 15px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #0daa78, var(--green));
  color: #fff;
  box-shadow: 0 16px 32px rgba(8, 127, 91, 0.23);
}

.result-celebration svg {
  width: 41px;
  height: 41px;
}

.result-celebration i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  animation: result-dot 1.4s ease-in-out infinite;
}

.result-celebration i:nth-child(2) { top: -5px; left: 5px; }
.result-celebration i:nth-child(3) { top: 8px; right: -10px; animation-delay: 0.2s; }
.result-celebration i:nth-child(4) { right: -4px; bottom: 4px; animation-delay: 0.4s; }
.result-celebration i:nth-child(5) { bottom: -9px; left: 12px; animation-delay: 0.6s; }
.result-celebration i:nth-child(6) { top: 29px; left: -13px; animation-delay: 0.8s; }

.match-result h3 {
  margin: 0 0 17px;
  font-size: clamp(1.45rem, 5vw, 2rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.result-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-bottom: 13px;
}

.result-stats span {
  padding: 10px 6px;
  border-radius: 13px;
  background: var(--cream);
  color: var(--muted);
  font-size: 0.61rem;
  font-weight: 750;
}

.result-stats b {
  display: block;
  color: var(--orange-deep);
  font-size: 0.94rem;
}

.user-code {
  padding: 15px;
  border: 2px dashed rgba(244, 81, 30, 0.3);
  border-radius: 17px;
  background: #fff9ed;
}

.user-code span,
.user-code strong {
  display: block;
}

.user-code span {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
}

.user-code strong {
  margin-top: 2px;
  color: var(--orange-deep);
  font-size: clamp(1.35rem, 6vw, 1.9rem);
  letter-spacing: 0.08em;
}

.result-activities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  padding: 0;
  margin: 14px 0;
  list-style: none;
}

.result-activities li {
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #634b3f;
  font-size: 0.65rem;
  font-weight: 800;
}

.match-result > p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.74rem;
}

.button-message {
  width: 100%;
  background: linear-gradient(135deg, #16a879, #087f5b);
  color: #fff;
  box-shadow: 0 15px 30px rgba(8, 127, 91, 0.25);
}

.button-secondary {
  width: 100%;
  margin-top: 9px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}

.info-dialog {
  width: min(100%, 500px);
}

.info-dialog [data-info-content] {
  margin-top: 15px;
}

.info-dialog [data-info-content] p + p {
  margin-top: 10px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 650ms ease,
    transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes photo-float {
  0%,
  100% { transform: translateY(0) rotate(-0.5deg); }
  50% { transform: translateY(-9px) rotate(0.5deg); }
}

@keyframes photo-shine {
  0%,
  25% { transform: translateX(0) rotate(16deg); }
  60%,
  100% { transform: translateX(430%) rotate(16deg); }
}

@keyframes box-breathe {
  0%,
  100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-7px) scale(1.015); }
}

@keyframes box-open-shake {
  0% { transform: translateX(0) rotate(0); }
  18% { transform: translateX(-7px) rotate(-2deg); }
  36% { transform: translateX(7px) rotate(2deg); }
  54% { transform: translateX(-4px) rotate(-1deg); }
  75% { transform: translateX(4px) rotate(1deg); }
  100% { transform: translateX(0) rotate(0); }
}

@keyframes confetti-pop {
  0% { opacity: 0; translate: 0 0; scale: 0.4; }
  18% { opacity: 1; }
  100% { opacity: 0; translate: var(--cx) var(--cy); rotate: 300deg; scale: 1; }
}

@keyframes record-in {
  from { opacity: 0; transform: translateY(-12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes record-out {
  to { min-height: 0; height: 0; padding-block: 0; opacity: 0; transform: translateX(22px); }
}

@keyframes sparkle-pulse {
  0%,
  100% { opacity: 0.45; transform: scale(0.7); }
  50% { opacity: 1; transform: scale(1.25); }
}

@keyframes step-pulse {
  0%,
  100% { box-shadow: 0 0 0 0 rgba(244, 81, 30, 0.24); }
  50% { box-shadow: 0 0 0 6px rgba(244, 81, 30, 0); }
}

@keyframes result-in {
  from { opacity: 0; transform: translateY(15px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes result-dot {
  0%,
  100% { opacity: 0.4; transform: scale(0.7); }
  50% { opacity: 1; transform: scale(1.2); }
}

@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.82fr);
    gap: 30px;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 6vw, 4.3rem);
  }

  .hero-carousel {
    right: 0;
  }

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

  .step-card {
    min-height: 220px;
  }

  .plan-grid {
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 64px 0;
  }

  .hero {
    min-height: auto;
    padding: 44px 0 65px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 37px;
  }

  .hero h1 {
    max-width: 650px;
    font-size: 3rem;
    line-height: 1.04;
    letter-spacing: 0;
    word-spacing: normal;
  }

  .hero-visual {
    width: min(100%, 510px);
    min-height: 560px;
    justify-self: center;
  }

  .hero-photo-frame {
    inset: 0 16px 0 34px;
  }

  .hero-carousel {
    right: 0;
    bottom: 22px;
  }

  .session-grid,
  .plan-grid,
  .records-grid,
  .session-cta-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .session-grid,
  .records-grid,
  .faq-grid {
    gap: 28px;
  }

  .status-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .plan-copy {
    text-align: center;
  }

  .plan-copy > p {
    margin-inline: auto;
  }

  .plan-benefits {
    width: fit-content;
    margin-inline: auto;
    text-align: left;
  }

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

  .records-panel {
    width: 100%;
  }

  .faq-grid .section-heading {
    margin-bottom: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

  .sticky-cta {
    display: flex;
  }

  .whatsapp-float {
    right: 16px;
    bottom: calc(94px + env(safe-area-inset-bottom));
    width: 54px;
    height: 54px;
  }

  .whatsapp-float svg {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 520px) {
  .topbar {
    min-height: 62px;
    padding-inline: 14px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 1rem;
  }

  .brand small {
    max-width: 170px;
    font-size: 0.58rem;
  }

  .topbar-pill {
    padding: 7px 9px;
  }

  .section-inner,
  .hero-grid {
    width: min(100% - 28px, var(--content));
  }

  .hero {
    padding-top: 32px;
  }

  .hero h1 {
    font-size: 2rem;
    line-height: 1.08;
  }

  .hero .eyebrow {
    padding: 7px 11px;
    font-size: 0.66rem;
  }

  .hero-lead {
    font-size: 0.96rem;
  }

  .hero-copy > .button {
    width: 100%;
  }

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

  .hero-photo-frame {
    inset: 0 6px 0 20px;
    border-width: 7px;
    border-radius: 78px 27px 68px 27px;
  }

  .hero-carousel {
    right: -2px;
    bottom: 14px;
    width: min(320px, 89vw);
  }

  .float-card {
    grid-template-columns: 43px minmax(0, 1fr);
    padding: 12px;
  }

  .float-icon {
    width: 43px;
    height: 43px;
  }

  .session-strip {
    padding: 42px 0;
  }

  .status-list {
    grid-template-columns: 1fr;
  }

  .activity-scroller,
  .experience-scroller {
    grid-auto-columns: minmax(280px, calc(100vw - 42px));
    margin-right: -14px;
  }

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

  .step-card {
    min-height: 205px;
  }

  .plan-section,
  .session-cta {
    padding: 68px 0;
  }

  .plan-stage {
    min-height: 430px;
  }

  .plan-box {
    width: min(290px, 88vw);
  }

  .plan-ribbon {
    right: 0;
  }

  .summary-card {
    min-height: 155px;
    padding-inline: 8px;
  }

  .summary-card strong {
    font-size: clamp(1.3rem, 6.2vw, 1.8rem);
  }

  .records-list {
    height: 390px;
    padding-inline: 12px;
  }

  .terms-list {
    grid-template-columns: 1fr;
  }

  .terms-list li {
    min-height: 0;
  }

  .footer {
    padding-bottom: calc(112px + env(safe-area-inset-bottom));
  }

  .matcher-dialog,
  .info-dialog,
  .age-dialog {
    max-height: calc(100svh - 20px);
    padding: 20px 16px;
    border-radius: 24px;
    font-size: 0.9rem;
  }

  .modal-backdrop {
    padding: 10px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: calc(92px + env(safe-area-inset-bottom));
    width: 52px;
    height: 52px;
  }

  .whatsapp-float svg {
    width: 29px;
    height: 29px;
  }

  .modal-close {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
  }

  .matcher-head,
  .age-head {
    padding-right: 34px;
  }

  .matcher-mark {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    border-radius: 16px;
  }

  .matcher-mark svg {
    width: 25px;
    height: 25px;
  }

  .matcher-head h2,
  .info-dialog h2,
  .age-head h2 {
    font-size: 1.4rem;
    letter-spacing: 0;
  }

  .matcher-head p,
  .info-dialog p,
  .age-head p {
    font-size: 0.78rem;
  }

  .age-actions {
    grid-template-columns: 1fr;
  }

  .matcher-progress {
    margin-top: 19px;
  }

  .matcher-progress li {
    min-height: 48px;
    padding: 8px 9px;
  }

  .matcher-progress li b {
    font-size: 0.71rem;
  }

  .matcher-progress li small {
    font-size: 0.54rem;
  }

  .result-celebration {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
  }

  .result-celebration svg {
    width: 32px;
    height: 32px;
  }

  .result-celebration i {
    width: 6px;
    height: 6px;
  }

  .match-result h3 {
    margin-bottom: 13px;
    font-size: 1.32rem;
    letter-spacing: 0;
  }

  .result-stats {
    gap: 5px;
  }

  .result-stats span {
    padding-inline: 4px;
    font-size: 0.55rem;
  }

  .result-stats b {
    font-size: 0.82rem;
  }

  .user-code {
    padding: 12px;
  }

  .user-code span {
    font-size: 0.58rem;
  }

  .user-code strong {
    font-size: 1.3rem;
  }

  .result-activities {
    margin: 12px 0;
  }

  .result-activities li {
    padding: 5px 8px;
    font-size: 0.58rem;
  }

  .match-result > p {
    margin-bottom: 13px;
    font-size: 0.66rem;
  }

  .matcher-dialog .button,
  .info-dialog .button {
    min-height: 48px;
    gap: 7px;
    padding-inline: 14px;
    font-size: 0.82rem;
    white-space: nowrap;
  }
}

@media (max-width: 360px) {
  .brand small {
    display: none;
  }

  .hero h1 {
    font-size: 1.86rem;
  }

  .hero .eyebrow {
    font-size: 0.61rem;
  }

  .hero-tags span {
    font-size: 0.7rem;
  }

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

  .float-card strong {
    font-size: 0.83rem;
  }

  .float-card span {
    font-size: 0.63rem;
  }

  .activity-scroller,
  .experience-scroller {
    grid-auto-columns: calc(100vw - 35px);
  }

  .plan-stage {
    transform: scale(0.93);
    margin-inline: -10px;
  }

  .summary-grid {
    gap: 9px;
  }

  .summary-card span {
    font-size: 0.67rem;
  }

  .sticky-cta > div {
    min-width: 72px;
  }

  .sticky-cta .button {
    padding-inline: 12px;
    font-size: 0.76rem;
  }

  .matcher-progress li {
    grid-template-columns: 31px minmax(0, 1fr);
  }

  .matcher-progress li small {
    grid-column: 2;
  }

  .matcher-head h2,
  .info-dialog h2 {
    font-size: 1.3rem;
  }

  .matcher-dialog .button,
  .info-dialog .button {
    padding-inline: 10px;
    font-size: 0.76rem;
  }
}

@media (min-width: 1440px) {
  :root {
    --content: 1240px;
  }

  .hero {
    min-height: 740px;
  }

  .hero-grid {
    padding-top: 15px;
  }

  .activity-scroller {
    grid-auto-columns: 360px;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .photo-shine,
  .session-cta-sparkles,
  .confetti-set {
    display: none;
  }
}
