/* Smatch Web — Premium Landing 2026 */
:root {
  --purple-950: #1e1a36;
  --purple-900: #2d2850;
  --purple-800: #4f4580;
  --purple-700: #5c52a8;
  --purple-600: #6b5fc9;
  --purple-500: #8790e5;
  --purple-200: #d4d0f5;
  --purple-100: #eeecfa;
  --gold: #f0c030;
  --gold-soft: #ffe9a8;
  --coral: #f08a6b;
  --peach: #f5b89a;
  --bg: #f4f5f9;
  --bg-white: #ffffff;
  --text: #12141c;
  --text-muted: #5a6175;
  --text-soft: #8b92a5;
  --border: rgba(18, 20, 28, 0.08);
  --glass: rgba(255, 255, 255, 0.12);
  --shadow-sm: 0 4px 20px rgba(30, 26, 60, 0.08);
  --shadow: 0 20px 50px rgba(30, 26, 60, 0.14);
  --shadow-lg: 0 32px 80px rgba(30, 26, 60, 0.22);
  --radius: 16px;
  --radius-lg: 28px;
  --radius-pill: 999px;
  --font: 'Poppins', system-ui, sans-serif;
  --font-brand: 'Pacifico', cursive;
  --header-h: 76px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

.container {
  width: min(1180px, 100% - 2.5rem);
  margin-inline: auto;
}

.pacifico { font-family: var(--font-brand); font-weight: 400; }

/* Scroll anchor offset */
[id] { scroll-margin-top: calc(var(--header-h) + 1rem); }

/* ─── Header ─── */
.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header-h);
  transition: background 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.header--transparent .nav__menu a:not(.nav__cta) { color: rgba(255, 255, 255, 0.88); }
.header--transparent .nav__menu a:hover { color: #fff; }
.header--transparent .nav__logo .pacifico { color: var(--gold-soft); }
.header--transparent .nav__toggle { color: #fff; }
.header--transparent .logo-img { filter: brightness(1.1); }

.header.is-solid {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.header.is-solid .nav__menu a:not(.nav__cta) { color: var(--text-muted); }
.header.is-solid .nav__logo .pacifico { color: var(--purple-700); }
.header.is-solid .nav__toggle { color: var(--purple-800); }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  gap: 1rem;
}

.nav__logo a { display: flex; align-items: center; gap: 0.65rem; }
.logo-img { height: 40px; width: auto; }
.nav__logo .pacifico { font-size: 1.45rem; transition: color 0.35s; }

.nav__toggle {
  display: none;
  font-size: 1.35rem;
  padding: 0.45rem;
}

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

.nav__menu a {
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.2s;
}

.nav__cta {
  background: linear-gradient(135deg, var(--gold) 0%, #e5a820 100%) !important;
  color: var(--purple-950) !important;
  padding: 0.6rem 1.35rem !important;
  border-radius: var(--radius-pill);
  font-weight: 700 !important;
  box-shadow: 0 4px 20px rgba(240, 192, 48, 0.45);
}

.nav__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(240, 192, 48, 0.55);
}

/* ─── Buttons ─── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  border-radius: var(--radius-pill);
  font-weight: 600;
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
}

.btn:hover { transform: translateY(-3px); }

.btn--store {
  background: #0f0f12;
  color: #fff;
  padding: 0.75rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.btn--store i { font-size: 1.55rem; }

.btn--store-light {
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}

.btn--gold {
  background: linear-gradient(135deg, var(--gold), #e5a820);
  color: var(--purple-950);
  padding: 0.85rem 1.75rem;
  font-weight: 700;
  box-shadow: 0 8px 32px rgba(240, 192, 48, 0.4);
}

.btn__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
}

.btn__label { font-size: 0.62rem; font-weight: 500; opacity: 0.8; }
.btn__store { font-size: 0.95rem; }

/* ─── Hero ─── */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 2rem) 0 4rem;
  overflow: hidden;
  color: #fff;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(165deg,
      #3d3568 0%,
      #5a4f9a 28%,
      #8b6cb8 48%,
      #d4847a 72%,
      #f0a88a 88%,
      #f8d4b8 100%);
  z-index: 0;
}

.hero__grain {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  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.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  z-index: 1;
  pointer-events: none;
}

.hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
}

.hero__orb--1 {
  width: 420px;
  height: 420px;
  background: rgba(135, 144, 229, 0.45);
  top: -10%;
  right: 5%;
}

.hero__orb--2 {
  width: 300px;
  height: 300px;
  background: rgba(240, 192, 48, 0.25);
  bottom: 10%;
  left: -5%;
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
}

.hero__brand {
  font-family: var(--font-brand);
  font-size: clamp(2.5rem, 6vw, 4rem);
  color: var(--gold);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.5rem;
  line-height: 1.1;
}

.hero__title {
  font-size: clamp(1.65rem, 3.8vw, 2.65rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: 1.25rem;
  max-width: 14ch;
}

.hero__lead {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  opacity: 0.92;
  max-width: 34rem;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.75rem;
}

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 0.88rem;
  opacity: 0.9;
}

.hero__trust span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.hero__trust i { color: var(--gold); }

/* Phone */
.phone {
  position: relative;
  max-width: 290px;
  margin-inline: auto;
}

.phone__frame {
  background: linear-gradient(160deg, #1a1730 0%, #0d0c18 100%);
  border-radius: 40px;
  padding: 11px;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.phone__notch {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 28%;
  height: 22px;
  background: #0d0c18;
  border-radius: 0 0 14px 14px;
  z-index: 3;
}

.phone__screen {
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 9 / 19.5;
}

.phone__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

/* Hero: rotação suave de telas (substitui GIF) */
.phone__screen--carousel {
  position: relative;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 0;
  transition: opacity 0.9s var(--ease);
}

.hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hero__phone-wrap {
  position: relative;
}

.hero__float {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  color: var(--text);
  padding: 0.65rem 1rem;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 600;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 0.45rem;
  animation: float 5s ease-in-out infinite;
  white-space: nowrap;
}

.hero__float i { color: var(--purple-600); }
.hero__float--1 { top: 12%; left: -8%; animation-delay: 0s; }
.hero__float--2 { bottom: 28%; right: -12%; animation-delay: 1.2s; }
.hero__float--3 { bottom: 8%; left: -5%; animation-delay: 2.4s; }

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

/* ─── Stats strip ─── */
.stats {
  margin-top: -3.5rem;
  position: relative;
  z-index: 10;
  padding-bottom: 1rem;
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.75rem;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.stats__item {
  text-align: center;
  padding: 0.5rem;
}

.stats__num {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  background: linear-gradient(135deg, var(--purple-700), var(--purple-500));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.2;
}

.stats__label {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-top: 0.2rem;
}

/* ─── Sections ─── */
.section { padding: 5.5rem 0; }
.section--white { background: var(--bg-white); }
.section--dark {
  background: linear-gradient(180deg, var(--purple-950) 0%, var(--purple-900) 100%);
  color: #fff;
}

.section__eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--purple-600);
  margin-bottom: 0.75rem;
}

.section--dark .section__eyebrow { color: var(--gold); }

.section__title {
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}

.section__desc {
  font-size: 1.08rem;
  color: var(--text-muted);
  max-width: 40rem;
  line-height: 1.75;
}

.section--dark .section__desc { color: rgba(255, 255, 255, 0.75); }

.section__header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.section__header .section__desc { margin-inline: auto; }

/* Pain vs gain */
.pain-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: stretch;
}

.pain-card {
  border-radius: var(--radius-lg);
  padding: 2rem;
}

.pain-card--before {
  background: #fff;
  border: 1px dashed rgba(90, 97, 117, 0.35);
}

.pain-card--after {
  background: linear-gradient(145deg, var(--purple-800), var(--purple-900));
  color: #fff;
  box-shadow: var(--shadow-lg);
}

.pain-card h3 {
  font-size: 1.15rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pain-card--before h3 { color: var(--text-muted); }
.pain-card--after h3 { color: var(--gold); }

.pain-card li {
  display: flex;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

.pain-card--before li i { color: #c45c5c; margin-top: 0.2rem; }
.pain-card--after li i { color: var(--gold); margin-top: 0.2rem; }

/* Showcase tabs */
.showcase {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 3rem;
  align-items: center;
}

.showcase__tabs {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.showcase__tab {
  text-align: left;
  padding: 1.1rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-white);
  transition: all 0.3s var(--ease);
}

.showcase__tab:hover {
  border-color: var(--purple-200);
  transform: translateX(4px);
}

.showcase__tab.is-active {
  background: linear-gradient(135deg, var(--purple-800), var(--purple-700));
  border-color: transparent;
  color: #fff;
  box-shadow: var(--shadow);
  transform: translateX(8px);
}

.showcase__tab-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.7;
  margin-bottom: 0.25rem;
}

.showcase__tab.is-active .showcase__tab-label { opacity: 0.85; color: var(--gold-soft); }

.showcase__tab-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.showcase__tab-desc {
  font-size: 0.88rem;
  opacity: 0.85;
  line-height: 1.5;
}

.showcase__tab:not(.is-active) .showcase__tab-desc { color: var(--text-muted); }

.showcase__phone .phone { max-width: 300px; }

.showcase__phone {
  position: relative;
}

.showcase__phone-glow {
  position: absolute;
  inset: 10% 0;
  background: radial-gradient(ellipse, rgba(107, 95, 201, 0.35), transparent 70%);
  z-index: 0;
}

.showcase__phone .phone { position: relative; z-index: 1; }

/* Bento */
.bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.25rem;
}

.bento__card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}

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

.bento__card--wide { grid-column: span 7; }
.bento__card--tall { grid-column: span 5; }
.bento__card--half { grid-column: span 6; }
.bento__card--third { grid-column: span 4; }

.bento__icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, var(--purple-100), #fff);
  color: var(--purple-700);
}

.bento__card--accent {
  background: linear-gradient(145deg, var(--purple-800), var(--purple-900));
  color: #fff;
  border: none;
}

.bento__card--accent .bento__icon {
  background: rgba(255, 255, 255, 0.12);
  color: var(--gold);
}

.bento__card h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.bento__card p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.bento__card--accent p { color: rgba(255, 255, 255, 0.8); }

/* LetzPlay banner */
.letz-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 2.5rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #1e1a36 0%, #3d3568 50%, #5a4f9a 100%);
  color: #fff;
  margin-top: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.letz-banner p {
  opacity: 0.88;
  max-width: 36rem;
  font-size: 0.95rem;
}

.letz-banner strong { color: var(--gold); }

/* Prova social (lojas + personas, sem depoimentos fictícios) */
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.proof-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  text-align: center;
  transition: transform 0.25s var(--ease), background 0.25s;
}

a.proof-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.11);
}

.proof-card__stars {
  color: var(--gold);
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
}

.proof-card__score {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0.35rem;
}

.proof-card__label {
  font-size: 0.92rem;
  opacity: 0.85;
  margin-bottom: 0.75rem;
}

.proof-card__link {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gold-soft);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.proof-card__icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  opacity: 0.9;
}

.proof-card__icon--gold { color: var(--gold); }

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

.persona {
  padding: 1.5rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.persona__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(240, 192, 48, 0.15);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.persona h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.persona p {
  font-size: 0.9rem;
  opacity: 0.78;
  line-height: 1.6;
}

/* Steps */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.step {
  text-align: center;
  padding: 2rem 1.5rem;
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.step__num {
  width: 44px;
  height: 44px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple-600), var(--purple-800));
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step .phone { max-width: 180px; margin: 0 auto 1.25rem; }
.step h3 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.step p { font-size: 0.9rem; color: var(--text-muted); }

/* FAQ */
.faq { max-width: 720px; margin-inline: auto; }

.faq__item {
  border-bottom: 1px solid var(--border);
}

.faq__q {
  width: 100%;
  text-align: left;
  padding: 1.25rem 0;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: var(--text);
}

.faq__q i {
  color: var(--purple-600);
  transition: transform 0.3s;
  flex-shrink: 0;
}

.faq__item.is-open .faq__q i { transform: rotate(45deg); }

.faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s var(--ease);
}

.faq__a-inner {
  padding: 0 0 1.25rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.faq__item.is-open .faq__a { max-height: 280px; }

/* CTA */
.cta-band {
  border-radius: var(--radius-lg);
  padding: clamp(2.5rem, 5vw, 4rem);
  background:
    linear-gradient(135deg, var(--purple-900) 0%, #3d3568 40%, #6b5fc9 100%);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(240, 192, 48, 0.2), transparent 50%);
  pointer-events: none;
}

.cta-band__inner { position: relative; z-index: 1; }

.cta-band h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.cta-band p {
  opacity: 0.9;
  max-width: 32rem;
  margin: 0 auto 2rem;
  font-size: 1.05rem;
}

.cta-band__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.cta-band__perks {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  font-size: 0.88rem;
  opacity: 0.85;
}

.cta-band__perks i { color: var(--gold); margin-right: 0.35rem; }

/* Footer */
.footer {
  background: var(--purple-950);
  color: rgba(255, 255, 255, 0.8);
  padding: 3.5rem 0 1.5rem;
}

.footer__top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

.footer__brand p {
  font-size: 0.9rem;
  opacity: 0.7;
  margin-top: 0.75rem;
  max-width: 22rem;
  line-height: 1.6;
}

.footer__brand-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.footer__brand-row h3 {
  font-family: var(--font-brand);
  font-size: 1.35rem;
  color: var(--gold);
}

.footer__col h4 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.5;
  margin-bottom: 1rem;
}

.footer__col a {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
  opacity: 0.85;
  transition: opacity 0.2s, color 0.2s;
}

.footer__col a:hover { opacity: 1; color: var(--gold-soft); }

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.82rem;
  opacity: 0.5;
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

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

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* Legal pages */
:root {
  --bg-light: var(--bg);
  --text-dark: var(--text);
  --text-light: var(--text-muted);
  --primary-color: var(--purple-500);
  --primary-dark: var(--purple-800);
}

main:not(:has(.hero)) { padding-top: var(--header-h); }

body:not(:has(.hero)) .header {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

body:not(:has(.hero)) .header .nav__menu a:not(.nav__cta) { color: var(--text-muted); }
body:not(:has(.hero)) .header .nav__logo .pacifico { color: var(--purple-700); }
body:not(:has(.hero)) .nav__logo h1 { color: var(--purple-700); }

.privacy-section {
  padding: 3rem 0 5rem;
  background: var(--bg);
  min-height: calc(100vh - 200px);
}

.privacy-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
}

.privacy-updated {
  text-align: center;
  color: var(--text-muted);
  margin-bottom: 2.5rem;
  font-style: italic;
}

.privacy-callout {
  background: var(--purple-100);
  border-left: 4px solid var(--purple-600);
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius);
  margin-bottom: 2rem;
  max-width: 900px;
  margin-inline: auto;
}

.privacy-content {
  background: var(--bg-white);
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid var(--border);
}

.privacy-section-item { margin-bottom: 2.5rem; }
.privacy-section-item h2 { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.75rem; color: var(--purple-800); }
.privacy-section-item h3 { font-size: 1.15rem; font-weight: 600; margin-top: 1.25rem; margin-bottom: 0.5rem; }
.privacy-section-item p, .privacy-section-item li { color: var(--text-muted); line-height: 1.75; margin-bottom: 0.75rem; }
.privacy-section-item ul { margin-left: 1.5rem; list-style: disc; }
.privacy-section-item strong { color: var(--text); }

.footer__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer__section h3, .footer__section h4 { margin-bottom: 0.75rem; color: var(--purple-500); }

/* ─── Download (/download) — mobile-first, botões em destaque ─── */
.dl-body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
}

.dl-page {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding:
    env(safe-area-inset-top, 0)
    max(1rem, env(safe-area-inset-right, 0))
    max(1rem, env(safe-area-inset-bottom, 0))
    max(1rem, env(safe-area-inset-left, 0));
}

.dl-page__bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    #3d3568 0%,
    #5a4f9a 38%,
    #9b72b8 62%,
    #e8a088 100%
  );
}

/* Header compacto */
.dl-top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  padding: 0.35rem 0 1rem;
  flex-shrink: 0;
}

.dl-top__back {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1rem;
}

.dl-top__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.dl-top__brand .pacifico {
  font-size: 1.5rem;
  color: var(--gold);
  line-height: 1;
}

.dl-top__spacer {
  width: 44px;
}

/* Main: coluna com CTA no centro visual */
.dl-main {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  max-width: 420px;
  width: 100%;
  margin-inline: auto;
  padding-bottom: 0.5rem;
}

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

.dl-copy__title {
  font-size: clamp(1.5rem, 6vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 0.35rem;
}

.dl-copy__desc {
  font-size: 0.95rem;
  opacity: 0.88;
  font-weight: 500;
}

/* Bloco principal: botões */
.dl-cta {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.dl-loader {
  text-align: center;
  padding: 0.25rem 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--gold-soft);
}

.dl-loader__ring {
  width: 32px;
  height: 32px;
  margin: 0 auto 0.5rem;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: dl-spin 0.75s linear infinite;
}

@keyframes dl-spin {
  to { transform: rotate(360deg); }
}

.dl-stores {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.dl-stores.is-busy .dl-store:not(.is-primary) {
  opacity: 0.55;
}

/* Botões de loja — prioridade máxima no mobile */
.dl-store {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-height: 60px;
  padding: 0.9rem 1.1rem;
  border-radius: 18px;
  background: #fff;
  color: #12141c;
  box-shadow:
    0 12px 32px rgba(18, 20, 28, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  transition: transform 0.15s var(--ease), box-shadow 0.15s;
  -webkit-tap-highlight-color: transparent;
}

.dl-store:active {
  transform: scale(0.98);
}

.dl-store.is-primary {
  box-shadow:
    0 14px 40px rgba(18, 20, 28, 0.35),
    0 0 0 3px var(--gold);
}

.dl-store__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  background: #f4f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.dl-store--apple .dl-store__icon { color: #1a1a1a; }
.dl-store--play .dl-store__icon { color: #3ddc84; }

.dl-store__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
  min-width: 0;
}

.dl-store__label {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}

.dl-store__name {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.dl-store__go {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--purple-100);
  color: var(--purple-700);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  flex-shrink: 0;
}

/* Ordem: loja do dispositivo primeiro */
.dl--ios .dl-store--apple { order: -1; }
.dl--android .dl-store--play { order: -1; }

.dl-status {
  text-align: center;
  padding: 0 0.5rem;
}

.dl-status__title {
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.dl-status__text {
  font-size: 0.82rem;
  opacity: 0.8;
  line-height: 1.45;
}

.dl-hint {
  text-align: center;
  font-size: 0.8rem;
  opacity: 0.85;
  line-height: 1.45;
  padding: 0 0.25rem;
}

.dl-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  font-size: 0.78rem;
  font-weight: 600;
  opacity: 0.85;
  list-style: none;
}

.dl-trust i {
  color: var(--gold);
  margin-right: 0.25rem;
}

/* Preview: oculto no mobile, só decoração em telas grandes */
.dl-preview {
  display: none;
}

.dl-footer {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding: 1rem 0 0.25rem;
  font-size: 0.78rem;
  opacity: 0.65;
}

.dl-footer a:hover {
  color: var(--gold-soft);
  text-decoration: underline;
}

/* Mobile: botões na zona do polegar (terço inferior) */
@media (max-width: 767px) {
  .dl-main {
    justify-content: space-between;
    min-height: calc(100dvh - 120px);
    padding-top: 0.5rem;
  }

  .dl-cta {
    flex: 0 0 auto;
    margin-top: auto;
    padding-top: 0.5rem;
  }

  .dl-store {
    min-height: 64px;
  }

  .dl-store__name {
    font-size: 1.2rem;
  }

  .dl-trust {
    flex-shrink: 0;
    padding-bottom: 0.25rem;
  }
}

/* Desktop: layout mais amplo, preview lateral */
@media (min-width: 768px) {
  .dl-page {
    padding: 2rem;
  }

  .dl-main {
    max-width: 960px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr auto;
    gap: 1.5rem 3rem;
    align-items: center;
  }

  .dl-copy {
    grid-column: 1;
    text-align: left;
  }

  .dl-copy__title {
    font-size: 2.25rem;
  }

  .dl-cta {
    grid-column: 1;
    max-width: 400px;
  }

  .dl-trust {
    grid-column: 1;
    justify-content: flex-start;
  }

  .dl-preview {
    display: flex;
    grid-column: 2;
    grid-row: 1 / span 3;
    align-items: center;
  }

  .dl-preview__phone {
    max-width: 220px;
  }

  .dl-store {
    min-height: 64px;
  }

  .dl-store__name {
    font-size: 1.2rem;
  }
}

@media (min-width: 1024px) {
  .dl-preview__phone {
    max-width: 260px;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .hero__grid, .showcase, .pain-grid { grid-template-columns: 1fr; }
  .hero__visual { order: -1; }
  .hero__float { display: none; }
  .showcase__tabs { order: 2; }
  .showcase__phone { order: 1; }
  .bento__card--wide, .bento__card--tall, .bento__card--half, .bento__card--third { grid-column: span 12; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__top { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nav__toggle { display: block; }
  .nav__menu {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    background: var(--bg-white);
    flex-direction: column;
    padding: 1.25rem 1.5rem;
    gap: 0;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s, opacity 0.3s;
  }
  .header--transparent .nav__menu a { color: var(--text-muted); }
  .nav__menu.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav__menu li { width: 100%; }
  .nav__menu a { display: block; padding: 0.75rem 0; }
  .stats { margin-top: -2rem; }
  .proof-grid, .personas, .steps { grid-template-columns: 1fr; }
  .letz-banner { flex-direction: column; text-align: center; }
  .section { padding: 3.5rem 0; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero__float { animation: none; }
  .hero-slide { transition: none; }
  html { scroll-behavior: auto; }
}
