:root {
  --primary: #7C5CFC;
  --primary-dark: #6A4AE8;
  --accent: #FF8A5B;
  --ink: #1C1B2E;
  --text: #50506A;
  --muted: #8A8A9E;
  --bg: #FFFFFF;
  --soft: #F3F1FE;
  --border: #ECEAF4;
  --radius: 18px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
.container { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 20px; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; font-weight: 600; font-size: 16px; text-decoration: none;
  border-radius: 14px; padding: 15px 26px; cursor: pointer; border: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:active { transform: scale(.98); }
@media (hover: hover) { .btn:hover { transform: translateY(-2px); } }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 10px 24px rgba(124,92,252,.32); }
.btn-primary:hover { background: var(--primary-dark); }
.btn-sm { padding: 11px 20px; font-size: 15px; border-radius: 12px; }

/* ===== Store buttons ===== */
.store-buttons { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.btn-store { gap: 12px; padding: 13px 22px; background: var(--primary); color: #fff; box-shadow: 0 10px 24px rgba(124,92,252,.28); }
.btn-store:hover { background: var(--primary-dark); }
.btn-store svg { width: 26px; height: 26px; flex-shrink: 0; }
.btn-store span { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.15; font-weight: 700; font-size: 17px; }
.btn-store small { font-size: 11px; font-weight: 500; opacity: .85; }
.btn-store-outline { background: #fff; color: var(--ink); border: 1.5px solid var(--border); box-shadow: none; }
.btn-store-outline:hover { background: #fff; border-color: var(--primary); }
.btn-store-light { background: #fff; color: var(--ink); box-shadow: 0 10px 24px rgba(0,0,0,.16); }
.btn-store-light:hover { background: #fff; }

/* Hero: botões de uma linha, empilhados (como no padrão) */
.hero-buttons { gap: 12px; }
.hero-buttons .btn-store span { flex-direction: row; font-size: 16px; }
.hero-buttons .btn-store svg { width: 22px; height: 22px; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.9); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 12px; }
.logo { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: 21px; color: var(--ink); text-decoration: none; }
.logo-badge { width: 36px; height: 36px; border-radius: 10px; object-fit: cover; box-shadow: 0 6px 14px rgba(124,92,252,.35); }
.nav { display: none; gap: 30px; }
.nav a { color: var(--text); text-decoration: none; font-weight: 500; font-size: 15px; }
.nav a:hover { color: var(--primary); }

/* ===== Hero ===== */
.hero { padding: 40px 0 30px; }
.hero-inner { display: grid; grid-template-columns: 1fr; gap: 30px; align-items: center; text-align: center; }
.hero-copy h1 { font-size: 34px; line-height: 1.12; font-weight: 800; color: var(--ink); letter-spacing: -.5px; }
.hero-copy h1 .accent { color: var(--primary); }
.lead { font-size: 17px; color: var(--text); margin: 18px auto 0; max-width: 460px; }
.hero-note { margin-top: 18px; font-weight: 600; color: var(--primary); font-size: 14.5px; }

.hero-art { display: flex; justify-content: center; margin-top: 12px; }
.hero-image { width: 100%; max-width: 340px; filter: drop-shadow(0 18px 34px rgba(124,92,252,.16)); }
.phone { position: relative; }
.phone img { width: 100%; filter: drop-shadow(0 22px 40px rgba(124,92,252,.18)); }
.phone-sm { width: 260px; }

/* ===== Sections ===== */
.section { padding: 54px 0; }
.section-soft { background: var(--soft); }
.section-title { font-size: 28px; font-weight: 800; color: var(--ink); letter-spacing: -.4px; line-height: 1.18; }
.center { text-align: center; max-width: 620px; margin: 0 auto; }

/* ===== Features ===== */
.features { display: grid; grid-template-columns: 1fr; gap: 24px; margin-top: 40px; }
.feature-icon { width: 54px; height: 54px; border-radius: 50%; background: var(--soft); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.feature-icon svg { width: 26px; height: 26px; }
.feature h3 { font-size: 17px; color: var(--ink); font-weight: 700; margin-bottom: 6px; }
.feature p { font-size: 14.5px; color: var(--text); }

/* ===== Split ===== */
.split { display: grid; grid-template-columns: 1fr; gap: 34px; align-items: center; }
.split-art { display: flex; justify-content: center; order: -1; }
.checklist { list-style: none; margin-top: 22px; display: grid; gap: 14px; }
.checklist li { position: relative; padding-left: 36px; font-size: 16px; color: var(--text); font-weight: 500; }
.checklist li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  width: 24px; height: 24px; border-radius: 50%; background: var(--primary); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700;
}

/* ===== Steps ===== */
.steps { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 40px; }
.step { background: var(--soft); border-radius: var(--radius); padding: 26px 24px; }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: var(--primary); color: #fff; font-weight: 800; font-size: 17px; margin-bottom: 14px; }
.step h3 { font-size: 18px; color: var(--ink); font-weight: 700; margin-bottom: 6px; }
.step p { font-size: 15px; color: var(--text); }

/* ===== CTA ===== */
.cta { background: linear-gradient(135deg, #7C5CFC, #6A4AE8); color: #fff; padding: 54px 0; overflow: hidden; }
.cta-inner { position: relative; display: grid; grid-template-columns: 1fr; gap: 30px; }
.cta-copy, .cta-side { position: relative; z-index: 2; }
.cta-copy h2 { font-size: 27px; font-weight: 800; line-height: 1.2; }
.cta-copy p { font-size: 16px; opacity: .92; margin: 14px 0 0; max-width: 440px; }
.cta-side h3 { font-size: 19px; font-weight: 700; margin-bottom: 16px; }
.checklist-light li { color: #fff; }
.checklist-light li::before { background: rgba(255,255,255,.25); }
.cta-mascot { display: none; }

/* ===== Rodapé (dentro da faixa roxa) ===== */
.cta-footer {
  position: relative; display: flex; flex-direction: column; align-items: center; gap: 10px;
  margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.25);
  font-size: 13.5px; color: rgba(255,255,255,.8); text-align: center;
}
.cta-links { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
.cta-links a { color: rgba(255,255,255,.9); text-decoration: none; }
.cta-links a:hover { color: #fff; text-decoration: underline; }

/* ===== Tablet ===== */
@media (min-width: 680px) {
  .store-buttons { flex-direction: row; flex-wrap: wrap; justify-content: center; }
  .hero-buttons { flex-direction: column; align-items: center; }
  .hero-buttons .btn { min-width: 260px; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .hero-copy h1 { font-size: 44px; }
  .hero-image { max-width: 400px; }
}

/* ===== Desktop ===== */
@media (min-width: 960px) {
  .container { padding: 0 24px; }
  .nav { display: flex; }
  .hero { padding: 64px 0 40px; }
  .hero-inner { grid-template-columns: 1fr 1.05fr; gap: 40px; text-align: left; }
  .hero-copy h1 { font-size: 52px; line-height: 1.08; letter-spacing: -1px; }
  .lead { font-size: 18px; margin: 22px 0 0; }
  .store-buttons { justify-content: flex-start; }
  .hero-buttons { align-items: flex-start; }
  .hero-art { margin-top: 0; }
  .hero-image { max-width: 430px; }
  .phone-sm { width: 300px; }
  .section { padding: 84px 0; }
  .section-title { font-size: 34px; }
  .features { grid-template-columns: repeat(3, 1fr); gap: 32px 40px; margin-top: 54px; }
  .split { grid-template-columns: 1fr 1fr; gap: 50px; }
  .split-art { order: 0; }
  .cta { padding: 72px 0; }
  .cta-inner { grid-template-columns: 1.2fr auto 1fr; gap: 36px; align-items: center; }
  .cta-copy h2 { font-size: 32px; }
  .cta-copy p { font-size: 17px; }
  .cta-mascot { display: block; width: 215px; align-self: end; margin-bottom: -44px; position: relative; z-index: 1; }
  .cta-footer { flex-direction: row; justify-content: space-between; text-align: left; }
}
