/* VistaCriativa AI — Landing page styles. Imports the core tokens. */
@import url("./colors_and_type.css");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Figtree:wght@400;500;600;700&display=swap");

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--vc-text);
  background: var(--vc-bg);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

/* ============ Layout primitives ============ */
.container { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 24px; }

.section { padding: 56px 0; position: relative; }
@media (max-width: 768px) { .section { padding: 40px 0; } }
.section--navy { background: linear-gradient(135deg,#34233a 0%,#241829 50%,#34233a 100%); color: #fff; }
.section--navy h1, .section--navy h2, .section--navy h3 { color: #fff; }
.section--light { background: var(--vc-bg); }
.section--cream { background: #f1e9de; }
.section--dots {
  background-image: radial-gradient(circle at 1px 1px, rgba(52,35,58,0.04) 1px, transparent 0);
  background-size: 32px 32px;
}
.section--divided::before {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  max-width: 1100px;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(176, 136, 40,0) 8%,
    rgba(176, 136, 40,0.45) 50%,
    rgba(176, 136, 40,0) 92%,
    transparent 100%);
}
.section__inner { position: relative; z-index: 2; }

.grain { position: relative; }
.grain::after {
  content: "";
  position: absolute; inset: 0;
  opacity: 0.035;
  pointer-events: none;
  z-index: 1;
  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.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}

.eyebrow {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--vc-gold);
  margin-bottom: 14px;
}
.eyebrow--center { text-align: center; }

h1, h2, h3 { margin: 0; }
.h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.25rem, 5vw + 0.5rem, 3.75rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  font-weight: 400;
  color: var(--vc-navy);
}
.section--navy .h1, .section--navy .h2 { color: #fff; }
.h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.625rem, 2.4vw + 0.5rem, 2.125rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
  font-weight: 400;
  color: var(--vc-navy);
  text-wrap: balance;
}
.h3 {
  font-family: var(--font-sans);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--vc-navy);
}
.gold-grad {
  background: linear-gradient(135deg,#b08828,#c9a23e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lead {
  font-size: 1.0625rem;
  line-height: 1.5;
  color: var(--vc-text-muted);
  max-width: 54ch;
}
.section--navy .lead { color: #9CA3AF; }
.muted { color: var(--vc-text-muted); }

/* ============ Buttons ============ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-sans);
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
.btn--green {
  background: #b08828;
  color: #fff;
  box-shadow: 0 2px 8px rgba(176, 136, 40,0.25);
}
.btn--green:hover { background: #9a7322; transform: translateY(-1px); box-shadow: 0 6px 18px rgba(176, 136, 40,0.35); }
.btn--gold {
  background: #b08828;
  color: var(--vc-navy);
  box-shadow: 0 1px 3px rgba(176, 136, 40,0.2);
}
.btn--gold:hover { background: #c9a23e; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(176, 136, 40,0.30); }
.btn--outline {
  background: transparent;
  color: var(--vc-text-muted);
  border: 1px solid rgba(107,114,128,0.25);
  font-weight: 500;
}
.btn--outline:hover { color: var(--vc-navy); border-color: var(--vc-gold); background: rgba(176, 136, 40,0.06); }
.section--navy .btn--outline { color: #d1d5db; border-color: rgba(255,255,255,0.20); }
.section--navy .btn--outline:hover { color: #fff; border-color: var(--vc-gold); background: rgba(176, 136, 40,0.10); }
.btn--small { padding: 8px 18px; font-size: 13px; }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; }

/* ============ Reveal animations (scroll-triggered) ============ */
/* Default = fully visible (no-JS / reduced-motion safe). Hidden state only
   applies when motion is welcome and JS has tagged the element. */
.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(30px); transition: opacity 800ms cubic-bezier(0.16,1,0.3,1), transform 800ms cubic-bezier(0.16,1,0.3,1); will-change: opacity, transform; }
  .reveal.is-visible { opacity: 1; transform: none; }
  /* Stagger mode: container only fades; its children do the rising. */
  .reveal--stagger { transform: none; }
  .reveal .stagger { opacity: 0; transform: translateY(22px); transition: opacity 720ms cubic-bezier(0.16,1,0.3,1), transform 720ms cubic-bezier(0.16,1,0.3,1); }
  .reveal.is-visible .stagger { opacity: 1; transform: none; }
}

/* ============ Nav ============ */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--vc-navy);
  border-bottom: 1px solid rgba(176, 136, 40,0.20);
  color: #fff;
  transition: box-shadow 300ms ease, background-color 300ms ease;
}
.nav--scrolled {
  background: rgba(52,35,58,0.92);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  backdrop-filter: saturate(140%) blur(10px);
  box-shadow: 0 6px 24px rgba(36,24,41,0.28);
}
.nav__inner { height: 64px; display: flex; align-items: center; justify-content: space-between; }
.nav__logo { display: flex; align-items: center; gap: 9px; text-decoration: none; }
.nav__logo img { height: 40px; }
.nav__mark { height: 34px; width: auto; }
.nav__brand {
  font-family: var(--font-serif);
  font-size: 27px;
  line-height: 1;
  color: var(--vc-cream);
  letter-spacing: 0.4px;
}
.nav__right { display: flex; align-items: center; gap: 16px; }
.lang-toggle {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  border: 1px solid rgba(255,255,255,0.20);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
}
.lang-toggle button {
  background: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
  padding: 0;
  color: rgba(255,255,255,0.4);
  transition: color 250ms;
}
.lang-toggle button.active { color: var(--vc-gold); }
.lang-toggle button:hover { color: #fff; }
.lang-toggle__sep { color: rgba(255,255,255,0.2); }

/* ============ Hero ============ */
.hero { padding: 56px 0 64px; overflow: hidden; }
@media (max-width: 768px) { .hero { padding: 40px 0 48px; } }
.hero__grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 900px) { .hero__grid { grid-template-columns: minmax(0, 1fr); gap: 32px; } }
/* On desktop, let the hero fill roughly one screen (minus the 64px sticky nav) */
@media (min-width: 901px) {
  .hero { min-height: calc(100svh - 64px); display: flex; flex-direction: column; justify-content: center; }
}
.hero__bloom-1, .hero__bloom-2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  pointer-events: none;
}
.hero__bloom-1 { top: -100px; right: -100px; width: 520px; height: 520px; background: rgba(176, 136, 40,0.08); }
.hero__bloom-2 { bottom: -120px; left: -120px; width: 360px; height: 360px; background: rgba(52,35,58,0.18); }

/* ============ Phone mockup ============ */
.phone {
  width: 290px;
  height: 600px;
  background: #0b1424;
  border-radius: 40px;
  padding: 10px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.4), 0 0 0 1px rgba(176, 136, 40,0.15);
  margin: 0 auto;
  position: relative;
}
.phone__notch {
  position: absolute;
  top: 12px; left: 50%;
  transform: translateX(-50%);
  width: 96px; height: 22px;
  background: #0b1424;
  border-radius: 0 0 16px 16px;
  z-index: 3;
}
.phone__screen {
  width: 100%;
  height: 100%;
  background: #efeae2;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.phone__home-indicator {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  border-radius: 2px;
  background: rgba(0,0,0,0.25);
  z-index: 4;
}
.phone__chat-bg {
  background-color: #efeae2;
  background-image:
    radial-gradient(rgba(0,0,0,0.04) 1px, transparent 1px),
    radial-gradient(rgba(0,0,0,0.03) 1px, transparent 1px);
  background-size: 24px 24px, 32px 32px;
  background-position: 0 0, 12px 16px;
}

/* iOS status bar */
.wa-statusbar {
  background: #008069;
  color: #fff;
  height: 26px;
  padding: 4px 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
  position: relative;
  z-index: 2;
}
.wa-statusbar__time { letter-spacing: -0.02em; }
.wa-statusbar__right { display: inline-flex; align-items: center; gap: 6px; }

/* Chat header */
.wa-header {
  background: #008069;
  color: #fff;
  padding: 6px 10px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
}
.wa-back { color: #fff; flex: none; opacity: 0.95; }
.wa-avatar {
  width: 32px; height: 32px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  color: var(--vc-gold);
  font-size: 16px;
  flex: none;
}
.wa-header__text { flex: 1 1 auto; min-width: 0; }
.wa-name { font-weight: 600; line-height: 1.15; font-size: 13.5px; }
.wa-status { font-size: 10.5px; font-weight: 400; opacity: 0.85; line-height: 1.3; }
.wa-header__actions { display: inline-flex; gap: 14px; color: #fff; opacity: 0.9; flex: none; }

/* Day separator */
.wa-daybadge {
  align-self: center;
  background: rgba(225, 245, 254, 0.92);
  color: #54656f;
  font-size: 10px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 8px;
  letter-spacing: 0.04em;
  box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
  margin: 6px 0 8px;
}

.wa-messages {
  flex: 1;
  padding: 4px 10px 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.wa-bubble {
  max-width: 80%;
  padding: 6px 9px 5px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.35;
  position: relative;
  box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
  color: #111b21;
}
.wa-bubble--in  { background: #fff; align-self: flex-start; border-top-left-radius: 0; }
.wa-bubble--out { background: #d9fdd3; align-self: flex-end; border-top-right-radius: 0; }
.wa-meta { font-size: 9px; color: rgba(0,0,0,0.45); text-align: right; margin-top: 2px; }
.wa-meta__check { color: #53bdeb; margin-left: 2px; }

/* Composer */
.wa-composer {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px 18px;
  background: #efeae2;
}
.wa-composer__input {
  flex: 1 1 auto;
  background: #fff;
  border-radius: 999px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #54656f;
  box-shadow: 0 1px 0.5px rgba(0,0,0,0.08);
  min-width: 0;
}
.wa-composer__placeholder {
  flex: 1 1 auto;
  font-size: 12px;
  color: #8696a0;
  letter-spacing: 0.01em;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
}
.wa-composer__input svg { flex: none; color: #54656f; }
.wa-composer__mic {
  flex: none;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: #008069;
  color: #fff;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

/* Animated bubble entry */
@keyframes wa-bubble-in {
  from { opacity: 0; transform: translateY(6px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.wa-bubble--enter { animation: wa-bubble-in 260ms cubic-bezier(0.16,1,0.3,1) both; }

/* Typing indicator */
.wa-bubble--typing { padding: 8px 12px 8px; }
.wa-typing { display: inline-flex; gap: 4px; align-items: center; height: 12px; }
.wa-typing span {
  width: 6px; height: 6px; border-radius: 50%;
  background: #8696a0; opacity: 0.4;
  animation: wa-typing-bounce 1.2s infinite ease-in-out;
}
.wa-typing span:nth-child(2) { animation-delay: 0.18s; }
.wa-typing span:nth-child(3) { animation-delay: 0.36s; }
@keyframes wa-typing-bounce {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
  30%           { transform: translateY(-3px); opacity: 0.9; }
}

/* Scenario chips below the phone */
.scenario-chips {
  width: 100%;
  max-width: 320px;
  text-align: center;
}
.scenario-chips__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(176, 136, 40,0.85);
  margin-bottom: 10px;
}
.scenario-chips__row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
.scenario-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.7);
  font: inherit;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 200ms cubic-bezier(0.16,1,0.3,1);
}
.scenario-chip:hover {
  color: #fff;
  border-color: rgba(176, 136, 40,0.45);
  background: rgba(176, 136, 40,0.06);
}
.scenario-chip.is-active {
  color: var(--vc-navy);
  background: linear-gradient(135deg,#b08828,#c9a23e);
  border-color: rgba(176, 136, 40,0.8);
  font-weight: 600;
  box-shadow: 0 1px 6px rgba(176, 136, 40,0.25);
}
.scenario-chip__dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--vc-navy);
  animation: wa-pulse 1.2s infinite ease-in-out;
}
@keyframes wa-pulse {
  0%, 100% { opacity: 0.4; transform: scale(0.9); }
  50%      { opacity: 1; transform: scale(1.1); }
}

/* ============ Pain list ============ */
.problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: start;
}
@media (max-width: 860px) {
  .problem-grid { grid-template-columns: 1fr; gap: 40px; }
}
.problem-grid__left .pain-close { margin-top: 20px; }
.problem-grid__right { align-self: center; }
.pain-list { display: grid; gap: 14px; max-width: 720px; }
.pain {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 17px;
  line-height: 1.55;
}
.pain__icon {
  flex: none;
  width: 36px; height: 36px;
  background: rgba(176, 136, 40,0.10);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--vc-gold);
}
.pain-close {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 2vw + 0.5rem, 2rem);
  color: var(--vc-navy);
  margin-top: 40px;
  line-height: 1.3;
  max-width: 28ch;
  text-wrap: balance;
}

/* ============ Product grid ============ */
.products { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
@media (max-width: 768px) { .products { grid-template-columns: 1fr; } }

.card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 26px 26px;
  border: 1px solid var(--vc-border);
  box-shadow: 0 1px 2px rgba(17,29,51,0.04), 0 4px 12px rgba(17,29,51,0.06);
  transition: all 300ms cubic-bezier(0.16,1,0.3,1);
}
.card:hover {
  border-color: rgba(176, 136, 40,0.40);
  box-shadow: 0 6px 10px rgba(17,29,51,0.06), 0 20px 44px rgba(17,29,51,0.13);
  transform: translateY(-5px);
}
.card--popular { border-top: 3px solid var(--vc-gold); }
.card__badge {
  position: absolute;
  top: -14px; right: 24px;
  background: linear-gradient(135deg,#b08828,#c9a23e);
  color: var(--vc-navy);
  font-size: 11px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 999px;
  letter-spacing: 0.04em;
}
.card__title { margin-bottom: 8px; }
.card__desc { font-size: 14.5px; line-height: 1.55; color: var(--vc-text-muted); margin-bottom: 20px; }
.card__bullets { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 10px; }
.card__bullet { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 1.5; color: var(--vc-text); }
.card__bullet svg { flex: none; color: var(--vc-gold); margin-top: 3px; }
.card__price { font-family: var(--font-sans); font-size: 16px; color: var(--vc-navy); font-weight: 700; line-height: 1.3; }
.card__price-sub { color: var(--vc-text-muted); font-weight: 500; }

/* Front Desk Base/Pro tiers */
.card__tiers { display: flex; flex-direction: column; gap: 12px; }
.card__tier { padding-top: 12px; border-top: 1px solid rgba(52,35,58,0.08); }
.card__tier:first-child { padding-top: 0; border-top: 0; }
.card__tier-row { display: flex; align-items: baseline; gap: 8px; }
.card__tier-name { font-family: var(--font-sans); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--vc-gold); flex: 0 0 auto; }
.card__tier-note { margin: 6px 0 0; font-size: 12.5px; line-height: 1.5; color: var(--vc-text-muted); }

/* ============ How it works ============ */
.steps { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 28px; margin-top: 32px; }
@media (max-width: 768px) { .steps { grid-template-columns: 1fr; gap: 32px; } }
.step__num {
  font-family: var(--font-serif);
  font-size: 52px;
  line-height: 1;
  background: linear-gradient(135deg,#b08828,#c9a23e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}
.step__title { color: #fff; font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.step__body { color: #9CA3AF; font-size: 15px; line-height: 1.6; }

/* ============ Chips ============ */
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(52,35,58,0.20);
  font-size: 14px;
  font-weight: 500;
  color: var(--vc-navy);
  background: #fff;
}

/* ============ Trust columns ============ */
.trust-cols { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 28px; margin-top: 28px; }
@media (max-width: 768px) { .trust-cols { grid-template-columns: 1fr; } }
.trust__icon {
  width: 44px; height: 44px;
  background: rgba(176, 136, 40,0.10);
  color: var(--vc-gold);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.trust__title { margin-bottom: 8px; }
.trust__body { font-size: 14.5px; line-height: 1.6; color: var(--vc-text-muted); }

/* ============ Pricing ============ */
.tiers { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 18px; margin-top: 40px; }
@media (max-width: 900px) { .tiers { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .tiers { grid-template-columns: 1fr; } }
.tier {
  background: #fff;
  border: 1px solid var(--vc-border);
  border-radius: 12px;
  padding: 22px;
}
.tier__name { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--vc-gold); }
.tier__price { font-family: var(--font-serif); font-size: 28px; color: var(--vc-navy); line-height: 1.1; margin: 10px 0 6px; }
.tier__sub { font-size: 13px; color: var(--vc-text-muted); line-height: 1.5; }

/* ============ Mission band ============ */
.mission { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
@media (max-width: 768px) { .mission { grid-template-columns: 1fr; gap: 32px; } }
.mission__photo {
  background: #b89870 url("assets/shots/mission-book.jpg") center / cover no-repeat;
  border-radius: 24px;
  aspect-ratio: 4/5;
  display: flex;
  align-items: flex-end;
  padding: 28px;
  color: rgba(255,255,255,0.92);
  font-size: 12px;
  font-style: italic;
  box-shadow: 0 20px 40px rgba(180,140,90,0.20);
  position: relative;
  overflow: hidden;
}
.mission__photo::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(40,28,16,0.62) 0%, rgba(40,28,16,0.18) 32%, transparent 55%);
}
.mission__photo span { position: relative; z-index: 1; }
.mission__small {
  font-size: 12px;
  color: var(--vc-text-light);
  font-style: italic;
  margin-top: 24px;
}

/* ============ FAQ ============ */
.faq { max-width: 760px; margin: 28px auto 0; }
.faq__item {
  border-bottom: 1px solid var(--vc-border);
  cursor: pointer;
}
.faq__q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 4px;
  font-size: 16px;
  font-weight: 600;
  color: var(--vc-navy);
  gap: 16px;
}
.faq__chev { color: var(--vc-gold); transition: transform 250ms cubic-bezier(0.16,1,0.3,1); flex: none; }
.faq__item.open .faq__chev { transform: rotate(180deg); }
.faq__a {
  max-height: 0;
  overflow: hidden;
  padding: 0 4px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--vc-text-muted);
  transition: max-height 350ms cubic-bezier(0.16,1,0.3,1), padding 350ms;
}
.faq__item.open .faq__a {
  max-height: 200px;
  padding: 0 4px 18px;
}

/* ============ Proof ============ */
.proof-line {
  text-align: center;
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2vw + 0.5rem, 1.625rem);
  color: var(--vc-navy);
  max-width: 30ch;
  margin: 0 auto;
  line-height: 1.4;
}

/* ============ Footer / final CTA ============ */
.final {
  text-align: center;
  padding: 64px 0;
}
.final .h2 { color: #fff; margin-bottom: 12px; max-width: 22ch; margin-left: auto; margin-right: auto; }
.final__sub { color: #9CA3AF; margin-bottom: 32px; }
.final__buttons { justify-content: center; }
.footer { padding: 40px 0 32px; border-top: 1px solid rgba(176, 136, 40,0.20); text-align: center; }
.footer__row { color: #9CA3AF; font-size: 13px; }
.footer__row span { margin: 0 8px; color: rgba(255,255,255,0.2); }

/* ============ Tooltip / utility ============ */
.viz-note {
  background: rgba(176, 136, 40,0.10);
  color: var(--vc-navy);
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid rgba(176, 136, 40,0.30);
  font-style: italic;
}

/* ============================================================
   ChaveOS — "from the same studio" credibility section
   ============================================================ */
.chaveos__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: center; }
@media (max-width: 860px) { .chaveos__grid { grid-template-columns: 1fr; gap: 30px; } }
.chaveos__body { color: var(--vc-text-muted); font-size: 16px; line-height: 1.65; margin: 18px 0 26px; max-width: 46ch; }

/* ============================================================
   Capabilities — bento grid
   ============================================================ */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 30px; }
@media (max-width: 860px) { .bento { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .bento { grid-template-columns: 1fr; } }
.bento__tile {
  background: #fff; border: 1px solid var(--vc-border); border-radius: 16px; padding: 24px;
  box-shadow: var(--shadow-card);
}
.bento__tile--big {
  grid-column: span 2; display: flex; flex-direction: column; justify-content: center;
  background: linear-gradient(135deg, #34233a 0%, #46324d 100%); border-color: transparent;
}
@media (max-width: 540px) { .bento__tile--big { grid-column: span 1; } }
.bento__tile--big .bento__title { color: #fff; font-size: 19px; }
.bento__tile--big .bento__text { color: #cbd2dc; font-size: 15px; }
.bento__icon {
  width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  background: rgba(176, 136, 40,0.12); color: var(--vc-gold); margin-bottom: 16px;
}
.bento__tile--big .bento__icon { background: rgba(176, 136, 40,0.20); }
.bento__title { font-family: var(--font-sans); font-weight: 700; font-size: 16px; color: var(--vc-navy); margin: 0 0 8px; }
.bento__text { font-size: 14px; line-height: 1.55; color: var(--vc-text-muted); margin: 0; }

/* ============================================================
   "See it work" — tabbed product showcase
   ============================================================ */
.showcase { position: relative; }
.showcase .eyebrow { color: var(--vc-gold); }
.tabs { display: flex; justify-content: center; gap: 10px; margin: 24px 0 34px; flex-wrap: wrap; }
.tab {
  font-family: var(--font-sans); font-weight: 700; font-size: 14px;
  color: var(--vc-text-light); background: rgba(255,255,255,0.05);
  border: 1px solid rgba(176, 136, 40,0.18); padding: 9px 22px; border-radius: 999px;
  cursor: pointer; transition: all 250ms var(--ease);
}
.tab:hover { color: #fff; border-color: rgba(176, 136, 40,0.42); }
.tab.is-active { color: var(--vc-navy); background: var(--vc-gold-gradient); border-color: transparent; }
.showcase__panel { display: none; }
.showcase__panel.is-active { display: block; }
.showcase__grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 44px; align-items: center; }
@media (max-width: 860px) { .showcase__grid { grid-template-columns: 1fr; gap: 30px; } }
.showcase__img { display: block; width: 100%; height: auto; }
/* Browser chrome frame */
.frame--browser {
  background: #241829; border: 1px solid rgba(176, 136, 40,0.20); border-radius: 12px;
  overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,0.45);
}
.frame__bar { display: flex; gap: 7px; padding: 11px 14px; background: #0b1322; border-bottom: 1px solid rgba(255,255,255,0.06); }
.frame__bar span { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,0.18); }
/* Phone frame */
.frame--phone {
  position: relative; width: 296px; margin: 0 auto; background: #0b1424; border-radius: 42px;
  padding: 13px; box-shadow: 0 34px 64px rgba(0,0,0,0.46), 0 0 0 1px rgba(176, 136, 40,0.18);
}
.frame--phone .showcase__img { border-radius: 30px; display: block; }
.frame__notch {
  position: absolute; top: 13px; left: 50%; transform: translateX(-50%);
  width: 124px; height: 26px; background: #0b1424; border-radius: 0 0 16px 16px; z-index: 2;
}
.frame__home {
  position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%);
  width: 108px; height: 5px; border-radius: 999px; background: rgba(255,255,255,0.55); z-index: 2;
}
.showcase__copy h3 { color: #fff; font-size: 22px; margin-bottom: 18px; }
.showcase__bullets { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 13px; }
.showcase__bullets li { display: flex; gap: 11px; align-items: flex-start; color: #cbd2dc; font-size: 15px; line-height: 1.5; }
.showcase__bullets li svg { color: var(--vc-gold); flex: none; margin-top: 3px; }

/* ============================================================
   Premium hero pass — depth, motion, signature details
   ============================================================ */

/* Phone halo glow (subtle, always on) */
[data-hero-right] { position: relative; }
[data-hero-right]::before {
  content: ""; position: absolute; top: 6%; left: 50%; transform: translateX(-50%);
  width: 360px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle, rgba(176, 136, 40,0.20), transparent 62%);
  filter: blur(34px); z-index: 0; pointer-events: none;
}
[data-hero-right] > * { position: relative; z-index: 1; }

.hero { position: relative; }
.hero > .container { position: relative; z-index: 2; }

/* Hero stat strip */
.hero__stats { display: flex; flex-wrap: wrap; gap: 16px 30px; margin-top: 30px; }
.hero__stat { display: flex; flex-direction: column; }
.hero__stat + .hero__stat { border-left: 1px solid rgba(176, 136, 40,0.22); padding-left: 30px; }
.hero__stat-num { font-family: var(--font-serif); font-size: 1.95rem; line-height: 1; color: #fff; }
.hero__stat-label { font-size: 12px; color: var(--vc-text-light); margin-top: 7px; letter-spacing: 0.01em; }

@media (prefers-reduced-motion: no-preference) {
  /* Aurora: slow-drifting blooms */
  .hero__bloom-1 { animation: vcBloom1 22s var(--ease) infinite alternate; }
  .hero__bloom-2 { animation: vcBloom2 27s var(--ease) infinite alternate; }
  @keyframes vcBloom1 { from { transform: translate(0,0) scale(1); } to { transform: translate(-70px,46px) scale(1.18); } }
  @keyframes vcBloom2 { from { transform: translate(0,0) scale(1); } to { transform: translate(54px,-34px) scale(1.22); } }

  /* Hero content entrance, staggered */
  .hero__grid > div > .eyebrow,
  .hero__grid > div > .h1,
  .hero__grid > div > .lead,
  .hero__grid > div > .btn-row,
  .hero__grid > div > .hero__stats { opacity: 0; transform: translateY(22px); animation: vcHeroIn 0.9s var(--ease) forwards; }
  .hero__grid > div > .h1 { animation-delay: 0.10s; }
  .hero__grid > div > .lead { animation-delay: 0.20s; }
  .hero__grid > div > .btn-row { animation-delay: 0.30s; }
  .hero__grid > div > .hero__stats { animation-delay: 0.42s; }
  [data-hero-right] { opacity: 0; animation: vcHeroIn 1s var(--ease) 0.28s forwards; }
  @keyframes vcHeroIn { to { opacity: 1; transform: none; } }

  /* Living, floating device */
  [data-hero-right] .phone { animation: vcFloat 6.5s ease-in-out infinite; }
  @keyframes vcFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-13px); } }

  /* Gold headline sheen */
  .gold-grad {
    background: linear-gradient(110deg,#b08828 0%,#c9a23e 26%,#ecd9a0 50%,#c9a23e 74%,#b08828 100%);
    background-size: 250% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: vcSheen 6.5s linear infinite;
  }
  @keyframes vcSheen { from { background-position: 200% 0; } to { background-position: -60% 0; } }

  /* Button shine sweep on hover */
  .btn--green { position: relative; overflow: hidden; }
  .btn--green::after {
    content: ""; position: absolute; top: 0; left: -130%; width: 55%; height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.40), transparent);
    transform: skewX(-20deg); pointer-events: none;
  }
  .btn--green:hover::after { animation: vcShine 0.8s var(--ease); }
  @keyframes vcShine { to { left: 170%; } }
}

/* ── Outcome: "what the stories become" — Kept living-space mockup ── */
.outcome__lead{max-width:62ch;margin:18px auto 0;text-align:center;color:var(--vc-text-on-navy-muted);font-size:var(--fs-lead);line-height:var(--lh-body)}
.outcome__grid{display:grid;grid-template-columns:1.25fr 1fr;gap:44px;align-items:center;margin-top:48px}
@media(max-width:860px){.outcome__grid{grid-template-columns:1fr;gap:32px}}
.outcome__items{display:flex;flex-direction:column;gap:22px}
.outcome__item{display:flex;gap:14px;align-items:flex-start}
.outcome__dot{flex:none;width:10px;height:10px;border-radius:999px;margin-top:7px;background:var(--vc-gold-gradient);box-shadow:var(--shadow-gold)}
.outcome__item-title{font-family:var(--font-sans);font-weight:var(--fw-bold);font-size:1rem;color:#fff;margin:0 0 3px}
.outcome__item-text{font-size:var(--fs-sm);color:var(--vc-text-on-navy-muted);margin:0;line-height:1.55}

.kept-mock{background:#fff;border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.10)}
.kept-mock__app{display:grid;grid-template-columns:150px 1fr;min-height:300px;background:var(--vc-bg)}
@media(max-width:420px){.kept-mock__app{grid-template-columns:120px 1fr}}
.kept-mock__side{background:var(--vc-navy);padding:18px 14px;display:flex;flex-direction:column;gap:16px}
.kept-mock__brand{font-family:var(--font-serif);font-size:1.15rem;color:#fff;letter-spacing:.01em}
.kept-mock__nav-list{display:flex;flex-direction:column;gap:3px}
.kept-mock__nav{font-size:.78rem;color:rgba(255,255,255,.55);padding:7px 9px;border-radius:var(--radius-md)}
.kept-mock__nav.is-active{background:rgba(176, 136, 40,.18);color:var(--vc-gold-warm);font-weight:600}
.kept-mock__main{padding:18px;display:flex;flex-direction:column;gap:12px}
.kept-mock__otd{background:var(--vc-cream);border:1px solid var(--vc-border-gold-soft);border-radius:var(--radius-lg);padding:14px 16px}
.kept-mock__tag{display:inline-block;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--vc-gold);margin-bottom:6px}
.kept-mock__quote{font-family:var(--font-serif);font-size:1.05rem;color:var(--vc-navy);margin:0 0 6px;line-height:1.3}
.kept-mock__meta{font-size:.72rem;color:var(--vc-text-muted)}
.kept-mock__card{background:#fff;border:1px solid var(--vc-border);border-radius:var(--radius-lg);padding:12px 14px}
.kept-mock__card-h{font-size:.7rem;font-weight:700;color:var(--vc-text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:9px}
.kept-mock__chips{display:flex;flex-wrap:wrap;gap:6px}
.kept-mock__chip{font-size:.74rem;background:var(--vc-bg);border:1px solid var(--vc-border);border-radius:var(--radius-pill);padding:4px 10px;color:var(--vc-navy)}
.kept-mock__timeline{display:flex;flex-wrap:wrap;gap:6px;align-items:center}
.kept-mock__tl{font-size:.74rem;color:var(--vc-text-muted);padding:3px 8px;border-radius:var(--radius-sm)}
.kept-mock__tl.is-active{background:var(--vc-gold-gradient);color:var(--vc-navy);font-weight:600}

/* ── Voice notes (with transcription) + photo bubbles in the WhatsApp demo ── */
.wa-bubble--voice, .wa-bubble--photo { max-width: 86%; }
.wa-voice { display: flex; align-items: center; gap: 8px; min-width: 172px; }
.wa-voice__play { color: #0b9d6e; display: inline-flex; flex: none; }
.wa-voice__wave { display: inline-flex; align-items: center; gap: 2px; height: 20px; flex: 1; }
.wa-voice__wave i { width: 2px; border-radius: 1px; background: #0b9d6e; opacity: .35; height: 5px; }
.wa-voice__wave i:nth-child(2n) { height: 8px; }
.wa-voice__wave i:nth-child(3n) { height: 14px; opacity: .6; }
.wa-voice__wave i:nth-child(5n) { height: 17px; opacity: .5; }
.wa-voice__wave i:nth-child(7n) { height: 11px; }
.wa-voice__dur { font-size: 10px; color: rgba(0,0,0,.5); flex: none; }
.wa-voice__tx { margin-top: 6px; font-size: 11px; font-style: italic; color: rgba(0,0,0,.64); line-height: 1.35; border-top: 1px solid rgba(0,0,0,.08); padding-top: 5px; }
.wa-voice__txlabel { display: block; font-style: normal; font-size: 8.5px; text-transform: uppercase; letter-spacing: .06em; color: rgba(0,0,0,.34); margin-top: 3px; }

.wa-photo { width: 156px; height: 108px; border-radius: 6px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; color: rgba(255,255,255,.92); position: relative; overflow: hidden; background: linear-gradient(135deg, #8a6f4e 0%, #b9966a 45%, #6f5742 100%); }
.wa-photo::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 25%, rgba(255,255,255,.18), transparent 60%); }
.wa-photo svg { position: relative; z-index: 1; opacity: .85; }
.wa-photo__cap { position: relative; z-index: 1; font-size: 9.5px; letter-spacing: .02em; background: rgba(0,0,0,.30); padding: 2px 8px; border-radius: 999px; }

/* ── Outputs: "what you can do with them" ── */
.outputs__lead { max-width: 64ch; margin: 18px auto 0; text-align: center; color: var(--vc-text-muted); font-size: var(--fs-lead); line-height: var(--lh-body); }
.outputs__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
@media (max-width: 820px) { .outputs__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .outputs__grid { grid-template-columns: 1fr; } }
.output { background: var(--vc-card); border: 1px solid var(--vc-border); border-radius: var(--radius-xl); padding: 22px 20px; transition: box-shadow var(--dur-base) var(--ease), transform var(--dur-base) var(--ease); }
.output:hover { box-shadow: var(--shadow-card-hover); transform: translateY(-2px); }
.output__icon { width: 42px; height: 42px; border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; color: var(--vc-gold); background: rgba(176, 136, 40,.10); border: 1px solid var(--vc-border-gold-soft); margin-bottom: 14px; }
.output__title { font-family: var(--font-sans); font-weight: var(--fw-bold); font-size: 1.05rem; color: var(--vc-navy); margin: 0 0 6px; }
.output__text { font-size: var(--fs-sm); color: var(--vc-text-muted); margin: 0; line-height: 1.55; }

/* photo bubble with a real (public-domain) image */
.wa-photo--has { background: #2a2118; width: 150px; height: 176px; }
.wa-photo__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; filter: sepia(.32) contrast(1.03) brightness(.98); }

/* ── Sample summary card (share-ready artifact) ── */
.summary-ex__lead { max-width: 60ch; margin: 18px auto 0; text-align: center; color: var(--vc-text-muted); font-size: var(--fs-lead); line-height: var(--lh-body); }
.summary-card { max-width: 660px; margin: 40px auto 0; background: var(--vc-card); border: 1px solid var(--vc-border); border-radius: var(--radius-2xl); padding: 32px 34px; box-shadow: var(--shadow-card-hover); text-align: left; }
@media (max-width: 560px) { .summary-card { padding: 24px 22px; } }
.summary-card__kicker { font-size: var(--fs-xs); font-weight: var(--fw-bold); text-transform: uppercase; letter-spacing: var(--tracking-wider); color: var(--vc-gold); margin-bottom: 12px; }
.summary-card__title { font-family: var(--font-serif); font-size: 1.5rem; color: var(--vc-navy); margin: 0 0 16px; line-height: var(--lh-snug); }
.summary-card__p { font-size: 1rem; line-height: 1.7; color: var(--vc-text); margin: 0 0 14px; }
.summary-card__p:last-of-type { margin-bottom: 0; }
.summary-card__share { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--vc-border); }
.summary-card__share-label { font-size: var(--fs-sm); color: var(--vc-text-muted); margin-right: 2px; }
.summary-card__chip { font-size: var(--fs-sm); font-weight: var(--fw-semibold); color: var(--vc-navy); background: var(--vc-bg); border: 1px solid var(--vc-border); border-radius: var(--radius-pill); padding: 5px 14px; }

/* ── Summary periods (day/week/month/year) ── */
.summary-panels { position: relative; }
.summary-panel { display: none; }
.summary-panel.is-active { display: block; }
.summary-card__toc { margin: 4px 0 0; padding: 0 0 0 1.2em; }
.summary-card__toc-item { font-family: var(--font-serif); font-size: 1.1rem; color: var(--vc-navy); margin: 0 0 9px; line-height: 1.35; }
.summary-card__note { font-size: var(--fs-sm); color: var(--vc-text-muted); margin: 16px 0 0; font-style: italic; }

/* year: the book */
.summary-card--book { text-align: center; }
.bookmock { display: flex; flex-direction: column; align-items: center; }
.bookmock__cover { position: relative; width: 248px; max-width: 78%; aspect-ratio: 3 / 4; border-radius: 4px 8px 8px 4px; background: linear-gradient(135deg, #21314f 0%, #16233c 100%); box-shadow: 0 18px 40px rgba(17,29,51,.35); padding: 30px 26px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.bookmock__spine { position: absolute; top: 0; left: 0; width: 10px; height: 100%; background: rgba(0,0,0,.25); box-shadow: inset -2px 0 4px rgba(0,0,0,.25); }
.bookmock__eyebrow { font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--vc-gold); margin-bottom: 14px; }
.bookmock__title { font-family: var(--font-serif); font-size: 1.5rem; line-height: 1.12; color: #fff; }
.bookmock__rule { width: 34px; height: 2px; background: var(--vc-gold-gradient); margin: 12px auto; }
.bookmock__sub { font-size: .8rem; color: rgba(255,255,255,.72); line-height: 1.4; }
.bookmock__meta { font-size: .68rem; color: rgba(255,255,255,.5); margin-top: 16px; letter-spacing: .02em; }
.bookmock__foot { font-size: var(--fs-sm); color: var(--vc-text-muted); margin: 18px 0 0; }

/* ── In-chat translation note (family-facing, generated in their language) ── */
.wa-translate { align-self: stretch; max-width: 100%; margin: 1px 0; background: rgba(176, 136, 40,.12); border: 1px solid rgba(176, 136, 40,.32); border-radius: 8px; padding: 7px 10px; }
.wa-translate__head { display: flex; align-items: center; gap: 5px; font-size: 8.5px; text-transform: uppercase; letter-spacing: .06em; color: #9a7b33; font-weight: 700; margin-bottom: 4px; }
.wa-translate__body { font-size: 11.5px; line-height: 1.4; color: #4a4636; font-style: italic; }

/* ── Inline "delivered to the family" translation line inside an answer bubble ── */
.wa-tr { margin-top: 5px; padding-top: 5px; border-top: 1px dashed rgba(176, 136, 40,.55); display: flex; gap: 5px; align-items: flex-start; font-size: 11px; line-height: 1.4; color: #8a6f1f; font-style: italic; }
.wa-tr svg { flex: none; margin-top: 2px; color: #b89236; }

/* ===== Kept brand v1 (2026-05-24) — Aubergine & Gold layered over VC tokens ===== */
:root{
  --vc-navy:#34233a; --vc-navy-light:#46324d; --vc-navy-dark:#241829;
  --vc-gold:#b08828; --vc-gold-warm:#c9a23e;
  --vc-gold-gradient:linear-gradient(135deg,#b08828 0%,#c9a23e 100%);
  --vc-bg:#f4eee2; --vc-cream:#f1e9de; --vc-cream-soft:#e9ddd0; --vc-card:#faf5ec;
  --vc-text:#2c2330; --vc-text-muted:#6f6173; --link:#34233a;
  --font-serif:"Cormorant Garamond",Georgia,"Times New Roman",serif;
  --font-sans:"Figtree",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
}
a:hover{ color:var(--vc-gold); }

/* ===== App-as-hero: screenshots, store badges, web frame (2026-05-25) ===== */

/* Phone device frame wrapping a real app screenshot. The screenshot
   already carries the app's own status bar, so the frame is a clean
   bezel + rounded corners, not a second chrome. */
.appshot {
  position: relative;
  width: 248px;
  aspect-ratio: 9 / 19.5;
  border-radius: 38px;
  background: #241829;
  padding: 10px;
  box-shadow: 0 30px 60px rgba(36,24,41,.45), 0 0 0 1px rgba(176,136,40,.18);
  flex: none;
}
.appshot img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 28px;
  display: block;
  background: var(--vc-card);
}
/* graceful empty state until the real PNG is dropped in */
.appshot--placeholder::after {
  content: attr(data-label);
  position: absolute; inset: 10px;
  border-radius: 28px;
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 0 18px;
  background: var(--vc-card);
  color: var(--vc-text-muted);
  font-family: var(--font-sans); font-size: 13px; line-height: 1.4;
}

/* hero showcase: three phones fanned, lead forward — all visible, crisp
   (no rotate: rotation rasterises the layer soft). Light overlap; the
   group bleeds off the section edge, which reads as intentional. */
.appshow { display: flex; align-items: center; justify-content: center; }
.appshow .appshot--lead { width: 310px; z-index: 3; }
.appshow .appshot--side { width: 256px; z-index: 1; margin-top: 26px; }
.appshow .appshot--side:first-child { margin-right: -54px; }
.appshow .appshot--side:last-child  { margin-left: -54px; }
@media (max-width: 1000px) {
  .appshow .appshot--lead { width: 270px; }
  .appshow .appshot--side { width: 226px; margin-top: 22px; }
  .appshow .appshot--side:first-child { margin-right: -56px; }
  .appshow .appshot--side:last-child  { margin-left: -56px; }
}
/* On phones the 3-phone fan can't fit legibly in ~320px, so show one readable
   lead phone centred; the "multiple tabs" story is carried by the web carousel below. */
@media (max-width: 620px) {
  .appshow .appshot--side { display: none; }
  .appshow .appshot--lead { width: min(248px, 72vw); }
}

/* App Store / Google Play download badges (pre-launch = "coming soon") */
.store-badges { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.store-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 16px; border-radius: 12px;
  background: #241829; color: #f1e9de;
  border: 1px solid rgba(176,136,40,.30);
  text-decoration: none; cursor: default;
}
.store-badge svg { flex: none; }
.store-badge__txt { display: flex; flex-direction: column; line-height: 1.05; text-align: left; }
.store-badge__sup { font-size: 9px; letter-spacing: .04em; opacity: .7; text-transform: uppercase; }
.store-badge__name { font-family: var(--font-sans); font-size: 16px; font-weight: 700; }
.store-badge[aria-disabled="true"] { opacity: .78; }
.store-soon {
  font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  color: var(--vc-gold-warm); align-self: center; padding-left: 2px;
}
.gift-note { margin: 16px 0 0; font-size: var(--fs-sm); }
.gift-note a { color: var(--vc-gold-warm); border-bottom: 1px solid rgba(201,162,62,.4); }

/* Browser frame for the web-app screenshot ("What stories become") */
.webshot { border-radius: 12px; overflow: hidden; box-shadow: 0 30px 60px rgba(36,24,41,.4), 0 0 0 1px rgba(176,136,40,.16); background: var(--vc-card); }
.webshot__bar { display: flex; gap: 7px; align-items: center; padding: 11px 14px; background: #2c2330; }
.webshot__bar span { width: 11px; height: 11px; border-radius: 50%; background: rgba(241,233,222,.28); }
.webshot img { width: 100%; display: block; }
.webshot__label {
  display: flex; align-items: center; justify-content: center;
  min-height: 360px; padding: 40px; text-align: center;
  color: var(--vc-text-muted); font-family: var(--font-sans); font-size: 14px; line-height: 1.5;
}

/* ===== Outcome web carousel (going through the menu) ===== */
.webcar { max-width: 820px; margin: 20px auto 34px; }
.webcar__viewport { overflow: hidden; padding: 4px; }
.webcar__track { display: flex; width: 100%; transition: transform .55s cubic-bezier(.16,1,.3,1); }
.webcar__slide { flex: 0 0 100%; min-width: 0; display: flex; justify-content: center; }
.webfig { margin: 0; display: flex; flex-direction: column; width: 100%; max-width: 760px; }
.webfig .webshot { width: 100%; }
.webfig__cap { margin-top: 13px; text-align: center; font-family: var(--font-sans); font-size: 12px; font-weight: 700; letter-spacing: .08em; color: var(--vc-gold-warm); text-transform: uppercase; }
.webcar__dots { display: flex; gap: 9px; justify-content: center; margin-top: 18px; }
.webcar__dot { width: 9px; height: 9px; border-radius: 50%; border: 0; padding: 0; cursor: pointer; background: rgba(241,233,222,.28); transition: all .3s var(--ease); }
.webcar__dot.is-active { background: var(--vc-gold-warm); width: 26px; border-radius: 5px; }
.outcome__items--row { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; max-width: 1000px; margin: 8px auto 0; }
@media (max-width: 860px){ .outcome__items--row { grid-template-columns: 1fr 1fr; } }
