* {
  box-sizing: border-box;
}

:root {
  --bg: #120A07;
  --surface: #1D120C;
  --surface-2: #26180F;
  --text: #F3EDE6;
  --muted: rgba(243, 237, 230, 0.68);
  --border: rgba(255, 255, 255, 0.08);
  --accent: #B88A4E;
  --accent-hover: #C79A5B;
  --on-accent: #1D120C;
  --ok: #34D399;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  --shadow-soft: 0 10px 28px rgba(0, 0, 0, 0.30);
  --radius: 16px;
  --max-width: 1080px;
  --logo-gradient-start: rgba(184, 138, 78, 1);
  --logo-gradient-end: rgba(122, 75, 44, 0.85);
  --logo-shadow: 0 12px 26px rgba(184, 138, 78, 0.18);
  --ico-logo: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3.5c-3.8 0-6.8 3.8-6.8 8.5s3 8.5 6.8 8.5 6.8-3.8 6.8-8.5-3-8.5-6.8-8.5Zm0 1.8c2.7 0 5 3 5 6.7s-2.3 6.7-5 6.7-5-3-5-6.7 2.3-6.7 5-6.7Z'/%3E%3Cpath fill='black' d='M12.1 6.2c-.5 0-.9.4-.9.9 0 1.8-.6 3.3-1.7 4.6-1.1 1.3-1.7 2.9-1.7 4.6 0 .5.4.9.9.9s.9-.4.9-.9c0-1.3.4-2.4 1.3-3.5 1.4-1.6 2.1-3.5 2.1-5.7 0-.5-.4-.9-.9-.9Z'/%3E%3C/svg%3E");
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

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

.m-wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */

.m-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(18, 10, 7, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.m-header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
}

.m-logo {
  grid-column: 1;
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: var(--accent);
  text-decoration: none;
}

.m-logo-mark {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  background: linear-gradient(145deg, var(--logo-gradient-start), var(--logo-gradient-end));
  box-shadow: var(--logo-shadow);
  -webkit-mask-image: var(--ico-logo);
  mask-image: var(--ico-logo);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.m-nav {
  display: none;
  grid-column: 2;
  justify-self: center;
  align-items: center;
  gap: 28px;
  font-weight: 600;
  font-size: 15px;
}

.m-nav a:not(.m-btn) {
  text-decoration: none;
  color: var(--text);
  opacity: 0.85;
}

.m-nav a:not(.m-btn):hover {
  opacity: 1;
  color: var(--accent);
}

.m-header-actions {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}

.m-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
}

.m-btn-primary {
  background: var(--accent);
  color: var(--on-accent);
}

.m-btn-primary:hover {
  background: var(--accent-hover);
}

.m-btn-ghost {
  background: transparent;
  border-color: var(--border);
  color: var(--text);
}

.m-btn-ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.m-btn-whatsapp {
  background: #25D366;
  color: #06210F;
}

.m-btn-whatsapp:hover {
  background: #2FE477;
}

.m-btn-lg {
  padding: 16px 30px;
  font-size: 16px;
}

.m-btn-caps {
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.m-btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

/* Hero */

.m-hero {
  padding: 64px 0 48px;
  text-align: center;
}

.m-hero-banner {
  position: relative;
  padding: 96px 0;
  background-image:
    linear-gradient(180deg, rgba(18, 10, 7, 0.82) 0%, rgba(18, 10, 7, 0.72) 45%, rgba(18, 10, 7, 0.92) 100%),
    url("/assets/img/hero-cafezal.jpg");
  background-size: cover;
  background-position: center 65%;
  background-repeat: no-repeat;
}

.m-hero-banner .m-eyebrow {
  background: rgba(18, 10, 7, 0.45);
  backdrop-filter: blur(4px);
}

.m-hero-banner p {
  color: rgba(243, 237, 230, 0.88);
}

@media (max-width: 640px) {
  .m-hero-banner {
    padding: 72px 0;
    background-position: center 60%;
  }
}

.m-eyebrow {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

.m-hero h1 {
  font-size: clamp(28px, 5vw, 46px);
  line-height: 1.15;
  margin: 0 0 18px;
  font-weight: 800;
}

.m-hero p {
  max-width: 620px;
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: 17px;
}

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

.m-hero-actions--spaced {
  margin-top: 32px;
}

/* Sections */

.m-section {
  padding: 48px 0;
  border-top: 1px solid var(--border);
}

.m-section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 32px;
}

.m-section-head h2 {
  font-size: clamp(22px, 3.5vw, 30px);
  margin: 0 0 10px;
  font-weight: 800;
}

.m-section-head p {
  color: var(--muted);
  margin: 0;
}

/* News carousel */

.m-news-carousel {
  max-width: 640px;
  margin: 0 auto;
}

.m-news-track {
  position: relative;
  min-height: 118px;
}

.m-news-slide {
  display: block;
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  text-decoration: none;
  box-shadow: var(--shadow-soft);
  transition: border-color 120ms ease, opacity 400ms ease;
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.m-news-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: relative;
}

.m-news-slide:hover {
  border-color: var(--accent);
}

.m-news-card-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 8px;
}

.m-news-card-meta {
  font-size: 12px;
  color: var(--muted);
}

.m-news-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.m-news-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: var(--border);
  cursor: pointer;
  transition: background-color 150ms ease, transform 150ms ease;
}

.m-news-dot.is-active {
  background: var(--accent);
  transform: scale(1.25);
}

@media (prefers-reduced-motion: reduce) {
  .m-news-slide {
    transition: none;
  }
}

.m-news-empty {
  color: var(--muted);
  padding: 20px;
  text-align: center;
  border: 1px dashed var(--border);
  border-radius: var(--radius);
}

/* Sobre Nós — dor/solução/benefícios */

.m-pain {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow-soft);
}

.m-pain p {
  color: var(--muted);
  font-size: 16px;
  margin: 0 0 16px;
}

.m-pain p:last-child {
  margin-bottom: 0;
}

.m-pain strong {
  color: var(--text);
}

.m-benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.m-benefit {
  padding: 22px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.m-benefit-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(184, 138, 78, 0.16);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 14px;
}

.m-benefit h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
}

.m-benefit p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.m-cta-final {
  text-align: center;
  padding: 56px 24px;
  background: linear-gradient(160deg, var(--surface-2), var(--surface));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.m-cta-final h2 {
  font-size: clamp(22px, 4vw, 32px);
  margin: 0 0 14px;
  font-weight: 800;
}

.m-cta-final p {
  color: var(--muted);
  max-width: 520px;
  margin: 0 auto 26px;
}

/* Header — menu hamburger (mobile) */

.m-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
}

.m-nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.m-nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.m-nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.m-nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.m-mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 20px 20px;
  border-top: 1px solid var(--border);
}

.m-mobile-nav[hidden] {
  display: none;
}

.m-mobile-nav a:not(.m-btn) {
  padding: 10px 6px;
  text-decoration: none;
  color: var(--text);
  font-weight: 600;
  font-size: 15px;
  border-radius: 8px;
}

.m-mobile-nav a:not(.m-btn):hover {
  background: var(--surface-2);
}

.m-mobile-nav .m-btn {
  width: 100%;
  margin-top: 6px;
}

@media (max-width: 719px) {
  .m-header-actions .m-btn {
    display: none;
  }

  .m-nav-toggle {
    display: flex;
  }
}

@media (min-width: 720px) {
  .m-nav-toggle {
    display: none;
  }

  .m-mobile-nav {
    display: none !important;
  }
}

/* Footer */

.m-footer {
  border-top: 1px solid var(--border);
  padding: 36px 0 24px;
  color: var(--muted);
  font-size: 13px;
}

.m-footer a {
  color: var(--accent);
  text-decoration: none;
}

.m-footer-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 24px;
}

.m-footer-brand .m-logo {
  margin-bottom: 10px;
}

.m-footer-brand p {
  margin: 0;
  max-width: 380px;
  color: var(--muted);
}

.m-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
}

.m-footer-copy {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  font-size: 12px;
}

@media (min-width: 720px) {
  .m-footer-grid {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

/* Hero dividido (Sobre Nós) */

.m-hero-split {
  padding: 56px 0 40px;
}

.m-hero-split-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.m-hero-split h1 {
  font-size: clamp(28px, 4.6vw, 42px);
  line-height: 1.18;
  margin: 0 0 16px;
  font-weight: 800;
}

.m-hero-split p.m-lead {
  color: var(--muted);
  font-size: 17px;
  margin: 0 0 24px;
  max-width: 540px;
}

.m-hero-split .m-hero-actions {
  justify-content: flex-start;
}

.m-hero-micro {
  margin: 10px 0 0;
  font-size: 13px;
  color: var(--muted);
}

.m-trust-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 28px;
}

.m-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--muted);
}

.m-trust-item svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  color: var(--ok);
}

.m-hero-visual {
  width: 100%;
}

/* Problema / agitação em duas colunas */

.m-pain-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.m-pain-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.m-pain-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.m-pain-list svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: var(--danger, #FF6B7A);
  margin-top: 2px;
}

.m-pain-punch {
  margin-top: 28px;
  padding: 20px 24px;
  border-left: 3px solid var(--accent);
  background: var(--surface);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 16px;
}

.m-pain-punch strong {
  color: var(--accent);
}

.m-pain-visual {
  display: flex;
  justify-content: center;
}

/* Como funciona */

.m-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  counter-reset: m-step;
}

.m-step {
  position: relative;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.m-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--on-accent);
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 14px;
}

.m-step h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
}

.m-step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

/* Benefícios com ícone svg */

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

/* Comparação antes/depois */

.m-compare {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

.m-compare table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}

.m-compare th,
.m-compare td {
  padding: 16px 20px;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid var(--border);
}

.m-compare th {
  background: var(--surface-2);
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--muted);
}

.m-compare th:last-child,
.m-compare td:last-child {
  color: var(--text);
}

.m-compare td:first-child {
  color: var(--muted);
}

.m-compare tbody tr:last-child td {
  border-bottom: none;
}

.m-compare td:last-child::before {
  content: '✓';
  color: var(--ok);
  font-weight: 800;
  margin-right: 8px;
}

/* FAQ */

.m-faq {
  display: grid;
  gap: 12px;
}

.m-faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 4px 22px;
}

.m-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 0;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.m-faq-item summary::-webkit-details-marker {
  display: none;
}

.m-faq-item summary::after {
  content: '+';
  flex: 0 0 auto;
  font-size: 20px;
  color: var(--accent);
  font-weight: 400;
  transition: transform 150ms ease;
}

.m-faq-item[open] summary::after {
  transform: rotate(45deg);
}

.m-faq-item p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

/* Botão flutuante do WhatsApp */

.m-floating-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 999px;
  background: #25D366;
  color: #06210F;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.m-floating-cta:hover {
  background: #2FE477;
}

.m-floating-cta svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.m-floating-cta-label {
  display: none;
}

@media (min-width: 720px) {
  .m-nav {
    display: flex;
  }

  .m-benefits {
    grid-template-columns: repeat(3, 1fr);
  }

  .m-hero-split-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .m-trust-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .m-pain-grid {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .m-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .m-floating-cta-label {
    display: inline;
  }
}
