:root {
  color-scheme: light;
  --bg: #fffaf6;
  --surface: #ffffff;
  --surface-soft: #f7f1ea;
  --text: #201c1a;
  --muted: #6c625c;
  --faint: #9a8f88;
  --border: #e7dcd3;
  --coral: #ff6948;
  --coral-dark: #d94f32;
  --sage: #55766a;
  --charcoal: #302b27;
  --gold: #b8853b;
  --shadow: 0 18px 50px rgba(48, 43, 39, 0.11);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background: var(--bg);
  color: var(--text);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, rgba(255, 250, 246, 0.98), rgba(250, 244, 238, 0.98) 46%, #ffffff 100%),
    var(--bg);
}

body.legal-page {
  background: #ffffff;
}

a {
  color: var(--coral-dark);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 20;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--charcoal);
  color: #ffffff;
  transition: top 150ms ease;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(231, 220, 211, 0.82);
  background: rgba(255, 250, 246, 0.92);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1540px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 700;
  letter-spacing: 0;
}

.brand:hover {
  text-decoration: none;
}

.brand img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
  margin-left: auto;
  font-size: 15px;
  font-weight: 650;
  color: var(--muted);
}

.nav-links a {
  color: var(--muted);
}

.nav-links a[aria-current="page"] {
  color: var(--text);
  font-weight: 650;
}

.nav-download {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 36px;
  padding: 7px 16px 7px 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8b6e 0%, #ff6948 55%, #e85534 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 -1px 0 rgba(0, 0, 0, 0.08) inset,
    0 8px 18px -6px rgba(255, 105, 72, 0.55),
    0 2px 6px -2px rgba(48, 43, 39, 0.18);
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 240ms ease,
              filter 200ms ease;
  overflow: hidden;
  isolation: isolate;
}

.nav-download::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -30%;
  width: 60%;
  height: 220%;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.55) 50%, transparent 70%);
  transform: translateX(-120%) skewX(-18deg);
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 1;
}

.nav-download svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
  stroke: none;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.18));
  position: relative;
  z-index: 2;
}

.nav-download span {
  position: relative;
  z-index: 2;
}

.nav-download:hover {
  text-decoration: none;
  transform: translateY(-1px);
  filter: saturate(1.05);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.4) inset,
    0 -1px 0 rgba(0, 0, 0, 0.1) inset,
    0 14px 28px -8px rgba(255, 105, 72, 0.7),
    0 3px 8px -2px rgba(48, 43, 39, 0.2);
}

.nav-download:hover::before {
  transform: translateX(360%) skewX(-18deg);
}

.nav-download:active {
  transform: translateY(0);
  filter: saturate(1) brightness(0.96);
}

.page-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(32px, 6vw, 72px);
  padding: clamp(24px, 3vw, 40px) 0 clamp(20px, 2.5vw, 32px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--sage);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: clamp(44px, 7vw, 76px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4.2vw, 46px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.25;
}

.lead {
  max-width: 630px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
}

.button:hover {
  text-decoration: none;
  border-color: #d7c9be;
}

.button.primary {
  border-color: var(--coral);
  background: var(--coral);
  color: #ffffff;
}

.button.primary:hover {
  border-color: var(--coral-dark);
  background: var(--coral-dark);
}

.hero-visual {
  display: grid;
  place-items: center;
}

.hero-app-image {
  display: block;
  width: min(5000px, 100%);
  height: auto;
  filter: drop-shadow(0 22px 60px rgba(48, 43, 39, 0.22));
}

.phone-frame {
  width: min(330px, 100%);
  padding: 14px;
  border: 1px solid #3c332d;
  border-radius: 30px;
  background: #211d1a;
  box-shadow: var(--shadow);
}

.phone-screen {
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff8f3 0%, #f6ece4 100%);
  color: var(--text);
}

.app-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 24px 20px 16px;
}

.app-topbar img {
  width: 42px;
  height: 42px;
  border-radius: 8px;
}

.status-pill {
  border-radius: 999px;
  background: #eaf1ed;
  color: var(--sage);
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 750;
}

.app-preview {
  padding: 0 20px 22px;
}

.countdown-card {
  border: 1px solid #ead9cc;
  border-radius: 8px;
  background: #ffffff;
  padding: 18px;
  box-shadow: 0 14px 30px rgba(48, 43, 39, 0.08);
}

.countdown-label {
  margin-bottom: 10px;
  color: var(--faint);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.countdown-days {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 10px;
}

.countdown-days strong {
  font-size: 62px;
  line-height: 0.95;
  color: var(--coral);
}

.countdown-days span {
  padding-bottom: 8px;
  color: var(--muted);
  font-weight: 700;
}

.mini-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.mini-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid #ecdeda;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  padding: 12px 14px;
  color: var(--muted);
  font-size: 14px;
}

.mini-row strong {
  color: var(--text);
}

.hero-wrap {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(231, 220, 211, 0.72);
  padding-bottom: clamp(20px, 2.5vw, 36px);
  background:
    radial-gradient(circle at 72% 30%, rgba(255, 197, 155, 0.22), transparent 34%),
    radial-gradient(circle at 14% 24%, rgba(255, 105, 72, 0.08), transparent 28%),
    linear-gradient(180deg, #fffaf6 0%, #fffdfb 56%, #ffffff 100%);
}

.hero-wrap .hero {
  width: min(1320px, calc(100% - 48px));
  grid-template-columns: minmax(420px, 1fr) minmax(360px, 0.7fr);
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
  padding: clamp(14px, 2vw, 24px) 0 clamp(14px, 2vw, 24px);
}

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

.hero-pill {
  display: inline-flex;
  margin: 0 0 14px;
  border-radius: 999px;
  background: rgba(255, 105, 72, 0.1);
  color: var(--coral);
  padding: 6px 18px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 600px;
  margin-bottom: 12px;
  color: #111318;
  font-size: clamp(38px, 3.4vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.01em;
}

.hero-copy h1 span {
  color: var(--coral);
}

.hero-copy h1 i {
  color: #f6a22f;
  font-style: normal;
  font-size: 0.46em;
  vertical-align: 0.24em;
}

.hero-copy .lead {
  max-width: 560px;
  margin-bottom: 18px;
  color: #625954;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.4;
}

.quick-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 720px;
  margin-bottom: 18px;
}

.quick-feature {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.quick-feature strong,
.hero-benefits strong {
  display: block;
  color: #191714;
  font-size: 15px;
  line-height: 1.15;
}

.quick-feature small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.25;
}

.quick-icon,
.benefit-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #f0e3da;
  border-radius: 12px;
  background: rgba(255, 247, 241, 0.86);
  color: var(--coral);
  box-shadow: 0 10px 24px rgba(48, 43, 39, 0.07);
}

.quick-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}

.hero-actions .button {
  min-height: 46px;
  border-radius: 10px;
  padding: 12px 22px;
  font-size: 15px;
}

.store-button {
  min-width: min(100%, 292px);
  gap: 12px;
  background: linear-gradient(135deg, #ff7a5c 0%, var(--coral) 100%);
  box-shadow: 0 18px 30px rgba(255, 105, 72, 0.2);
}

.store-button svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.button.secondary {
  border-color: #e7dcd3;
  background: rgba(255, 255, 255, 0.78);
  color: #221f1c;
}

.button.secondary span {
  margin-left: 8px;
  font-size: 24px;
  line-height: 0;
}

.social-proof {
  display: flex;
  align-items: center;
  gap: 18px;
}

.avatar-stack {
  display: flex;
  align-items: center;
}

.avatar-stack span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 2px solid #fffaf6;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff966f, #7b9b90);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.avatar-stack span + span {
  margin-left: -9px;
}

.avatar-stack span:nth-child(2) {
  background: linear-gradient(135deg, #55766a, #f0b868);
}

.avatar-stack span:nth-child(3) {
  background: linear-gradient(135deg, #302b27, #ff6948);
}

.avatar-stack span:nth-child(4) {
  background: linear-gradient(135deg, #a685c8, #ff966f);
}

.stars {
  color: #f7aa25;
  font-size: 17px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.social-proof p {
  margin: 4px 0 0;
  color: var(--muted);
  font-weight: 650;
  font-size: 14px;
}

.hero-wrap .hero-visual {
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.showcase-phone {
  width: min(330px, 100%);
  height: 440px;
  min-height: 0;
  padding: 10px;
  border: 6px solid #24211f;
  border-bottom-width: 0;
  border-radius: 34px 34px 0 0;
  background: #24211f;
  box-shadow: 0 22px 60px rgba(48, 43, 39, 0.2);
  transform: translateY(14px);
  overflow: hidden;
}

.showcase-phone .phone-screen {
  position: relative;
  height: 428px;
  min-height: 0;
  border-radius: 24px 24px 0 0;
  background:
    radial-gradient(circle at 82% 28%, rgba(255, 165, 118, 0.24), transparent 20%),
    linear-gradient(180deg, #fff7f1 0%, #fffefe 58%, #fff5ee 100%);
}

.phone-status {
  display: flex;
  justify-content: space-between;
  padding: 15px 24px 10px;
  color: #171615;
  font-size: 14px;
  font-weight: 800;
}

.app-home {
  position: relative;
  padding: 22px 22px 0;
}

.app-home > p {
  margin-bottom: 8px;
  color: #8a817a;
  font-size: 16px;
}

.app-home h2 {
  position: relative;
  z-index: 2;
  max-width: 300px;
  margin-bottom: 44px;
  color: #171615;
  font-size: 26px;
  line-height: 1.12;
}

.app-home h2 span {
  color: var(--coral);
}

.theme-dot {
  position: absolute;
  top: 24px;
  right: 26px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #eee0d8;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: #171615;
  font-size: 21px;
}

.leaf-shape {
  position: absolute;
  top: 112px;
  right: 32px;
  width: 128px;
  height: 118px;
  border-radius: 50%;
  background: rgba(255, 172, 119, 0.22);
}

.leaf-shape::before,
.leaf-shape::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 14px;
  width: 28px;
  height: 100px;
  border-radius: 100% 0;
  background: rgba(120, 148, 126, 0.42);
  transform: rotate(34deg);
}

.leaf-shape::after {
  right: 84px;
  height: 82px;
  transform: rotate(-28deg);
}

.prompt-card {
  position: relative;
  z-index: 2;
  min-height: 126px;
  border: 1px solid #eadfd8;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  padding: 24px 22px 16px;
  box-shadow: 0 16px 32px rgba(48, 43, 39, 0.13);
}

.prompt-card p {
  margin-bottom: 4px;
  color: #8a817a;
  font-size: 16px;
  font-weight: 700;
}

.prompt-card small {
  color: #9c928b;
  font-size: 14px;
  font-weight: 650;
}

.ai-badge {
  position: absolute;
  top: -20px;
  right: 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7d5f, var(--coral));
  color: #ffffff;
  padding: 8px 14px;
  font-weight: 850;
  box-shadow: 0 12px 24px rgba(255, 105, 72, 0.22);
}

.prompt-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
}

.voice-chip,
.send-chip {
  display: inline-grid;
  min-width: 72px;
  min-height: 38px;
  place-items: center;
  border-radius: 999px;
  background: #f3eee9;
  color: #2b2825;
  font-weight: 800;
}

.send-chip {
  min-width: 38px;
  color: #8f8680;
}

.moment-preview {
  display: grid;
  grid-template-columns: 0.84fr 1fr;
  gap: 12px;
  margin-top: 16px;
}

.photo-tile,
.mini-countdown {
  min-height: 112px;
  border-radius: 16px;
}

.photo-tile {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 38% 22%, rgba(255, 255, 255, 0.32), transparent 14%),
    linear-gradient(135deg, #974ac6 0%, #ff6b4f 62%, #ff966f 100%);
}

.photo-tile span {
  position: absolute;
  top: 14px;
  left: 14px;
  border-radius: 999px;
  background: rgba(48, 43, 39, 0.76);
  color: #ffffff;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mini-countdown {
  border: 1px solid #eadfd8;
  background: #ffffff;
  padding: 16px;
  box-shadow: 0 12px 24px rgba(48, 43, 39, 0.08);
}

.mini-countdown small {
  display: block;
  margin-bottom: 8px;
  color: var(--faint);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mini-countdown strong {
  display: block;
  margin-bottom: 10px;
  color: #171615;
  font-size: 23px;
  line-height: 1.05;
}

.mini-countdown div {
  color: var(--muted);
  font-size: 17px;
  font-weight: 750;
}

.mini-countdown div span {
  color: var(--coral);
  font-size: 32px;
  line-height: 0.9;
}

.mini-countdown p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.tab-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 46px;
  border-top: 1px solid #eadfd8;
  background: rgba(255, 255, 255, 0.86);
  color: #8a817a;
  font-size: 20px;
}

.tab-bar strong {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff7d5f, var(--coral));
  color: #ffffff;
  transform: translateY(-14px);
  box-shadow: 0 12px 24px rgba(255, 105, 72, 0.24);
}

.hero-benefits {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1160px, calc(100% - 48px));
  margin: -14px auto 0;
  border: 1px solid rgba(231, 220, 211, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 46px rgba(48, 43, 39, 0.09);
  backdrop-filter: blur(14px);
}

.hero-benefits > div {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 3px;
  align-items: center;
  min-height: 64px;
  padding: 10px 16px;
}

.hero-benefits > div + div {
  border-left: 1px solid #eadfd8;
}

.hero-benefits .benefit-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.hero-benefits strong {
  grid-column: 2;
  grid-row: 1;
}

.hero-benefits p {
  grid-column: 2;
  grid-row: 2;
  max-width: 210px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.28;
}

.benefit-icon {
  width: 36px;
  height: 36px;
  color: var(--coral);
  font-size: 17px;
}

.band {
  padding: clamp(44px, 6vw, 72px) 0;
}

.band.soft {
  background: var(--surface-soft);
}

.section-heading {
  max-width: 760px;
}

.section-heading p {
  color: var(--muted);
  font-size: 18px;
}

.legal-link-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  padding: 20px;
}

.legal-link-card p {
  margin-bottom: 0;
  color: var(--muted);
}

/* === Showcase stack (Producto section) === */
.section-heading h2 .accent {
  color: var(--coral);
  position: relative;
}

.section-heading h2 .accent i {
  color: #f6a22f;
  font-style: normal;
  font-size: 0.55em;
  vertical-align: 0.2em;
  margin-left: 4px;
}

.showcase-stack {
  display: grid;
  gap: clamp(18px, 2vw, 26px);
  margin-top: clamp(32px, 4vw, 56px);
}

.showcase-card {
  --sc-accent: var(--coral);
  --sc-soft: rgba(255, 105, 72, 0.12);
  --sc-bg: #fff3eb;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid rgba(231, 220, 211, 0.7);
  border-radius: 22px;
  background: var(--sc-bg);
  overflow: hidden;
}

.showcase-card--violet {
  --sc-accent: #7b6cb0;
  --sc-soft: rgba(123, 108, 176, 0.14);
  --sc-bg: #f3eef9;
}

.showcase-card__content {
  min-width: 0;
}

.showcase-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: var(--sc-soft);
  color: var(--sc-accent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--sc-accent) 18%, transparent);
  margin-bottom: 18px;
}

.showcase-icon svg {
  width: 22px;
  height: 22px;
}

.showcase-card h3 {
  margin-bottom: 6px;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.2;
  color: var(--text);
  letter-spacing: -0.01em;
}

.showcase-num {
  color: var(--text);
  margin-right: 4px;
}

.showcase-sub {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: clamp(15px, 1.1vw, 17px);
}

.showcase-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.showcase-bullets li {
  position: relative;
  padding-left: 28px;
  color: var(--text);
  font-size: 14.5px;
  line-height: 1.45;
}

.showcase-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--sc-accent);
}

.showcase-bullets li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.showcase-card__visual {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

/* --- Visual #1: list of moments --- */
.vmoment-list {
  display: grid;
  gap: 10px;
}

.vmoment {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 6px 16px -10px rgba(48, 43, 39, 0.18);
}

.vmoment-icon {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 11px;
}

.vmoment-icon svg {
  width: 18px;
  height: 18px;
}

.vmoment-name {
  font-weight: 600;
  font-size: 14.5px;
  color: var(--text);
}

.vmoment-date {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--muted);
}

/* --- Visual #2: widgets + swatches --- */
.vwidget-row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 12px;
}

.vwidget {
  position: relative;
  height: 150px;
  border-radius: 18px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  box-shadow: 0 12px 24px -14px rgba(48, 43, 39, 0.2);
}

.vwidget--photo {
  background: linear-gradient(180deg, #ffd4ad 0%, #e89065 45%, #8a3a28 100%);
}

.vwidget--photo .vwidget__photo {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 28% 32%, rgba(255, 230, 190, 0.6), transparent 70%),
    radial-gradient(ellipse 45% 30% at 78% 70%, rgba(58, 28, 22, 0.5), transparent 70%);
}

.vwidget--photo::after {
  content: "";
  position: absolute;
  left: 62%;
  bottom: 0;
  width: 32%;
  height: 58%;
  background: linear-gradient(180deg, #6a3a28 0%, #3a1f18 100%);
  clip-path: polygon(50% 0%, 65% 18%, 60% 22%, 80% 40%, 75% 44%, 100% 70%, 100% 100%, 0 100%, 0 70%, 25% 44%, 20% 40%, 40% 22%, 35% 18%);
  opacity: 0.85;
}

.vwidget--photo .vwidget__overlay {
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.vwidget--dark {
  background: linear-gradient(180deg, #1a1816 0%, #2a2622 100%);
  color: #ffffff;
}

.vwidget__label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
}

.vwidget__date {
  display: block;
  font-size: 10px;
  letter-spacing: 0.1em;
  opacity: 0.78;
  margin-bottom: 8px;
}

.vwidget__count {
  display: block;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

.vwidget__unit {
  font-size: 13px;
  opacity: 0.86;
}

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

.vswatch {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(48, 43, 39, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.vswatch--add {
  display: grid;
  place-items: center;
  background: #ffffff;
  color: var(--muted);
  font-weight: 600;
  font-size: 18px;
}

/* --- Visual #3: reminders + AI --- */
.vreminder {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vreminder__time {
  padding: 10px 14px;
  border-radius: 12px;
  background: #ffffff;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  box-shadow: 0 6px 14px -10px rgba(48, 43, 39, 0.18);
}

.vchannel {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 12px -8px rgba(48, 43, 39, 0.2);
  color: var(--muted);
}

.vchannel svg {
  width: 18px;
  height: 18px;
}

.vchannel--bell { color: var(--coral); }
.vchannel--mail { color: #5a8f64; }
.vchannel--wa { color: #25b366; }

.vinput {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 22px -14px rgba(48, 43, 39, 0.18);
}

.vinput__text {
  flex: 1;
  color: var(--faint);
  font-size: 14px;
}

.vinput__mic {
  color: var(--muted);
}

.vinput__mic svg {
  width: 18px;
  height: 18px;
}

.vai {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255, 105, 72, 0.1);
  border: 1px dashed rgba(255, 105, 72, 0.35);
}

.vai__spark {
  color: var(--coral);
  font-size: 16px;
}

.vai__text {
  font-size: 13px;
  color: var(--text);
}

.vai__text strong {
  color: var(--coral);
}

@media (max-width: 760px) {
  .showcase-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.legal-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.legal-link-card h3 {
  color: var(--text);
}

.footer {
  border-top: 1px solid var(--border);
  background: #ffffff;
  padding: 28px 0;
}

.footer-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--text);
}

.footer-links {
  display: flex;
  gap: clamp(12px, 1.8vw, 22px);
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  transition: color 200ms ease;
}

.footer-links a:hover {
  color: var(--coral);
}

.footer-contact {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
}

.footer-contact:hover {
  color: var(--coral);
}

@media (max-width: 760px) {
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}

.legal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 780px);
  gap: clamp(28px, 6vw, 70px);
  padding: 48px 0 72px;
}

.legal-sidebar {
  position: sticky;
  top: 104px;
  align-self: start;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fffaf6;
  padding: 16px;
}

.legal-sidebar nav {
  display: grid;
  gap: 8px;
}

.legal-sidebar a {
  color: var(--muted);
  font-size: 14px;
}

.legal-document {
  max-width: 780px;
}

.legal-document h1 {
  max-width: 780px;
  margin-bottom: 12px;
  font-size: clamp(36px, 6vw, 56px);
  line-height: 1;
}

.legal-document h2 {
  margin-top: 42px;
  font-size: clamp(24px, 3.8vw, 32px);
}

.legal-document h3 {
  margin-top: 24px;
}

.legal-document p,
.legal-document li {
  color: #4c443f;
  font-size: 16px;
}

.legal-document ul,
.legal-document ol {
  padding-left: 22px;
}

.legal-document li + li {
  margin-top: 8px;
}

.meta {
  margin-bottom: 28px;
  color: var(--muted);
}

.notice {
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  background: #fff7e9;
  padding: 14px 16px;
  color: #5f4623;
}

.table-wrap {
  overflow-x: auto;
  margin: 20px 0;
  border: 1px solid var(--border);
  border-radius: 8px;
}

table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #ffffff;
}

th,
td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--text);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

tr:last-child td {
  border-bottom: 0;
}

.placeholder {
  border-radius: 6px;
  background: #fff0dc;
  color: #7d4b00;
  padding: 1px 5px;
  font-weight: 750;
}

.callout-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.callout {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fffaf6;
  padding: 14px 16px;
}

.callout strong {
  display: block;
  margin-bottom: 4px;
}

@media (max-width: 860px) {
  .nav {
    min-height: auto;
    padding: 14px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .phone-frame {
    min-height: 500px;
  }

  .phone-screen {
    min-height: 464px;
  }

  .feature-grid,
  .legal-link-grid {
    grid-template-columns: 1fr;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-sidebar {
    position: static;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  .hero-wrap {
    min-height: auto;
  }

  .hero-wrap .hero {
    width: min(640px, calc(100% - 32px));
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 0 28px;
  }

  .hero-copy {
    order: 1;
  }

  .hero-wrap .hero-visual {
    order: 2;
    align-items: center;
    justify-content: center;
  }

  .hero-pill {
    margin-bottom: 16px;
  }

  .hero-copy h1 {
    font-size: clamp(36px, 7vw, 52px);
    line-height: 1.05;
  }

  .quick-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
  }

  .quick-feature {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
  }

  .quick-icon,
  .benefit-icon {
    width: 38px;
    height: 38px;
  }

  .showcase-phone {
    width: min(300px, 100%);
    height: 400px;
    transform: none;
  }

  .showcase-phone .phone-screen {
    height: 388px;
  }

  .hero-app-image {
    width: min(280px, 100%);
  }

  .hero-benefits {
    width: min(640px, calc(100% - 32px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-benefits > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #eadfd8;
  }

  .hero-benefits > div:nth-child(4) {
    border-top: 1px solid #eadfd8;
  }
}

@media (min-width: 1101px) and (max-height: 780px) {
  .hero-wrap .hero {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .hero-copy h1 {
    font-size: clamp(42px, 4.2vw, 62px);
  }

  .hero-copy .lead {
    margin-bottom: 16px;
    font-size: 17px;
  }

  .quick-features {
    margin-bottom: 16px;
  }

  .hero-actions {
    margin-bottom: 0;
  }

  .social-proof {
    display: none;
  }

  .showcase-phone {
    width: min(360px, 100%);
    height: 474px;
  }

  .showcase-phone .phone-screen {
    height: 458px;
  }

  .hero-app-image {
    width: min(340px, 100%);
  }

  .hero-benefits > div {
    min-height: 68px;
    padding: 12px 18px;
  }
}

@media (max-width: 520px) {
  .page-shell,
  .nav,
  .footer-inner {
    width: min(100% - 24px, 1120px);
  }

  h1 {
    font-size: 42px;
  }

  .nav-download {
    align-self: flex-end;
  }

  .hero-wrap .hero {
    width: min(100% - 24px, 520px);
    padding-top: 36px;
  }

  .hero-copy h1 {
    font-size: 44px;
  }

  .hero-copy .lead {
    font-size: 18px;
  }

  .quick-features,
  .hero-benefits {
    grid-template-columns: 1fr;
  }

  .hero-benefits > div + div,
  .hero-benefits > div:nth-child(3),
  .hero-benefits > div:nth-child(4) {
    border-left: 0;
    border-top: 1px solid #eadfd8;
  }

  .phone-frame {
    padding: 12px;
    border-radius: 26px;
  }

  .phone-screen {
    border-radius: 18px;
  }

  .countdown-days strong {
    font-size: 50px;
  }

  .showcase-phone {
    height: 620px;
    border-radius: 32px 32px 0 0;
  }

  .showcase-phone .phone-screen {
    height: 600px;
    border-radius: 24px 24px 0 0;
  }

  .hero-app-image {
    width: min(280px, 100%);
  }

  .app-home {
    padding: 28px 18px 0;
  }

  .app-home h2 {
    font-size: 30px;
    margin-bottom: 72px;
  }

  .moment-preview {
    grid-template-columns: 1fr;
  }
}

/* === Language toggle (ES / EN) === */
html[lang="es"] [lang="en"] { display: none !important; }
html[lang="en"] [lang="es"] { display: none !important; }

.lang-toggle {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border-radius: 999px;
  background: rgba(231, 220, 211, 0.5);
  border: 1px solid rgba(231, 220, 211, 0.9);
  gap: 2px;
}

.lang-toggle [data-lang-opt] {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease;
  font-family: inherit;
}

.lang-toggle [data-lang-opt]:hover {
  color: var(--text);
}

.lang-toggle [data-lang-opt][aria-pressed="true"] {
  background: var(--text);
  color: #ffffff;
}

.nav {
  /* small adjustment to fit the toggle */
  gap: 12px;
}

.nav-right {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 520px) {
  .lang-toggle [data-lang-opt] {
    padding: 4px 8px;
    font-size: 10px;
  }
}

/* Legal sub-navigation (under main header on /legal/* pages) */
.legal-subnav {
  position: sticky;
  top: 66px;
  z-index: 20;
  border-bottom: 1px solid rgba(231, 220, 211, 0.7);
  background: rgba(255, 250, 246, 0.92);
  backdrop-filter: blur(14px);
}

.legal-subnav__inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 28px);
  padding: 10px 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.legal-subnav__inner::-webkit-scrollbar { display: none; }

.legal-subnav__label {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage);
  margin-right: 6px;
}

.legal-subnav__links {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.4vw, 18px);
  flex-wrap: nowrap;
}

.legal-subnav__links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
  white-space: nowrap;
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.legal-subnav__links a:hover {
  background: rgba(255, 105, 72, 0.08);
  color: var(--coral);
}

.legal-subnav__links a[aria-current="page"] {
  background: var(--coral);
  color: #ffffff;
  box-shadow: 0 6px 16px -8px rgba(255, 105, 72, 0.6);
}

.legal-subnav__links a .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.55;
}

.legal-subnav__links a[aria-current="page"] .dot { opacity: 1; }

/* Legal hub hero (the /legal/ landing) */
.legal-hub {
  padding: clamp(48px, 7vw, 96px) 0 clamp(40px, 6vw, 80px);
  background:
    radial-gradient(circle at 78% 24%, rgba(255, 197, 155, 0.18), transparent 38%),
    radial-gradient(circle at 12% 28%, rgba(85, 118, 106, 0.08), transparent 32%),
    linear-gradient(180deg, #fffaf6 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(231, 220, 211, 0.6);
}

.legal-hub__shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  text-align: center;
}

.legal-hub h1 {
  margin: 14px auto 16px;
  max-width: 760px;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.04;
}

.legal-hub p.lead {
  margin: 0 auto;
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 19px);
}

.legal-hub__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(85, 118, 106, 0.12);
  color: var(--sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Scroll reveal utilities */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 640ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.reveal--left { transform: translateX(-24px); }
.reveal--right { transform: translateX(24px); }
.reveal--scale { transform: scale(0.96); }

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

.reveal[data-delay="1"] { transition-delay: 60ms; }
.reveal[data-delay="2"] { transition-delay: 120ms; }
.reveal[data-delay="3"] { transition-delay: 180ms; }
.reveal[data-delay="4"] { transition-delay: 240ms; }
.reveal[data-delay="5"] { transition-delay: 300ms; }
.reveal[data-delay="6"] { transition-delay: 360ms; }

/* Polished card hovers (subtle lift, coral shadow) */
.legal-link-card,
.feature-card {
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 320ms cubic-bezier(0.22, 1, 0.36, 1),
              border-color 280ms ease;
}

.feature-card:hover,
.legal-link-card:hover {
  transform: translateY(-4px);
}

.legal-link-card:hover {
  border-color: rgba(255, 105, 72, 0.32);
  box-shadow: 0 22px 38px -18px rgba(255, 105, 72, 0.32),
              0 10px 20px -12px rgba(48, 43, 39, 0.18);
}

.legal-link-card:hover h3 {
  color: var(--coral);
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal--left,
  .reveal--right,
  .reveal--scale {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .feature-card,
  .feature-card::before,
  .feature-icon,
  .feature-arrow,
  .legal-link-card {
    transition: none !important;
  }

  .feature-card:hover,
  .legal-link-card:hover,
  .feature-card:hover .feature-icon,
  .feature-card:hover .feature-arrow,
  .feature-card:hover::before {
    transform: none !important;
  }
}
