/* Comentario para manutencao: CSS exclusivo da landing comercial; nao altera a loja publica nem o admin. */
:root {
  --blue: #0f5bff;
  --blue-dark: #1238a6;
  --green: #16a34a;
  --green-soft: #dcfce7;
  --orange: #f59e0b;
  --ink: #0f172a;
  --muted: #64748b;
  --line: #dbe7f3;
  --paper: #ffffff;
  --soft: #f4f8fb;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(15, 23, 42, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #ffffff;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.site-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid rgba(219, 231, 243, .72);
  backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 1.12rem;
  color: var(--ink);
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--green));
  box-shadow: 0 12px 28px rgba(15, 91, 255, .25);
  font-size: 1.35rem;
}
.site-menu {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-menu a {
  padding: 10px 12px;
  border-radius: 999px;
  color: #334155;
  font-weight: 800;
  font-size: .92rem;
}
.site-menu a:hover { background: #eef6ff; color: var(--blue-dark); }
.site-menu .nav-login { background: var(--ink); color: #fff; padding-inline: 18px; }
.mobile-menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.mobile-menu-btn span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero-section {
  min-height: calc(100vh - 76px);
  padding: clamp(48px, 8vw, 96px) clamp(18px, 5vw, 80px) 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr);
  gap: clamp(32px, 5vw, 70px);
  align-items: center;
  background:
    radial-gradient(circle at 15% 20%, rgba(22, 163, 74, .12), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 72%);
}
.hero-copy { max-width: 720px; }
.hero-kicker,
.section-heading span,
.section-tag {
  display: inline-flex;
  align-items: center;
  color: var(--green);
  background: var(--green-soft);
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  padding: 7px 12px;
  font-weight: 900;
  font-size: .82rem;
}
.hero-copy h1,
.section-heading h2,
.highlight-section h2,
.final-cta h2 {
  margin: 18px 0 14px;
  line-height: 1.02;
  letter-spacing: 0;
}
.hero-copy h1 { font-size: clamp(2.35rem, 5.4vw, 5.2rem); }
.hero-copy p,
.section-heading p,
.highlight-section p,
.final-cta p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.65;
}
.hero-actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.btn {
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  border: 1px solid transparent;
}
.btn-primary { background: var(--orange); color: #1f2937; box-shadow: 0 14px 28px rgba(245, 158, 11, .22); }
.btn-secondary { background: var(--blue); color: #fff; }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line); }

.hero-visual {
  position: relative;
  min-height: 580px;
  display: grid;
  place-items: center;
}
.panel-mockup,
.phone-mockup,
.floating-card,
.feature-card,
.plan-card,
.faq-grid details,
.growth-grid article {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.panel-mockup {
  width: min(100%, 470px);
  border-radius: 26px;
  padding: 18px;
  transform: translateX(-30px);
}
.mockup-topbar { display: flex; gap: 7px; margin-bottom: 18px; }
.mockup-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
}
.mockup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.mockup-header strong { font-size: 1.15rem; }
.mockup-header em {
  color: var(--green);
  background: var(--green-soft);
  padding: 6px 10px;
  border-radius: 999px;
  font-style: normal;
  font-weight: 900;
  font-size: .78rem;
}
.order-row {
  display: grid;
  grid-template-columns: 62px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  margin-top: 10px;
  border-radius: 16px;
  background: #f8fafc;
}
.order-row.active { background: #eaf2ff; border: 1px solid #bfdbfe; }
.order-row span { color: var(--muted); font-weight: 800; }
.order-row em { font-style: normal; font-weight: 900; }
.phone-mockup {
  position: absolute;
  right: 0;
  bottom: 16px;
  width: 245px;
  border-radius: 34px;
  padding: 18px 14px;
}
.phone-notch {
  width: 82px;
  height: 8px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: #0f172a;
}
.phone-hero {
  min-height: 110px;
  border-radius: 24px;
  padding: 18px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--blue), var(--green));
}
.phone-chip-row { display: flex; gap: 7px; margin: 12px 0; overflow: hidden; }
.phone-chip-row span {
  padding: 7px 9px;
  border-radius: 999px;
  background: #eef6ff;
  color: var(--blue-dark);
  font-size: .72rem;
  font-weight: 900;
}
.phone-product {
  padding: 12px;
  border-radius: 16px;
  background: #f8fafc;
  margin-top: 10px;
  display: grid;
  gap: 4px;
}
.phone-product small { color: var(--muted); }
.phone-product strong { color: var(--green); }
.floating-card {
  position: absolute;
  border-radius: 18px;
  padding: 14px 16px;
  display: grid;
  gap: 3px;
}
.floating-card strong { font-size: .95rem; }
.floating-card span { color: var(--muted); font-size: .82rem; }
.card-order { left: 4px; top: 72px; }
.card-print { right: 18px; top: 96px; }
.card-ai { left: 54px; bottom: 70px; }

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 22px clamp(18px, 5vw, 80px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.trust-strip span {
  padding: 9px 14px;
  border-radius: 999px;
  background: #f8fafc;
  color: #334155;
  font-weight: 900;
}

.section {
  padding: clamp(58px, 8vw, 96px) clamp(18px, 5vw, 80px);
}
.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}
.section-heading h2,
.highlight-section h2,
.final-cta h2 {
  font-size: clamp(2rem, 3.8vw, 3.4rem);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.feature-card {
  min-height: 210px;
  border-radius: var(--radius);
  padding: 22px;
}
.feature-card span {
  color: var(--blue);
  font-weight: 900;
}
.feature-card h3 { margin: 18px 0 10px; font-size: 1.15rem; }
.feature-card p { color: var(--muted); line-height: 1.55; margin: 0; }

.steps-section {
  background: var(--soft);
  text-align: center;
}
.steps-list {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 28px;
}
.steps-list div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 12px;
}
.steps-list b {
  width: 34px;
  height: 34px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: #fff;
}
.steps-list span { font-weight: 800; font-size: .92rem; }

.highlight-section {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(300px, 1fr);
  gap: 30px;
  align-items: center;
  background: #07152f;
  color: #fff;
}
.highlight-section p { color: #cbd5e1; }
.mini-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.mini-card-grid span {
  min-height: 92px;
  padding: 20px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  font-weight: 900;
}

.growth-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.growth-grid article {
  border-radius: 16px;
  padding: 22px;
  font-weight: 900;
}

.pricing-section { background: linear-gradient(180deg, #f8fbff, #fff); }
/* Comentario para manutencao: a grade abaixo acomoda os quatro planos comerciais sem mudar textos ou regras de pagamento. */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.plan-card {
  position: relative;
  border-radius: 24px;
  padding: 26px;
}
.plan-card.featured {
  border-color: var(--blue);
  transform: translateY(-10px);
}
.plan-card em {
  position: absolute;
  top: 18px;
  right: 18px;
  font-style: normal;
  border-radius: 999px;
  padding: 7px 10px;
  background: var(--orange);
  color: #1f2937;
  font-weight: 900;
  font-size: .78rem;
}
.plan-card h3 { margin: 0 0 12px; font-size: 1.4rem; }
.plan-card p {
  min-height: 54px;
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.45;
}
.plan-card strong {
  display: block;
  font-size: 2rem;
  margin-bottom: 16px;
}
.plan-card strong span { font-size: .95rem; color: var(--muted); }
.plan-card ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.plan-card li {
  color: #334155;
  line-height: 1.35;
}
.plan-card li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--green);
  font-weight: 900;
}
.plan-card small {
  display: block;
  margin: -8px 0 18px;
  color: #0f766e;
  font-weight: 800;
  line-height: 1.35;
}
.pricing-note {
  text-align: center;
  color: var(--muted);
  margin: 20px 0 0;
}

.faq-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.faq-grid details {
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: none;
}
.faq-grid summary {
  cursor: pointer;
  font-weight: 900;
}
.faq-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.final-cta {
  margin: 0 clamp(18px, 5vw, 80px) 70px;
  border-radius: 32px;
  padding: clamp(34px, 7vw, 72px);
  text-align: center;
  background: linear-gradient(135deg, var(--blue), var(--green));
  color: #fff;
}
.final-cta p { color: #eaf7ff; }
.final-cta .hero-actions { justify-content: center; }

.site-footer {
  padding: 34px clamp(18px, 5vw, 80px);
  display: grid;
  grid-template-columns: minmax(230px, 1.2fr) minmax(220px, .8fr) minmax(180px, .6fr) auto;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.site-footer p { max-width: 360px; line-height: 1.55; }
.site-footer nav {
  display: grid;
  gap: 9px;
}
.site-footer a:hover { color: var(--blue); }

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  max-width: 980px;
  margin: 0 auto;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-radius: 18px;
  background: #0f172a;
  color: #fff;
  box-shadow: var(--shadow);
}
.cookie-banner p { margin: 0; line-height: 1.45; }
.cookie-banner div { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.cookie-banner button,
.cookie-banner a {
  min-height: 38px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  padding: 8px 12px;
  font-weight: 900;
  cursor: pointer;
}
.cookie-banner a { background: transparent; color: #fff; }

@media (max-width: 1024px) {
  .hero-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-visual { min-height: 520px; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plan-card.featured { transform: none; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .mobile-menu-btn { display: block; }
  .site-menu {
    position: absolute;
    top: 76px;
    left: 14px;
    right: 14px;
    display: none;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow);
  }
  .site-menu.open { display: grid; }
  .site-menu a { border-radius: 12px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .hero-section { padding-top: 42px; }
  .panel-mockup { transform: none; }
  .phone-mockup {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: -48px;
  }
  .floating-card { position: static; width: min(100%, 320px); }
  .hero-visual { display: flex; flex-direction: column; min-height: auto; gap: 12px; }
  .highlight-section { grid-template-columns: 1fr; }
  .growth-grid { grid-template-columns: 1fr 1fr; }
  .cookie-banner { align-items: stretch; flex-direction: column; }
}

@media (max-width: 430px) {
  .site-nav { min-height: 68px; padding: 12px 14px; }
  .site-menu { top: 68px; }
  .brand { font-size: 1rem; }
  .brand-mark { width: 38px; height: 38px; border-radius: 12px; }
  .hero-copy h1 { font-size: 2.2rem; }
  .hero-actions,
  .hero-actions .btn,
  .final-cta .btn {
    width: 100%;
  }
  .feature-grid,
  .steps-list,
  .mini-card-grid,
  .growth-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }
  .order-row { grid-template-columns: 1fr; }
  .section { padding-inline: 16px; }
  .final-cta { margin-inline: 16px; }
}
