/*
Theme Name: BarberPrime Sales
Theme URI: https://barberprime.com.br
Author: BarberPrime
Author URI: https://barberprime.com.br
Description: Tema WordPress premium para venda do sistema SaaS BarberPrime — landing page de alta conversão para sistema de agendamentos para barbearias. Mobile-first, modo dark/light, 100% vanilla JS (zero jQuery), fontes auto-hospedadas (LGPD), painel admin com submenu pages nativas e campos dinâmicos (repeater) para métricas, features, planos, depoimentos, FAQ e vídeos. SEO completo com schema.org (Organization, SoftwareApplication, FAQPage, BreadcrumbList), Open Graph e Twitter Card. Templates para tag/category/archive/search. Cookie banner LGPD, páginas legais (Sobre, Contato, Privacidade, Termos) criadas automaticamente. Compatível com Yoast SEO.
Version: 2.20.4
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: barberprime-sales
Tags: business, landing-page, custom-colors, custom-menu, custom-logo, dark-mode, light-mode, featured-images, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks

BarberPrime Sales WordPress Theme, Copyright BarberPrime
BarberPrime Sales is distributed under the terms of the GNU GPL.
*/

/* ==========================================================================
   FONTES AUTO-HOSPEDADAS — Sem dependência do Google Fonts (LGPD)
   ========================================================================== */

@font-face {
  font-family: 'Playfair Display';
  src: url('assets/fonts/playfair-display-v40-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('assets/fonts/playfair-display-v40-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('assets/fonts/playfair-display-v40-latin-700italic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('assets/fonts/playfair-display-v40-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('assets/fonts/dm-sans-v17-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('assets/fonts/dm-sans-v17-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('assets/fonts/dm-sans-v17-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('assets/fonts/dm-sans-v17-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ==========================================================================
   DESIGN TOKENS
   ========================================================================== */
:root {
  --bp-font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --bp-font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;

  --bp-bg: #FAFAF8;
  --bp-bg-elevated: #FFFFFF;
  --bp-bg-subtle: #F2EEE6;
  --bp-text: #1A1612;
  --bp-text-muted: #5C544A;
  --bp-accent: #C8A96E;
  --bp-accent-hover: #B89858;
  --bp-accent-soft: rgba(200, 169, 110, 0.12);
  --bp-border: #E5E0D8;
  --bp-border-strong: #D4CDBF;
  --bp-success: #2E7D5B;
  --bp-danger: #B83A3A;
  --bp-warning: #C28A1E;

  --bp-shadow-sm: 0 1px 2px rgba(26, 22, 18, 0.06);
  --bp-shadow-md: 0 4px 12px rgba(26, 22, 18, 0.08);
  --bp-shadow-lg: 0 20px 40px rgba(26, 22, 18, 0.12);
  --bp-shadow-glow: 0 0 40px rgba(200, 169, 110, 0.25);

  --bp-space-1: 0.25rem;
  --bp-space-2: 0.5rem;
  --bp-space-3: 0.75rem;
  --bp-space-4: 1rem;
  --bp-space-5: 1.5rem;
  --bp-space-6: 2rem;
  --bp-space-7: 3rem;
  --bp-space-8: 4rem;
  --bp-space-9: 6rem;
  --bp-space-10: 8rem;

  --bp-radius-sm: 6px;
  --bp-radius-md: 12px;
  --bp-radius-lg: 20px;
  --bp-radius-xl: 28px;
  --bp-radius-full: 9999px;

  --bp-transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --bp-transition-base: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --bp-transition-slow: 400ms cubic-bezier(0.4, 0, 0.2, 1);

  --bp-container-max: 1200px;
  --bp-container-narrow: 800px;
  --bp-header-height: 72px;
}

[data-theme="dark"] {
  --bp-bg: #111008;
  --bp-bg-elevated: #1A1813;
  --bp-bg-subtle: #221F18;
  --bp-text: #F5F0E8;
  --bp-text-muted: #A89F90;
  --bp-accent: #E8C97E;
  --bp-accent-hover: #F0D589;
  --bp-accent-soft: rgba(232, 201, 126, 0.15);
  --bp-border: #33302A;
  --bp-border-strong: #45413A;
  --bp-success: #4ECB94;
  --bp-danger: #E66565;
  --bp-warning: #E6B048;

  --bp-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.3);
  --bp-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.4);
  --bp-shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.5);
  --bp-shadow-glow: 0 0 50px rgba(232, 201, 126, 0.2);
}

/* ==========================================================================
   RESET & BASE
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--bp-font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--bp-text);
  background: var(--bp-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color var(--bp-transition-base), color var(--bp-transition-base);
  overflow-x: hidden;
}

img, svg, video { max-width: 100%; height: auto; display: block; }

a { color: var(--bp-accent); text-decoration: none; transition: color var(--bp-transition-fast); }
a:hover { color: var(--bp-accent-hover); }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--bp-font-display);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 var(--bp-space-4);
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(2.25rem, 6vw, 4rem); }
h2 { font-size: clamp(1.75rem, 4.5vw, 2.75rem); }
h3 { font-size: clamp(1.35rem, 3.5vw, 1.75rem); }
h4 { font-size: 1.25rem; }

p { margin: 0 0 var(--bp-space-4); }

:focus-visible { outline: 3px solid var(--bp-accent); outline-offset: 3px; border-radius: 4px; }

/* ==========================================================================
   LAYOUT
   ========================================================================== */
.bp-container { width: 100%; max-width: var(--bp-container-max); margin: 0 auto; padding: 0 var(--bp-space-4); }
.bp-container--narrow { max-width: var(--bp-container-narrow); }
.bp-section { padding: var(--bp-space-8) 0; }

@media (min-width: 768px) {
  .bp-container { padding: 0 var(--bp-space-6); }
  .bp-section { padding: var(--bp-space-10) 0; }
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.bp-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 250, 248, 0.85);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--bp-border);
  transition: background var(--bp-transition-base), border-color var(--bp-transition-base);
}
[data-theme="dark"] .bp-header { background: rgba(17, 16, 8, 0.85); }

.bp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--bp-space-4);
  min-height: var(--bp-header-height);
}

.bp-logo {
  display: flex;
  align-items: center;
  gap: var(--bp-space-2);
  font-family: var(--bp-font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--bp-text);
  letter-spacing: -0.02em;
}
.bp-logo:hover { color: var(--bp-text); }
.bp-logo__mark {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: var(--bp-radius-sm);
  background: linear-gradient(135deg, var(--bp-accent) 0%, var(--bp-accent-hover) 100%);
  align-items: center;
  justify-content: center;
  color: #1A1612;
  font-size: 1.25rem;
  box-shadow: var(--bp-shadow-sm);
}

.bp-nav { display: none; }
.bp-nav__list { display: flex; gap: var(--bp-space-6); list-style: none; margin: 0; padding: 0; }
.bp-nav__link {
  color: var(--bp-text);
  font-weight: 500;
  font-size: 0.95rem;
  position: relative;
  padding: var(--bp-space-2) 0;
}
.bp-nav__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--bp-accent);
  transition: width var(--bp-transition-base);
}
.bp-nav__link:hover { color: var(--bp-accent); }
.bp-nav__link:hover::after { width: 100%; }

.bp-header__actions { display: flex; align-items: center; gap: var(--bp-space-2); }

.bp-theme-toggle {
  width: 40px;
  height: 40px;
  border: 1px solid var(--bp-border);
  background: var(--bp-bg-elevated);
  border-radius: var(--bp-radius-full);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--bp-text);
  transition: all var(--bp-transition-fast);
}
.bp-theme-toggle:hover { border-color: var(--bp-accent); color: var(--bp-accent); }

.bp-menu-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--bp-border);
  background: var(--bp-bg-elevated);
  border-radius: var(--bp-radius-full);
  cursor: pointer;
  gap: 4px;
  padding: 0 10px;
}
.bp-menu-toggle span { display: block; height: 2px; background: var(--bp-text); border-radius: 2px; transition: all var(--bp-transition-fast); }
.bp-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.bp-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.bp-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.bp-mobile-nav {
  position: fixed;
  top: var(--bp-header-height);
  left: 0;
  right: 0;
  background: var(--bp-bg-elevated);
  border-bottom: 1px solid var(--bp-border);
  padding: var(--bp-space-5);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all var(--bp-transition-base);
  box-shadow: var(--bp-shadow-lg);
  z-index: 99;
}
.bp-mobile-nav[data-open="true"] { transform: translateY(0); opacity: 1; visibility: visible; }
.bp-mobile-nav__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--bp-space-2); }
.bp-mobile-nav__link {
  display: block;
  padding: var(--bp-space-3) var(--bp-space-4);
  color: var(--bp-text);
  font-weight: 500;
  font-size: 1.05rem;
  border-radius: var(--bp-radius-md);
  transition: all var(--bp-transition-fast);
}
.bp-mobile-nav__link:hover { background: var(--bp-accent-soft); color: var(--bp-accent); }
.bp-mobile-nav__cta { margin-top: var(--bp-space-4); }

@media (min-width: 900px) {
  .bp-nav { display: block; }
  .bp-menu-toggle { display: none; }
  .bp-mobile-nav { display: none; }
}

/* ==========================================================================
   BOTÕES
   ========================================================================== */
.bp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--bp-space-2);
  padding: var(--bp-space-3) var(--bp-space-5);
  font-family: var(--bp-font-body);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  border-radius: var(--bp-radius-full);
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all var(--bp-transition-base);
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.bp-btn--primary { background: var(--bp-accent); color: #1A1612; border-color: var(--bp-accent); box-shadow: var(--bp-shadow-sm); }
.bp-btn--primary:hover {
  background: var(--bp-accent-hover);
  border-color: var(--bp-accent-hover);
  color: #1A1612;
  transform: translateY(-2px);
  box-shadow: var(--bp-shadow-md), var(--bp-shadow-glow);
}
.bp-btn--ghost { background: transparent; color: var(--bp-text); border-color: var(--bp-border); }
.bp-btn--ghost:hover { background: var(--bp-bg-subtle); border-color: var(--bp-accent); color: var(--bp-accent); }
.bp-btn--large { padding: var(--bp-space-4) var(--bp-space-6); font-size: 1.05rem; }
.bp-btn--block { width: 100%; }

/* ==========================================================================
   HERO
   ========================================================================== */
.bp-hero { position: relative; padding: var(--bp-space-8) 0 var(--bp-space-9); overflow: hidden; }

.bp-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 10%, var(--bp-accent-soft) 0%, transparent 40%),
    radial-gradient(circle at 80% 80%, var(--bp-accent-soft) 0%, transparent 40%);
}

.bp-hero__grid-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(var(--bp-border) 1px, transparent 1px),
    linear-gradient(90deg, var(--bp-border) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.3;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}

.bp-hero__inner { position: relative; z-index: 1; text-align: center; max-width: 880px; margin: 0 auto; }

.bp-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--bp-space-2);
  padding: var(--bp-space-2) var(--bp-space-4);
  background: var(--bp-accent-soft);
  color: var(--bp-accent);
  border-radius: var(--bp-radius-full);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: var(--bp-space-5);
  border: 1px solid var(--bp-accent);
}
.bp-hero__eyebrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bp-accent);
  box-shadow: 0 0 0 4px var(--bp-accent-soft);
  animation: bp-pulse 2s ease-in-out infinite;
}
@keyframes bp-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }

.bp-hero__title { font-size: clamp(2.5rem, 7vw, 4.5rem); margin-bottom: var(--bp-space-5); }
.bp-hero__title em { font-style: italic; color: var(--bp-accent); font-weight: 400; }

.bp-hero__subtitle {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: var(--bp-text-muted);
  margin-bottom: var(--bp-space-6);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.bp-hero__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--bp-space-3);
  margin-bottom: var(--bp-space-6);
}
.bp-hero__cta-note { font-size: 0.85rem; color: var(--bp-text-muted); }
.bp-hero__cta-note strong { color: var(--bp-text); }

@media (min-width: 600px) {
  .bp-hero__cta { flex-direction: row; justify-content: center; }
}

/* Métricas — grid dinâmico (1-6+ itens) */
.bp-hero__metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: var(--bp-space-3);
  margin-top: var(--bp-space-7);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.bp-hero__metric {
  padding: var(--bp-space-4);
  background: var(--bp-bg-elevated);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius-md);
}
.bp-hero__metric-value {
  display: block;
  font-family: var(--bp-font-display);
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  color: var(--bp-accent);
  line-height: 1;
  margin-bottom: var(--bp-space-1);
}
.bp-hero__metric-label {
  font-size: 0.8rem;
  color: var(--bp-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ==========================================================================
   SECTION HEADER
   ========================================================================== */
.bp-section__head { text-align: center; max-width: 720px; margin: 0 auto var(--bp-space-7); }
.bp-section__eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--bp-accent);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: var(--bp-space-3);
}
.bp-section__title { font-size: clamp(1.85rem, 4.5vw, 2.75rem); margin-bottom: var(--bp-space-3); }
.bp-section__subtitle { font-size: 1.05rem; color: var(--bp-text-muted); line-height: 1.6; }

/* ==========================================================================
   FEATURES GRID — Suporte a N cards
   ========================================================================== */
.bp-features { display: grid; grid-template-columns: 1fr; gap: var(--bp-space-4); }
@media (min-width: 600px) { .bp-features { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .bp-features { grid-template-columns: repeat(3, 1fr); } }

.bp-feature {
  padding: var(--bp-space-6);
  background: var(--bp-bg-elevated);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius-lg);
  transition: all var(--bp-transition-base);
  position: relative;
  overflow: hidden;
}
.bp-feature::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--bp-accent) 0%, transparent 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--bp-transition-base);
}
.bp-feature:hover { border-color: var(--bp-accent); transform: translateY(-4px); box-shadow: var(--bp-shadow-md); }
.bp-feature:hover::before { transform: scaleX(1); }

.bp-feature__icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  background: var(--bp-accent-soft);
  color: var(--bp-accent);
  border-radius: var(--bp-radius-md);
  font-size: 1.5rem;
  margin-bottom: var(--bp-space-4);
}
.bp-feature__title { font-size: 1.25rem; margin-bottom: var(--bp-space-2); }
.bp-feature__text { color: var(--bp-text-muted); font-size: 0.95rem; line-height: 1.6; margin: 0; }

/* ==========================================================================
   VIDEOS
   ========================================================================== */
.bp-video { background: var(--bp-bg-subtle); }
.bp-video__frame {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: var(--bp-radius-lg);
  overflow: hidden;
  background: #000;
  box-shadow: var(--bp-shadow-lg);
  border: 1px solid var(--bp-border);
}
.bp-video__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.bp-video__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--bp-space-3);
  color: var(--bp-text-muted);
  text-align: center;
  padding: var(--bp-space-5);
  background: var(--bp-bg-subtle);
}
.bp-video__placeholder svg { width: 64px; height: 64px; opacity: 0.4; }

.bp-video-grid { display: grid; grid-template-columns: 1fr; gap: var(--bp-space-5); margin-top: var(--bp-space-6); }
@media (min-width: 760px) { .bp-video-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .bp-video-grid--3 { grid-template-columns: repeat(3, 1fr); } }

.bp-video-grid__item {
  background: var(--bp-bg-elevated);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius-lg);
  padding: var(--bp-space-4);
  transition: all var(--bp-transition-base);
}
.bp-video-grid__item:hover { border-color: var(--bp-accent); box-shadow: var(--bp-shadow-md); }
.bp-video-grid__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--bp-radius-md);
  overflow: hidden;
  background: #000;
  margin-bottom: var(--bp-space-3);
}
.bp-video-grid__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.bp-video-grid__title { font-family: var(--bp-font-display); font-size: 1.1rem; margin: 0 0 var(--bp-space-1); color: var(--bp-text); }
.bp-video-grid__desc { font-size: 0.9rem; color: var(--bp-text-muted); margin: 0; }

/* ==========================================================================
   PRICING — N planos dinamicamente
   ========================================================================== */
.bp-pricing {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--bp-space-5);
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 720px) { .bp-pricing { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .bp-pricing { grid-template-columns: repeat(3, 1fr); } }
.bp-pricing--4 { max-width: 1280px; }
@media (min-width: 1200px) { .bp-pricing--4 { grid-template-columns: repeat(4, 1fr); } }

.bp-plan {
  position: relative;
  padding: var(--bp-space-6);
  background: var(--bp-bg-elevated);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius-lg);
  display: flex;
  flex-direction: column;
  transition: all var(--bp-transition-base);
}
.bp-plan:hover { transform: translateY(-4px); box-shadow: var(--bp-shadow-md); }
.bp-plan--featured { border: 2px solid var(--bp-accent); box-shadow: var(--bp-shadow-glow); }
.bp-plan__badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bp-accent);
  color: #1A1612;
  padding: var(--bp-space-1) var(--bp-space-4);
  border-radius: var(--bp-radius-full);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.bp-plan__name { font-family: var(--bp-font-display); font-size: 1.5rem; margin: 0 0 var(--bp-space-2); }
.bp-plan__desc { color: var(--bp-text-muted); font-size: 0.9rem; margin-bottom: var(--bp-space-5); min-height: 2.5em; }
.bp-plan__price { display: flex; align-items: baseline; gap: var(--bp-space-1); margin-bottom: var(--bp-space-5); }
.bp-plan__price-symbol { font-family: var(--bp-font-display); font-size: 1.5rem; color: var(--bp-text-muted); }
.bp-plan__price-value {
  font-family: var(--bp-font-display);
  font-size: 3rem;
  font-weight: 700;
  color: var(--bp-text);
  line-height: 1;
  letter-spacing: -0.03em;
}
.bp-plan__price-period { color: var(--bp-text-muted); font-size: 0.9rem; }
.bp-plan__features {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--bp-space-6);
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--bp-space-3);
}
.bp-plan__features li {
  display: flex;
  align-items: flex-start;
  gap: var(--bp-space-2);
  font-size: 0.95rem;
  color: var(--bp-text);
}
.bp-plan__features li::before {
  content: '✓';
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  background: var(--bp-accent-soft);
  color: var(--bp-accent);
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.75rem;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */
.bp-testimonials { display: grid; grid-template-columns: 1fr; gap: var(--bp-space-4); }
@media (min-width: 700px) { .bp-testimonials { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .bp-testimonials { grid-template-columns: repeat(3, 1fr); } }

.bp-testimonial {
  padding: var(--bp-space-6);
  background: var(--bp-bg-elevated);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius-lg);
  display: flex;
  flex-direction: column;
  gap: var(--bp-space-4);
}
.bp-testimonial__stars { color: var(--bp-accent); letter-spacing: 2px; font-size: 1.1rem; }
.bp-testimonial__quote {
  font-family: var(--bp-font-display);
  font-size: 1.1rem;
  line-height: 1.5;
  color: var(--bp-text);
  font-style: italic;
  margin: 0;
}
.bp-testimonial__author { display: flex; align-items: center; gap: var(--bp-space-3); margin-top: auto; }
.bp-testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bp-accent) 0%, var(--bp-accent-hover) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1A1612;
  font-weight: 700;
  font-family: var(--bp-font-display);
  font-size: 1.15rem;
}
.bp-testimonial__name { font-weight: 600; font-size: 0.95rem; margin: 0; }
.bp-testimonial__role { font-size: 0.85rem; color: var(--bp-text-muted); margin: 0; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.bp-faq { max-width: 800px; margin: 0 auto; }
.bp-faq__item { border-bottom: 1px solid var(--bp-border); padding: var(--bp-space-4) 0; }
.bp-faq__item:first-child { border-top: 1px solid var(--bp-border); }
.bp-faq__question {
  width: 100%;
  background: none;
  border: 0;
  text-align: left;
  font-family: var(--bp-font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--bp-text);
  cursor: pointer;
  padding: var(--bp-space-3) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--bp-space-4);
}
.bp-faq__question::after {
  content: '+';
  font-size: 1.5rem;
  color: var(--bp-accent);
  transition: transform var(--bp-transition-base);
  flex-shrink: 0;
}
.bp-faq__item[data-open="true"] .bp-faq__question::after { transform: rotate(45deg); }
.bp-faq__answer { max-height: 0; overflow: hidden; transition: max-height var(--bp-transition-slow); color: var(--bp-text-muted); }
.bp-faq__answer-inner { padding: var(--bp-space-2) 0 var(--bp-space-4); line-height: 1.7; }
.bp-faq__item[data-open="true"] .bp-faq__answer { max-height: 1000px; }

/* ==========================================================================
   CTA FINAL
   ========================================================================== */
.bp-cta-final {
  position: relative;
  padding: var(--bp-space-9) var(--bp-space-4);
  background: linear-gradient(135deg, var(--bp-bg-subtle) 0%, var(--bp-bg-elevated) 100%);
  border-radius: var(--bp-radius-xl);
  text-align: center;
  overflow: hidden;
  border: 1px solid var(--bp-border);
  margin: 0 var(--bp-space-4);
}
.bp-cta-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 0%, var(--bp-accent-soft) 0%, transparent 50%),
    radial-gradient(circle at 100% 100%, var(--bp-accent-soft) 0%, transparent 50%);
  pointer-events: none;
}
.bp-cta-final__inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.bp-cta-final__title { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: var(--bp-space-4); }
.bp-cta-final__text { font-size: 1.1rem; color: var(--bp-text-muted); margin-bottom: var(--bp-space-6); }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.bp-footer {
  background: var(--bp-bg-subtle);
  border-top: 1px solid var(--bp-border);
  padding: var(--bp-space-8) 0 var(--bp-space-5);
  margin-top: var(--bp-space-8);
}
.bp-footer__grid { display: grid; grid-template-columns: 1fr; gap: var(--bp-space-6); margin-bottom: var(--bp-space-6); }
@media (min-width: 760px) { .bp-footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.bp-footer__brand-text { color: var(--bp-text-muted); font-size: 0.95rem; line-height: 1.6; margin-top: var(--bp-space-3); max-width: 360px; }
.bp-footer__title {
  font-family: var(--bp-font-display);
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: var(--bp-space-4);
  color: var(--bp-text);
}
.bp-footer__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: var(--bp-space-2); }
.bp-footer__link { color: var(--bp-text-muted); font-size: 0.92rem; transition: color var(--bp-transition-fast); }
.bp-footer__link:hover { color: var(--bp-accent); }

.bp-footer__bottom {
  padding-top: var(--bp-space-5);
  border-top: 1px solid var(--bp-border);
  display: flex;
  flex-direction: column;
  gap: var(--bp-space-3);
  align-items: center;
  text-align: center;
  font-size: 0.85rem;
  color: var(--bp-text-muted);
}
@media (min-width: 600px) {
  .bp-footer__bottom { flex-direction: row; justify-content: space-between; text-align: left; }
}
.bp-footer__legal { display: flex; gap: var(--bp-space-4); list-style: none; padding: 0; margin: 0; flex-wrap: wrap; }
.bp-footer__legal a { color: var(--bp-text-muted); font-size: 0.85rem; }
.bp-footer__legal a:hover { color: var(--bp-accent); }

.bp-footer__socials { display: flex; gap: var(--bp-space-3); margin-top: var(--bp-space-3); }
.bp-footer__socials a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--bp-border);
  color: var(--bp-text-muted);
  transition: all var(--bp-transition-fast);
}
.bp-footer__socials a:hover { border-color: var(--bp-accent); color: var(--bp-accent); transform: translateY(-2px); }

/* ==========================================================================
   PÁGINAS LEGAIS
   ========================================================================== */
.bp-page-legal { max-width: var(--bp-container-narrow); margin: 0 auto; padding: var(--bp-space-7) 0; }
.bp-page-legal h2 { margin-top: var(--bp-space-7); padding-top: var(--bp-space-4); border-top: 1px solid var(--bp-border); }
.bp-page-legal h2:first-of-type { margin-top: var(--bp-space-5); border-top: 0; padding-top: 0; }
.bp-page-legal h3 { margin-top: var(--bp-space-5); }
.bp-page-legal ul, .bp-page-legal ol { padding-left: var(--bp-space-5); margin-bottom: var(--bp-space-4); }
.bp-page-legal li { margin-bottom: var(--bp-space-2); }
.bp-page-legal__updated {
  display: inline-block;
  font-size: 0.85rem;
  color: var(--bp-text-muted);
  background: var(--bp-bg-subtle);
  padding: var(--bp-space-2) var(--bp-space-3);
  border-radius: var(--bp-radius-sm);
  margin-bottom: var(--bp-space-5);
}

/* ==========================================================================
   PÁGINA SOBRE
   ========================================================================== */
.bp-about-hero { text-align: center; padding: var(--bp-space-8) 0 var(--bp-space-6); }
.bp-about-values { display: grid; grid-template-columns: 1fr; gap: var(--bp-space-4); margin-top: var(--bp-space-6); }
@media (min-width: 700px) { .bp-about-values { grid-template-columns: repeat(3, 1fr); } }
.bp-about-value {
  padding: var(--bp-space-5);
  background: var(--bp-bg-elevated);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius-lg);
  text-align: center;
}
.bp-about-value__icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  background: var(--bp-accent-soft);
  color: var(--bp-accent);
  border-radius: var(--bp-radius-full);
  font-size: 1.5rem;
  margin-bottom: var(--bp-space-3);
}

/* ==========================================================================
   CONTATO
   ========================================================================== */
.bp-contact-grid { display: grid; grid-template-columns: 1fr; gap: var(--bp-space-6); }
@media (min-width: 900px) { .bp-contact-grid { grid-template-columns: 1fr 1.4fr; } }

.bp-contact-info {
  background: var(--bp-bg-elevated);
  padding: var(--bp-space-6);
  border-radius: var(--bp-radius-lg);
  border: 1px solid var(--bp-border);
  height: fit-content;
}
.bp-contact-info__item { display: flex; gap: var(--bp-space-3); margin-bottom: var(--bp-space-5); align-items: flex-start; }
.bp-contact-info__item:last-child { margin-bottom: 0; }
.bp-contact-info__icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: var(--bp-accent-soft);
  color: var(--bp-accent);
  border-radius: var(--bp-radius-md);
  flex-shrink: 0;
}
.bp-contact-info__label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--bp-text-muted);
  margin: 0 0 4px;
}
.bp-contact-info__value { margin: 0; color: var(--bp-text); font-weight: 500; }
.bp-contact-info__value a { color: var(--bp-text); }
.bp-contact-info__value a:hover { color: var(--bp-accent); }

.bp-contact-form {
  background: var(--bp-bg-elevated);
  padding: var(--bp-space-6);
  border-radius: var(--bp-radius-lg);
  border: 1px solid var(--bp-border);
}
.bp-form-row { margin-bottom: var(--bp-space-4); }
.bp-form-row--two-cols { display: grid; grid-template-columns: 1fr; gap: var(--bp-space-4); }
@media (min-width: 600px) { .bp-form-row--two-cols { grid-template-columns: 1fr 1fr; } }

.bp-form-row label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: var(--bp-space-2); color: var(--bp-text); }
.bp-form-row input,
.bp-form-row textarea,
.bp-form-row select {
  width: 100%;
  padding: var(--bp-space-3) var(--bp-space-4);
  font-family: var(--bp-font-body);
  font-size: 1rem;
  color: var(--bp-text);
  background: var(--bp-bg);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius-md);
  transition: border-color var(--bp-transition-fast), box-shadow var(--bp-transition-fast);
}
.bp-form-row input:focus,
.bp-form-row textarea:focus,
.bp-form-row select:focus {
  outline: 0;
  border-color: var(--bp-accent);
  box-shadow: 0 0 0 3px var(--bp-accent-soft);
}
.bp-form-row textarea { resize: vertical; min-height: 140px; }
.bp-form-checkbox { display: flex; gap: var(--bp-space-2); align-items: flex-start; font-size: 0.9rem; color: var(--bp-text-muted); }
.bp-form-checkbox input[type="checkbox"] { margin-top: 4px; accent-color: var(--bp-accent); width: 18px; height: 18px; flex-shrink: 0; }
.bp-form-notice { padding: var(--bp-space-3) var(--bp-space-4); border-radius: var(--bp-radius-md); margin-bottom: var(--bp-space-4); font-size: 0.9rem; }
.bp-form-notice--success { background: rgba(46, 125, 91, 0.1); color: var(--bp-success); border: 1px solid var(--bp-success); }
.bp-form-notice--error { background: rgba(184, 58, 58, 0.1); color: var(--bp-danger); border: 1px solid var(--bp-danger); }

/* ==========================================================================
   COOKIE BANNER LGPD
   ========================================================================== */
.bp-cookie-banner {
  position: fixed;
  bottom: var(--bp-space-4);
  left: var(--bp-space-4);
  right: var(--bp-space-4);
  z-index: 95;
  background: var(--bp-bg-elevated);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius-lg);
  padding: var(--bp-space-5);
  box-shadow: var(--bp-shadow-lg);
  max-width: 540px;
  transform: translateY(120%);
  opacity: 0;
  transition: all var(--bp-transition-slow);
}
.bp-cookie-banner[data-visible="true"] { transform: translateY(0); opacity: 1; }
.bp-cookie-banner__title {
  font-family: var(--bp-font-display);
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 var(--bp-space-2);
  display: flex;
  align-items: center;
  gap: var(--bp-space-2);
}
.bp-cookie-banner__text { font-size: 0.9rem; color: var(--bp-text-muted); margin: 0 0 var(--bp-space-4); line-height: 1.5; }
.bp-cookie-banner__actions { display: flex; flex-wrap: wrap; gap: var(--bp-space-2); }
.bp-cookie-banner__actions .bp-btn { padding: var(--bp-space-2) var(--bp-space-4); font-size: 0.85rem; }
@media (min-width: 600px) { .bp-cookie-banner { left: auto; } }

/* ==========================================================================
   WIDGETS
   ========================================================================== */
.widget { margin-bottom: var(--bp-space-5); }
.widget-title {
  font-family: var(--bp-font-display);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: var(--bp-space-3);
  color: var(--bp-text);
}
.widget ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: var(--bp-space-2); }
.widget ul li a { color: var(--bp-text-muted); font-size: 0.92rem; }
.widget ul li a:hover { color: var(--bp-accent); }

/* ==========================================================================
   WHATSAPP
   ========================================================================== */
.bp-whatsapp {
  position: fixed;
  bottom: var(--bp-space-4);
  right: var(--bp-space-4);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  z-index: 90;
  transition: all var(--bp-transition-base);
}
.bp-whatsapp:hover { transform: scale(1.1); color: #fff; }
.bp-whatsapp svg { width: 28px; height: 28px; }

/* ==========================================================================
   ACESSIBILIDADE
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  padding: var(--bp-space-3) var(--bp-space-4);
  background: var(--bp-text);
  color: var(--bp-bg);
}
.skip-link:focus { left: var(--bp-space-3); top: var(--bp-space-3); }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: var(--bp-bg-elevated);
  clip: auto !important;
  clip-path: none;
  color: var(--bp-text);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* WP core */
.alignleft { float: left; margin-right: 1.5em; margin-bottom: 1em; }
.alignright { float: right; margin-left: 1.5em; margin-bottom: 1em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignwide { max-width: 1100px; }
.alignfull { max-width: 100%; }

.wp-caption { max-width: 100%; margin-bottom: 1.5em; }
.wp-caption-text { font-size: 0.85rem; color: var(--bp-text-muted); text-align: center; margin-top: var(--bp-space-2); }
.sticky { display: block; }
.bypostauthor { display: block; }
.comment-list { list-style: none; padding: 0; }
.comment-list .children { list-style: none; padding-left: var(--bp-space-5); }
.posts-navigation, .post-navigation {
  margin: var(--bp-space-6) 0;
  display: flex;
  justify-content: space-between;
  gap: var(--bp-space-4);
}

/* Reveal */
.bp-reveal { opacity: 0; transform: translateY(20px); transition: opacity 600ms ease, transform 600ms ease; }
.bp-reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ==========================================================================
   ARCHIVE / TAG / CATEGORY / SEARCH
   ========================================================================== */
.bp-archive-hero {
  padding-top: var(--bp-space-6);
  padding-bottom: var(--bp-space-6);
  background: linear-gradient(180deg, var(--bp-bg-subtle) 0%, var(--bp-bg) 100%);
  border-bottom: 1px solid var(--bp-border);
}
.bp-archive-hero__inner {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.bp-archive-hero__title {
  font-size: clamp(2rem, 5vw, 3rem);
  margin: var(--bp-space-3) 0;
  letter-spacing: -0.03em;
}
.bp-archive-hero__desc {
  color: var(--bp-text-muted);
  font-size: 1.05rem;
  margin: 0;
}
.bp-archive-hero__meta {
  display: inline-block;
  margin-top: var(--bp-space-4);
  padding: var(--bp-space-1) var(--bp-space-3);
  background: var(--bp-accent-soft);
  color: var(--bp-accent);
  border-radius: var(--bp-radius-full);
  font-size: 0.85rem;
  font-weight: 600;
}

.bp-breadcrumb {
  font-size: 0.85rem;
  color: var(--bp-text-muted);
  margin-bottom: var(--bp-space-5);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--bp-space-2);
  flex-wrap: wrap;
}
.bp-breadcrumb a {
  color: var(--bp-text-muted);
}
.bp-breadcrumb a:hover { color: var(--bp-accent); }
.bp-breadcrumb [aria-current="page"] {
  color: var(--bp-text);
  font-weight: 600;
}

/* Posts grid */
.bp-posts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--bp-space-5);
  margin-bottom: var(--bp-space-7);
}
@media (min-width: 700px) { .bp-posts-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .bp-posts-grid { grid-template-columns: repeat(3, 1fr); } }

/* Post card */
.bp-post-card {
  background: var(--bp-bg-elevated);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all var(--bp-transition-base);
}
.bp-post-card:hover {
  border-color: var(--bp-accent);
  transform: translateY(-4px);
  box-shadow: var(--bp-shadow-md);
}
.bp-post-card__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--bp-bg-subtle);
}
.bp-post-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--bp-transition-slow);
}
.bp-post-card:hover .bp-post-card__thumb img {
  transform: scale(1.05);
}
.bp-post-card__body {
  padding: var(--bp-space-5);
  display: flex;
  flex-direction: column;
  gap: var(--bp-space-3);
  flex: 1;
}
.bp-post-card__cat {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--bp-accent);
  background: var(--bp-accent-soft);
  padding: 4px 10px;
  border-radius: var(--bp-radius-full);
}
.bp-post-card__title {
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0;
}
.bp-post-card__title a {
  color: var(--bp-text);
  transition: color var(--bp-transition-fast);
}
.bp-post-card__title a:hover { color: var(--bp-accent); }
.bp-post-card__excerpt {
  color: var(--bp-text-muted);
  font-size: 0.92rem;
  line-height: 1.6;
  flex: 1;
}
.bp-post-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--bp-space-3);
  border-top: 1px solid var(--bp-border);
  margin-top: auto;
}
.bp-post-card__date {
  font-size: 0.82rem;
  color: var(--bp-text-muted);
}
.bp-post-card__more {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--bp-accent);
}

/* Tag pills / cloud */
.bp-related-tags {
  padding: var(--bp-space-6) 0 0;
  border-top: 1px solid var(--bp-border);
  margin-top: var(--bp-space-7);
}
.bp-related-tags h3 {
  font-size: 1.1rem;
  margin-bottom: var(--bp-space-4);
}
.bp-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: var(--bp-space-2);
}
.bp-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: var(--bp-space-2);
  padding: var(--bp-space-2) var(--bp-space-3);
  background: var(--bp-bg-elevated);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius-full);
  font-size: 0.88rem;
  color: var(--bp-text);
  transition: all var(--bp-transition-fast);
}
.bp-tag-pill:hover {
  border-color: var(--bp-accent);
  color: var(--bp-accent);
  background: var(--bp-accent-soft);
}
.bp-tag-pill__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  background: var(--bp-bg-subtle);
  border-radius: var(--bp-radius-full);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--bp-text-muted);
}
.bp-tag-pill:hover .bp-tag-pill__count {
  background: var(--bp-accent);
  color: var(--bp-bg-elevated);
}

/* Subcategorias */
.bp-cat-children {
  margin-bottom: var(--bp-space-7);
}
.bp-cat-children__title {
  font-size: 1.1rem;
  margin-bottom: var(--bp-space-3);
}
.bp-cat-children__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--bp-space-3);
}
@media (min-width: 600px) { .bp-cat-children__list { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .bp-cat-children__list { grid-template-columns: repeat(3, 1fr); } }
.bp-cat-children__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: var(--bp-space-3) var(--bp-space-4);
  background: var(--bp-bg-elevated);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius-md);
  color: var(--bp-text);
  transition: all var(--bp-transition-fast);
}
.bp-cat-children__item:hover {
  border-color: var(--bp-accent);
  color: var(--bp-text);
  transform: translateY(-2px);
}
.bp-cat-children__count {
  font-size: 0.8rem;
  color: var(--bp-text-muted);
}

/* Paginação */
.pagination, .nav-links {
  display: flex;
  justify-content: center;
  gap: var(--bp-space-2);
  flex-wrap: wrap;
}
.nav-links a, .nav-links span,
.pagination a, .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 var(--bp-space-3);
  background: var(--bp-bg-elevated);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius-md);
  color: var(--bp-text);
  font-weight: 500;
  font-size: 0.92rem;
  transition: all var(--bp-transition-fast);
}
.nav-links a:hover, .pagination a:hover {
  border-color: var(--bp-accent);
  color: var(--bp-accent);
}
.nav-links .current, .pagination .current {
  background: var(--bp-accent);
  color: #1A1612;
  border-color: var(--bp-accent);
}

/* Empty state */
.bp-empty {
  text-align: center;
  padding: var(--bp-space-9) var(--bp-space-4);
}
.bp-empty h2 { margin-bottom: var(--bp-space-5); }

/* ==========================================================================
   HEADER — Account icon link
   ========================================================================== */
.bp-header__account {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 9999px;
	background: var(--bp-bg-elevated);
	border: 1px solid var(--bp-border);
	color: var(--bp-text);
	text-decoration: none;
	font-size: 0.88rem;
	font-weight: 500;
	transition: all var(--bp-transition-fast);
	position: relative;
}
.bp-header__account:hover {
	border-color: var(--bp-accent);
	color: var(--bp-accent);
	transform: translateY(-1px);
}
.bp-header__account svg { width: 18px; height: 18px; flex-shrink: 0; }
.bp-header__account.is-logged-in {
	background: var(--bp-accent-soft);
	border-color: var(--bp-accent);
	color: var(--bp-accent);
}
.bp-header__account-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #2E7D5B;
	box-shadow: 0 0 0 2px var(--bp-bg-elevated);
}
@media (max-width: 700px) {
	.bp-header__account-label { display: none; }
	.bp-header__account { padding: 8px; }
}

/* ==========================================================================
   PRICING — Trial badge nos cards
   ========================================================================== */
.bp-plan__trial {
	display: inline-block;
	background: linear-gradient(135deg, var(--bp-accent) 0%, #B8964F 100%);
	color: #1A1612;
	font-size: 0.72rem;
	font-weight: 700;
	padding: 4px 10px;
	border-radius: 9999px;
	margin-bottom: 8px;
	letter-spacing: 0.02em;
}
.bp-plan--featured .bp-plan__trial {
	background: rgba(255,255,255,0.95);
	color: #1A1612;
}

/* ============================================================
   ✨ CAMADA PREMIUM v2 — efeitos marcantes (v2.16.1)
   ============================================================ */

/* ---------- HERO: fundo vivo e profundo ---------- */
.bp-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #1A1612 0%, #211B15 55%, #1A1612 100%);
  color: #F7F2E8;
}
.bp-hero > .bp-container { position: relative; z-index: 3; }
.bp-hero__bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% -5%, rgba(200,169,110,0.30), transparent 65%),
    radial-gradient(ellipse 45% 45% at 88% 110%, rgba(200,169,110,0.18), transparent 60%),
    radial-gradient(ellipse 40% 40% at 5% 90%, rgba(180,148,79,0.14), transparent 60%);
  animation: bp-hero-glow 7s ease-in-out infinite alternate;
}
@keyframes bp-hero-glow {
  0%   { opacity: 0.65; transform: scale(1); }
  100% { opacity: 1; transform: scale(1.12); }
}

/* Grade sutil que dá textura tech/premium */
.bp-hero__grid-overlay {
  position: absolute; inset: 0; z-index: 1;
  background-image:
    linear-gradient(rgba(200,169,110,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,169,110,0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 30%, transparent 75%);
}

/* Luz que percorre */
.bp-hero::before {
  content: ''; position: absolute; top: -60%; left: -30%;
  width: 50%; height: 220%;
  background: linear-gradient(115deg, transparent, rgba(255,255,255,0.07), transparent);
  transform: rotate(10deg);
  animation: bp-sheen 8s ease-in-out infinite;
  pointer-events: none;
}
@keyframes bp-sheen {
  0%, 100% { left: -40%; opacity: 0; }
  50%      { left: 130%; opacity: 1; }
}

/* Orbes dourados desfocados flutuando */
.bp-hero__orbs { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.bp-orb {
  position: absolute; border-radius: 50%;
  background: radial-gradient(circle, rgba(200,169,110,0.5), transparent 70%);
  filter: blur(28px);
}
.bp-orb--1 { width: 280px; height: 280px; top: 8%;  left: 6%;  animation: bp-orb-float 11s ease-in-out infinite; }
.bp-orb--2 { width: 200px; height: 200px; top: 50%; right: 9%; animation: bp-orb-float 13s ease-in-out infinite reverse; }
.bp-orb--3 { width: 160px; height: 160px; bottom: 6%; left: 42%; animation: bp-orb-float 9s ease-in-out infinite; }
@keyframes bp-orb-float {
  0%, 100% { transform: translate(0,0) scale(1); opacity: 0.5; }
  50%      { transform: translate(30px,-40px) scale(1.18); opacity: 0.85; }
}

/* Ícones do universo barbearia flutuando */
.bp-hero__float { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.bp-float {
  position: absolute; font-size: 30px; opacity: 0.22;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.3));
  animation: bp-float-y 7s ease-in-out infinite;
}
.bp-float--1 { top: 18%; left: 12%; animation-delay: 0s; }
.bp-float--2 { top: 28%; right: 14%; font-size: 38px; animation-delay: 1.2s; }
.bp-float--3 { bottom: 26%; left: 18%; animation-delay: 2.1s; }
.bp-float--4 { bottom: 20%; right: 20%; animation-delay: 0.6s; }
@keyframes bp-float-y {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50%      { transform: translateY(-22px) rotate(4deg); }
}

/* Hero: texto claro sobre fundo escuro */
.bp-hero__inner { position: relative; z-index: 3; }
.bp-hero__eyebrow {
  background: rgba(200,169,110,0.16) !important;
  color: #E2C893 !important;
  border: 1px solid rgba(200,169,110,0.35);
  backdrop-filter: blur(4px);
}
.bp-hero__title { color: #FBF7EE !important; position: relative; z-index: 2; }
.bp-hero__subtitle { color: rgba(247,242,232,0.82) !important; position: relative; z-index: 2; }
.bp-hero__cta, .bp-hero__cta-note, .bp-hero__metrics { position: relative; z-index: 2; }
.bp-hero__cta-note { color: rgba(247,242,232,0.7) !important; }
.bp-hero__metric-label { color: rgba(247,242,232,0.65) !important; }

/* Título: palavras em <em> com gradiente dourado animado + sublinhado */
.bp-hero__title em {
  font-style: italic; position: relative;
  background: linear-gradient(120deg, #C8A96E, #F0DCA8, #C8A96E);
  background-size: 200% auto;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: bp-shine 4s linear infinite;
}
.bp-hero__title em::after {
  content: ''; position: absolute; left: 0; bottom: 0.04em;
  width: 100%; height: 0.09em; border-radius: 4px;
  background: linear-gradient(90deg, transparent, #C8A96E, transparent);
  opacity: 0.6;
}
@keyframes bp-shine { to { background-position: 200% center; } }

/* Entrada escalonada do hero */
.bp-hero__eyebrow  { animation: bp-fade-up 0.7s 0.05s both; }
.bp-hero__title    { animation: bp-fade-up 0.8s 0.15s both; }
.bp-hero__subtitle { animation: bp-fade-up 0.8s 0.32s both; }
.bp-hero__cta      { animation: bp-fade-up 0.8s 0.48s both; }
.bp-hero__cta-note { animation: bp-fade-up 0.8s 0.60s both; }
.bp-hero__metrics  { animation: bp-fade-up 0.8s 0.72s both; }
@keyframes bp-fade-up {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Métricas: números dourados grandes com brilho */
.bp-hero__metric-value {
  background: linear-gradient(135deg, #E2C893, #C8A96E);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  text-shadow: 0 0 30px rgba(200,169,110,0.3);
}
.bp-hero__metric {
  transition: transform 0.3s, border-color 0.3s, background 0.3s;
  background: rgba(247,242,232,0.04) !important;
  border: 1px solid rgba(200,169,110,0.22) !important;
  backdrop-filter: blur(6px);
}
.bp-hero__metric:hover {
  transform: translateY(-4px) scale(1.05);
  border-color: rgba(200,169,110,0.5) !important;
  background: rgba(200,169,110,0.08) !important;
}

/* ---------- BOTÕES com brilho e movimento ---------- */
.bp-btn--primary {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #C8A96E 0%, #B89858 100%);
  box-shadow: 0 8px 24px rgba(200,169,110,0.4);
  transition: transform 0.3s cubic-bezier(0.2,0.8,0.2,1), box-shadow 0.3s;
}
.bp-btn--primary::after {
  content: ''; position: absolute; top: 0; left: -130%;
  width: 80%; height: 100%;
  background: linear-gradient(110deg, transparent, rgba(255,255,255,0.5), transparent);
  transform: skewX(-20deg); transition: left 0.65s ease;
}
.bp-btn--primary:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 16px 40px rgba(200,169,110,0.55); }
.bp-btn--primary:hover::after { left: 150%; }
.bp-btn--large.bp-btn--primary { animation: bp-cta-breathe 3s ease-in-out infinite; }
@keyframes bp-cta-breathe {
  0%, 100% { box-shadow: 0 8px 24px rgba(200,169,110,0.4); }
  50%      { box-shadow: 0 8px 36px rgba(200,169,110,0.7); }
}
.bp-hero .bp-btn--ghost {
  border-color: rgba(247,242,232,0.3) !important;
  color: #F7F2E8 !important;
  backdrop-filter: blur(4px);
  transition: all 0.3s;
}
.bp-hero .bp-btn--ghost:hover {
  border-color: #C8A96E !important;
  background: rgba(200,169,110,0.12) !important;
  transform: translateY(-3px);
}

/* ---------- CARDS de funcionalidade: profundidade forte ---------- */
.bp-feature {
  transition: transform 0.4s cubic-bezier(0.2,0.8,0.2,1), box-shadow 0.4s, border-color 0.4s;
  will-change: transform; position: relative; overflow: hidden;
}
.bp-feature::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(200,169,110,0.08), transparent 70%);
  opacity: 0; transition: opacity 0.4s;
}
.bp-feature:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 56px rgba(26,22,18,0.18);
  border-color: var(--bp-accent);
}
.bp-feature:hover::before { opacity: 1; }
.bp-feature__icon {
  display: inline-flex; transition: transform 0.45s cubic-bezier(0.2,0.8,0.2,1);
}
.bp-feature:hover .bp-feature__icon { transform: scale(1.25) rotate(-8deg); }

/* ---------- PLANOS ---------- */
.bp-plan { transition: transform 0.4s cubic-bezier(0.2,0.8,0.2,1), box-shadow 0.4s; }
.bp-plan:hover { transform: translateY(-8px); box-shadow: 0 28px 56px rgba(26,22,18,0.18); }
.bp-plan--featured { position: relative; }
.bp-plan--featured::before {
  content: ''; position: absolute; inset: -2px; border-radius: inherit;
  background: linear-gradient(135deg, #C8A96E, transparent, #C8A96E, transparent, #C8A96E);
  background-size: 300% 300%; z-index: -1;
  animation: bp-border-flow 4s ease infinite; opacity: 0.7;
}
@keyframes bp-border-flow {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}
.bp-plan--featured:hover { transform: translateY(-12px) scale(1.02); }

/* ---------- DEPOIMENTOS ---------- */
.bp-testimonial { transition: transform 0.4s cubic-bezier(0.2,0.8,0.2,1), box-shadow 0.4s; }
.bp-testimonial:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(26,22,18,0.14); }

/* ---------- REVEAL on scroll (mais marcante) ---------- */
.bp-reveal {
  opacity: 0; transform: translateY(44px);
  transition: opacity 0.8s cubic-bezier(0.2,0.8,0.2,1), transform 0.8s cubic-bezier(0.2,0.8,0.2,1);
}
.bp-reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- Acessibilidade: menos movimento ---------- */
@media (prefers-reduced-motion: reduce) {
  .bp-hero__bg, .bp-hero::before, .bp-hero__title em, .bp-btn--large.bp-btn--primary,
  .bp-plan--featured::before, .bp-orb, .bp-float,
  .bp-hero__eyebrow, .bp-hero__title, .bp-hero__subtitle,
  .bp-hero__cta, .bp-hero__cta-note, .bp-hero__metrics {
    animation: none !important;
  }
}

/* Responsivo: esconde elementos decorativos pesados no mobile */
@media (max-width: 768px) {
  .bp-hero__float, .bp-orb--1, .bp-orb--3 { display: none; }
}

/* ---------- Refinamento: ícones de feature em chip dourado ---------- */
.bp-feature__icon {
  width: 64px; height: 64px;
  border-radius: 16px;
  align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(200,169,110,0.16), rgba(200,169,110,0.06));
  border: 1px solid rgba(200,169,110,0.2);
  font-size: 30px !important;
  margin-bottom: 18px;
}
.bp-feature:hover .bp-feature__icon {
  background: linear-gradient(135deg, rgba(200,169,110,0.28), rgba(200,169,110,0.12));
  border-color: rgba(200,169,110,0.4);
}
[data-theme="dark"] .bp-feature__icon {
  background: linear-gradient(135deg, rgba(200,169,110,0.2), rgba(200,169,110,0.05));
}

/* Título de seção com pequeno traço dourado decorativo */
.bp-section__eyebrow {
  position: relative; padding-left: 26px;
}
.bp-section__eyebrow::before {
  content: ''; position: absolute; left: 0; top: 50%;
  width: 18px; height: 2px; background: var(--bp-accent);
  transform: translateY(-50%); border-radius: 2px;
}
