/*
Theme Name: Guru do Desconto
Theme URI: https://gurudodesconto.com.br
Author: Guru do Desconto
Description: Tema para reviews comparativos e promoções — Mercado Livre, Shopee e Amazon.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: guru-do-desconto
Tags: affiliate, reviews, seo, e-commerce
*/

:root {
  --guru-orange: #f27405;
  --guru-orange-dark: #d96304;
  --guru-blue: #1d3557;
  --guru-blue-light: #2a4a73;
  --guru-yellow: #ffc107;
  --guru-bg: #faf8f5;
  --guru-white: #ffffff;
  --guru-gray: #6b7280;
  --guru-gray-light: #f3f4f6;
  --guru-success: #25d366;
  --guru-shadow: 0 4px 24px rgba(29, 53, 87, 0.08);
  --guru-radius: 16px;
  --guru-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --guru-header-height: 76px;
  --guru-landing-nav-height: 52px;
}

.guru-front-landing [id] {
  scroll-margin-top: calc(var(--guru-header-height) + var(--guru-landing-nav-height) + 12px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--guru-font);
  color: var(--guru-blue);
  background: var(--guru-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

img:not(.brand-logo__img) {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--guru-orange);
  text-decoration: none;
  transition: color 0.2s, opacity 0.2s;
}

a:hover {
  color: var(--guru-orange-dark);
}

.container {
  width: min(1140px, 92%);
  margin-inline: auto;
}

/* Header */
.site-header {
  background: var(--guru-white);
  box-shadow: var(--guru-shadow);
  position: sticky;
  top: 0;
  z-index: 101;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
}

/* Brand logo — imagem horizontal oficial */
.brand-logo {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  flex-shrink: 0;
  text-decoration: none;
  line-height: 0;
}

.brand-logo__img {
  display: block;
  height: 76px;
  width: auto;
  max-width: 100%;
}

.brand-logo--header .brand-logo__img {
  height: 76px;
}

.brand-logo--footer {
  margin-bottom: 0.85rem;
}

.brand-logo--footer .brand-logo__img {
  height: 88px;
  width: auto;
  max-width: 100%;
}

@media (max-width: 600px) {
  .brand-logo__img {
    height: 64px;
  }

  .brand-logo--footer .brand-logo__img {
    height: 72px;
  }

  .header-inner {
    flex-wrap: wrap;
  }
}

.main-nav ul {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav a {
  color: var(--guru-blue);
  font-weight: 600;
  font-size: 0.95rem;
}

.main-nav a:hover {
  color: var(--guru-orange);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--guru-success);
  color: var(--guru-white) !important;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  white-space: nowrap;
}

.nav-cta:hover {
  opacity: 0.92;
  color: var(--guru-white) !important;
}

.menu-toggle {
  display: none;
  background: none;
  border: 2px solid var(--guru-blue);
  border-radius: 8px;
  padding: 0.4rem 0.6rem;
  cursor: pointer;
  color: var(--guru-blue);
  font-size: 1.2rem;
}

/* Hero */
.hero {
  padding: 3.5rem 0 4rem;
  background: linear-gradient(135deg, #fff8f0 0%, #eef4fb 100%);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.hero-badge {
  display: inline-block;
  background: var(--guru-yellow);
  color: var(--guru-blue);
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  margin: 0 0 1rem;
  color: var(--guru-blue);
}

.hero h1 span {
  color: var(--guru-orange);
}

.hero p {
  font-size: 1.15rem;
  color: var(--guru-gray);
  margin: 0 0 1.75rem;
  max-width: 520px;
}

.hero-lead {
  font-size: 1.15rem;
}

.hero-microcopy {
  margin: 1rem 0 0;
  font-size: 0.88rem;
  color: var(--guru-gray);
  max-width: 480px;
}

.btn-lg {
  padding: 1rem 1.85rem;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.6rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

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

.btn-whatsapp {
  background: var(--guru-success);
  color: var(--guru-white);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp:hover {
  color: var(--guru-white);
}

.btn-outline {
  background: transparent;
  color: var(--guru-blue);
  border: 2px solid var(--guru-blue);
}

.btn-outline:hover {
  background: var(--guru-blue);
  color: var(--guru-white);
}

.hero-image {
  text-align: center;
}

.hero-image img {
  max-height: 380px;
  margin-inline: auto;
  filter: drop-shadow(0 16px 32px rgba(29, 53, 87, 0.15));
}

/* Sections */
.section {
  padding: 4rem 0;
}

.section--muted {
  background: var(--guru-white);
}

.section--reviews {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-footer-cta {
  text-align: center;
  margin-top: 2rem;
}

.reviews-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: var(--guru-gray);
}

/* Landing — navegação por seções */
.landing-section-nav {
  position: sticky;
  top: var(--guru-header-height);
  z-index: 99;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(29, 53, 87, 0.08);
}

.landing-section-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
}

.landing-section-nav__links {
  display: flex;
  gap: 0.35rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  flex: 1;
  min-width: 0;
}

.landing-section-nav__links::-webkit-scrollbar {
  display: none;
}

.landing-section-nav__link {
  flex-shrink: 0;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--guru-blue);
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}

.landing-section-nav__link:hover,
.landing-section-nav__link.is-active {
  background: rgba(242, 116, 5, 0.12);
  color: var(--guru-orange);
}

.landing-section-nav__cta {
  flex-shrink: 0;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
}

/* Landing — barra de confiança */
.landing-trust-bar {
  background: var(--guru-white);
  border-bottom: 1px solid rgba(29, 53, 87, 0.06);
  padding: 1rem 0;
}

.landing-trust-bar__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.landing-trust-bar__item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--guru-blue);
}

.landing-trust-bar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.15);
  color: var(--guru-success);
  font-size: 0.75rem;
  font-weight: 800;
}

/* Landing — como funciona */
.landing-steps {
  background: var(--guru-bg);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.landing-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: none;
}

.landing-steps__item {
  background: var(--guru-white);
  border-radius: var(--guru-radius);
  padding: 1.5rem 1.25rem;
  box-shadow: var(--guru-shadow);
  text-align: center;
}

.landing-steps__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--guru-orange), var(--guru-orange-dark));
  color: var(--guru-white);
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 0.85rem;
}

.landing-steps__item h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--guru-blue);
}

.landing-steps__item p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--guru-gray);
  line-height: 1.5;
}

.landing-steps__cta {
  text-align: center;
  margin: 2rem 0 0;
}

/* Chips de atalho para grupos */
.group-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.group-chip {
  display: inline-block;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: var(--guru-white);
  border: 1px solid rgba(29, 53, 87, 0.12);
  color: var(--guru-blue);
  font-size: 0.82rem;
  font-weight: 600;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.group-chip:hover {
  border-color: var(--guru-success);
  background: rgba(37, 211, 102, 0.08);
  color: var(--guru-blue);
}

/* CTA fixo mobile — landing */
.landing-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 150;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid rgba(29, 53, 87, 0.1);
  box-shadow: 0 -8px 24px rgba(29, 53, 87, 0.1);
  display: none;
}

.landing-sticky-cta .btn {
  width: 100%;
  justify-content: center;
}

body.landing-sticky-visible .landing-sticky-cta {
  display: block;
}

body.landing-sticky-visible .floating-whatsapp {
  bottom: 5.5rem;
}

.section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin: 0 0 0.5rem;
  color: var(--guru-blue);
}

.section-header p {
  color: var(--guru-gray);
  margin: 0;
  font-size: 1.05rem;
}

/* Marketplaces */
.marketplaces {
  background: var(--guru-white);
}

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

.marketplace-card {
  background: var(--guru-bg);
  border-radius: var(--guru-radius);
  padding: 2rem 1.5rem;
  text-align: center;
  border: 2px solid transparent;
  transition: border-color 0.2s, transform 0.2s;
}

.marketplace-card:hover {
  border-color: var(--guru-orange);
  transform: translateY(-4px);
}

.marketplace-icon {
  width: 120px;
  height: 64px;
  margin: 0 auto 1rem;
  border-radius: var(--guru-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid var(--guru-border, #e5e7eb);
  padding: 0.5rem;
}

.marketplace-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.marketplace-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
}

.marketplace-card p {
  color: var(--guru-gray);
  font-size: 0.95rem;
  margin: 0;
}

/* Reviews grid */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.review-card {
  background: var(--guru-white);
  border-radius: var(--guru-radius);
  overflow: hidden;
  box-shadow: var(--guru-shadow);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s;
}

.review-card:hover {
  transform: translateY(-4px);
}

.review-card-image {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--guru-gray-light);
}

.review-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-card-body {
  padding: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.review-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: 6px;
  margin-bottom: 0.6rem;
  width: fit-content;
}

.badge-ml { background: #ffe600; color: #2d3277; }
.badge-shopee { background: #ee4d2d; color: #fff; }
.badge-amazon { background: #ff9900; color: #232f3e; }

.review-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  line-height: 1.35;
}

.review-card h3 a {
  color: var(--guru-blue);
}

.review-card h3 a:hover {
  color: var(--guru-orange);
}

.review-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}

.stars {
  color: var(--guru-yellow);
  letter-spacing: 1px;
}

.review-price {
  margin-top: auto;
  padding-top: 0.75rem;
}

.price-current {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--guru-orange);
}

.price-old {
  text-decoration: line-through;
  color: var(--guru-gray);
  font-size: 0.9rem;
  margin-left: 0.5rem;
}

.discount-tag {
  background: var(--guru-orange);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  margin-left: 0.5rem;
}

.btn-affiliate {
  display: block;
  text-align: center;
  background: var(--guru-orange);
  color: var(--guru-white);
  padding: 0.7rem;
  border-radius: 10px;
  font-weight: 700;
  margin-top: 0.75rem;
}

.btn-affiliate:hover {
  background: var(--guru-orange-dark);
  color: var(--guru-white);
}

/* WhatsApp CTA band */
.whatsapp-band {
  background: linear-gradient(135deg, var(--guru-success), #1ebe57);
  color: var(--guru-white);
  padding: 3rem 0;
  text-align: center;
}

.whatsapp-band h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.whatsapp-band p {
  margin: 0 0 1.5rem;
  opacity: 0.95;
  font-size: 1.1rem;
}

.whatsapp-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}

.btn-outline--light {
  background: transparent;
  color: var(--guru-white);
  border: 2px solid rgba(255, 255, 255, 0.85);
}

.btn-outline--light:hover {
  background: var(--guru-white);
  color: var(--guru-success);
}

/* Footer */
.site-footer {
  background: var(--guru-blue);
  color: rgba(255, 255, 255, 0.85);
  padding: 3rem 0 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-brand p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-col h4 {
  color: var(--guru-white);
  margin: 0 0 1rem;
  font-size: 1rem;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li {
  margin-bottom: 0.5rem;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.8);
}

.footer-col a:hover {
  color: var(--guru-yellow);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 1.5rem;
  text-align: center;
  font-size: 0.85rem;
}

/* Single review */
.review-single {
  padding: 2.5rem 0 4rem;
}

.review-single-header {
  margin-bottom: 2rem;
}

.review-single-header h1 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin: 0.5rem 0 1rem;
}

.review-content {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 2.5rem;
  align-items: start;
}

.review-prose {
  background: var(--guru-white);
  padding: 2rem;
  border-radius: var(--guru-radius);
  box-shadow: var(--guru-shadow);
}

.review-prose h2,
.review-prose h3 {
  color: var(--guru-blue);
  margin-top: 2rem;
}

/* Comparativo de produtos (reviews gerados por IA) */
.guru-compare-table-wrap {
  overflow-x: auto;
  margin: 1.25rem 0 2rem;
}

.guru-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.guru-compare-table th,
.guru-compare-table td {
  border: 1px solid var(--guru-border, #e5e7eb);
  padding: 0.65rem 0.75rem;
  vertical-align: top;
  text-align: left;
}

.guru-compare-table thead th {
  background: var(--guru-blue, #1d3557);
  color: #fff;
  font-weight: 700;
}

.guru-compare-table tbody th {
  background: #f0f4f8;
  color: var(--guru-blue, #1d3557);
  font-weight: 600;
}

.guru-compare-table .btn-affiliate {
  display: inline-block;
  margin-top: 0;
  padding: 0.45rem 0.75rem;
  font-size: 0.85rem;
}

.guru-product-compare {
  border: 1px solid var(--guru-border, #e5e7eb);
  border-radius: 12px;
  padding: 1.25rem;
  margin: 1.5rem 0;
  background: #fff;
}

.guru-compare-header {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1rem;
  align-items: start;
  margin-bottom: 1rem;
}

.guru-compare-figure,
.guru-winner-figure {
  margin: 0;
}

.guru-compare-img {
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
  background: #f8fafc;
}

.guru-compare-meta h2 {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
}

.guru-compare-price {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
}

.guru-compare-rating {
  margin: 0;
  color: var(--guru-muted, #64748b);
  font-size: 0.95rem;
}

.guru-pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1rem 0;
}

.guru-pros h3,
.guru-cons h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

.guru-pros ul,
.guru-cons ul,
.guru-list-pros,
.guru-list-cons {
  margin: 0;
  padding-left: 1.2rem;
}

.guru-pros li {
  color: #166534;
}

.guru-cons li {
  color: #991b1b;
}

.guru-veredito {
  margin: 0.75rem 0;
  padding: 0.75rem 1rem;
  background: #f0fdf4;
  border-radius: 8px;
}

.guru-toc {
  margin: 1.25rem 0 2rem;
  padding: 1rem 1.25rem;
  background: #f8fafc;
  border: 1px solid var(--guru-border, #e5e7eb);
  border-radius: 12px;
}

.guru-toc h2 {
  margin: 0 0 0.75rem;
  font-size: 1.1rem;
}

.guru-toc ol {
  margin: 0;
  padding-left: 1.25rem;
}

.guru-toc a {
  color: var(--guru-blue, #1d3557);
  text-decoration: none;
}

.guru-toc a:hover {
  text-decoration: underline;
}

.guru-updated {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--guru-muted, #64748b);
}

.guru-faq h3 {
  margin-top: 1.25rem;
}

.guru-product-compare .btn-affiliate {
  margin-top: 1rem;
}

.guru-winner-figure {
  margin: 1rem 0;
}

@media (max-width: 640px) {
  .guru-compare-header {
    grid-template-columns: 1fr;
  }

  .guru-pros-cons {
    grid-template-columns: 1fr;
  }
}

/* Achadinhos do dia */
.achadinhos-page__header {
  margin: 2rem 0 1.5rem;
  text-align: center;
}

.achadinhos-page__badge {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: #e8f4fd;
  color: #1d3557;
  font-size: 0.85rem;
  font-weight: 600;
}

.achadinhos-page__intro {
  max-width: 640px;
  margin: 0.75rem auto 0;
  color: var(--guru-muted, #5c6b7a);
}

.guru-achadinhos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
  margin: 2rem 0;
}

.guru-achadinho-card {
  background: var(--guru-white, #fff);
  border-radius: var(--guru-radius, 12px);
  box-shadow: var(--guru-shadow, 0 4px 20px rgba(0, 0, 0, 0.08));
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.guru-achadinho-card__rank {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: #e63946;
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.25rem 0.55rem;
  border-radius: 6px;
}

.guru-achadinho-card__media {
  position: relative;
  background: #f8f9fa;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.guru-achadinho-card__media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.guru-achadinho-card__body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5rem;
}

.guru-achadinho-card__title {
  font-size: 0.95rem;
  line-height: 1.35;
  margin: 0;
}

.guru-achadinho-card__price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1d3557;
  margin: 0;
}

.guru-achadinho-card__price s {
  font-size: 0.85rem;
  font-weight: 400;
  color: #888;
  margin-left: 0.35rem;
}

.guru-achadinho-card__rating {
  font-size: 0.85rem;
  color: #5c6b7a;
  margin: 0;
}

.guru-achadinho-card .btn-affiliate {
  margin-top: auto;
  text-align: center;
}

.achadinhos-page__cta {
  margin: 2.5rem 0 3rem;
  padding: 1.75rem;
  border-radius: var(--guru-radius, 12px);
  background: linear-gradient(135deg, #1d3557 0%, #457b9d 100%);
  color: #fff;
  text-align: center;
}

.achadinhos-page__cta h2 {
  color: #fff;
  margin-top: 0;
}

.achadinhos-page__cta .btn-affiliate {
  display: inline-block;
  background: #25d366;
  margin-top: 0.75rem;
}

.review-sidebar {
  position: sticky;
  top: 90px;
}

.buy-box {
  background: var(--guru-white);
  border-radius: var(--guru-radius);
  box-shadow: var(--guru-shadow);
  padding: 1.5rem;
  text-align: center;
}

.buy-box img {
  border-radius: 12px;
  margin-bottom: 1rem;
}

.buy-box .btn-affiliate {
  font-size: 1.05rem;
  padding: 0.9rem;
}

.affiliate-disclaimer {
  font-size: 0.8rem;
  color: var(--guru-gray);
  margin-top: 1rem;
  line-height: 1.5;
}

/* Archive */
.archive-header {
  padding: 2.5rem 0 1rem;
  text-align: center;
}

.archive-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.filter-btn {
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 2px solid var(--guru-blue);
  background: transparent;
  color: var(--guru-blue);
  font-weight: 600;
  cursor: pointer;
  font-size: 0.9rem;
  text-decoration: none;
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--guru-blue);
  color: var(--guru-white);
}

/* Google AdSense */
.guru-ad {
  margin: 1.5rem auto;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
  min-height: 90px;
}

.guru-ad-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--guru-gray);
  margin: 0 0 0.35rem;
}

.review-sidebar .guru-ad {
  margin-top: 1rem;
}

/* WhatsApp groups grid — home */
.whatsapp-groups {
  background: linear-gradient(180deg, var(--guru-bg) 0%, var(--guru-white) 100%);
}

.whatsapp-groups-picker {
  position: relative;
}

.whatsapp-groups-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  background: var(--guru-white);
  border-radius: var(--guru-radius);
  box-shadow: var(--guru-shadow);
}

.whatsapp-groups-toolbar__hint {
  margin: 0;
  flex: 1 1 220px;
  font-size: 0.95rem;
  color: var(--guru-gray);
}

.whatsapp-groups-toolbar__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.whatsapp-groups-toolbar__count {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--guru-blue);
  white-space: nowrap;
}

.whatsapp-groups-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.whatsapp-group-card {
  position: relative;
  background: var(--guru-white);
  border-radius: var(--guru-radius);
  box-shadow: var(--guru-shadow);
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}

.whatsapp-group-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(29, 53, 87, 0.12);
}

.whatsapp-group-card--featured {
  border: 2px solid var(--guru-success);
}

.whatsapp-group-card--selected {
  box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.35), var(--guru-shadow);
}

.whatsapp-group-card__select {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}

.whatsapp-group-card__checkbox {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

.whatsapp-group-card__checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid var(--guru-blue);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: background 0.15s, border-color 0.15s, transform 0.15s;
}

.whatsapp-group-card__checkmark::after {
  content: '';
  width: 0.45rem;
  height: 0.75rem;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) scale(0);
  margin-top: -2px;
  transition: transform 0.15s;
}

.whatsapp-group-card__checkbox:checked + .whatsapp-group-card__checkmark {
  background: var(--guru-success);
  border-color: var(--guru-success);
  transform: scale(1.05);
}

.whatsapp-group-card__checkbox:checked + .whatsapp-group-card__checkmark::after {
  transform: rotate(45deg) scale(1);
}

.whatsapp-group-card__select:hover .whatsapp-group-card__checkmark {
  border-color: var(--guru-success);
}

.whatsapp-group-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  background: var(--guru-orange);
  color: var(--guru-white);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.whatsapp-group-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.whatsapp-group-card__link:hover {
  color: inherit;
}

.whatsapp-group-card__media {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--guru-bg);
}

.whatsapp-group-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}

.whatsapp-group-card:hover .whatsapp-group-card__media img {
  transform: scale(1.04);
}

.whatsapp-group-card__body {
  padding: 1.25rem 1.25rem 1.5rem;
}

.whatsapp-group-card__body h3 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  color: var(--guru-blue);
}

.whatsapp-group-card__tagline {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--guru-orange);
}

.whatsapp-group-card__desc {
  margin: 0 0 0;
  font-size: 0.92rem;
  color: var(--guru-gray);
  line-height: 1.5;
}

.whatsapp-group-card__footer {
  padding: 0 1.25rem 1.5rem;
}

.whatsapp-group-card__footer .btn {
  width: 100%;
}

/* Landing por grupo WhatsApp */
.wa-group-hero {
  padding: 3rem 0 2rem;
  background: linear-gradient(135deg, #fff8f0 0%, #eef4fb 100%);
}

.wa-group-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.wa-group-hero__tagline {
  margin: 0 0 0.75rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--guru-orange);
}

.wa-group-hero__desc {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  color: var(--guru-gray);
  max-width: 520px;
}

.wa-group-benefits {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.wa-group-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: var(--guru-blue);
}

.wa-group-benefits li::before {
  content: '✓';
  color: var(--guru-success);
  font-weight: 800;
  flex-shrink: 0;
}

.wa-group-hero__image img {
  border-radius: var(--guru-radius);
  max-height: 420px;
  margin-inline: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 32px rgba(29, 53, 87, 0.15));
}

.wa-group-steps {
  background: var(--guru-bg);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.wa-group-steps__grid {
  max-width: 900px;
  margin: 0 auto;
}

.wa-group-faq__list {
  max-width: 720px;
  margin: 0 auto;
}

.wa-group-others {
  background: var(--guru-white);
}

.wa-group-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 150;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid rgba(29, 53, 87, 0.1);
  box-shadow: 0 -8px 24px rgba(29, 53, 87, 0.1);
  display: none;
}

.guru-wa-group-landing .wa-group-sticky {
  display: none;
}

.guru-wa-group-landing {
  padding-bottom: 0;
}

@media (max-width: 900px) {
  .guru-wa-group-landing .wa-group-sticky {
    display: block;
  }

  .guru-wa-group-landing {
    padding-bottom: 5rem;
  }
}

/* Hub /grupo-whatsapp/ */
.whatsapp-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.whatsapp-hub-card {
  background: var(--guru-white);
  border-radius: var(--guru-radius);
  box-shadow: var(--guru-shadow);
  overflow: hidden;
}

.whatsapp-hub-card__media {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}

.whatsapp-hub-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.whatsapp-hub-card:hover .whatsapp-hub-card__media img {
  transform: scale(1.04);
}

.whatsapp-hub-card__body {
  padding: 1.25rem;
  text-align: center;
}

.whatsapp-hub-card__body h2 {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
}

.whatsapp-hub-card__body h2 a {
  color: var(--guru-blue);
}

.whatsapp-hub-card__body p {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--guru-gray);
}

.whatsapp-hub-back {
  text-align: center;
  margin: 0;
}

.btn-sm {
  padding: 0.65rem 1.1rem;
  font-size: 0.9rem;
  width: 100%;
}

.whatsapp-groups-bulk-bar {
  position: sticky;
  bottom: 1rem;
  z-index: 20;
  margin-top: 1.5rem;
  pointer-events: none;
}

.whatsapp-groups-bulk-bar__inner {
  display: flex;
  justify-content: center;
  pointer-events: auto;
}

.whatsapp-groups-bulk-bar .btn {
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
  min-width: min(100%, 360px);
}

.whatsapp-groups-fallback {
  margin-top: 1.5rem;
  padding: 1.25rem;
  background: #fff8e6;
  border: 1px solid #f0c36d;
  border-radius: var(--guru-radius);
}

.whatsapp-groups-fallback p {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  color: var(--guru-blue);
}

.whatsapp-groups-fallback__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.whatsapp-groups-fallback__links .btn {
  width: 100%;
}

.whatsapp-groups-seo {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.whatsapp-groups-seo h2 {
  font-size: 1.35rem;
  color: var(--guru-blue);
}

.hero--groups .hero-image img {
  border-radius: var(--guru-radius);
  max-height: 420px;
  object-fit: contain;
}

.btn-outline--wa {
  border-color: var(--guru-success);
  color: var(--guru-success);
}

.btn-outline--wa:hover {
  background: var(--guru-success);
  color: var(--guru-white);
}

/* WhatsApp SEO + FAQ */
.whatsapp-seo {
  background: var(--guru-white);
}

.whatsapp-seo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.whatsapp-seo-content ul {
  margin: 1rem 0 1.5rem;
  padding-left: 1.25rem;
  color: var(--guru-gray);
}

.whatsapp-seo-content li {
  margin-bottom: 0.4rem;
}

.faq-list h3 {
  margin: 0 0 1rem;
  color: var(--guru-blue);
}

.faq-item {
  background: var(--guru-bg);
  border-radius: 12px;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(29, 53, 87, 0.08);
}

.faq-item summary {
  padding: 1rem 1.1rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--guru-blue);
  list-style: none;
}

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

.faq-answer {
  padding: 0 1.1rem 1rem;
  color: var(--guru-gray);
  font-size: 0.95rem;
  line-height: 1.6;
}

.faq-answer p {
  margin: 0;
}

@media (max-width: 900px) {
  .whatsapp-seo-grid {
    grid-template-columns: 1fr;
  }

  .whatsapp-groups-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .whatsapp-groups-grid {
    grid-template-columns: 1fr;
  }

  .landing-trust-bar__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .group-chips {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.25rem;
    scrollbar-width: none;
  }

  .group-chips::-webkit-scrollbar {
    display: none;
  }

  .group-chip {
    flex-shrink: 0;
  }

  .whatsapp-groups-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .whatsapp-groups-toolbar__actions {
    justify-content: stretch;
  }

  .whatsapp-groups-toolbar__actions .btn {
    flex: 1 1 auto;
  }

  .whatsapp-groups-bulk-bar {
    bottom: 5rem;
  }
}

/* Floating WhatsApp */
.floating-whatsapp {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 200;
  background: var(--guru-success);
  color: var(--guru-white);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
  transition: transform 0.2s;
}

.floating-whatsapp:hover {
  transform: scale(1.08);
  color: var(--guru-white);
}

/* Responsive */
@media (max-width: 900px) {
  .guru-wa-group-landing .floating-whatsapp {
    bottom: 5.5rem;
  }

  :root {
    --guru-header-height: 64px;
  }

  .hero-grid,
  .review-content,
  .footer-grid,
  .landing-steps__grid {
    grid-template-columns: 1fr;
  }

  .wa-group-hero__grid,
  .whatsapp-hub-grid {
    grid-template-columns: 1fr;
  }

  .landing-section-nav__cta {
    display: none;
  }

  .marketplace-grid {
    grid-template-columns: 1fr;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--guru-white);
    box-shadow: var(--guru-shadow);
    padding: 1rem;
  }

  .main-nav.open {
    display: block;
  }

  .main-nav ul {
    flex-direction: column;
    gap: 0.75rem;
  }

  .header-inner {
    position: relative;
    flex-wrap: wrap;
  }

  .review-sidebar {
    position: static;
  }
}

/* ========== Conversão — landing pages de grupos ========== */
.guru-conversion-page {
  padding-bottom: 6.75rem;
}

.site-header--conversion .header-inner {
  justify-content: space-between;
}

.site-header--conversion .header-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-shrink: 0;
}

.site-header--conversion .header-nav-link {
  color: var(--guru-blue);
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
  text-decoration: none;
}

.site-header--conversion .header-nav-link:hover {
  color: var(--guru-orange);
}

.site-header--conversion .header-cta {
  padding: 0.55rem 1rem;
  font-size: 0.85rem;
  white-space: nowrap;
}

.site-footer--conversion {
  padding: 1.25rem 0;
  text-align: center;
}

.site-footer--conversion .footer-bottom {
  margin: 0;
}

.hero--conversion {
  padding-bottom: 2rem;
}

.hero-promise {
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--guru-blue);
}

.conversion-hook,
.wa-group-hook {
  margin: 0.75rem 0 1rem;
  padding: 0.9rem 1.1rem;
  background: linear-gradient(135deg, #fff8f0 0%, #f0f7ff 100%);
  border-left: 4px solid var(--guru-orange);
  border-radius: 0 var(--guru-radius) var(--guru-radius) 0;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--guru-blue);
  max-width: 520px;
}

.conversion-social-proof {
  margin: 0 0 1.25rem;
  padding: 0.75rem 1rem;
  background: rgba(37, 211, 102, 0.1);
  border-left: 4px solid var(--guru-success);
  border-radius: 0 var(--guru-radius) var(--guru-radius) 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--guru-blue);
  max-width: 520px;
}

.conversion-urgency {
  margin: 1rem 0 0;
  font-size: 0.88rem;
  color: var(--guru-orange);
  font-weight: 600;
  max-width: 480px;
}

.hero-actions--single {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}

.hero-achadinhos-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  padding: 0.85rem 1.5rem;
  border-radius: var(--guru-radius, 12px);
  background: #fff;
  color: #1d3557;
  border: 2px solid #1d3557;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.hero-achadinhos-cta:hover {
  background: #1d3557;
  color: #fff;
}

.btn-cta-primary {
  width: 100%;
  max-width: 420px;
  justify-content: center;
  font-size: 1.05rem;
  padding: 1.05rem 1.75rem;
  box-shadow: 0 10px 32px rgba(37, 211, 102, 0.45);
  animation: guru-cta-pulse 2.5s ease-in-out infinite;
}

@keyframes guru-cta-pulse {
  0%, 100% { box-shadow: 0 10px 32px rgba(37, 211, 102, 0.45); }
  50% { box-shadow: 0 12px 40px rgba(37, 211, 102, 0.65); }
}

.landing-sticky-cta--always {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid rgba(29, 53, 87, 0.12);
  box-shadow: 0 -8px 28px rgba(29, 53, 87, 0.12);
}

.landing-sticky-cta--always .btn {
  width: 100%;
  justify-content: center;
  font-size: 1rem;
  padding: 0.95rem 1.25rem;
}

.guru-conversion-page .floating-whatsapp {
  display: none !important;
}

.whatsapp-groups--conversion {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.whatsapp-groups-grid--conversion {
  margin-bottom: 0;
}

.whatsapp-group-card--conversion {
  display: flex;
  flex-direction: column;
}

.whatsapp-group-card--conversion .whatsapp-group-card__promise {
  margin: 0;
  font-size: 0.9rem;
  color: var(--guru-gray);
  line-height: 1.45;
}

.wa-group-landing--conversion .wa-group-hero {
  padding-bottom: 1rem;
}

.wa-group-hero__promise {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--guru-blue);
}

.wa-group-steps-compact {
  padding: 1.5rem 0 2rem;
  background: var(--guru-white);
  border-top: 1px solid rgba(29, 53, 87, 0.06);
}

.wa-group-steps-compact__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.92rem;
  color: var(--guru-gray);
}

.wa-group-steps-compact__list strong {
  color: var(--guru-orange);
}

@media (min-width: 901px) {
  .landing-sticky-cta--always {
    display: none;
  }

  .guru-conversion-page {
    padding-bottom: 0;
  }

  .btn-cta-primary {
    width: auto;
    min-width: 320px;
  }
}

@media (max-width: 900px) {
  .site-header--conversion .brand-logo__img {
    height: 52px;
  }

  .site-header--conversion .header-cta {
    font-size: 0.78rem;
    padding: 0.5rem 0.75rem;
  }

  .site-header--conversion .header-nav-link {
    font-size: 0.82rem;
  }

  .site-header--conversion .header-actions {
    gap: 0.5rem;
  }

  .hero--conversion .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero--conversion .hero-image {
    order: -1;
    max-width: 280px;
    margin: 0 auto;
  }

  .wa-group-hero__grid {
    grid-template-columns: 1fr;
  }

  .wa-group-hero__image {
    order: -1;
    max-width: 280px;
    margin: 0 auto;
  }
}

/* ========== Conversão v2 — layout otimizado para entrada no grupo ========== */
.hero-hook {
  font-size: clamp(1.65rem, 5vw, 2.35rem);
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.hero-hook span {
  color: var(--guru-orange);
  display: block;
}

.wa-cta-block {
  margin: 1.25rem 0;
}

.cta-join-hint {
  margin: 0.65rem 0 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--guru-blue);
  text-align: center;
  max-width: 420px;
}

.cta-join-hint__arrow {
  display: block;
  color: var(--guru-orange);
  font-size: 1.1rem;
  animation: guru-arrow-bounce 1.5s ease-in-out infinite;
}

@keyframes guru-arrow-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}

.wa-teaser {
  margin: 1.25rem 0;
  padding: 1rem 1.1rem;
  background: var(--guru-white);
  border: 2px dashed rgba(29, 53, 87, 0.15);
  border-radius: var(--guru-radius);
  max-width: 480px;
}

.wa-teaser__label {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--guru-orange);
}

.wa-teaser__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.wa-teaser__list li {
  padding-left: 1.35rem;
  position: relative;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--guru-blue);
}

.wa-teaser__list li::before {
  content: "🔥";
  position: absolute;
  left: 0;
  font-size: 0.85rem;
}

.wa-group-landing--v2 .wa-group-hero--v2 {
  padding: 2rem 0 1rem;
  background: linear-gradient(180deg, #fff8f0 0%, #fff 60%);
}

.wa-group-hero--v2 .container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.wa-group-hero__hook {
  font-size: clamp(1.5rem, 4.5vw, 2.1rem);
  line-height: 1.25;
  margin: 0.5rem 0 0.75rem;
  color: var(--guru-blue);
}

.wa-group-hero__headline {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--guru-gray);
  line-height: 1.5;
  max-width: 520px;
}

.wa-group-hero__visual {
  text-align: center;
}

.wa-group-hero__image {
  max-width: 220px;
  border-radius: var(--guru-radius);
}

.wa-join-steps {
  padding: 2rem 0;
  background: var(--guru-white);
  border-top: 1px solid rgba(29, 53, 87, 0.08);
  border-bottom: 1px solid rgba(29, 53, 87, 0.08);
}

.wa-join-steps__title {
  text-align: center;
  font-size: 1.15rem;
  margin: 0 0 1.5rem;
  color: var(--guru-blue);
}

.wa-join-steps__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  max-width: 640px;
  margin-inline: auto;
}

.wa-join-step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1.1rem;
  background: #f8fafc;
  border-radius: var(--guru-radius);
  border: 1px solid rgba(29, 53, 87, 0.08);
}

.wa-join-step--highlight {
  background: rgba(37, 211, 102, 0.12);
  border: 2px solid var(--guru-success);
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.2);
}

.wa-join-step__num {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--guru-orange);
  color: var(--guru-white);
  font-weight: 800;
  border-radius: 50%;
  font-size: 0.95rem;
}

.wa-join-step--highlight .wa-join-step__num {
  background: var(--guru-success);
}

.wa-join-step__body strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--guru-blue);
}

.wa-join-step__body p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--guru-gray);
  line-height: 1.45;
}

.wa-group-trust {
  padding: 2rem 0 2.5rem;
}

.wa-group-trust__inner {
  max-width: 520px;
}

.wa-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  list-style: none;
  margin: 1rem 0 1.5rem;
  padding: 0;
  font-size: 0.85rem;
  color: var(--guru-gray);
}

.wa-trust-badges li::before {
  content: "✓ ";
  color: var(--guru-success);
  font-weight: 700;
}

.landing-sticky-cta__inner {
  max-width: 480px;
  margin: 0 auto;
}

.landing-sticky-cta__hint {
  margin: 0 0 0.4rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  color: var(--guru-blue);
}

.whatsapp-group-card--v2 .whatsapp-group-card__hook {
  margin: 0.35rem 0 0.65rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--guru-blue);
  line-height: 1.4;
}

.whatsapp-group-card__teaser {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  color: var(--guru-gray);
}

.whatsapp-group-card__teaser li {
  padding-left: 1rem;
  position: relative;
  margin-bottom: 0.2rem;
}

.whatsapp-group-card__teaser li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--guru-orange);
}

.whatsapp-group-card__hint {
  margin: 0.5rem 0 0;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--guru-gray);
  text-align: center;
  line-height: 1.35;
}

@media (min-width: 768px) {
  .wa-join-steps__grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: none;
  }

  .wa-join-step {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .wa-group-hero--v2 .container {
    flex-direction: row;
    align-items: center;
  }

  .wa-group-hero__top {
    flex: 1;
  }

  .wa-group-hero__visual {
    flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  .wa-group-hero__visual {
    order: -1;
  }

  .wa-group-hero__image {
    max-width: 180px;
  }

  .cta-join-hint {
    text-align: left;
  }
}

/* ========== Conversão v3 — landing limpa, foco total no CTA ========== */
.wa-group-landing--v3 {
  --wa-green: #25d366;
  --wa-green-dark: #128c4b;
  --wa-ink: #0b2b1f;
}

.wa-hero-v3 {
  background:
    radial-gradient(ellipse at 50% -20%, rgba(37, 211, 102, 0.35) 0%, transparent 55%),
    linear-gradient(170deg, #0e3d2b 0%, #0b2b1f 70%);
  color: var(--guru-white);
  padding: 2.75rem 0 3.25rem;
  text-align: center;
}

.wa-hero-v3__inner {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.wa-hero-v3__avatar {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: 4px solid var(--wa-green);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  object-fit: cover;
  margin-bottom: 1.1rem;
}

.wa-hero-v3__badge {
  display: inline-block;
  background: var(--guru-yellow);
  color: #533f03;
  /* Arial primeiro: evita “tofu” (□□□) em dígitos com algumas fontes do sistema. */
  font-family: Arial, Helvetica, "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
  padding: 0.32rem 1rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.wa-hero-v3__brand {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--guru-yellow);
}

.wa-hero-v3__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.6rem, 5vw, 2.4rem);
  line-height: 1.2;
  color: var(--guru-white);
  font-weight: 800;
}

.wa-hero-v3__subtitle {
  margin: 0 0 1.5rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  max-width: 480px;
}

.wa-hero-v3 .wa-cta-block {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-cta-hero {
  width: 100%;
  max-width: 440px;
  justify-content: center;
  background: var(--wa-green);
  color: var(--wa-ink);
  font-size: 1.15rem;
  font-weight: 800;
  padding: 1.15rem 1.75rem;
  box-shadow: 0 12px 36px rgba(37, 211, 102, 0.5);
  animation: guru-cta-pulse 2.5s ease-in-out infinite;
}

.btn-cta-hero:hover {
  color: var(--wa-ink);
  transform: translateY(-2px);
}

.wa-hero-v3 .cta-join-hint {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  max-width: none;
}

.wa-hero-v3 .cta-join-hint__arrow {
  color: var(--guru-yellow);
}

.wa-hero-v3__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem 1.25rem;
  list-style: none;
  margin: 1.35rem 0 0;
  padding: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
}

.wa-hero-v3__trust li::before {
  content: "✓ ";
  color: var(--wa-green);
  font-weight: 800;
}

/* Bloco final — prova social + reforço do CTA */
.wa-final-v3 {
  padding: 2.5rem 0 3rem;
  text-align: center;
}

.wa-final-v3__inner {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wa-final-v3__proof {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--guru-blue);
  line-height: 1.5;
}

.wa-final-v3__teaser {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 1rem 1.25rem;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: var(--guru-radius);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  width: 100%;
  max-width: 440px;
  text-align: left;
}

.wa-final-v3__teaser li {
  padding-left: 1.5rem;
  position: relative;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--guru-blue);
}

.wa-final-v3__teaser li::before {
  content: "🔥";
  position: absolute;
  left: 0;
  font-size: 0.9rem;
}

.wa-final-v3 .wa-cta-block {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wa-final-v3__urgency {
  margin: 1rem 0 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--guru-orange);
}

/* Landing v3: passos mais respiráveis */
.wa-group-landing--v3 + .wa-join-steps,
.wa-group-landing--v3 .wa-join-steps {
  border-bottom: none;
}

@media (max-width: 767px) {
  .wa-hero-v3 {
    padding: 2rem 0 2.5rem;
  }

  .wa-hero-v3__avatar {
    width: 88px;
    height: 88px;
  }

  .wa-hero-v3 .cta-join-hint {
    text-align: center;
  }
}

/* Hero v3 na home */
.wa-hero-v3--home .wa-hero-v3__title {
  max-width: 640px;
}

.wa-hero-v3__title-highlight {
  display: block;
  color: var(--guru-yellow);
}

.wa-hero-v3__secondary-link {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wa-hero-v3__secondary-link:hover {
  color: var(--guru-white);
}

/* Cards de grupo — versão limpa */
.whatsapp-group-card--v2 .whatsapp-group-card__body {
  padding-bottom: 0.75rem;
}

.whatsapp-group-card--v2 .whatsapp-group-card__body h3 {
  margin-bottom: 0.15rem;
}

.whatsapp-group-card--v2 .whatsapp-group-card__teaser {
  margin-top: 0.5rem;
}

.whatsapp-group-card--featured {
  border: 3px solid var(--guru-success);
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.25);
}

/* Mobile: cards compactos — mais grupos visíveis por tela */
@media (max-width: 560px) {
  .whatsapp-group-card--v2 {
    display: grid;
    grid-template-columns: 92px 1fr;
    column-gap: 0.9rem;
    align-items: center;
    padding: 0.85rem;
  }

  .whatsapp-group-card--v2 .whatsapp-group-card__media {
    width: 92px;
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
  }

  .whatsapp-group-card--v2 .whatsapp-group-card__body {
    padding: 0;
  }

  .whatsapp-group-card--v2 .whatsapp-group-card__teaser {
    display: none;
  }

  .whatsapp-group-card--v2 .whatsapp-group-card__footer {
    grid-column: 1 / -1;
    padding: 0.75rem 0 0;
  }

  .whatsapp-group-card--v2 .whatsapp-group-badge {
    top: 8px;
    right: 8px;
    font-size: 0.65rem;
    padding: 0.25rem 0.6rem;
  }
}
