.elementor-2892 .elementor-element.elementor-element-3f244fb{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-61c4e10 */:root {
  --bg: #ffffff;          /* fundo branco */
  --text: #111111;        /* texto preto */
  --muted: #555555;       /* cinza médio para subtítulos */
  --accent: #e11d2e;      /* vermelho Bulldog */
  --radius: 14px;
}

* {box-sizing: border-box;}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
}

.wrap {
  max-width: 480px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

header img.logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
}

header h1 {
  margin: 0;
  font-size: 24px;
  color: var(--text);
  font-weight: 600;
}

header p {
  margin: 4px 0 24px;
  color: var(--muted);
  font-size: 14px;
}

.links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8f8f8;           /* botões claros */
  color: var(--text);
  text-decoration: none;
  padding: 12px 16px;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #e5e5e5;
  transition: background .2s, box-shadow .2s;
}

.btn:hover {
  background: #f0f0f0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.btn img.thumb {
  width: 48px;
  height: 48px;
  border-radius: var(--radius);
  object-fit: cover;
  background: #000;
}

.btn .price {
  margin-left: auto;
  background: var(--accent);
  color: #fff;
  padding: 4px 8px;
  font-size: 14px;
  border-radius: 999px;
}

footer {
  margin-top: 32px;
  font-size: 12px;
  color: var(--muted);
}
body, html, .elementor, .elementor-container {
  background: #ffffff !important;   /* força fundo branco */
}
body {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

header h1 {
  margin: 0;
  font-size: 24px;
  color: var(--text);
  font-family: 'Poppins', Arial, sans-serif; /* fonte moderna */
  font-weight: 600;                          /* peso mais forte para headline */
}

header p {
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 400;                          /* leve para subtítulo */
}/* End custom CSS */