@font-face {
  font-family: 'Urbanist';
  src: url('./assets/fonts/Urbanist-VariableFont_wght.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('./assets/fonts/Urbanist-Italic-VariableFont_wght.ttf') format('truetype');
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'Epilogue';
  src: url('./assets/fonts/Epilogue-VariableFont_wght.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@keyframes wm-dark {
  0%, 84%, 100% { color: #0d0d0d; }
  85%, 92% { color: #7c3aed; }
}

@keyframes wm-light {
  0%, 84%, 100% { color: #fff; }
  85%, 92% { color: #d5feb5; }
}

@keyframes blob1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(70px, -55px) scale(1.1); }
  66% { transform: translate(-45px, 35px) scale(.93); }
}

@keyframes blob2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-65px, 55px) scale(1.12); }
  66% { transform: translate(55px, -30px) scale(.96); }
}

@keyframes blob3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(35px, 65px) scale(.9); }
  66% { transform: translate(-55px, -45px) scale(1.08); }
}

@keyframes scroll-line {
  0% { transform: translateY(-200%); opacity: 0; }
  40%, 60% { opacity: 1; }
  100% { transform: translateY(200%); opacity: 0; }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

@keyframes float-phone {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

@keyframes check-pop {
  0% { transform: scale(0); }
  55% { transform: scale(1.28); }
  100% { transform: scale(1); }
}

@keyframes row-fade {
  0%, 8% { opacity: .2; transform: translateX(-6px); }
  16%, 84% { opacity: 1; transform: translateX(0); }
  92%, 100% { opacity: .2; transform: translateX(-6px); }
}

@keyframes toast-checkin {
  0% { opacity: 0; transform: translateY(-6px); }
  18%, 78% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-3px); }
}

.wm-o { animation: wm-dark 4.8s steps(1) 0s infinite; }
.wm-meu { animation: wm-dark 3.9s steps(1) .8s infinite; }
.wm-check { animation: wm-dark 5.6s steps(1) .35s infinite; }
.wm-in { animation: wm-dark 4.4s steps(1) 1.2s infinite; }
.wm-l .wm-o,
.wm-l .wm-meu,
.wm-l .wm-check,
.wm-l .wm-in,
.site-header.dark .wm-l .wm-o,
.site-header.dark .wm-l .wm-meu,
.site-header.dark .wm-l .wm-check,
.site-header.dark .wm-l .wm-in {
  animation-name: wm-light;
}

.site-header.light .wm-l .wm-o,
.site-header.light .wm-l .wm-meu,
.site-header.light .wm-l .wm-check,
.site-header.light .wm-l .wm-in {
  animation-name: wm-dark;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  height: 68px;
  display: flex;
  align-items: center;
  background: transparent;
  transition: background .4s, box-shadow .4s, backdrop-filter .4s;
}

.site-header.light {
  background: rgba(236, 236, 236, .46);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(13, 13, 13, .05);
}

.site-header.dark {
  background: rgba(13, 13, 13, .22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .04);
}

.header-inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.header-brand {
  font-size: clamp(1.15rem, 1.8vw, 1.65rem);
  font-weight: 900;
  letter-spacing: -.04em;
  flex-shrink: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-link {
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: -.01em;
  color: rgba(255, 255, 255, .55);
  transition: color .3s;
}

.nav-link:hover { color: #d5feb5; }
.site-header.light .nav-link { color: #606060; }
.site-header.light .nav-link:hover { color: #d5feb5; }
.site-header.dark .nav-link { color: rgba(255, 255, 255, .58); }
.site-header.dark .nav-link:hover { color: #d5feb5; }

.hdr-cta {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 600;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .22);
  transition: all .3s;
  white-space: nowrap;
  letter-spacing: .01em;
}

.hdr-cta:hover,
.site-header.light .hdr-cta:hover,
.site-header.dark .hdr-cta:hover {
  background: #d5feb5;
  color: #0d0d0d;
  border-color: #d5feb5;
}

.site-header.light .hdr-cta {
  color: #0d0d0d;
  border-color: rgba(13, 13, 13, .18);
}

.site-header.dark .hdr-cta {
  color: #fff;
  border-color: rgba(255, 255, 255, .22);
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .3s, opacity .3s;
  position: absolute;
}

.site-header.light .hamburger span { background: #0d0d0d; }
.site-header.dark .hamburger span { background: #fff; }
.hamburger span:nth-child(1) { transform: translateY(-7px); }
.hamburger span:nth-child(2) { transform: translateY(0); }
.hamburger span:nth-child(3) { transform: translateY(7px); }
.hamburger.open span:nth-child(1) { transform: translateY(0) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(0) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: #0d0d0d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity .45s ease;
}

.mobile-menu.open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu-link {
  font-size: clamp(1.5rem, 5vw, 2.2rem);
  font-weight: 300;
  color: #ececec;
  letter-spacing: -.02em;
  transition: color .3s;
}

.mobile-menu-cta {
  display: inline-flex;
  align-items: center;
  height: 50px;
  padding: 0 30px;
  border-radius: 999px;
  background: #ececec;
  color: #0d0d0d;
  font-size: .9rem;
  font-weight: 600;
  margin-top: .5rem;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  background: #0d0d0d;
  overflow: hidden;
  clip-path: inset(0);
  contain: layout paint;
}

.hero-atmosphere {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-blob {
  position: absolute;
  border-radius: 50%;
}

.hero-blob-lilac {
  top: 12%;
  left: 6%;
  width: 44vw;
  height: 44vw;
  background: radial-gradient(circle, rgba(220, 211, 247, .22) 0%, transparent 70%);
  filter: blur(55px);
  animation: blob1 15s ease-in-out infinite;
}

.hero-blob-green {
  right: 4%;
  bottom: 10%;
  width: 38vw;
  height: 38vw;
  background: radial-gradient(circle, rgba(213, 254, 181, .14) 0%, transparent 70%);
  filter: blur(65px);
  animation: blob2 20s ease-in-out infinite;
}

.hero-blob-violet {
  top: 52%;
  left: 46%;
  width: 54vw;
  height: 54vw;
  background: radial-gradient(circle, rgba(124, 58, 237, .09) 0%, transparent 70%);
  filter: blur(75px);
  animation: blob3 25s ease-in-out infinite;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: calc(68px + 6rem);
  padding-bottom: 8rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  align-items: center;
  gap: clamp(3rem, 5vw, 6rem);
}

.hero-left {
  min-width: 0;
}

.hero-mockup {
  /* 280px × (788/390) ≈ 565px tall — stays within 600px hero content area */
  width: min(280px, 100%);
  justify-self: end;
  align-self: start;
}

.phone-frame-svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: visible;
  animation: float-phone 7s ease-in-out infinite;
  filter:
    drop-shadow(0 2px 1px rgba(0,0,0,.5))
    drop-shadow(12px 40px 80px rgba(10,15,40,.48))
    drop-shadow(0 16px 32px rgba(0,0,0,.35));
}

.phone-screen-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f7f7f4;
  font-family: 'Urbanist', system-ui, sans-serif;
}

.phone-status-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  /* 10px top + 20px bottom clears the Dynamic Island pill drawn at SVG y=20–50 */
  padding: 10px 18px 20px;
  background: #f7f7f4;
  color: #111;
}

.phone-home-indicator {
  display: flex;
  justify-content: center;
  padding: 6px 0 10px;
  flex-shrink: 0;
  background: #f7f7f4;
}

.phone-home-indicator::after {
  content: '';
  display: block;
  height: 5px;
  width: 100px;
  border-radius: 99px;
  background: rgba(0,0,0,0.15);
}

.phone-status-time {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -.01em;
}

.phone-status-icons {
  display: flex;
  align-items: center;
  gap: 5px;
}

.phone-screen-content .mockup-device {
  position: relative;
  flex: 1;
  overflow: hidden;
  min-height: 0;
  /* bottom padding reserves room for the nav bar (44px) + home indicator clearance */
  padding: 6px 12px 60px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #f7f7f4;
}

/* ─────────────────────────────────────────────
   Mobile-only HTML/CSS phone fallback
   Geometry keyed to SVG viewBox 300×620, so the
   mobile shell visually matches the desktop SVG.
   Toggled in the 860px breakpoint below.
   ───────────────────────────────────────────── */
.phone-mobile-shell {
  display: none;
  position: relative;
  width: 100%;
  aspect-ratio: 300 / 620;
  animation: float-phone 7s ease-in-out infinite;
}

.phone-mobile-frame {
  position: absolute;
  inset: 0;
  background: #2C2C2E;
  /* SVG rx=48: 48/300=16% horiz, 48/620=7.74% vert */
  border-radius: 16% / 7.74%;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .10),
    inset 0 0 0 3px rgba(0, 0, 0, .35);
  overflow: hidden;
}

/* Dynamic Island: SVG x=98 y=20 w=104 h=30 in 300×620 */
.phone-mobile-dynamic-island {
  position: absolute;
  top: 3.226%;
  left: 32.667%;
  width: 34.667%;
  height: 4.839%;
  background: #000;
  border-radius: 999px;
  z-index: 2;
}

/* Side buttons: SVG w=5 → 1.667% of frame width */
.phone-mobile-side-button {
  position: absolute;
  width: 1.667%;
  background: #3A3A3C;
  border-radius: 2px;
  z-index: 1;
}
.phone-mobile-side-button-l1 { left: -1.333%; top: 14.194%; height: 5.161%; }   /* y=88 h=32 */
.phone-mobile-side-button-l2 { left: -1.333%; top: 21.290%; height: 8.387%; }   /* y=132 h=52 */
.phone-mobile-side-button-l3 { left: -1.333%; top: 31.613%; height: 8.387%; }   /* y=196 h=52 */
.phone-mobile-side-button-r1 { right: -1.333%; top: 23.871%; height: 10.968%; } /* y=148 h=68 */

/* Screen: SVG x=8 y=10 w=284 h=600 in 300×620 */
.phone-mobile-screen {
  position: absolute;
  top: 1.613%;
  left: 2.667%;
  right: 2.667%;
  bottom: 1.613%;
  /* SVG rx=42: 42/284≈14.79% horiz, 42/600=7% vert */
  border-radius: 14.789% / 7%;
  background: #f7f7f4;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-family: 'Urbanist', system-ui, sans-serif;
}

/* Scope the global .mockup-device overrides so they ONLY apply inside the mobile phone screen */
.phone-mobile-screen .mockup-device {
  position: relative;
  flex: 1;
  overflow: hidden;
  min-height: 0;
  padding: 10px 10px 48px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #f7f7f4;
}

/* ─────────────────────────────────────────────
   Compact mobile phone inner sizing
   All overrides scoped under .phone-mobile-screen
   to keep desktop SVG + product mockup intact.
   Goal: fit 4 guest/action rows + nav without
   the absolute-positioned nav covering rows.
   ───────────────────────────────────────────── */
.phone-mobile-screen .phone-status-bar { padding: 8px 16px 18px; }
.phone-mobile-screen .phone-status-time { font-size: 9px; }

.phone-mobile-screen .mockup-notice {
  margin-bottom: 6px;
  padding: 6px 10px;
  border-radius: 12px;
  font-size: .62rem;
  line-height: 1.25;
}

.phone-mobile-screen .mockup-event { margin-bottom: 4px; }
.phone-mobile-screen .mockup-back {
  margin-bottom: 2px;
  gap: 5px;
  font-size: .58rem;
}
.phone-mobile-screen .mockup-back-arrow { font-size: .82rem; }
.phone-mobile-screen .mockup-title {
  font-size: 1.1rem;
  letter-spacing: -.04em;
}

.phone-mobile-screen .mockup-stats { margin-bottom: 4px; }
.phone-mobile-screen .mockup-stat { padding: 5px 6px 4px; }
.phone-mobile-screen .mockup-stat-label {
  margin-bottom: 2px;
  font-size: .42rem;
  letter-spacing: .14em;
}
.phone-mobile-screen .mockup-stat-value {
  font-size: .95rem;
  letter-spacing: -.04em;
}

.phone-mobile-screen .mockup-search {
  margin-bottom: 4px;
  padding: 5px 10px;
  border-width: 1.5px;
  border-radius: 12px;
  box-shadow: 0 0 0 2px rgba(132, 77, 255, .12);
  font-size: .58rem;
}

.phone-mobile-screen .mockup-guest-row {
  gap: 7px;
  padding: 4px 0;
}
.phone-mobile-screen .mockup-avatar {
  width: 22px;
  height: 22px;
  border-width: 1px;
  font-size: .52rem;
}
.phone-mobile-screen .mockup-guest-name { font-size: .6rem; }
.phone-mobile-screen .mockup-guest-meta { font-size: .48rem; }
.phone-mobile-screen .mockup-check {
  width: 14px;
  height: 14px;
  border-width: 1.5px;
}
.phone-mobile-screen .mockup-check svg { width: 7px; height: 5px; }

.phone-mobile-screen .mockup-action-row { min-height: 34px; }
.phone-mobile-screen .mockup-action {
  padding: 0 10px;
  font-size: .56rem;
}

/* Bottom nav — tighter so it doesn't cover the rows above */
.phone-mobile-screen .mockup-nav {
  right: 8px;
  bottom: 6px;
  left: 8px;
  height: 32px;
  border-radius: 999px;
  font-size: .42rem;
  line-height: 1.05;
}
.phone-mobile-screen .mockup-nav-active {
  height: 26px;
  margin-left: 3px;
}
.phone-mobile-screen .mockup-nav-icon { font-size: .58rem; }

.phone-mobile-screen .phone-home-indicator { padding: 3px 0 5px; }
.phone-mobile-screen .phone-home-indicator::after {
  width: 70px;
  height: 3px;
}

.hero-title {
  max-width: 1000px;
  margin-bottom: 2.75rem;
  color: #fff;
  font-size: clamp(2.8rem, 7vw, 6.5rem);
  font-weight: 300;
  line-height: .91;
  letter-spacing: -.058em;
  text-wrap: pretty;
}

.hero-emphasis {
  color: #dcd3f7;
  font-style: normal;
}

.hero-copy {
  max-width: 800px;
  color: #dcd3f7;
  font-family: 'Urbanist', 'Helvetica Neue', sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-weight: 400;
  line-height: 1.6;
  white-space: nowrap;
}

.hero-bottom-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.hero-scroll-cue {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
}

.hero-scroll-track {
  position: relative;
  width: 1px;
  height: 36px;
  overflow: hidden;
  background: rgba(255, 255, 255, .08);
}

.hero-scroll-line {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, rgba(255, 255, 255, .55), transparent);
  animation: scroll-line 2.4s ease-in-out infinite;
}

.hero-scroll-label {
  color: rgba(255, 255, 255, .58);
  font-size: .6rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.audience-section {
  padding: 7rem 0;
  background: #dcd3f7;
}

.audience-label {
  margin-bottom: 2rem;
  color: rgba(13, 13, 13, .68);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.audience-viewport {
  min-height: clamp(3.5rem, 9vw, 8.5rem);
  overflow: hidden;
}

.audience-slot {
  color: #0d0d0d;
  font-size: clamp(2.4rem, 7vw, 6.5rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.055em;
  padding-bottom: 0.2em;
  transition: opacity .3s ease, transform .32s ease;
  will-change: opacity, transform;
}

.audience-note {
  margin-top: 2.5rem;
  color: rgba(13, 13, 13, .68);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-weight: 400;
  letter-spacing: .01em;
}

.product-section {
  padding: 8rem 0;
  background: #ececec;
}

.product-layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
}

.product-copy {
  flex: 1;
  min-width: 0;
}

.product-eyebrow {
  display: block;
  margin-bottom: 1rem;
  color: #bbb;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.product-title {
  margin-bottom: 1.5rem;
  color: #0d0d0d;
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 300;
  line-height: .95;
  letter-spacing: -.052em;
  text-wrap: pretty;
}

.product-title em { font-style: italic; }

.product-description {
  max-width: 460px;
  margin-bottom: 2rem;
  color: #606060;
  font-family: 'Urbanist', 'Helvetica Neue', sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.65;
}

.product-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  display: inline-block;
  padding: 7px 16px;
  border: 1px solid rgba(13, 13, 13, .08);
  border-radius: 999px;
  background: #fff;
  color: #363636;
  cursor: default;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: -.01em;
  transition: background .3s, color .25s, transform .25s, border-color .25s;
  user-select: none;
}

.chip:hover {
  border-color: transparent;
  background: #d5feb5;
  color: #0d0d0d;
  transform: translateY(-2px);
}

.product-mockup {
  width: 340px;
  max-width: 100%;
  flex-shrink: 0;
  animation: float 7s ease-in-out infinite;
}

.mockup-device {
  position: relative;
  overflow: hidden;
  padding: 18px 20px 60px;
  border: 1px solid rgba(13, 13, 13, .06);
  border-radius: 32px;
  background: #f7f7f4;
  box-shadow: 0 32px 80px rgba(13, 13, 13, .12), 0 8px 24px rgba(13, 13, 13, .06);
}

.mockup-logo {
  margin: 2px 0 18px;
  color: #090909;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -.08em;
  text-align: center;
}

.mockup-logo-meu { letter-spacing: -.12em; }
.mockup-logo-check { color: inherit; }
.mockup-logo-in { letter-spacing: -.1em; }

.mockup-notice {
  margin-bottom: 14px;
  padding: 9px 12px;
  border: 1px solid rgba(13, 13, 13, .08);
  border-radius: 18px;
  background: #d5feb5;
  color: #0d0d0d;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.32;
  opacity: 0;
}

.mockup-notice.is-updating {
  animation: toast-checkin 1s ease both;
}

.mockup-notice.is-static {
  opacity: 1;
}

.mockup-event { margin-bottom: 10px; }

.mockup-back {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  color: #b1b1b1;
  font-size: .72rem;
  font-weight: 600;
}

.mockup-back-arrow {
  font-size: 1rem;
  line-height: 1;
}

.mockup-title {
  color: #0d0d0d;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.055em;
}

.mockup-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(13, 13, 13, .08);
}

.mockup-stat { padding: 10px 10px 8px; }
.mockup-stat:not(:last-child) { border-right: 1px solid rgba(13, 13, 13, .08); }
.mockup-stat-primary { background: #f0ecf9; }

.mockup-stat-label {
  margin-bottom: 3px;
  color: #a9a9a9;
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.mockup-stat-primary .mockup-stat-label { color: #844dff; }

.mockup-stat-value {
  color: #0d0d0d;
  font-size: 1.42rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.06em;
}

.mockup-stat-primary .mockup-stat-value { color: #7c2dff; }

.mockup-search {
  margin-bottom: 10px;
  padding: 10px 14px;
  border: 2px solid #844dff;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(132, 77, 255, .12);
  color: #747474;
  font-size: .82rem;
}

.mockup-guests {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(13, 13, 13, .07);
}

.mockup-guest-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(13, 13, 13, .07);
  animation: row-fade 5.5s ease-in-out 0s infinite;
}

.mockup-avatar {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1.5px solid #9a69ff;
  border-radius: 50%;
  color: #844dff;
  font-size: .72rem;
  font-weight: 500;
}

.mockup-avatar-soft { border-color: #b894ff; }
.mockup-avatar-muted { border-color: #c5a8ff; color: #9a69ff; }

.mockup-guest-copy {
  flex: 1;
  min-width: 0;
}

.mockup-guest-name {
  color: #8e8e8e;
  font-size: .82rem;
  font-weight: 700;
}

.mockup-guest-name-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mockup-guest-name-strong { color: #6f7477; font-weight: 800; }
.mockup-guest-name-action { color: #6f7477; }

.mockup-guest-meta {
  color: #707070;
  font-size: .66rem;
}

.mockup-guest-meta-muted { color: #8c8c8c; }

.mockup-check {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid #7c2dff;
  border-radius: 50%;
  transform: scale(0);
}

.mockup-check.is-checked {
  animation: check-pop .42s cubic-bezier(.22, .61, .36, 1) forwards;
}

.mockup-delay-1 { animation-delay: 1.1s; }
.mockup-delay-2 { animation-delay: 2.2s; }

.mockup-action-row {
  display: flex;
  min-height: 48px;
  align-items: center;
  border-bottom: 1px solid rgba(13, 13, 13, .07);
}

.mockup-action-guest {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.mockup-action {
  align-self: stretch;
  display: flex;
  align-items: center;
  padding: 0 14px;
  background: #c49bf3;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: -.02em;
}

.mockup-nav {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: grid;
  height: 44px;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border: 1px solid rgba(13, 13, 13, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 22px rgba(13, 13, 13, .1);
  color: #777;
  font-size: .56rem;
  text-align: center;
}

.mockup-nav-active {
  display: flex;
  height: 38px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 4px;
  border-radius: 999px;
  background: #efe7ff;
  color: #7c2dff;
  font-weight: 800;
}

.mockup-nav-icon {
  font-size: 1rem;
  line-height: .9;
}

.landing-stats {
  padding: 7rem 0;
  background: #0d0d0d;
}

.landing-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
}

.landing-stat {
  text-align: center;
}

.landing-stat-value {
  margin-bottom: .5rem;
  font-size: clamp(3.8rem, 7.5vw, 7rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.065em;
}

.landing-stat-value-lilac { color: #dcd3f7; }
.landing-stat-value-white { color: #f2f2f2; }
.landing-stat-value-green { color: #d5feb5; }

.landing-stat-copy {
  max-width: 180px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .52);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.landing-stat-copy-lilac { color: #dcd3f7; }
.landing-stat-copy-white { color: #f2f2f2; }
.landing-stat-copy-green { color: #d5feb5; }

.landing-stat-copy-wide {
  max-width: 220px;
  white-space: nowrap;
}

.features-section {
  padding: 8rem 0;
  background: #ececec;
}

.features-eyebrow {
  display: block;
  margin-bottom: 1rem;
  color: #bbb;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.features-title {
  max-width: 540px;
  color: #0d0d0d;
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 300;
  line-height: .95;
  letter-spacing: -.052em;
}

.features-title-nowrap { white-space: nowrap; }

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.feature-card {
  padding: 2.25rem 2rem;
  border: 1px solid rgba(13, 13, 13, .05);
  border-radius: 20px;
  background: #fff;
  cursor: default;
  transition: box-shadow .5s, background .25s, color .25s, border-color .25s;
}

.feature-card .card-num {
  margin-bottom: .75rem;
  color: rgba(13, 13, 13, .06);
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.07em;
  transition: color .25s, opacity .25s;
  user-select: none;
}

.feature-card .card-num-tight { letter-spacing: -.08em; }

.feature-card h3 {
  margin-bottom: .4rem;
  color: #0d0d0d;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -.025em;
  transition: color .25s;
}

.feature-card .feature-card-title-tight { letter-spacing: -.035em; }
.feature-card .feature-card-title-upload { font-size: 1.1rem; font-weight: 700; color: #0d0d0d; letter-spacing: -.04em; margin-bottom: .6rem; text-transform: uppercase; text-align: center; }
.feature-card .feature-card-subtitle-upload { font-size: .95rem; font-weight: 400; color: #0d0d0d; letter-spacing: -.02em; margin-bottom: .4rem; transition: color .25s; text-align: center; }
.feature-card .feature-card-desc-upload { font-size: .8rem; line-height: 1.6; color: #606060; transition: color .25s; text-align: center; }
.feature-card.hover-black:hover .feature-card-subtitle-upload { color: #dcd3f7; }
.feature-card.hover-black:hover .feature-card-desc-upload { color: rgba(255,255,255,.5); }

.feature-card p {
  color: #606060;
  font-size: .83rem;
  line-height: 1.58;
  transition: color .25s;
}

.feature-card:hover .card-num { color: rgba(13, 13, 13, .46); }
.feature-card.hover-lilac:hover { border-color: transparent; background: #dcd3f7; }
.feature-card.hover-green:hover { border-color: transparent; background: #d5feb5; }
.feature-card.hover-white:hover { border-color: rgba(13, 13, 13, .08); background: #fff; }
.feature-card.hover-black:hover { border-color: #0d0d0d; background: #0d0d0d; }
.feature-card.hover-black:hover .card-num { color: rgba(255, 255, 255, .5); }
.feature-card.hover-black.hover-num-lilac:hover .card-num { color: #dcd3f7; }
.feature-card.hover-black:hover h3 { color: #fff; }
.feature-card.hover-black:hover .feature-card-title-upload { color: #dcd3f7; }
.feature-card.hover-black:hover p { color: rgba(255, 255, 255, .62); }
.feature-card:not(.hover-black):hover h3 { color: #0d0d0d; }
.feature-card:not(.hover-black):hover p { color: rgba(13, 13, 13, .62); }

.flow-section {
  overflow: hidden;
  padding: 8rem 0;
  background: #dcd3f7;
}

.flow-header { margin-bottom: 5rem; }

.flow-eyebrow {
  display: block;
  margin-bottom: 1rem;
  color: rgba(13, 13, 13, .38);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.flow-title {
  color: #0d0d0d;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 300;
  line-height: .94;
  letter-spacing: -.052em;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.flow-step {
  padding: 0 2.5rem;
  border-right: 1px solid rgba(13, 13, 13, .1);
}

.flow-step:first-child { padding-left: 0; }
.flow-step:last-child { padding-right: 0; border-right: 0; }

.flow-step-num {
  margin-bottom: .75rem;
  color: rgba(13, 13, 13, .06);
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.07em;
  user-select: none;
}

.flow-step h3 {
  margin-bottom: .6rem;
  color: #0d0d0d;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -.03em;
}

.flow-step p {
  color: #5a4a6a;
  font-size: .85rem;
  line-height: 1.62;
}

.flow-tagline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(13, 13, 13, .1);
}

.flow-tagline p {
  max-width: 600px;
  color: #0d0d0d;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -.03em;
}

.flow-cta {
  display: inline-flex;
  height: 50px;
  align-items: center;
  flex-shrink: 0;
  padding: 0 26px;
  border-radius: 999px;
  background: #0d0d0d;
  color: #fff;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .01em;
  white-space: nowrap;
  transition: all .3s;
}

.flow-cta:hover {
  background: #1c1c1c;
  color: #d5feb5;
}

.tilt {
  transform-style: preserve-3d;
  will-change: transform;
}

.tilt:hover {
  box-shadow: 0 24px 56px rgba(13, 13, 13, .1);
}

.differentials-section {
  padding: 8rem 0;
  background: #ececec;
}

.differentials-eyebrow {
  display: block;
  margin-bottom: 1rem;
  color: #bbb;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.differentials-title {
  max-width: 520px;
  color: #0d0d0d;
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 300;
  line-height: .95;
  letter-spacing: -.052em;
}

.differentials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.differential-card {
  padding: 2.75rem;
  border-radius: 20px;
  cursor: default;
  transition: box-shadow .5s;
}

.differential-card-white {
  border: 1px solid rgba(13, 13, 13, .05);
  background: #fff;
}

.differential-card-dark { background: #0d0d0d; }
.differential-card-lilac { background: #dcd3f7; }
.differential-card-green { background: #d5feb5; }

.small-card-num {
  margin-bottom: 1.25rem;
  color: #bbb;
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  transition: color .25s;
}

.differential-card-dark .small-card-num { color: rgba(255, 255, 255, .22); }
.differential-card-lilac .small-card-num { color: rgba(13, 13, 13, .28); }
.differential-card-green .small-card-num { color: rgba(13, 13, 13, .35); }
.differential-card:hover .small-card-num { color: rgba(13, 13, 13, .48); }
.differential-card-dark:hover .small-card-num { color: rgba(255, 255, 255, .5); }

.differential-card h3 {
  margin-bottom: .65rem;
  color: #0d0d0d;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: -.035em;
}

.differential-card .differential-title-tight { letter-spacing: -.045em; }

.differential-card p {
  color: #606060;
  font-size: .88rem;
  line-height: 1.65;
}

.differential-card-dark h3 { color: #fff; }
.differential-card-dark p { color: rgba(255, 255, 255, .42); }
.differential-card-lilac p { color: #5a4a6a; }
.differential-card-green p { color: rgba(13, 13, 13, .58); }

.final-cta {
  padding: 9rem 0;
  background: #0d0d0d;
}

.final-cta-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
}

.final-cta-eyebrow {
  color: rgba(255, 255, 255, .42);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.final-cta-title {
  color: #d5feb5;
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 300;
  line-height: .92;
  letter-spacing: -.057em;
}

.final-cta-title em { font-style: italic; }

.final-cta-copy {
  max-width: 280px;
  color: rgba(255, 255, 255, .52);
  font-family: 'Urbanist', 'Helvetica Neue', sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.55;
}

.final-cta-actions {
  display: flex;
  width: 100%;
  max-width: 460px;
  justify-content: center;
  gap: 10px;
}

.final-cta-button {
  display: inline-flex;
  height: 52px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #0d0d0d;
  cursor: pointer;
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .01em;
  white-space: nowrap;
  transition: background .3s, color .3s, transform .3s;
}

.final-cta-button:hover {
  background: #d5feb5;
  color: #0d0d0d;
  transform: scale(1.02);
}

.site-footer {
  background: #0d0d0d;
}

.footer-main {
  display: flex;
  max-width: 1280px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin: 0 auto;
  padding: 4rem clamp(1.5rem, 5vw, 5rem) 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.footer-brand-col {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

.footer-region {
  color: rgba(255, 255, 255, .3);
  font-size: .72rem;
}

.footer-cols {
  display: flex;
  gap: 4rem;
}

.footer-nav-col {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

.footer-nav-label {
  color: rgba(255, 255, 255, .3);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: .2rem;
}

.footer-bottom {
  display: flex;
  max-width: 1280px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1.5rem clamp(1.5rem, 5vw, 5rem);
}

.footer-copy {
  color: rgba(255, 255, 255, .25);
  font-size: .72rem;
}

.footer-top {
  color: rgba(255, 255, 255, .4);
  font-size: .72rem;
  transition: color .3s;
}

.footer-top:hover { color: #fff; }

.footer-brand {
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -.03em;
}

.footer-tagline {
  margin-top: 3px;
  color: rgba(255, 255, 255, .58);
  font-size: .75rem;
  font-weight: 300;
}

.footer-nav {
  display: flex;
  gap: 2rem;
}

.footer-link {
  color: rgba(255, 255, 255, .65);
  font-size: .78rem;
  transition: color .3s;
}

.footer-link:hover { color: #d5feb5; }

.footer-credit {
  display: flex;
  max-width: 1280px;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  margin: 0 auto;
  padding: 1.5rem clamp(1.5rem, 5vw, 5rem);
  color: rgba(255, 255, 255, .42);
  font-size: .7rem;
}

.footer-ayvu {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: #fff;
  font-size: .68rem;
  transition: color .3s;
}

.footer-ayvu-logo {
  width: 14px;
  height: 14px;
  object-fit: contain;
  filter: none;
  transition: transform .3s;
}

.footer-ayvu:hover .footer-ayvu-logo {
  transform: scale(1.05);
}

.footer-credit-label {
  color: rgba(255, 255, 255, .65);
  transition: color .3s;
}

.footer-ayvu:hover .footer-credit-label { color: #fff; }

.footer-ayvu-name {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 860px) {
  .nav-links { display: none !important; }
  .hamburger { display: flex !important; }
  .hdr-cta-d { display: none !important; }
  .hero-content {
    grid-template-columns: 1fr;
  }
  .hero-mockup {
    justify-self: center;
    align-self: auto;
    margin-top: 3rem;
    filter:
      drop-shadow(0 2px 1px rgba(0,0,0,.4))
      drop-shadow(0 20px 36px rgba(10,15,40,.38))
      drop-shadow(0 6px 16px rgba(0,0,0,.28));
  }
  /* Swap SVG phone (unreliable foreignObject on mobile) for HTML/CSS fallback */
  .phone-frame-svg { display: none; }
  .phone-mobile-shell { display: block; }
  .hero-title { max-width: 100%; }
  .hero-bottom-row {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-copy {
    max-width: 100%;
    white-space: normal;
  }
  .hero-scroll-cue {
    align-self: flex-end;
    margin-top: 2rem;
  }
  .landing-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: 1fr; }
  .flow-header { margin-bottom: 3rem; }
  .flow-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .flow-step {
    padding: 0 0 2rem;
    border-right: 0;
    border-bottom: 1px solid rgba(13, 13, 13, .1);
  }
  .flow-step:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .flow-cta {
    width: 100%;
    justify-content: center;
  }
  .differentials-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .landing-stats-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  /* Fix 4 — footer mobile layout */
  .footer-main {
    flex-direction: column;
    gap: 2rem;
  }
  .footer-cols {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 1rem;
  }
}

@media (max-width: 540px) {
  .site-header { height: 60px; }
  .feature-card {
    padding: 1.75rem;
    border-radius: 18px;
  }
  .differential-card { padding: 2rem; }
  .final-cta-actions { flex-direction: column; }
  .final-cta-button { width: 100%; }
  .footer-nav {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  /* Fix 1 — hero title mobile clipping */
  .hero-title {
    font-size: clamp(2.2rem, 8vw, 3rem);
    letter-spacing: -.045em;
  }
  /* Fix 2 — audience slot mobile clipping */
  .audience-slot {
    font-size: clamp(1.8rem, 7vw, 3rem);
    letter-spacing: -.04em;
  }
  .audience-viewport {
    min-height: clamp(2.4rem, 9vw, 4rem);
  }
  /* Fix 3 — product mockup + hero phone mobile width */
  .product-mockup { width: min(340px, 100%); }
  .hero-mockup { width: min(240px, 90%); }
  /* Fix 5 — features title nowrap */
  .features-title-nowrap {
    white-space: normal;
  }
  /* Fix 6 — differential cards text safety */
  .differential-card h3,
  .differential-card p {
    overflow-wrap: anywhere;
  }
}

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

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 68px;
}

body {
  overflow-x: hidden;
  background: #ececec;
  color: #363636;
  font-family: 'Urbanist', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.skip-link {
  position: fixed;
  z-index: 11000;
  top: 12px;
  left: 12px;
  padding: .75rem 1rem;
  border-radius: 8px;
  background: #fff;
  color: #0d0d0d;
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform .2s;
}

.skip-link:focus {
  transform: translateY(0);
}

:where(a, button):focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 5px #0d0d0d;
}

button,
input {
  font-family: inherit;
}

body::after {
  position: fixed;
  z-index: 9999;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.018'/%3E%3C/svg%3E");
  content: '';
  pointer-events: none;
}

.reveal {
  opacity: 0;
  transform: translateY(44px);
  transition: opacity .95s cubic-bezier(.22, .61, .36, 1), transform .95s cubic-bezier(.22, .61, .36, 1);
}

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

.reveal-scale {
  opacity: 0;
  transform: translateY(28px) scale(.97);
  transition: opacity .9s cubic-bezier(.22, .61, .36, 1), transform .9s cubic-bezier(.22, .61, .36, 1);
}

.reveal-scale.visible {
  opacity: 1;
  transform: none;
}

.reveal-fade {
  opacity: 0;
  transition: opacity 1.2s ease;
}

.reveal-fade.visible { opacity: 1; }
.reveal-d1 { transition-delay: .08s; }
.reveal-d2 { transition-delay: .18s; }
.reveal-d3 { transition-delay: .28s; }
.reveal-d4 { transition-delay: .38s; }
.reveal-d5 { transition-delay: .48s; }
.reveal-d6 { transition-delay: .58s; }

.section-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 5rem);
}

.section-wrap-narrow {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 5rem);
}

.section-head { margin-bottom: 4.5rem; }

@media (max-width: 860px) {
  main > section {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .section-head { margin-bottom: 3rem !important; }
}

@media (max-width: 540px) {
  html { scroll-padding-top: 60px; }

  main > section {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}

/* ═══════════════════════════════════════════════
   RSVP SLIDE — real RSVP main page (RSVPSection)
   Fixed 1060x588 canvas scaled proportionally via cqi,
   same presentation system as the Dashboard slide.
   Presentation-only: pointer events are disabled.
   ═══════════════════════════════════════════════ */
.rsvp-mockup-shell {
  container-type: inline-size;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  aspect-ratio: 1060 / 588;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(13, 13, 13, .06), 0 32px 80px rgba(13, 13, 13, .18);
  font-family: 'Urbanist', system-ui, sans-serif;
}

.rsvp-page {
  position: absolute;
  top: 0; left: 0;
  width: 1060px;
  height: 588px;
  transform-origin: top left;
  transform: scale(min(1, calc(100cqi / 1060px)));
  background: #fff;
  display: flex;
  flex-direction: column;
  text-align: left;
  /* Presentation-only mockup — the carousel controls live outside. */
  pointer-events: none;
}

.rsvp-main-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 26px 32px 24px;
}
.rsvp-main-title {
  font-size: 21px; font-weight: 700; color: #111;
  margin: 0; line-height: 1.25;
}
.rsvp-main-sub { font-size: 13px; color: #888; margin: 6px 0 0; font-weight: 500; }

/* Static representation of the product's primary button — not a control. */
.rsvp-main-cta {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 16px;
  border-radius: 9px;
  background: #7C2DFF; color: #fff;
  font-size: 13px; font-weight: 600;
  white-space: nowrap; flex-shrink: 0;
}

.rsvp-main-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.rsvp-main-metric {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 24px;
}
.rsvp-main-metric:nth-child(-n+2) { border-bottom: 1px solid #ebebeb; }
.rsvp-main-metric:nth-child(odd)  { border-right: 1px solid #ebebeb; }
.rsvp-main-metric-value {
  font-size: 32px; font-weight: 900; color: #111;
  line-height: 1; letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
  min-width: 40px; flex-shrink: 0;
}
.rsvp-main-metric-info { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.rsvp-main-metric-label {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12.5px; font-weight: 600; color: #111; line-height: 1.2;
}
.rsvp-main-metric-detail { font-size: 11px; color: #999; line-height: 1.3; }

.rsvp-main-toolbar {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 24px;
  border-bottom: 1px solid #f0f0f0;
}
.rsvp-main-toolbar-placeholder { flex: 1; font-size: 12.5px; color: #b5b5b5; min-width: 0; }
.rsvp-main-toolbar-sep { width: 1px; height: 12px; background: #e5e5e5; flex-shrink: 0; }
.rsvp-main-toolbar-filter {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12px; color: #888; white-space: nowrap;
}
.rsvp-main-toolbar-count { font-size: 12px; color: #b5b5b5; white-space: nowrap; font-variant-numeric: tabular-nums; }

.rsvp-main-table { width: 100%; border-collapse: collapse; }
.rsvp-main-table th {
  padding: 10px 24px;
  text-align: left;
  font-size: 11.5px; font-weight: 600; color: #999;
  border-bottom: 1px solid #ebebeb;
  white-space: nowrap;
}
.rsvp-main-table td {
  padding: 14px 24px;
  border-bottom: 1px solid #f4f4f4;
  vertical-align: middle;
}
.rsvp-main-table tr:last-child td { border-bottom: 0; }
.rsvp-main-table td strong { display: block; font-size: 13.5px; font-weight: 700; color: #111; }
.rsvp-main-table td strong + span { display: block; font-size: 11.5px; color: #999; margin-top: 2px; }
.rsvp-main-num { font-size: 13px; color: #333; font-variant-numeric: tabular-nums; }
.rsvp-main-date { font-size: 12px; color: #666; white-space: nowrap; }
.rsvp-main-row-action { text-align: right; }
.rsvp-main-row-action span { font-size: 12.5px; font-weight: 600; color: #7C2DFF; white-space: nowrap; }

.rsvp-badge {
  display: inline-flex; align-items: center;
  padding: 3px 10px; border-radius: 999px;
  font-size: 11.5px; font-weight: 600;
  background: #f4f4f5; color: #555;
  white-space: nowrap;
}
.rsvp-badge-success { background: #e8f7ee; color: #16a34a; }

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

  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .reveal,
  .reveal-scale,
  .reveal-fade {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ═══════════════════════════════════════════════
   PRODUCT SHOWCASE — tabbed showcase above mockup
   ═══════════════════════════════════════════════ */
.product-showcase .section-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.product-showcase-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .85rem;
  max-width: 900px;
}
.product-showcase-header .product-eyebrow { margin-bottom: 0; }
.product-showcase-header .product-title { margin-bottom: 0; max-width: 800px; }
.product-showcase-header .product-description { margin: 0; max-width: 680px; }

.product-showcase-stage {
  width: 100%;
  position: relative;
}

/* ── Static carousel (the only showcase interaction) ── */
.product-carousel {
  width: 100%;
  min-width: 0;
  outline: none;
}
.product-carousel:focus-visible {
  outline: 2px solid #7C2DFF;
  outline-offset: 6px;
  border-radius: 16px;
}

.product-slide { width: 100%; min-width: 0; }
.product-slide[hidden] { display: none !important; }

/* Both slide canvases are presentation-only. */
.dashboard-mockup { pointer-events: none; }

.product-carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 1.4rem;
}

.product-carousel-dots { display: flex; gap: 9px; }
.product-carousel-dot {
  appearance: none;
  border: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(13, 13, 13, .18);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.product-carousel-dot.is-active { background: #7C2DFF; transform: scale(1.3); }
.product-carousel-dot:focus-visible {
  outline: 2px solid #7C2DFF;
  outline-offset: 3px;
}

@media (max-width: 740px) {
  /* Mobile framing: the stage bleeds to an ~8px gutter while the section
     header keeps the global gutter. Scoped to the showcase only.
     The width must be EXPLICIT: the section-wrap is a centered column flex
     container, so `width: auto` here would shrink-to-fit (the canvases are
     absolutely positioned, collapsing the stage to the nav's width). */
  .product-showcase-stage {
    width: calc(100% + (clamp(1.5rem, 5vw, 5rem) - 8px) * 2);
    margin-left: calc(8px - clamp(1.5rem, 5vw, 5rem));
    margin-right: calc(8px - clamp(1.5rem, 5vw, 5rem));
  }
}

/* ═══════════════════════════════════════════════
   DASHBOARD MOCKUP — proportional via container query
   Source ratio 1060x588; scales down via cqi.
   All inner sizing scoped under .dashboard-mockup.
   ═══════════════════════════════════════════════ */
.dashboard-mockup-shell {
  container-type: inline-size;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  aspect-ratio: 1060 / 588;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(13, 13, 13, .06), 0 32px 80px rgba(13, 13, 13, .18);
  font-family: 'Urbanist', system-ui, sans-serif;
}

.dashboard-mockup {
  position: absolute;
  top: 0; left: 0;
  width: 1060px;
  height: 588px;
  transform-origin: top left;
  transform: scale(min(1, calc(100cqi / 1060px)));
  background: #fff;
  display: flex;
  flex-direction: column;
}

/* Toast */
.dashboard-mockup .dash-toast {
  position: absolute;
  top: 14px; right: 16px;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #111;
  color: #fff;
  padding: 10px 15px;
  border-radius: 9px;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.4;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .35);
  max-width: 260px;
  pointer-events: none;
}

/* Body */
.dashboard-mockup .dash-body {
  display: flex;
  flex: 1;
  overflow: hidden;
}

/* Sidebar */
.dashboard-mockup .dash-sidebar {
  width: 196px;
  background: #fafafa;
  border-right: 1px solid #ebebeb;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.dashboard-mockup .dash-sidebar-logo {
  padding: 14px 14px 12px 18px;
  border-bottom: 1px solid #ebebeb;
  font-size: 15px;
  font-weight: 800;
  color: #111;
  letter-spacing: -.3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.dashboard-mockup .dash-sidebar-logo-accent { color: #7C2DFF; }
.dashboard-mockup .dash-sidebar-toggle { flex-shrink: 0; cursor: pointer; }
.dashboard-mockup .dash-sidebar-nav {
  flex: 1;
  padding: 10px 0;
  overflow-y: auto;
}
.dashboard-mockup .dash-sidebar-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 14px;
  margin: 0 8px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 12.5px;
  color: #666;
}
.dashboard-mockup .dash-sidebar-item.is-active {
  background: #f0ebff;
  color: #7C2DFF;
  font-weight: 600;
}
.dashboard-mockup .dash-sidebar-section {
  padding: 9px 18px 3px;
  font-size: 9.5px;
  color: #bbb;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .6px;
}
.dashboard-mockup .dash-sidebar-user {
  padding: 10px 14px;
  border-top: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  gap: 9px;
}
.dashboard-mockup .dash-sidebar-avatar {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #efe7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: #7C2DFF;
  flex-shrink: 0;
}
.dashboard-mockup .dash-sidebar-user-info { min-width: 0; }
.dashboard-mockup .dash-sidebar-user-name {
  font-size: 11.5px;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-mockup .dash-sidebar-user-role { font-size: 10px; color: #aaa; }

/* Main */
.dashboard-mockup .dash-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
}

/* Topbar */
.dashboard-mockup .dash-topbar {
  padding: 11px 20px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.dashboard-mockup .dash-topbar-left {
  display: flex;
  align-items: center;
  gap: 6px;
}
.dashboard-mockup .dash-event-name {
  font-size: 13.5px;
  font-weight: 700;
  color: #111;
}
.dashboard-mockup .dash-topbar-right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.dashboard-mockup .dash-event-date {
  font-size: 11.5px;
  color: #888;
}
.dashboard-mockup .dash-event-live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  color: #333;
  font-weight: 500;
}
.dashboard-mockup .dash-live-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #22c55e;
  display: inline-block;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, .25);
}

/* Alert banner */
.dashboard-mockup .dash-alert {
  background: #f0fdf4;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #dcfce7;
  flex-shrink: 0;
  font-size: 12px;
  color: #15803d;
  font-weight: 500;
}

/* KPI cards */
.dashboard-mockup .dash-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #ebebeb;
  flex-shrink: 0;
}
.dashboard-mockup .dash-kpi {
  padding: 16px 20px;
  border-right: 1px solid #ebebeb;
}
.dashboard-mockup .dash-kpi:last-child { border-right: 0; }
.dashboard-mockup .dash-kpi-label {
  font-size: 9.5px;
  font-weight: 700;
  color: #bbb;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.dashboard-mockup .dash-kpi-value {
  font-size: 34px;
  font-weight: 900;
  color: #7C2DFF;
  line-height: 1;
  margin-bottom: 4px;
}
.dashboard-mockup .dash-kpi-sub {
  font-size: 10.5px;
  color: #aaa;
}

/* Progress */
.dashboard-mockup .dash-progress {
  padding: 10px 20px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.dashboard-mockup .dash-progress-pct {
  font-size: 12px;
  font-weight: 700;
  color: #555;
  flex-shrink: 0;
  min-width: 34px;
}
.dashboard-mockup .dash-progress-track {
  flex: 1;
  height: 5px;
  background: #ebebeb;
  border-radius: 3px;
  overflow: hidden;
}
.dashboard-mockup .dash-progress-bar {
  height: 5px;
  background: #7C2DFF;
  border-radius: 3px;
  width: 7%;
}
.dashboard-mockup .dash-progress-count {
  font-size: 11.5px;
  color: #888;
  flex-shrink: 0;
}
.dashboard-mockup .dash-progress-warn {
  font-size: 11px;
  color: #f97316;
  font-weight: 600;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* VIPs */
.dashboard-mockup .dash-vips {
  padding: 8px 20px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.dashboard-mockup .dash-vips-label {
  font-size: 11.5px;
  font-weight: 600;
  color: #7C2DFF;
}
.dashboard-mockup .dash-vips-names {
  font-size: 11.5px;
  color: #888;
}
.dashboard-mockup .dash-vips-link {
  margin-left: auto;
  font-size: 11.5px;
  color: #7C2DFF;
  font-weight: 600;
  cursor: pointer;
}

/* Search */
.dashboard-mockup .dash-search {
  padding: 8px 20px;
  border-bottom: 1px solid #ebebeb;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  color: #bbb;
}

/* Content area */
.dashboard-mockup .dash-content {
  flex: 1;
  display: flex;
  overflow: hidden;
  min-height: 0;
}
.dashboard-mockup .dash-content-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
}

/* Inner tabs (Dispositivos/Equipe/Insights) */
.dashboard-mockup .dash-tabs {
  display: flex;
  padding: 0 20px;
  border-bottom: 1px solid #ebebeb;
  flex-shrink: 0;
}
.dashboard-mockup .dash-tab {
  padding: 9px 14px 8px;
  font-size: 12.5px;
  color: #aaa;
  cursor: pointer;
  margin-bottom: -1px;
}
.dashboard-mockup .dash-tab.is-active {
  font-weight: 600;
  color: #7C2DFF;
  border-bottom: 2px solid #7C2DFF;
}

.dashboard-mockup .dash-content-scroll {
  flex: 1;
  overflow-y: auto;
  padding: 14px 20px;
}

/* Devices */
.dashboard-mockup .dash-devices { margin-bottom: 16px; }
.dashboard-mockup .dash-devices-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.dashboard-mockup .dash-devices-title-row {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  color: #111;
}
.dashboard-mockup .dash-devices-meta {
  font-size: 10.5px;
  color: #bbb;
}
.dashboard-mockup .dash-device {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px solid #f5f5f5;
}
.dashboard-mockup .dash-device:last-child { border-bottom: 0; }
.dashboard-mockup .dash-device-name {
  font-size: 12.5px;
  margin-bottom: 2px;
}
.dashboard-mockup .dash-device-name strong { color: #222; }
.dashboard-mockup .dash-device-name span { color: #bbb; font-weight: 400; }
.dashboard-mockup .dash-device-sub {
  font-size: 10.5px;
  color: #bbb;
}
.dashboard-mockup .dash-device-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
}
.dashboard-mockup .dash-device-status-on { color: #16a34a; }
.dashboard-mockup .dash-device-status-off { color: #ef4444; }

/* Activity */
.dashboard-mockup .dash-activity-title {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  color: #111;
}
.dashboard-mockup .dash-activity-row {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 0;
  border-bottom: 1px solid #f8f8f8;
}
.dashboard-mockup .dash-activity-row:last-child { border-bottom: 0; }
.dashboard-mockup .dash-activity-icon {
  width: 26px; height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  flex-shrink: 0;
  line-height: 1;
}
.dashboard-mockup .dash-activity-info {
  flex: 1;
  min-width: 0;
}
.dashboard-mockup .dash-activity-label {
  font-size: 12px;
  font-weight: 600;
  color: #222;
  margin-bottom: 1px;
}
.dashboard-mockup .dash-activity-meta {
  font-size: 10.5px;
  color: #aaa;
}

/* Quick actions panel */
.dashboard-mockup .dash-quick {
  width: 196px;
  flex-shrink: 0;
  border-left: 1px solid #ebebeb;
  padding: 14px 14px;
}
.dashboard-mockup .dash-quick-title {
  font-size: 12.5px;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
}
.dashboard-mockup .dash-quick-actions {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.dashboard-mockup .dash-quick-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 8px;
  border-radius: 7px;
  cursor: pointer;
}
.dashboard-mockup .dash-quick-item-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #333;
}
.dashboard-mockup .dash-quick-arrow {
  color: #ccc;
  font-size: 12px;
}
