:root {
  --v2-bg: #191a1e;
  --v2-bg-elevated: #222328;
  --v2-bg-panel: rgba(255, 255, 255, 0.04);
  --v2-bg-panel-strong: rgba(255, 255, 255, 0.07);
  --v2-bg-step-active: rgba(255, 255, 255, 0.06);
  --v2-text: #fff6ea;
  --v2-text-muted: rgba(255, 246, 234, 0.65);
  --v2-contrast-primary: #fff6ea;
  --v2-contrast-secondary: rgba(255, 246, 234, 0.65);
  --v2-contrast-quaternary: rgba(255, 246, 234, 0.1);
  --v2-text-soft: rgba(255, 246, 234, 0.45);
  --v2-accent: #ffd8a3;
  --v2-accent-default: #ffd8a3;
  --v2-accent-hover: #ffe1b8;
  --v2-accent-text: #ffddad;
  --v2-accent-on: #0b0b0b;
  --v2-accent-over: #0b0b0b;
  --v2-control-default: rgba(255, 255, 255, 0.08);
  --v2-card-border: #d47030;
  --v2-border: rgba(255, 255, 255, 0.08);
  --v2-radius-sm: 12px;
  --v2-radius-md: 16px;
  --v2-radius-lg: 24px;
  --v2-radius-xl: 32px;
  --v2-radius-pill: 16px;
  --v2-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --v2-design-w: 1440;
  --v2-design-h: 6492;
  --v2-content-w: 944;
  --v2-content-offset: calc((var(--v2-design-w) - var(--v2-content-w)) / 2);
  --v2-scale: 1;
  --v2-gutter: 0px;
  --v2-phone-w: 304px;
  --v2-serif: "Merriweather", "Noto Serif", "Apple SD Gothic Neo", "Noto Serif KR", "Noto Serif SC", "PingFang SC", "Malgun Gothic", Georgia, "Times New Roman", serif;
  --v2-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", "Apple SD Gothic Neo", "PingFang SC", "Malgun Gothic", Arial, sans-serif;
  --v2-fw-regular: 400;
  --v2-fw-display: 300;
  /* Unitless LHs so wrapped display lines stay tight across scripts */
  --v2-ag-2xl-size: 40px;
  --v2-ag-2xl-lh: 1.18;
  --v2-ag-s-size: 16px;
  --v2-ag-s-lh: 1.45;
  --v2-ag-m-size: 20px;
  --v2-ag-m-lh: 1.3;
  --v2-ag-l-size: 24px;
  --v2-ag-l-lh: 1.25;
  --v2-ag-xl-size: 32px;
  --v2-ag-xl-lh: 1.2;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--v2-text);
  background: var(--v2-bg);
  font-family: var(--v2-sans);
  font-size: 1rem;
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.v2-float-card--page img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

button {
  font: inherit;
  cursor: pointer;
}

.v2-shell {
  overflow-x: clip;
  font-family: var(--v2-serif);
  font-weight: var(--v2-fw-regular);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
  background: var(--v2-bg);
}

.v2-shell :where(h1, h2, h3, h4, h5, h6, strong, b) {
  font-weight: var(--v2-fw-display);
}

/* Layer 1 — scrolling hero atmosphere on artboard */
.v2-artboard-wrap {
  position: relative;
  width: calc(var(--v2-design-w) * 1px * var(--v2-scale));
  margin-inline: auto;
  background: var(--v2-bg);
}

.v2-artboard {
  position: relative;
  width: calc(var(--v2-design-w) * 1px);
  min-height: calc(var(--v2-design-h) * 1px);
  transform: scale(var(--v2-scale));
  transform-origin: top left;
  background: var(--v2-bg);
}

.v2-artboard__atmosphere {
  position: absolute;
  inset: 0;
  width: calc(var(--v2-design-w) * 1px);
  height: calc(var(--v2-design-h) * 1px);
  pointer-events: none;
  z-index: 0;
  overflow: visible;
  transform: translate3d(0, var(--v2-parallax-y, 0px), 0);
  will-change: transform;
}

.v2-artboard__atmosphere-gradient {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw / var(--v2-scale));
  width: calc(100vw / var(--v2-scale));
  height: max(calc(42vh / var(--v2-scale)), 392px);
  background: linear-gradient(180deg, rgba(0, 112, 187, 0.45) 0%, rgba(25, 26, 30, 0) 100%);
}

.v2-artboard__atmosphere-glow {
  position: absolute;
  top: 1291px;
  left: 50%;
  width: calc(var(--v2-design-w) * 1px);
  height: 212px;
  pointer-events: none;
  border-radius: 50%;
  background: rgba(227, 167, 212, 0.4);
  filter: blur(120px);
  transform: translateX(-50%) translateZ(0);
}

/* Layer 2 + 3 — scaled 1440×6228 artboard */
.v2-stage {
  position: relative;
  z-index: 1;
}

/* Layer 2 — floating cards in 1440×6228 design space */
.v2-artboard-floats {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: calc(var(--v2-design-w) * 1px);
  height: calc(var(--v2-design-h) * 1px);
  pointer-events: none;
  overflow: visible;
}

/* Layer 3 — content column 944×6228, centered in artboard */
.v2-content {
  position: relative;
  z-index: 2;
  width: calc(var(--v2-content-w) * 1px);
  min-height: calc(var(--v2-design-h) * 1px);
  margin-inline: auto;
  overflow-x: clip;
}

/* Artboard UI composition — coordinates in 1440×6228 space */
.v2-compose-artboard {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: calc(var(--v2-design-w) * 1px);
  height: calc(var(--v2-design-h) * 1px);
  pointer-events: none;
}

.v2-compose-artboard a,
.v2-compose-artboard button {
  pointer-events: auto;
}

.v2-compose-artboard > [style*="--dx"] {
  position: absolute;
  left: calc(var(--dx) * 1px);
  top: calc(var(--dy) * 1px);
}

.v2-hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 16px;
  width: min(560px, 100%);
  height: auto;
  min-height: 64px;
  pointer-events: none;
}

.v2-hero__cta-row > .v2-hero__btn {
  position: relative;
  left: auto;
  top: auto;
  pointer-events: auto;
}

.v2-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: min(571px, 100%);
  pointer-events: none;
}

.v2-hero-copy > * {
  pointer-events: auto;
}

.v2-compose-artboard > .v2-float-card.v2-float-card--under-pull {
  left: calc(var(--dx) * 1px);
  top: calc(var(--dy) * 1px);
  z-index: 2;
}

.v2-topics-block {
  width: 936px;
  height: auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  pointer-events: none;
}

.v2-topics-block > .v2-topics__title,
.v2-topics-block > .v2-topics__lead,
.v2-topics-block > .v2-topics__rail,
.v2-topics-block > .v2-topics__more {
  position: relative;
  left: auto;
  top: auto;
}

.v2-topics__rail {
  position: relative;
  left: auto;
  top: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 920px;
  margin-top: 12px;
  pointer-events: auto;
}

.v2-topics__rail > .v2-topic-card {
  position: relative;
  left: auto;
  top: auto;
  flex: 0 0 176px;
}

.v2-hero__title,
.v2-topics__title,
.v2-how__title,
.v2-pull__title,
.v2-cards__title,
.v2-reviews__title,
.v2-faq__title,
.v2-mini-panel__title,
.v2-daily__name {
  text-wrap: balance;
}

.v2-hero__title {
  margin: 0;
  width: 100%;
  max-width: calc(var(--dw, 571) * 1px);
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-2xl-size);
  font-weight: var(--v2-fw-display);
  line-height: var(--v2-ag-2xl-lh);
  letter-spacing: 0;
  color: var(--v2-contrast-primary);
}

.v2-hero__lead {
  margin: 0;
  width: 100%;
  max-width: calc(var(--dw, 448) * 1px);
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-s-size);
  font-weight: var(--v2-fw-regular);
  line-height: var(--v2-ag-s-lh);
  color: var(--v2-contrast-secondary);
}

.v2-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  width: auto;
  min-width: 168px;
  max-width: 100%;
  height: auto;
  min-height: 64px;
  padding: 16px 22px;
  border: 0;
  border-radius: 16px;
  font-family: var(--v2-serif);
  font-size: clamp(0.95rem, 1.05vw, var(--v2-ag-m-size));
  font-weight: var(--v2-fw-regular);
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease, transform 0.15s ease;
}

.v2-hero__btn-arrow {
  flex: 0 0 auto;
}

.v2-hero__btn:hover,
.v2-hero__btn:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.v2-hero__btn--primary {
  color: var(--v2-accent-over);
  background: var(--v2-accent-default);
}

.v2-hero__btn--primary:hover,
.v2-hero__btn--primary:focus-visible {
  background: var(--v2-accent-hover);
}

.v2-hero__btn--secondary {
  color: var(--v2-contrast-primary);
  background: var(--v2-control-default);
}

.v2-hero__btn--secondary:hover,
.v2-hero__btn--secondary:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.v2-hero__stage {
  width: 304px;
  height: 649px;
  pointer-events: none;
}

.v2-hero__float {
  display: none;
}

.v2-hero__phone {
  width: 304px;
  height: 649px;
}

.v2-hero__phone img {
  display: block;
  width: 304px;
  height: 649px;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(var(--v2-shadow));
}

.v2-hero-spacer {
  height: 793px;
}

.v2-topics-spacer {
  height: 1057px;
}

.v2-how-spacer {
  height: 392px;
}

.v2-pull-gap-spacer {
  height: 200px;
}

.v2-pull-spacer {
  height: 760px;
}

.v2-pull-block {
  display: grid;
  grid-template-columns: minmax(304px, 1fr) minmax(0, 679px);
  align-items: start;
  column-gap: 48px;
  width: 1376px;
  height: auto;
  min-height: 760px;
  padding: 56px 64px 56px 80px;
  border-radius: 40px;
  background: var(--v2-contrast-quaternary);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: visible;
  pointer-events: none;
  z-index: 3;
  box-sizing: border-box;
}

.v2-pull__phone {
  position: relative;
  z-index: 1;
  justify-self: center;
  width: 304px;
  height: 649px;
  margin-top: 0;
  object-fit: contain;
  filter: drop-shadow(var(--v2-shadow));
  pointer-events: none;
}

.v2-pull__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 679px;
  margin-top: 64px;
  pointer-events: none;
}

.v2-pull__copy > * {
  pointer-events: auto;
}

.v2-pull__title {
  margin: 0;
  width: 100%;
  max-width: calc(var(--dw, 679) * 1px);
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-2xl-size);
  font-weight: var(--v2-fw-display);
  line-height: var(--v2-ag-2xl-lh);
  letter-spacing: 0;
  color: var(--v2-contrast-primary);
  text-wrap: balance;
}

.v2-pull__lead {
  margin: 0;
  width: 100%;
  max-width: calc(var(--dw, 664) * 1px);
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-s-size);
  font-weight: var(--v2-fw-regular);
  line-height: var(--v2-ag-s-lh);
  letter-spacing: 0.01em;
  color: var(--v2-contrast-secondary);
}

.v2-pull__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: auto;
  min-width: 168px;
  max-width: 100%;
  height: auto;
  min-height: 64px;
  padding: 16px 22px;
  border: 0;
  border-radius: 16px;
  background: var(--v2-control-default);
  color: var(--v2-contrast-primary);
  font-family: var(--v2-serif);
  font-size: clamp(0.95rem, 1.05vw, var(--v2-ag-m-size));
  font-weight: var(--v2-fw-regular);
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-wrap: balance;
  pointer-events: auto;
  transition: background 0.15s ease, transform 0.15s ease;
}

.v2-pull__btn:hover,
.v2-pull__btn:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12);
  outline: none;
}

.v2-pull__qr-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  max-width: 100%;
}

.v2-pull__qr {
  flex: 0 0 auto;
  width: 104px;
  height: 104px;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.v2-pull__qr img {
  display: block;
  width: 104px;
  height: 104px;
  object-fit: cover;
}

.v2-pull__qr-copy {
  width: 360px;
}

.v2-pull__qr-head {
  margin: 0;
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-l-size);
  font-weight: var(--v2-fw-regular);
  line-height: var(--v2-ag-l-lh);
  letter-spacing: 0;
  color: var(--v2-contrast-primary);
}

.v2-pull__qr-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--v2-accent);
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-s-size);
  font-weight: var(--v2-fw-regular);
  line-height: var(--v2-ag-s-lh);
  letter-spacing: 0.01em;
  text-decoration: none;
  pointer-events: auto;
}

.v2-pull__qr-link:hover,
.v2-pull__qr-link:focus-visible {
  color: var(--v2-accent-hover);
  outline: none;
}

.v2-cards-gap-spacer {
  height: 200px;
}

.v2-cards-spacer {
  height: 588px;
}

.v2-cards-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 944px;
  max-width: 944px;
  text-align: center;
  pointer-events: none;
}

.v2-cards__title {
  margin: 0;
  width: 100%;
  max-width: 720px;
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-2xl-size);
  font-weight: var(--v2-fw-display);
  line-height: var(--v2-ag-2xl-lh);
  letter-spacing: 0;
  color: var(--v2-contrast-primary);
  text-wrap: balance;
}

.v2-cards__lead {
  margin: 0;
  width: 100%;
  max-width: 925px;
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-s-size);
  font-weight: var(--v2-fw-regular);
  line-height: var(--v2-ag-s-lh);
  letter-spacing: 0.01em;
  color: var(--v2-contrast-secondary);
}

.v2-daily-block {
  width: 944px;
  height: auto;
  min-height: 440px;
  border-radius: 40px;
  background: var(--v2-contrast-quaternary);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
  pointer-events: none;
}

.v2-daily-block__layout {
  position: relative;
  width: 944px;
  min-height: 440px;
  height: auto;
  box-sizing: border-box;
  padding: 50px 40px 40px 0;
}

.v2-daily-block__scene {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.v2-daily-block__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 378px;
  max-width: 100%;
  margin-left: 521px;
  pointer-events: none;
}

.v2-daily-block__scene > [style*="--dx"] {
  position: absolute;
  left: calc(var(--dx) * 1px);
  top: calc(var(--dy) * 1px);
}

/* Portrait anchors the floating card to Ursula's palm at any size */
.v2-daily-block__portrait {
  position: absolute;
  left: calc(var(--dx) * 1px);
  top: calc(var(--dy) * 1px);
  width: 463px;
  height: 463px;
}

.v2-daily__ursula {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.v2-daily__card {
  /* Figma: card floats above Ursula's open palm */
  position: absolute;
  left: 69.1%;
  top: 10%;
  width: 31.1%;
  height: auto;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(212, 112, 48, 0.45), 0 18px 40px rgba(0, 0, 0, 0.35);
  pointer-events: none;
  z-index: 2;
}

.v2-daily__card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.v2-daily__label {
  margin: 0;
  width: 100%;
  max-width: 378px;
  text-align: center;
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-s-size);
  font-weight: var(--v2-fw-regular);
  line-height: var(--v2-ag-s-lh);
  letter-spacing: 0.01em;
  color: var(--v2-accent);
}

.v2-daily__name {
  margin: 0;
  width: 100%;
  max-width: 378px;
  text-align: center;
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-xl-size);
  font-weight: var(--v2-fw-display);
  line-height: var(--v2-ag-xl-lh);
  letter-spacing: 0;
  color: var(--v2-contrast-primary);
  text-wrap: balance;
}

.v2-daily__tagline {
  margin: 0;
  width: 100%;
  max-width: 378px;
  text-align: center;
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-s-size);
  font-weight: var(--v2-fw-regular);
  line-height: var(--v2-ag-s-lh);
  letter-spacing: 0.01em;
  color: var(--v2-contrast-secondary);
}

.v2-daily__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: auto;
  min-width: 220px;
  max-width: 100%;
  height: auto;
  min-height: 64px;
  margin-top: 8px;
  padding: 16px 22px;
  border: 0;
  border-radius: 16px;
  background: var(--v2-accent-default);
  color: var(--v2-accent-over);
  font-family: var(--v2-serif);
  font-size: clamp(0.92rem, 1.05vw, var(--v2-ag-m-size));
  font-weight: var(--v2-fw-regular);
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-wrap: balance;
  pointer-events: auto;
  transition: background 0.15s ease, transform 0.15s ease;
}

.v2-daily__btn:hover,
.v2-daily__btn:focus-visible {
  transform: translateY(-1px);
  background: var(--v2-accent-hover);
  outline: none;
}

.v2-cards-mini-gap-spacer {
  height: 16px;
}

.v2-cards-mini-spacer {
  height: 440px;
}

.v2-mini-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 464px;
  height: auto;
  min-height: 440px;
  padding: 40px 28px 24px;
  border-radius: 40px;
  background: var(--v2-contrast-quaternary);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  pointer-events: auto;
  box-sizing: border-box;
}

.v2-mini-panel__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.v2-mini-panel__title {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  margin: 0;
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-xl-size);
  font-weight: var(--v2-fw-display);
  line-height: var(--v2-ag-xl-lh);
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
  color: var(--v2-contrast-primary);
  pointer-events: none;
}

.v2-mini-panel__link {
  position: relative;
  left: auto;
  top: auto;
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-s-size);
  font-weight: var(--v2-fw-regular);
  line-height: var(--v2-ag-s-lh);
  letter-spacing: 0.01em;
  text-align: center;
  text-wrap: balance;
  color: var(--v2-accent);
  text-decoration: none;
  pointer-events: auto;
}

.v2-library-block:hover .v2-mini-panel__link,
.v2-library-block:focus-visible .v2-mini-panel__link {
  color: var(--v2-accent-hover);
}

.v2-library__cards {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 260px;
  margin-top: auto;
  pointer-events: none;
}

.v2-library__card {
  position: absolute;
  top: 24px;
  width: 120px;
  height: 200px;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
}

.v2-library__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v2-library__card--1 { left: -29px; }
.v2-library__card--2 { left: 104.332px; }
.v2-library__card--3 { left: 237.668px; }
.v2-library__card--4 { left: 371px; }

.v2-pull-daily-block {
  pointer-events: none;
}

.v2-pull-daily-block .v2-mini-panel__link {
  pointer-events: auto;
}

.v2-pull-daily__fan {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.v2-pull-daily__fan img {
  position: absolute;
  width: 72px;
  height: 120px;
  border-radius: 9px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.v2-pull-daily__fan img:nth-child(1) { left: -129.496px; top: 394.328px; transform: rotate(-41.0642deg); transform-origin: 0 0; }
.v2-pull-daily__fan img:nth-child(2) { left: -74.52px; top: 346.852px; transform: rotate(-33.1607deg); transform-origin: 0 0; }
.v2-pull-daily__fan img:nth-child(3) { left: -12.715px; top: 306.672px; transform: rotate(-24.2726deg); transform-origin: 0 0; }
.v2-pull-daily__fan img:nth-child(4) { left: 53.668px; top: 276.5px; transform: rotate(-16.1395deg); transform-origin: 0 0; }
.v2-pull-daily__fan img:nth-child(5) { left: 123.801px; top: 256.031px; transform: rotate(-7.87938deg); transform-origin: 0 0; }
.v2-pull-daily__fan img:nth-child(6) { left: 196.23px; top: 245.711px; transform: rotate(0.464166deg); transform-origin: 0 0; }
.v2-pull-daily__fan img:nth-child(7) { left: 268.348px; top: 246.164px; transform: rotate(7.87938deg); transform-origin: 0 0; }
.v2-pull-daily__fan img:nth-child(8) { left: 340.645px; top: 256.484px; transform: rotate(16.1395deg); transform-origin: 0 0; }
.v2-pull-daily__fan img:nth-child(9) { left: 410.551px; top: 277.07px; transform: rotate(24.2726deg); transform-origin: 0 0; }
.v2-pull-daily__fan img:nth-child(10) { left: 477.723px; top: 307.469px; transform: rotate(33.1607deg); transform-origin: 0 0; }
.v2-pull-daily__fan img:nth-child(11) { left: 538.684px; top: 347.031px; transform: rotate(41.0642deg); transform-origin: 0 0; }

.v2-reviews-gap-spacer {
  height: 200px;
}

.v2-reviews-spacer {
  height: 484px;
}

.v2-reviews-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  width: calc(var(--v2-design-w) * 1px);
  pointer-events: none;
}

.v2-reviews__title {
  margin: 0;
  width: min(640px, 90%);
  max-width: 640px;
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-2xl-size);
  font-weight: var(--v2-fw-display);
  line-height: var(--v2-ag-2xl-lh);
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
  color: var(--v2-contrast-primary);
  pointer-events: none;
}

.v2-reviews-band {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.v2-reviews-marquee {
  position: relative;
  top: auto;
  left: calc(50% - 50vw / var(--v2-scale));
  width: calc(100vw / var(--v2-scale));
  height: 180px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.v2-reviews-track {
  display: flex;
  width: max-content;
  gap: 16px;
  will-change: transform;
}

.v2-reviews-marquee--forward .v2-reviews-track {
  animation: v2-reviews-drift-forward 110s linear infinite;
}

.v2-reviews-marquee--reverse .v2-reviews-track {
  animation: v2-reviews-drift-reverse 130s linear infinite;
}

@keyframes v2-reviews-drift-forward {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes v2-reviews-drift-reverse {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

.v2-review-chip {
  flex: 0 0 384px;
  width: 384px;
  height: 180px;
  padding: 24px;
  border-radius: 20px;
  background: var(--v2-contrast-quaternary);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.v2-review-chip__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.v2-review-chip__name {
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-l-size);
  font-weight: var(--v2-fw-display);
  line-height: var(--v2-ag-l-lh);
  color: var(--v2-contrast-primary);
}

.v2-review-chip__name:empty {
  display: none;
}

.v2-review-chip__rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-l-size);
  font-weight: var(--v2-fw-display);
  line-height: var(--v2-ag-l-lh);
  color: var(--v2-accent-text);
}

.v2-review-chip__star {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.v2-review-chip__text {
  margin: 0;
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-s-size);
  font-weight: var(--v2-fw-regular);
  line-height: var(--v2-ag-s-lh);
  letter-spacing: 0.01em;
  color: var(--v2-text-soft);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .v2-reviews-track {
    animation: none !important;
    transform: translateX(0);
  }
}

.v2-faq-gap-spacer {
  height: 200px;
}

.v2-faq-spacer {
  height: 452px;
}

.v2-faq-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  width: 1120px;
  max-width: 1120px;
  pointer-events: none;
}

.v2-faq__title {
  margin: 0;
  width: 100%;
  max-width: 960px;
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-2xl-size);
  font-weight: var(--v2-fw-display);
  line-height: var(--v2-ag-2xl-lh);
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
  color: var(--v2-contrast-primary);
  pointer-events: none;
}

.v2-faq-block {
  width: min(944px, 100%);
  pointer-events: auto;
}

.v2-faq-block .v2-faq {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}

.v2-faq-block .v2-faq-item {
  border-radius: 16px;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  border: 0;
}

.v2-faq-block .v2-faq-item[open] {
  background: var(--v2-contrast-quaternary);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.v2-faq-block .v2-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 68px;
  padding: 16px;
  cursor: pointer;
  list-style: none;
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-l-size);
  font-weight: var(--v2-fw-display);
  line-height: var(--v2-ag-l-lh);
  color: var(--v2-contrast-primary);
}

.v2-faq-block .v2-faq-item summary::-webkit-details-marker {
  display: none;
}

.v2-faq-block .v2-faq-icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  color: var(--v2-accent-text);
}

.v2-faq-block .v2-faq-icon--close {
  display: none;
}

.v2-faq-block .v2-faq-item[open] .v2-faq-icon--plus {
  display: none;
}

.v2-faq-block .v2-faq-item[open] .v2-faq-icon--close {
  display: block;
}

.v2-faq-block .v2-faq-body {
  padding: 0 16px 16px;
  margin-top: -4px;
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-s-size);
  font-weight: var(--v2-fw-regular);
  line-height: var(--v2-ag-s-lh);
  letter-spacing: 0.01em;
  color: var(--v2-text-soft);
}

.v2-get-full-gap-spacer {
  height: 122px;
}

.v2-get-full-spacer {
  height: 356px;
}

.v2-get-full-block {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 463px;
  height: 128px;
  padding: 12px;
  border-radius: 20px;
  background: var(--v2-contrast-quaternary);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-decoration: none;
  color: inherit;
  pointer-events: auto;
}

.v2-get-full-block img,
.v2-get-full__qr {
  flex: 0 0 104px;
  width: 104px;
  height: 104px;
  border-radius: 16px;
  background: var(--v2-accent);
}

.v2-get-full__phone {
  display: none;
}

.v2-get-full__copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.v2-get-full__head {
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-l-size);
  font-weight: var(--v2-fw-display);
  line-height: var(--v2-ag-l-lh);
  color: var(--v2-contrast-primary);
}

.v2-get-full__link {
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-s-size);
  font-weight: var(--v2-fw-regular);
  line-height: var(--v2-ag-s-lh);
  letter-spacing: 0.01em;
  color: var(--v2-accent-text);
}

.v2-get-full-block:hover .v2-get-full__link,
.v2-get-full-block:focus-visible .v2-get-full__link {
  color: var(--v2-accent-hover);
}

.v2-get-full-block:focus-visible {
  outline: 2px solid var(--v2-accent);
  outline-offset: 2px;
}

.v2-how-block {
  width: 944px;
  height: auto;
  min-height: 392px;
  pointer-events: none;
}

.v2-how-block > [style*="--dx"] {
  position: absolute;
  left: calc(var(--dx) * 1px);
  top: calc(var(--dy) * 1px);
}

.v2-how__main {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  width: min(537px, 100%);
  pointer-events: auto;
}

.v2-how__title {
  margin: 0 0 16px;
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-2xl-size);
  font-weight: var(--v2-fw-display);
  line-height: var(--v2-ag-2xl-lh);
  letter-spacing: 0;
  color: var(--v2-contrast-primary);
}

.v2-how__step {
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 16px;
  box-sizing: border-box;
}

.v2-how__step.is-active {
  border-radius: 16px;
  background: var(--v2-contrast-quaternary);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.v2-how__step h3 {
  margin: 0 0 8px;
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-l-size);
  font-weight: var(--v2-fw-regular);
  line-height: var(--v2-ag-l-lh);
  letter-spacing: 0;
  color: var(--v2-contrast-primary);
}

.v2-how__step p {
  margin: 0;
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-s-size);
  font-weight: var(--v2-fw-regular);
  line-height: var(--v2-ag-s-lh);
  letter-spacing: 0.01em;
  color: var(--v2-contrast-secondary);
}

.v2-how__pills,
.v2-how__dots {
  display: none;
}

.v2-how__visual {
  width: 383px;
  height: 392px;
  border-radius: 40px;
  background: var(--v2-contrast-quaternary);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.v2-how__visual > [style*="--dx"] {
  position: absolute;
  left: calc(var(--dx) * 1px);
  top: calc(var(--dy) * 1px);
}

.v2-how__visual-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v2-how__phone {
  display: none;
}

/* Assets are 336×600 — keep true card proportion (was 128×152, which stretched). */
.v2-how__visual-card--back {
  width: 128px;
  height: calc(128px * 600 / 336);
  object-fit: cover;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25));
}

.v2-how__visual-card--mid {
  position: absolute;
  width: 128px;
  height: calc(128px * 600 / 336);
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25));
}

.v2-how__visual-card--mid img {
  position: absolute;
  inset: 0;
}

.v2-how__visual-card--front {
  width: 129px;
  height: calc(129px * 600 / 336);
  object-fit: cover;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25));
}

.v2-topics__title {
  margin: 0;
  width: 100%;
  max-width: calc(var(--dw, 861) * 1px);
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-2xl-size);
  font-weight: var(--v2-fw-display);
  line-height: var(--v2-ag-2xl-lh);
  letter-spacing: 0;
  color: var(--v2-contrast-primary);
  text-wrap: balance;
  text-align: center;
}

.v2-topics__lead {
  margin: 0;
  width: 100%;
  max-width: calc(var(--dw, 796) * 1px);
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-s-size);
  font-weight: var(--v2-fw-regular);
  line-height: var(--v2-ag-s-lh);
  color: var(--v2-contrast-secondary);
  text-align: center;
}

.v2-topic-card {
  display: flex;
  flex-direction: column;
  width: 176px;
  height: 245px;
  padding: 14px 12px 20px;
  border: 0;
  border-radius: 16px;
  background: var(--v2-contrast-quaternary);
  box-shadow: inset 0 2px 12px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  text-decoration: none;
  transition: background 0.15s ease, transform 0.15s ease;
}

.v2-topic-card:hover,
.v2-topic-card:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.v2-topic-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex: 0 0 auto;
  margin-bottom: 10px;
}

.v2-topic-card h3 {
  margin: 0;
  min-width: 0;
  font-family: var(--v2-serif);
  font-size: 14px;
  font-weight: var(--v2-fw-regular);
  line-height: 20px;
  color: var(--v2-contrast-primary);
  overflow-wrap: anywhere;
}

.v2-topic-card-arrow {
  flex: 0 0 auto;
  color: var(--v2-contrast-secondary);
  font-size: 14px;
  line-height: 1;
}

.v2-topic-card-media {
  flex: 0 0 181px;
  width: 152px;
  height: 181px;
  margin: 0 auto;
  overflow: hidden;
}

.v2-topic-card img {
  display: block;
  width: 152px;
  height: 181px;
  max-width: none;
  object-fit: cover;
  border-radius: 0;
}

.v2-topics__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: auto;
  min-width: 220px;
  max-width: 100%;
  height: auto;
  min-height: 64px;
  margin-top: 12px;
  padding: 16px 28px;
  border: 0;
  border-radius: 16px;
  background: var(--v2-control-default);
  color: var(--v2-contrast-primary);
  font-family: var(--v2-serif);
  font-size: var(--v2-ag-m-size);
  font-weight: var(--v2-fw-regular);
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-wrap: balance;
  pointer-events: auto;
  transition: background 0.15s ease, transform 0.15s ease;
}

.v2-topics__more:hover,
.v2-topics__more:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
  outline: none;
}

.v2-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  pointer-events: none;
  isolation: isolate;
}

.v2-header__frame {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-sizing: border-box;
  width: calc(var(--v2-design-w) * 1px * var(--v2-scale));
  max-width: 100vw;
  margin-inline: auto;
  padding:
    24px
    max(16px, calc((var(--v2-design-w) - var(--v2-content-w)) / 2 * 1px * var(--v2-scale)))
    16px;
  pointer-events: auto;
}

.v2-header::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: 0 6px 22px transparent;
  transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease,
    backdrop-filter 0.22s ease, -webkit-backdrop-filter 0.22s ease;
  pointer-events: none;
  z-index: -1;
}

.v2-header.is-elevated::before {
  background: rgba(25, 26, 30, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);
}

.v2-header__actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.v2-header__ctas {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(8px);
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.28s cubic-bezier(0.2, 0.7, 0.2, 1.1);
}

.v2-header.is-cta-visible .v2-header__ctas {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}

.v2-header__cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  font-family: var(--v2-serif);
  font-size: 0.92rem;
  font-weight: var(--v2-fw-regular);
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease, transform 0.15s ease;
}

.v2-header__cta:hover,
.v2-header__cta:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.v2-header__cta--primary {
  color: var(--v2-accent-over);
  background: var(--v2-accent-default);
}

.v2-header__cta--primary:hover,
.v2-header__cta--primary:focus-visible {
  background: var(--v2-accent-hover);
}

.v2-header__cta--secondary {
  color: var(--v2-contrast-primary);
  background: var(--v2-control-default);
}

.v2-header__cta--secondary:hover,
.v2-header__cta--secondary:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

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

.v2-brand img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
}

.v2-brand span {
  font-family: var(--v2-sans);
  font-size: 0.98rem;
  font-weight: var(--v2-fw-regular);
  color: var(--v2-text);
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.v2-header.is-cta-visible .v2-brand span {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.v2-lang {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.v2-lang select {
  appearance: none;
  border: 0;
  border-radius: var(--v2-radius-pill);
  padding: 10px 34px 10px 16px;
  color: var(--v2-text);
  background: rgba(255, 255, 255, 0.08);
  font-family: var(--v2-sans);
  font-size: 0.92rem;
}

/* Native menus ignore the closed-select color; force readable option text. */
.v2-lang select option {
  color: #0b0b0b;
  background: #fff;
}

.v2-lang svg {
  position: absolute;
  right: 12px;
  width: 12px;
  height: 7px;
  pointer-events: none;
}

.v2-eyebrow {
  margin: 0 0 12px;
  color: var(--v2-text-soft);
  font-size: 0.78rem;
  font-weight: var(--v2-fw-regular);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v2-section-title {
  margin: 0;
  font-family: var(--v2-serif);
  font-weight: var(--v2-fw-display);
  line-height: 1.14;
  letter-spacing: 0;
  color: var(--v2-text);
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
}

.v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: var(--v2-radius-pill);
  border: 1px solid transparent;
  font-family: var(--v2-serif);
  font-size: 1rem;
  font-weight: var(--v2-fw-regular);
  transition: background 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
}

.v2-btn:hover,
.v2-btn:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.v2-btn--primary {
  color: var(--v2-accent-on);
  background: var(--v2-accent);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.v2-btn--primary:hover,
.v2-btn--primary:focus-visible {
  background: var(--v2-accent-hover);
}

.v2-btn--secondary {
  color: var(--v2-text);
  background: rgba(255, 255, 255, 0.08);
}

.v2-btn--secondary:hover,
.v2-btn--secondary:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.v2-btn--dark {
  color: var(--v2-text);
  background: rgba(255, 255, 255, 0.08);
  font-family: var(--v2-sans);
  font-weight: var(--v2-fw-regular);
}

.v2-btn--dark:hover,
.v2-btn--dark:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.v2-btn--wide {
  width: 100%;
  min-height: 52px;
  font-family: var(--v2-serif);
  font-weight: var(--v2-fw-regular);
}

.v2-social-proof {
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: 54px;
  margin: 8px 0 0;
  color: var(--v2-contrast-secondary);
}

.v2-social-proof__art {
  display: none;
}

.v2-social-proof__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: max-content;
  max-width: 100%;
  color: inherit;
}

.v2-social-proof__laurel {
  flex: 0 0 auto;
  width: 32px;
  height: 54px;
  color: inherit;
}

.v2-social-proof__laurel--right {
  transform: scaleX(-1);
}

.v2-social-proof__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  max-width: 140px;
  text-align: center;
}

.v2-social-proof__value {
  font-family: var(--v2-serif);
  font-size: 24px;
  line-height: 1.1;
  font-weight: var(--v2-fw-regular);
  color: var(--v2-contrast-primary);
}

.v2-social-proof__label {
  font-family: var(--v2-serif);
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: inherit;
  text-wrap: balance;
}

.v2-social-proof__rule {
  flex: 0 0 auto;
  width: 1px;
  height: 48px;
  background: currentColor;
  opacity: 0.12;
}

.v2-phone-stage {
  position: relative;
  z-index: 0;
  isolation: isolate;
  width: var(--v2-phone-w);
  max-width: 100%;
  margin: 0 auto;
  aspect-ratio: 304 / 649;
  overflow: visible;
}

.v2-phone-float-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: visible;
}

.v2-phone-mockup {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(var(--v2-shadow));
}

.v2-float-card,
.v2-app-float {
  position: absolute;
  z-index: 1;
  padding: 0;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.42);
  transform: translate3d(0, var(--v2-parallax-y, 0px), 0) rotate(var(--rot, 0deg));
  pointer-events: none;
}

.v2-float-card.v2-float-card--page {
  width: 140px;
  height: 234px;
}

.v2-float-card.v2-float-card--page:not(.v2-float-card--under-pull) {
  left: calc(var(--x) * 1px);
  top: calc(var(--y) * 1px);
}

.v2-float-card--page img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.v2-section {
  width: 100%;
  margin: 0 auto;
  padding: 64px 0;
}

.v2-section--tight {
  padding-top: 16px;
}

.v2-section--center {
  text-align: center;
  background: transparent;
}

.v2-section--center .v2-section-title {
  margin-inline: auto;
  max-width: 18ch;
}

.v2-section-lead {
  margin: 14px auto 0;
  max-width: 52ch;
  color: var(--v2-text-muted);
  font-family: var(--v2-serif);
  font-size: 0.98rem;
  line-height: 1.6;
}

.v2-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.v2-steps {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.v2-step {
  padding: 18px 20px;
  border-radius: var(--v2-radius-md);
}

.v2-step.is-active {
  background: var(--v2-bg-step-active);
}

.v2-step h3 {
  margin: 0 0 6px;
  font-family: var(--v2-serif);
  font-size: 1.05rem;
  font-weight: var(--v2-fw-regular);
  color: var(--v2-text);
}

.v2-step p {
  margin: 0;
  color: var(--v2-text-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.v2-visual-stack {
  position: relative;
  aspect-ratio: 1;
  max-width: 420px;
  margin-inline: auto;
  padding: 28px;
  border-radius: var(--v2-radius-xl);
  background: rgba(255, 255, 255, 0.04);
}

.v2-visual-stack img {
  position: absolute;
  width: 38%;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.v2-visual-stack img:nth-child(1) {
  top: 10%;
  left: 8%;
  transform: rotate(-10deg);
}

.v2-visual-stack img:nth-child(2) {
  top: 28%;
  left: 34%;
  transform: rotate(4deg);
  z-index: 2;
}

.v2-visual-stack img:nth-child(3) {
  bottom: 8%;
  right: 10%;
  transform: rotate(12deg);
}

.v2-app-band {
  position: relative;
  padding: clamp(28px, 4vw, 40px);
  border-radius: var(--v2-radius-xl);
  background: var(--v2-bg-elevated);
  overflow: hidden;
}

.v2-app-band-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 4vw, 40px);
  align-items: center;
}

.v2-app-band h2 {
  margin: 0;
  font-family: var(--v2-serif);
  font-size: clamp(1.6rem, 2.8vw, 2.25rem);
  font-weight: var(--v2-fw-display);
  line-height: 1.14;
  color: var(--v2-text);
}

.v2-app-band p {
  margin: 14px 0 0;
  color: var(--v2-text-muted);
  font-size: 0.96rem;
  line-height: 1.6;
  max-width: 44ch;
}

.v2-app-band-actions {
  margin-top: 22px;
}

.v2-app-band .v2-phone-stage {
  margin: 0 auto;
  overflow: visible;
}

.v2-app-float {
  width: 72px;
}

.v2-app-float img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.v2-app-float--tl {
  top: 6%;
  left: -10%;
  --rot: 13deg;
}

.v2-app-float--br {
  right: -8%;
  bottom: 10%;
  left: auto;
  --rot: -12deg;
}

.v2-qr-link {
  display: inline-block;
  margin-top: 4px;
  color: var(--v2-accent-text);
  font-family: var(--v2-serif);
  font-size: 0.92rem;
  font-weight: var(--v2-fw-regular);
}

.v2-cards-feature {
  display: grid;
  gap: 16px;
  margin-top: 32px;
  background: transparent;
}

.v2-feature-card {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(20px, 3vw, 32px);
  align-items: center;
  padding: clamp(20px, 3vw, 28px);
  border-radius: var(--v2-radius-xl);
  background: var(--v2-bg-panel);
  border: 1px solid var(--v2-border);
}

.v2-daily-scene {
  position: relative;
  width: min(100%, 440px);
  margin: 0;
}

.v2-daily-ursula {
  width: 100%;
}

.v2-daily-card {
  position: absolute;
  left: 52%;
  top: 20%;
  width: 28%;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 32px rgba(212, 112, 48, 0.5), 0 18px 40px rgba(0, 0, 0, 0.35);
  transform: translateX(-50%) rotate(8deg);
  z-index: 2;
}

.v2-daily-card img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.v2-feature-copy .v2-eyebrow {
  margin-bottom: 8px;
  color: var(--v2-accent-text);
  font-family: var(--v2-sans);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}

.v2-feature-card h3 {
  margin: 0 0 10px;
  font-family: var(--v2-serif);
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: var(--v2-fw-display);
  line-height: 1.12;
}

.v2-feature-card .v2-feature-desc {
  margin: 0 0 20px;
  color: var(--v2-text-muted);
  font-family: var(--v2-serif);
  font-size: 1rem;
  line-height: 1.5;
}

.v2-mini-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.v2-mini-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 220px;
  padding: 22px;
  border-radius: var(--v2-radius-xl);
  background: var(--v2-bg-panel);
  border: 1px solid var(--v2-border);
}

.v2-mini-card h3 {
  margin: 0;
  font-family: var(--v2-serif);
  font-size: 1.15rem;
  font-weight: var(--v2-fw-display);
  line-height: 1.25;
}

.v2-mini-card p {
  margin: 0;
  color: var(--v2-text-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.v2-card-row {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

.v2-card-row img {
  width: 52px;
  border-radius: 8px;
}

.v2-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: var(--v2-accent-text);
  font-family: var(--v2-serif);
  font-size: 0.92rem;
  font-weight: var(--v2-fw-regular);
}

.v2-footer {
  margin-top: 0;
  padding: 48px 0 32px;
}

.v2-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.v2-footer h3 {
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  font-size: 0.88rem;
  color: var(--v2-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.v2-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  border: 0;
}

.v2-footer a {
  color: var(--v2-text-muted);
  font-size: 0.94rem;
}

.v2-footer a:hover,
.v2-footer a:focus-visible {
  color: var(--v2-text);
}

.v2-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 36px;
  color: var(--v2-text-soft);
  font-size: 0.88rem;
}

@media (prefers-reduced-motion: reduce) {
  .v2-artboard__atmosphere {
    transform: none;
  }

  .v2-header,
  .v2-header::before,
  .v2-header__ctas {
    transition: none;
  }

  .v2-float-card,
  .v2-app-float {
    transform: rotate(var(--rot, 0deg));
  }
}

@media (max-width: 900px) {
  .v2-header__frame {
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }

  .v2-header__actions {
    gap: 8px;
  }

  .v2-header__ctas {
    gap: 8px;
  }

  .v2-header__cta {
    height: 36px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .v2-brand span {
    font-size: 0.95rem;
  }
}

@media (max-width: 1080px) {
  .v2-split,
  .v2-app-band-grid,
  .v2-feature-card,
  .v2-footer-grid {
    grid-template-columns: 1fr;
  }

  .v2-app-float--tl {
    left: -4%;
  }

  .v2-app-float--br {
    right: 2%;
  }
}

@media (max-width: 720px) {
  .v2-mini-cards {
    grid-template-columns: 1fr;
  }

  .v2-app-float {
    width: 68px;
  }
}

/* --- Compact: scaled desktop with decorative layers trimmed --- */
[data-v2-layout="compact"] .v2-artboard-floats,
[data-v2-layout="compact"] .v2-pull-block .v2-pull__float {
  opacity: calc(1 - var(--v2-layout-blend, 0.45));
  pointer-events: none;
}

[data-v2-layout="compact"] .v2-header__frame {
  width: 100%;
  max-width: 100%;
}

/* --- Mobile: stacked native-width canvas (driven by JS layout resolution) --- */
html[data-v2-layout="mobile"] {
  --v2-scale: 1;
  --v2-ag-2xl-size: 1.25rem; /* 20px — matches Figma 360 hero/section titles */
  --v2-ag-2xl-lh: 1.2;
  --v2-ag-xl-size: 1.25rem;
  --v2-ag-xl-lh: 1.25;
  --v2-ag-l-size: 1.0625rem;
  --v2-ag-l-lh: 1.35;
  --v2-ag-m-size: 0.9375rem;
  --v2-ag-m-lh: 1.4;
  --v2-ag-s-size: 0.875rem;
  --v2-ag-s-lh: 1.45;
  --v2-radius-sm: 8px;
  --v2-radius-md: 12px;
  --v2-radius-lg: 16px;
  --v2-radius-xl: 20px;
  --v2-radius-pill: 12px;
}

html[data-v2-layout="mobile"] .v2-hero__btn,
html[data-v2-layout="mobile"] .v2-pull__btn,
html[data-v2-layout="mobile"] .v2-daily__btn,
html[data-v2-layout="mobile"] .v2-header__cta {
  border-radius: var(--v2-radius-md);
}

html[data-v2-layout="mobile"] .v2-topic-card {
  border-radius: var(--v2-radius-md);
}

html[data-v2-layout="mobile"] .v2-how-block,
html[data-v2-layout="mobile"] .v2-library-block,
html[data-v2-layout="mobile"] .v2-pull-daily-block,
html[data-v2-layout="mobile"] .v2-get-full-block {
  border-radius: var(--v2-radius-lg);
}

html[data-v2-layout="mobile"] .v2-faq-block .v2-faq-item[open] {
  border-radius: var(--v2-radius-md);
}

html[data-v2-layout="mobile"] .v2-review-chip {
  border-radius: 14px;
}

html[data-v2-layout="mobile"] .v2-header {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  transform: none;
  /* Keep chrome below the iOS status / browser overlay (home-only mobile layout). */
  padding-top: max(8px, env(safe-area-inset-top, 0px));
  box-sizing: border-box;
}

html[data-v2-layout="mobile"] .v2-header__frame {
  position: relative;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  padding: 14px 12px 12px;
  gap: 8px;
}

html[data-v2-layout="mobile"] .v2-brand {
  z-index: 1;
  flex: 0 0 auto;
  gap: 0;
}

html[data-v2-layout="mobile"] .v2-brand img {
  width: 38px;
  height: 38px;
  border-color: #ffddad;
}

html[data-v2-layout="mobile"] .v2-brand span {
  display: inline;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--v2-serif);
  font-size: 16px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  pointer-events: none;
}

/* Long locale CTAs need the full row — drop the centered title while sticky CTAs show. */
html[data-v2-layout="mobile"] .v2-header.is-cta-visible .v2-brand span {
  display: none;
  opacity: 0;
  visibility: hidden;
}

html[data-v2-layout="mobile"] .v2-header__actions {
  z-index: 1;
  margin-left: auto;
  gap: 6px;
  min-width: 0;
  flex: 1 1 auto;
  justify-content: flex-end;
}

/* Don't reserve CTA width while hidden — that shoved EN off the 360 column. */
html[data-v2-layout="mobile"] .v2-header__ctas {
  gap: 0;
  max-width: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateX(6px);
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, max-width 0.28s ease,
    transform 0.28s cubic-bezier(0.2, 0.7, 0.2, 1.1);
}

html[data-v2-layout="mobile"] .v2-header.is-cta-visible .v2-header__ctas {
  display: inline-flex;
  gap: 8px;
  max-width: none;
  flex: 1 1 auto;
  min-width: 0;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
  justify-content: flex-end;
}

html[data-v2-layout="mobile"] .v2-header__cta {
  flex: 0 1 auto;
  min-width: 0;
  max-width: calc(50vw - 48px);
  height: 32px;
  padding: 0 10px;
  font-size: 0.7rem;
  border-radius: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

html[data-v2-layout="mobile"] .v2-header__cta--secondary {
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

html[data-v2-layout="mobile"] .v2-lang {
  flex: 0 0 auto;
}

html[data-v2-layout="mobile"] .v2-lang select {
  padding: 7px 26px 7px 10px;
  font-size: 0.8rem;
  border-radius: 10px;
}

html[data-v2-layout="mobile"] .v2-lang svg {
  right: 9px;
}

html[data-v2-layout="mobile"],
html[data-v2-layout="mobile"] body.v2-shell {
  width: 100%;
  max-width: none;
  min-width: 100%;
  overflow-x: hidden;
}

html[data-v2-layout="mobile"] .v2-shell,
html[data-v2-layout="mobile"] .v2-stage,
html[data-v2-layout="mobile"] .v2-artboard-wrap,
html[data-v2-layout="mobile"] .v2-artboard {
  width: 100%;
  max-width: none;
  background: var(--v2-bg);
  overflow-x: clip;
  overflow-y: visible;
}

html[data-v2-layout="mobile"] .v2-stage {
  margin-inline: 0;
}

html[data-v2-layout="mobile"] .v2-artboard__atmosphere-gradient {
  left: 0;
  width: 100%;
  max-width: none;
  height: min(42vh, 360px);
  transform: none;
}

html[data-v2-layout="mobile"] .v2-artboard {
  min-height: 0;
  height: auto;
  transform: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}

html[data-v2-layout="mobile"] .v2-artboard-wrap {
  height: auto !important;
}

html[data-v2-layout="mobile"] .v2-artboard-floats,
html[data-v2-layout="mobile"] .v2-artboard__atmosphere-glow,
html[data-v2-layout="mobile"] .v2-float-card--under-pull {
  display: none !important;
}

html[data-v2-layout="mobile"] .v2-artboard__atmosphere {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  transform: none;
  pointer-events: none;
}

html[data-v2-layout="mobile"] .v2-compose-artboard,
html[data-v2-layout="mobile"] .v2-content {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  inset: auto;
  transform: none;
}

html[data-v2-layout="mobile"] .v2-content {
  padding: 8px 16px 32px;
}

html[data-v2-layout="mobile"] .v2-compose-artboard {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding: 64px 16px 16px;
  pointer-events: auto;
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
}

html[data-v2-layout="mobile"] .v2-content main [class*="spacer"] {
  display: none;
}

html[data-v2-layout="mobile"] .v2-compose-artboard > [style*="--dx"],
html[data-v2-layout="mobile"] .v2-compose-artboard > .v2-float-card,
html[data-v2-layout="mobile"] .v2-compose-artboard > .v2-hero__stage,
html[data-v2-layout="mobile"] .v2-compose-artboard > .v2-topics-block,
html[data-v2-layout="mobile"] .v2-compose-artboard > .v2-how-block,
html[data-v2-layout="mobile"] .v2-compose-artboard > .v2-pull-block,
html[data-v2-layout="mobile"] .v2-compose-artboard > .v2-faq-block,
html[data-v2-layout="mobile"] .v2-compose-artboard > .v2-cards-intro,
html[data-v2-layout="mobile"] .v2-compose-artboard > .v2-faq-section,
html[data-v2-layout="mobile"] .v2-compose-artboard > .v2-reviews-block {
  position: relative;
  left: auto !important;
  top: auto !important;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
}

/* Keep Figma panel proportions — do not stretch to full mobile column */
html[data-v2-layout="mobile"] .v2-compose-artboard > .v2-daily-block,
html[data-v2-layout="mobile"] .v2-compose-artboard > .v2-library-block,
html[data-v2-layout="mobile"] .v2-compose-artboard > .v2-pull-daily-block,
html[data-v2-layout="mobile"] .v2-compose-artboard > .v2-get-full-block {
  position: relative;
  left: auto !important;
  top: auto !important;
  width: min(328px, 100%);
  max-width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
}

html[data-v2-layout="mobile"] .v2-compose-artboard > .v2-reviews-block {
  align-items: center;
  gap: 20px;
  width: 100%;
}

html[data-v2-layout="mobile"] .v2-reviews-block .v2-reviews__title {
  position: relative;
  left: auto !important;
  top: auto !important;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 8px 0 0;
  text-align: center;
  box-sizing: border-box;
}

/* Hero */
html[data-v2-layout="mobile"] .v2-compose-artboard > .v2-hero__stage {
  width: min(360px, 100%);
  max-width: none;
  margin-inline: auto;
  margin-bottom: calc(28px - 48px);
  overflow: visible;
}

html[data-v2-layout="mobile"] .v2-compose-artboard > .v2-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  margin-bottom: calc(96px - 48px);
}

html[data-v2-layout="mobile"] .v2-hero-copy > .v2-hero__title,
html[data-v2-layout="mobile"] .v2-hero-copy > .v2-hero__lead,
html[data-v2-layout="mobile"] .v2-hero-copy > .v2-hero__cta-row,
html[data-v2-layout="mobile"] .v2-hero-copy > .v2-social-proof {
  margin-bottom: 0;
}

html[data-v2-layout="mobile"] .v2-hero__title,
html[data-v2-layout="mobile"] .v2-hero__lead {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

html[data-v2-layout="mobile"] .v2-hero__title {
  font-size: 20px;
  line-height: 32px;
  font-weight: var(--v2-fw-display);
}

html[data-v2-layout="mobile"] .v2-hero__lead {
  margin-top: 0;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.5);
}

html[data-v2-layout="mobile"] .v2-hero__cta-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 100%;
  height: auto;
  pointer-events: auto;
}

html[data-v2-layout="mobile"] .v2-hero__cta-row > .v2-hero__btn {
  position: relative;
  left: auto !important;
  top: auto !important;
}

html[data-v2-layout="mobile"] .v2-hero__btn {
  width: min(280px, 100%);
  max-width: 100%;
  height: auto;
  min-height: 56px;
  flex: 0 0 auto;
  min-width: 0;
  padding: 14px 18px;
  font-size: 16px;
  border-radius: 16px;
  white-space: normal;
  text-wrap: balance;
}

html[data-v2-layout="mobile"] .v2-hero__btn--secondary {
  width: auto;
  height: auto;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--v2-contrast-primary);
  box-shadow: none;
  font-size: 16px;
  white-space: nowrap;
}

html[data-v2-layout="mobile"] .v2-hero__btn--secondary:hover,
html[data-v2-layout="mobile"] .v2-hero__btn--secondary:focus-visible {
  background: transparent;
  transform: none;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Stacked hero stage: 360 Figma composition, centered; floats may bleed
   past the stage (background decor — do not clip to the phone column). */
html[data-v2-layout="mobile"] .v2-hero__stage {
  position: relative;
  width: min(360px, 100%);
  aspect-ratio: 360 / 341;
  height: auto;
  max-width: 100%;
  margin-inline: auto;
  overflow: visible;
}

html[data-v2-layout="mobile"] .v2-hero__float {
  display: block;
  position: absolute;
  width: calc(72 / 360 * 100%);
  height: auto;
  aspect-ratio: 72 / 120;
  border-radius: 9px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
  z-index: 1;
  object-fit: cover;
}

/* Figma coords as % of the 360×341 stage — allow side bleed */
html[data-v2-layout="mobile"] .v2-hero__float--a {
  left: calc(27 / 360 * 100%);
  top: calc(199 / 341 * 100%);
  transform: rotate(-15deg);
  z-index: 4;
}

html[data-v2-layout="mobile"] .v2-hero__float--b {
  left: calc(259 / 360 * 100%);
  top: calc(131 / 341 * 100%);
  transform: rotate(15deg);
  z-index: 1;
}

html[data-v2-layout="mobile"] .v2-hero__float--c {
  left: calc(320 / 360 * 100%);
  top: calc(25 / 341 * 100%);
  transform: rotate(-20deg);
  z-index: 2;
}

html[data-v2-layout="mobile"] .v2-hero__float--d {
  left: calc(-72 / 360 * 100%);
  top: calc(22 / 341 * 100%);
  transform: rotate(-17.67deg);
  z-index: 1;
}

html[data-v2-layout="mobile"] .v2-hero__phone {
  position: absolute;
  left: calc(100 / 360 * 100%);
  top: 0;
  width: calc(160 / 360 * 100%) !important;
  max-width: none !important;
  height: auto !important;
  margin: 0;
  transform: none;
  z-index: 3;
}

html[data-v2-layout="mobile"] .v2-hero__phone img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  display: block;
}

html[data-v2-layout="mobile"] .v2-social-proof {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  margin-inline: auto;
  color: var(--v2-contrast-secondary);
}

html[data-v2-layout="mobile"] .v2-social-proof__row {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 4vw, 24px);
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
  color: inherit;
}

html[data-v2-layout="mobile"] .v2-social-proof__laurel {
  flex: 0 0 auto;
  width: 28px;
  height: 48px;
  color: inherit;
}

html[data-v2-layout="mobile"] .v2-social-proof__laurel--right {
  transform: scaleX(-1);
}

html[data-v2-layout="mobile"] .v2-social-proof__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  max-width: min(120px, 28vw);
  text-align: center;
}

html[data-v2-layout="mobile"] .v2-social-proof__value {
  font-family: var(--v2-serif);
  font-size: 16px;
  line-height: 1.2;
  font-weight: var(--v2-fw-regular);
  color: inherit;
}

html[data-v2-layout="mobile"] .v2-social-proof__label {
  font-family: var(--v2-serif);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: inherit;
}

html[data-v2-layout="mobile"] .v2-social-proof__rule {
  flex: 0 0 auto;
  width: 1px;
  height: 48px;
  background: currentColor;
  opacity: 0.12;
}

/* Topics */
html[data-v2-layout="mobile"] .v2-topics-block {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  pointer-events: auto;
  overflow: visible;
}

html[data-v2-layout="mobile"] .v2-topics-block > [style*="--dx"] {
  position: relative;
  left: auto !important;
  top: auto !important;
  width: 100%;
  max-width: 100%;
}

html[data-v2-layout="mobile"] .v2-topics__title,
html[data-v2-layout="mobile"] .v2-topics__lead {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

html[data-v2-layout="mobile"] .v2-topics__lead {
  margin-top: 8px;
}

html[data-v2-layout="mobile"] .v2-topics__rail {
  position: relative;
  left: auto !important;
  top: auto !important;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  padding-inline: 16px;
  padding-bottom: 4px;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

html[data-v2-layout="mobile"] .v2-topics__rail::-webkit-scrollbar {
  display: none;
}

html[data-v2-layout="mobile"] .v2-topics__rail > .v2-topic-card {
  position: relative;
  left: auto !important;
  top: auto !important;
  flex: 0 0 148px;
  width: 148px;
  min-width: 148px;
  scroll-snap-align: start;
}

html[data-v2-layout="mobile"] .v2-topic-card {
  height: auto;
  min-height: 0;
  padding: 10px 8px 12px;
}

html[data-v2-layout="mobile"] .v2-topic-card-head h3 {
  font-size: 12px;
  line-height: 1.25;
}

html[data-v2-layout="mobile"] .v2-topic-card-arrow {
  font-size: 12px;
}

html[data-v2-layout="mobile"] .v2-topic-card-media {
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  min-height: 96px;
}

html[data-v2-layout="mobile"] .v2-topic-card img {
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 152 / 181;
  object-fit: cover;
}

html[data-v2-layout="mobile"] .v2-topics-block > .v2-topics__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(240px, 100%);
  height: 56px;
  margin-top: 4px;
  margin-inline: auto;
  padding: 0;
  font-size: 0.95rem;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  border-radius: 16px;
}

html[data-v2-layout="mobile"] .v2-compose-artboard > .v2-topics-block {
  margin-bottom: calc(96px - 48px);
}

/* How it works */
html[data-v2-layout="mobile"] .v2-how-block {
  width: 100%;
  height: auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: auto;
  overflow: visible;
}

html[data-v2-layout="mobile"] .v2-how-block > [style*="--dx"] {
  position: relative;
  left: auto !important;
  top: auto !important;
}

html[data-v2-layout="mobile"] .v2-how__main {
  width: 100%;
  max-width: 100%;
  align-items: center;
  gap: 0;
}

html[data-v2-layout="mobile"] .v2-how__title {
  width: 100%;
  /* Figma 360: title baseline 1448 → Love pill top 1522 (~74px) */
  margin: 0 0 68px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

/* 1 / 2 / 2 pyramid — Figma 360 how-step topic cluster */
html[data-v2-layout="mobile"] .v2-how__pills {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  justify-items: center;
  column-gap: 4px;
  row-gap: 10px;
  width: max-content;
  max-width: 100%;
  /* Figma 360: pills bottom 1646 → Choose baseline 1730 (~84px) */
  margin: 0 0 68px;
}

html[data-v2-layout="mobile"] .v2-how__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #a34e9e;
  color: var(--v2-contrast-primary);
  font-family: var(--v2-serif);
  font-size: 0.875rem;
  line-height: 1.25;
  white-space: nowrap;
}

html[data-v2-layout="mobile"] .v2-how__pill:nth-child(1) {
  grid-column: 1 / -1;
}

html[data-v2-layout="mobile"] .v2-how__step {
  display: none;
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 0;
  text-align: center;
  background: transparent;
  box-shadow: none;
}

html[data-v2-layout="mobile"] .v2-how__step.is-active {
  display: block;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  /* Figma 360: lead line 2 baseline 1783 → dots ~1813 (~30px) */
  margin: 0 0 28px;
}

html[data-v2-layout="mobile"] .v2-how__step h3 {
  /* Figma 360: Choose 1731 → lead 1761 (~30px baseline gap) */
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

html[data-v2-layout="mobile"] .v2-how__step p {
  max-width: 280px;
  margin: 0 auto;
  color: rgba(255, 246, 234, 0.5);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.01em;
}

html[data-v2-layout="mobile"] .v2-how__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

html[data-v2-layout="mobile"] .v2-how__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

html[data-v2-layout="mobile"] .v2-how__dot.is-active {
  width: 28px;
  background: var(--v2-contrast-primary);
}

html[data-v2-layout="mobile"] .v2-how__visual {
  position: relative !important;
  display: block;
  /* Full-bleed to design width so Figma card x-positions match */
  width: calc(var(--v2-design-w, 360) * 1px);
  max-width: none;
  margin-left: calc(50% - (var(--v2-design-w, 360) * 1px / 2));
  margin-right: auto;
  /* Figma 360: phone 160×341; cards extend to ~y+343 */
  height: 350px;
  margin-top: 96px;
  /* Clip Figma off-canvas card peeks — do not spill into page gutter */
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html[data-v2-layout="mobile"] .v2-how__visual > [style*="--dx"] {
  position: absolute !important;
}

html[data-v2-layout="mobile"] .v2-how__phone {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 160px;
  height: auto;
  max-width: none;
  transform: translateX(-50%);
  z-index: 3;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.45));
}

/* Figma 360 card cluster around how-phone (artboard x relative to center 180) */
html[data-v2-layout="mobile"] .v2-how__visual-card--back,
html[data-v2-layout="mobile"] .v2-how__visual-card--mid,
html[data-v2-layout="mobile"] .v2-how__visual-card--front {
  display: block;
  width: 72px;
  height: calc(72px * 600 / 336);
  left: auto !important;
  top: auto !important;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.4));
  border-radius: 9px;
  overflow: hidden;
  object-fit: cover;
  transform-origin: top left;
}

/* Left card — Figma x=-56 y=2063.63 rot=-15 (phone top y=1917) */
html[data-v2-layout="mobile"] .v2-how__visual-card--back {
  left: calc(50% - 236px) !important;
  top: 147px !important;
  transform: rotate(-15deg);
  z-index: 1;
}

/* Top-right — Figma x=319.059 y=1949 rot=15 */
html[data-v2-layout="mobile"] .v2-how__visual-card--mid {
  left: calc(50% + 139px) !important;
  top: 32px !important;
  transform: rotate(15deg);
  z-index: 2;
  overflow: hidden;
}

html[data-v2-layout="mobile"] .v2-how__visual-card--mid img:last-child {
  display: none;
}

html[data-v2-layout="mobile"] .v2-how__visual-card--mid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Bottom-right — Figma x=328 y=2140.22 rot=-20.04 */
html[data-v2-layout="mobile"] .v2-how__visual-card--front {
  left: calc(50% + 148px) !important;
  top: 223px !important;
  margin: 0;
  transform: rotate(-20deg);
  z-index: 4;
}

/* Pull / app band — Figma 360 has no panel; copy sits on page bg */
html[data-v2-layout="mobile"] .v2-pull-block {
  width: 100%;
  height: auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
  overflow: visible;
  pointer-events: auto;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  /* Compose gap (48px) is enough; desktop min-height must not leak through */
  margin-bottom: 0;
}

html[data-v2-layout="mobile"] .v2-pull__copy {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  align-items: center;
  gap: 16px;
  text-align: center;
}

html[data-v2-layout="mobile"] .v2-pull__qr-row {
  display: none;
}

html[data-v2-layout="mobile"] .v2-pull__phone {
  display: none;
}

html[data-v2-layout="mobile"] .v2-pull__title,
html[data-v2-layout="mobile"] .v2-pull__lead {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

html[data-v2-layout="mobile"] .v2-pull__qr,
html[data-v2-layout="mobile"] .v2-get-full__qr {
  display: none !important;
}

html[data-v2-layout="mobile"] .v2-pull__btn {
  width: min(280px, 100%);
  max-width: 100%;
  height: auto;
  min-height: 52px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border-radius: 16px;
}

/* Tarot cards section */
html[data-v2-layout="mobile"] .v2-cards__title,
html[data-v2-layout="mobile"] .v2-cards__lead,
html[data-v2-layout="mobile"] .v2-faq__title {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
}

/* Compose gap is 48px — collapse to Figma title→lead (~12px ink) */
html[data-v2-layout="mobile"] .v2-cards-intro {
  width: 100%;
  max-width: 100%;
  gap: 12px;
  margin-bottom: calc(30px - 48px);
}

html[data-v2-layout="mobile"] .v2-cards-intro .v2-cards__title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2;
}

/* Figma 360: lead 14/22 @ 50% white; lead→panel ~30px */
html[data-v2-layout="mobile"] .v2-cards-intro .v2-cards__lead {
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(255, 246, 234, 0.5);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.01em;
}

/* Card of the day — scene panel only; name/tagline/CTA ejected below */
html[data-v2-layout="mobile"] .v2-daily-block {
  width: min(328px, 100%);
  max-width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  margin-inline: auto;
  padding: 0;
  overflow: visible;
  pointer-events: auto;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
}

html[data-v2-layout="mobile"] .v2-daily-block__layout {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Tighten scene → CARD OF THE DAY */
  gap: 20px;
  transform: none;
}

html[data-v2-layout="mobile"] .v2-daily-block__scene,
html[data-v2-layout="mobile"] .v2-daily-block__copy {
  position: relative;
  inset: auto;
}

html[data-v2-layout="mobile"] .v2-daily-block__scene {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 328px;
  height: 280px;
  aspect-ratio: auto;
  max-height: none;
  margin-inline: auto;
  padding: 12px 8px;
  overflow: hidden;
  border-radius: 40px;
  background: #252629;
  box-shadow: none;
  border: 0;
  outline: none;
  box-sizing: border-box;
}

/* Don't reset portrait absolute placement inside the scene panel */
html[data-v2-layout="mobile"] .v2-daily-block__scene > [style*="--dx"]:not(.v2-daily-block__portrait) {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
}

html[data-v2-layout="mobile"] .v2-daily-block__copy .v2-daily__label {
  width: 100%;
  margin: 0 0 12px !important;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 12px;
  line-height: 1.2;
  color: #ffd8a3;
}

/* Portrait centered in the scene panel (not top-anchored) */
html[data-v2-layout="mobile"] .v2-daily-block__portrait {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 241px;
  height: 241px;
  max-width: 100%;
  margin: 0;
  transform: none;
  flex-shrink: 0;
  z-index: 1;
}

html[data-v2-layout="mobile"] .v2-daily-block__portrait .v2-daily__ursula {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 100%;
  height: 100%;
  margin: 0;
  transform: none !important;
  object-fit: contain;
}

html[data-v2-layout="mobile"] .v2-daily-block__portrait .v2-daily__card {
  position: absolute !important;
  left: 69.1% !important;
  top: 10% !important;
  width: 31.1%;
  height: auto;
  margin: 0;
  transform: none !important;
  border-radius: 10px;
  z-index: 2;
}

html[data-v2-layout="mobile"] .v2-daily-block__portrait .v2-daily__card img {
  width: 100%;
  height: auto;
  display: block;
}

html[data-v2-layout="mobile"] .v2-daily-block__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  left: auto;
  top: auto;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  text-align: center;
  padding-inline: 4px;
}

html[data-v2-layout="mobile"] .v2-daily-block__copy > * {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 100%;
  max-width: 100%;
}

html[data-v2-layout="mobile"] .v2-daily__name {
  margin: 0 0 12px !important;
  font-size: 20px;
  line-height: 1.2;
}

/* Figma: tagline → button ~30px ink / ~64px in comparison scale */
html[data-v2-layout="mobile"] .v2-daily__tagline {
  margin: 0 auto 48px !important;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  max-width: 280px;
  color: rgba(255, 246, 234, 0.5);
}

html[data-v2-layout="mobile"] .v2-daily__btn {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 240px !important;
  max-width: 240px;
  height: 56px;
  margin: 0 !important;
  font-size: 16px;
  line-height: 1.25;
  pointer-events: auto;
  border-radius: 16px;
  box-sizing: border-box;
}

/* Mini panels */
html[data-v2-layout="mobile"] .v2-pull-daily-block {
  position: relative;
  width: min(328px, 100%);
  max-width: 100%;
  height: 310px;
  min-height: 310px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 28px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 40px;
  background: #252629;
  box-shadow: none;
}

/* Browse all card meanings — Figma 360 */
html[data-v2-layout="mobile"] .v2-library-block {
  width: min(328px, 100%);
  max-width: 100%;
  height: 318px;
  min-height: 318px;
  margin-inline: auto;
  /* Compose gap is 48px — net 8px before pull-daily panel */
  margin-bottom: calc(8px - 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 28px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 40px;
  background: #252629;
  box-shadow: none;
}

html[data-v2-layout="mobile"] .v2-library-block .v2-mini-panel__title {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: auto;
  max-width: 100%;
  padding: 0 12px;
  font-size: 20px;
  line-height: 1.2;
  white-space: normal;
  text-wrap: balance;
  text-align: center;
}

html[data-v2-layout="mobile"] .v2-library-block .v2-mini-panel__link {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #ffddad;
  text-align: center;
}

/* Figma: 120×200 cards at x=-72,56,184,312 on 360 artboard */
html[data-v2-layout="mobile"] .v2-library__cards {
  position: relative;
  width: 360px;
  height: 200px;
  margin: 28px auto 0;
  flex: 0 0 200px;
  pointer-events: none;
}

html[data-v2-layout="mobile"] .v2-library__card {
  position: absolute !important;
  top: 0 !important;
  width: 120px;
  height: 200px;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: none;
}

html[data-v2-layout="mobile"] .v2-library__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

html[data-v2-layout="mobile"] .v2-library__card--1 { left: -72px !important; }
html[data-v2-layout="mobile"] .v2-library__card--2 { left: 56px !important; }
html[data-v2-layout="mobile"] .v2-library__card--3 { left: 184px !important; }
html[data-v2-layout="mobile"] .v2-library__card--4 { left: 312px !important; }

/* Pull your card of the day — Figma 360 fan (7 cards) */
html[data-v2-layout="mobile"] .v2-pull-daily-block .v2-mini-panel__title {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  z-index: 1;
  width: auto;
  max-width: 100%;
  padding: 0 12px;
  font-size: 20px;
  line-height: 1.2;
  white-space: normal;
  text-wrap: balance;
  text-align: center;
}

html[data-v2-layout="mobile"] .v2-pull-daily-block .v2-mini-panel__link {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  z-index: 1;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #ffddad;
  text-align: center;
}

html[data-v2-layout="mobile"] .v2-pull-daily__fan {
  position: absolute;
  left: 50%;
  top: 0;
  width: 360px;
  height: 100%;
  margin: 0;
  transform: translateX(-50%);
  display: block;
  pointer-events: none;
}

html[data-v2-layout="mobile"] .v2-pull-daily__fan img {
  position: absolute !important;
  width: 72px;
  height: 120px;
  margin: 0;
  border-radius: 9px;
  object-fit: cover;
  box-shadow: none;
  transform-origin: top left;
}

/* Artboard y − panel top (3750); Figma 360 fan */
html[data-v2-layout="mobile"] .v2-pull-daily__fan img:nth-child(1) {
  left: -64.168px !important;
  top: 196.96px !important;
  transform: rotate(-24.2726deg) !important;
}
html[data-v2-layout="mobile"] .v2-pull-daily__fan img:nth-child(2) {
  left: 2.215px !important;
  top: 166.79px !important;
  transform: rotate(-16.1395deg) !important;
}
html[data-v2-layout="mobile"] .v2-pull-daily__fan img:nth-child(3) {
  left: 72.348px !important;
  top: 146.32px !important;
  transform: rotate(-7.87938deg) !important;
}
html[data-v2-layout="mobile"] .v2-pull-daily__fan img:nth-child(4) {
  left: 144.777px !important;
  top: 136px !important;
  transform: rotate(0.464166deg) !important;
}
html[data-v2-layout="mobile"] .v2-pull-daily__fan img:nth-child(5) {
  left: 216.891px !important;
  top: 136.45px !important;
  transform: rotate(7.87938deg) !important;
}
html[data-v2-layout="mobile"] .v2-pull-daily__fan img:nth-child(6) {
  left: 289.188px !important;
  top: 146.77px !important;
  transform: rotate(16.1395deg) !important;
}
html[data-v2-layout="mobile"] .v2-pull-daily__fan img:nth-child(7) {
  left: 359.094px !important;
  top: 167.36px !important;
  transform: rotate(24.2726deg) !important;
}

html[data-v2-layout="mobile"] .v2-pull-daily__fan img:nth-child(n + 8) {
  display: none;
}

/* FAQ */
html[data-v2-layout="mobile"] .v2-faq-section {
  width: 100%;
  max-width: 100%;
  gap: 20px;
  align-items: center;
}

html[data-v2-layout="mobile"] .v2-faq__title {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
}

html[data-v2-layout="mobile"] .v2-faq-block {
  width: 100%;
  padding: 0;
  pointer-events: auto;
}

html[data-v2-layout="mobile"] .v2-faq-block .v2-faq-item summary {
  min-height: 56px;
  padding: 14px;
  font-size: 1.05rem;
  line-height: 1.35;
}

/* Get full — keep Figma proportions; don't stretch full viewport */
html[data-v2-layout="mobile"] .v2-get-full-block {
  position: relative;
  width: min(328px, 100%);
  max-width: 100%;
  height: 152px;
  min-height: 152px;
  margin-inline: auto;
  padding: 24px 16px;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #252629;
  box-shadow: none;
}

html[data-v2-layout="mobile"] .v2-get-full__copy {
  position: relative;
  z-index: 1;
  max-width: 210px;
  gap: 16px;
  text-align: left;
}

html[data-v2-layout="mobile"] .v2-get-full__head {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
}

html[data-v2-layout="mobile"] .v2-get-full__link {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #ffd8a3;
}

html[data-v2-layout="mobile"] .v2-get-full__phone {
  display: block;
  position: absolute;
  right: 12px;
  top: 12px;
  flex: none;
  width: 80px;
  height: 171px;
  margin: 0;
  padding: 0;
  border-radius: 14px;
  background: transparent;
  object-fit: cover;
  object-position: top center;
  pointer-events: none;
}

/* Reviews — single row, ~320 chips (matches Figma 360) */
html[data-v2-layout="mobile"] .v2-reviews-band {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 0 0 8px;
  overflow: hidden;
  pointer-events: none;
}

html[data-v2-layout="mobile"] .v2-reviews-marquee {
  position: relative;
  top: auto !important;
  left: auto;
  width: 100%;
  max-width: 100%;
  height: 160px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

html[data-v2-layout="mobile"] .v2-reviews-marquee--reverse {
  display: none !important;
}

html[data-v2-layout="mobile"] .v2-reviews-track {
  display: flex;
  width: max-content;
  gap: 12px;
  flex-wrap: nowrap;
  will-change: transform;
  animation: none;
}

html[data-v2-layout="mobile"] .v2-reviews-marquee--forward .v2-reviews-track {
  animation: v2-reviews-drift-forward 110s linear infinite;
}

html[data-v2-layout="mobile"] .v2-review-chip {
  flex: 0 0 320px;
  width: 320px;
  height: 160px;
  max-width: none;
  padding: 20px;
  box-sizing: border-box;
}

html[data-v2-layout="mobile"] .v2-footer {
  padding-inline: 0;
}

html[data-v2-layout="mobile"] .v2-footer-grid {
  grid-template-columns: 1fr;
  gap: 24px;
}

html[data-v2-layout="mobile"] .v2-shell {
  overflow-x: clip;
}
