/* ========== HEADER ========== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.8);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: box-shadow .3s ease, background .3s ease;
}
.site-header.scrolled {
  background: rgba(255,255,255,.96);
  box-shadow: 0 4px 20px rgba(123,97,255,.06);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 18px 32px;
  max-width: 1240px;
  margin: 0 auto;
}
.logo { display: inline-flex; align-items: center; flex-shrink: 0; }
.logo img { width: auto; height: 48px; max-width: none; }
@media (min-width: 900px) {
  .logo img { height: 56px; }
}
.footer-brand .logo img,
.footer-brand img { width: auto; height: 40px; max-width: none; }
.nav-main {
  display: flex;
  gap: 36px;
  flex: 1;
  justify-content: center;
}
.nav-main a {
  color: var(--text-muted);
  font-size: 15px;
  font-weight: 500;
  transition: color .2s ease;
  position: relative;
}
.nav-main a:hover { color: var(--grad-start); }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.nav-toggle span {
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform .3s ease, opacity .3s ease;
}

@media (max-width: 980px) {
  .nav-main, .nav-actions .link-ghost { display: none; }
  .nav-toggle { display: flex; }
}

/* ========== HERO ========== */
.hero {
  position: relative;
  padding: 60px 0 40px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.hero-text { position: relative; z-index: 2; }
.hero-title {
  font-size: clamp(38px, 4.6vw, 60px);
  line-height: 1.08;
  letter-spacing: -.025em;
  margin: 0 0 24px;
  font-weight: 800;
}
.hero-title em {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-weight: 700;
  font-style: italic;
  color: var(--grad-start);
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-sub {
  font-size: 17px;
  color: var(--text-muted);
  margin: 0 0 36px;
  line-height: 1.65;
}
.hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.hero-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 18px 48px;
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 500;
}
.hero-features li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hf-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  background: var(--purple-50);
  color: var(--grad-start);
  border-radius: 10px;
}
.hf-icon svg { width: 18px; height: 18px; }

/* Hero visual / hexagons */
.hero-visual {
  position: relative;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.hero-circle {
  position: absolute;
  inset: -8%;
  border-radius: 50%;
  background: linear-gradient(135deg, #EDE3FF 0%, #C5AFFF 100%);
  z-index: 0;
}
.hero-circle::after {
  content: '';
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.45) 0%, rgba(255,255,255,0) 60%);
  pointer-events: none;
}
.hero-visual::before {
  content: '';
  position: absolute;
  left: -25%; bottom: -20%;
  width: 90%; height: 90%;
  background: radial-gradient(ellipse at 30% 70%, rgba(176,140,255,.55) 0%, rgba(176,140,255,.18) 45%, transparent 70%);
  border-radius: 50% 60% 40% 50% / 60% 50% 60% 40%;
  filter: blur(8px);
  pointer-events: none;
  z-index: 1;
}
.hero-visual::after { display: none; }
.hero-woman {
  position: absolute;
  right: -8%;
  bottom: -20%;
  height: 135%;
  width: auto;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 24px 40px rgba(91,63,224,.22));
}

.hex-system {
  position: relative;
  width: 86%;
  aspect-ratio: 1 / 1;
  z-index: 4;
  margin-right: 14%;
  margin-bottom: 4%;
  align-self: flex-end;
  flex-shrink: 0;
  transform: translateX(-22%);
}
.hex {
  position: absolute;
  width: 26%;
  aspect-ratio: 1 / 1.155;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 115.47' preserveAspectRatio='none'><path d='M50,4 L91.5,28 L91.5,87.5 L50,111.5 L8.5,87.5 L8.5,28 Z' fill='black' stroke='black' stroke-width='10' stroke-linejoin='round'/></svg>") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 115.47' preserveAspectRatio='none'><path d='M50,4 L91.5,28 L91.5,87.5 L50,111.5 L8.5,87.5 L8.5,28 Z' fill='black' stroke='black' stroke-width='10' stroke-linejoin='round'/></svg>") center / 100% 100% no-repeat;
  background: linear-gradient(180deg, #ffffff 0%, #FAF7FF 100%);
  filter: drop-shadow(0 16px 32px rgba(123,97,255,.22));
  transition: transform .35s cubic-bezier(.2,.7,.2,1), filter .35s ease;
}
.hex-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-align: center;
  padding: 14px 10px;
}
.hex-inner strong {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
}
.hex-inner small {
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 500;
}
.hex-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: var(--grad-start);
  background: transparent;
  margin-bottom: 10px;
}
.hex-icon svg { width: 32px; height: 32px; stroke-width: 1.6; }
.hex-inner strong {
  font-size: 14px;
}

.hex-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 26%;
  background: transparent;
  filter: drop-shadow(0 20px 44px rgba(91,63,224,.6));
  z-index: 4;
}
.hex-center .hex-favicon {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 2;
}

.hex-orbit {
  --angle: 0deg;
  --orbit-radius: 110%;
  left: 50%;
  top: 50%;
  margin-left: -13%;
  margin-top: -15.01%;
  transform:
    rotate(var(--angle))
    translate(0, calc(-1 * var(--orbit-radius)))
    rotate(calc(-1 * var(--angle)));
}
.hex-orbit:hover { filter: drop-shadow(0 18px 32px rgba(123,97,255,.28)); }

/* Floating glass badges */
.float-badge {
  position: absolute;
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(123,97,255,.18));
  z-index: 6;
}
.float-badge-bl { bottom: 8%; left: 4%; width: 88px; height: 88px; }

.spark {
  position: absolute;
  color: #fff;
  font-size: 18px;
  z-index: 5;
  text-shadow: 0 2px 12px rgba(123,97,255,.5);
}
.spark-1  { top: 16%; right: 28%; font-size: 16px; animation-delay: 0s; }
.spark-2  { bottom: 26%; right: 14%; font-size: 13px; animation-delay: .4s; }
.spark-3  { top: 44%; left: 12%;    font-size: 12px; animation-delay: .8s; }
.spark-4  { top: 10%; left: 30%;    font-size: 10px; animation-delay: 1.2s; }
.spark-5  { top: 54%; right: 12%;   font-size: 14px; animation-delay: 1.6s; }
.spark-6  { bottom: 14%; left: 36%; font-size: 12px; animation-delay: 2s; }
.spark-7  { top: 32%; right: 8%;    font-size: 10px; animation-delay: .2s; }
.spark-8  { top: 70%; left: 24%;    font-size: 13px; animation-delay: .6s; }
.spark-9  { top: 22%; left: 50%;    font-size: 11px; animation-delay: 1s; }
.spark-10 { bottom: 38%; left: 8%;  font-size: 12px; animation-delay: 1.4s; }

/* Background blobs */
.bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .6;
  pointer-events: none;
  z-index: 0;
}
.bg-blob-1 {
  width: 480px; height: 480px;
  background: radial-gradient(circle, #C9B6FF 0%, transparent 70%);
  top: -120px; right: -120px;
}
.bg-blob-2 {
  width: 380px; height: 380px;
  background: radial-gradient(circle, #E0D2FF 0%, transparent 70%);
  bottom: -100px; left: -80px;
}

/* ========== BENEFITS ========== */
.benefits { padding: 0 0 24px; margin-top: 0; position: relative; z-index: 4; }
.benefits-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 32px 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  box-shadow: var(--shadow-md);
}
.benefit {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 28px;
  position: relative;
  transition: transform .3s ease;
}
.benefit:not(:last-child)::after { display: none; }
.benefit:hover { transform: translateY(-3px); }
.benefit:first-child { padding-left: 0; }
.benefit:last-child { padding-right: 0; }
.b-icon {
  display: inline-flex;
  width: 44px; height: 44px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background: var(--purple-50);
  color: var(--grad-start);
  border-radius: 12px;
}
.b-icon svg { width: 22px; height: 22px; }
.benefit strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 2px;
}
.benefit small {
  display: block;
  font-size: 12px;
  color: var(--text-muted);
}
.stars {
  display: inline-flex;
  gap: 2px;
  margin: 4px 0 2px;
}
.stars svg { width: 14px; height: 14px; }

/* ========== METRICS ========== */
.metrics { padding: 24px 0 80px; }
.metrics-card {
  background: linear-gradient(135deg, #F4F0FF 0%, #EDE6FF 100%);
  border-radius: var(--radius-lg);
  padding: 48px;
  display: grid;
  grid-template-columns: 1.1fr 2fr;
  gap: 48px;
  align-items: center;
  box-shadow: var(--shadow-sm);
}
.metrics-intro h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.4;
  margin-bottom: 24px;
}
.avatars {
  display: inline-flex;
}
.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-left: -12px;
  background: linear-gradient(135deg, #B69CFF, #7B61FF);
  box-shadow: 0 2px 8px rgba(123,97,255,.18);
}
.avatar:first-child { margin-left: 0; }
.avatar-1 { background: linear-gradient(135deg, #FFB8C8, #D88AA8); }
.avatar-2 { background: linear-gradient(135deg, #FFD4A8, #E0A878); }
.avatar-3 { background: linear-gradient(135deg, #C9B6FF, #9B7BFF); }
.avatar-4 { background: linear-gradient(135deg, #FFC8A8, #D89878); }
.avatar-5 { background: linear-gradient(135deg, #B8D4FF, #88A8D8); }
.avatar-6 { background: linear-gradient(135deg, #E0C8FF, #B69CFF); }
.rating-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  font-size: 14px;
  color: var(--text);
  font-weight: 600;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.metric { text-align: left; }
.m-icon {
  display: inline-flex;
  width: 52px; height: 52px;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.7);
  color: var(--grad-start);
  border-radius: 14px;
  margin-bottom: 14px;
}
.m-icon svg { width: 26px; height: 26px; }
.m-value {
  display: block;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 800;
  color: var(--text);
  letter-spacing: -.01em;
  line-height: 1.15;
  margin-bottom: 6px;
  text-wrap: balance;
}
.metric { min-width: 0; }
.metric small { display: block; line-height: 1.4; }
.metric small {
  font-size: 13px;
  color: var(--text-muted);
}

/* ========== FOOTER ========== */
.site-footer {
  background: #fff;
  margin-top: 40px;
  border-top: 1px solid var(--divider);
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 48px;
  padding: 56px 32px 32px;
  max-width: 1240px;
  margin: 0 auto;
}
.footer-brand p {
  margin: 16px 0 0;
  color: var(--text-muted);
  font-size: 14px;
  max-width: 280px;
}
.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.footer-cols h4 {
  font-size: 14px;
  margin-bottom: 16px;
  color: var(--text);
}
.footer-cols a {
  display: block;
  color: var(--text-muted);
  font-size: 14px;
  padding: 4px 0;
  transition: color .2s ease;
}
.footer-cols a:hover { color: var(--grad-start); }
.footer-bottom {
  border-top: 1px solid var(--divider);
  padding: 20px 0;
  font-size: 13px;
  color: var(--text-soft);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1100px) {
  .hero-grid { gap: 40px; }
  .benefits-card { padding: 28px 24px; }
  .metrics-card { padding: 36px; gap: 32px; }
  .metrics-grid { gap: 20px; }
}

@media (max-width: 900px) {
  .hero { padding: 40px 0 60px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { width: 100%; max-width: 520px; margin: 0 auto; }
  .hex-system { transform: none; margin-right: 0; margin-bottom: 0; }
  .hero-circle { transform: none; }
  .benefits { margin-top: 0; }
  .benefits-card { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .benefit:nth-child(2)::after { display: none; }
  .benefit { padding: 0; }
  .metrics-card { grid-template-columns: 1fr; }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .hero-title { font-size: 36px; }
  .hero-features { grid-template-columns: 1fr; gap: 12px; }
  .hero-ctas .btn { flex: 1; justify-content: center; }
  .benefits-card { grid-template-columns: 1fr; }
  .benefit::after { display: none !important; }
  .metrics-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
}

/* === Hero responsive (Unit 3 batch) === */
@media (max-width: 900px) {
  .hex-system { width: 84%; }
  .hero-woman { right: -4%; height: 86%; }
  .float-badge-bl { left: 2%; bottom: 6%; width: 80px; height: 80px; }
}

@media (max-width: 560px) {
  .hex-system { width: 96%; }
  .hex { width: 30%; }
  .hero-woman { display: none; }
  .float-badge { width: 64px; height: 64px; }
  .float-badge-bl { left: 0; bottom: 4%; }
  .hero-circle::after { inset: 6%; }
}

/* Metrics feature row (replaces avatars + stars) */
.metrics-features { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 18px; }
.feat-pill { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--text-muted); font-weight: 500; }
.feat-pill .feat-icon { display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; background: var(--purple-50); color: var(--grad-start); border-radius: 8px; }
.feat-pill .feat-icon svg { width: 16px; height: 16px; }

/* Promo banner — benefits-strip 4th tile */
.benefit-promo {
  position: relative;
  background: linear-gradient(135deg, #6B43F0 0%, #4527C9 100%);
  color: #fff;
  border-radius: 14px;
  padding: 14px 20px;
  text-decoration: none;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.benefit-promo:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(91,63,224,.32); }
.benefit-promo::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% -20%, rgba(255,255,255,.18) 0%, transparent 60%);
  pointer-events: none;
}
.benefit-promo .b-icon-promo {
  background: rgba(255,255,255,.18);
  color: #fff;
  border-radius: 10px;
}
.benefit-promo strong { color: #fff; font-size: 18px; line-height: 1.15; }
.benefit-promo small { color: rgba(255,255,255,.88); font-size: 13px; font-weight: 500; }
.promo-tag {
  display: inline-block;
  background: #FFB627;
  color: #2A1B6F;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 3px 8px;
  border-radius: 4px;
  margin-bottom: 6px;
}

/* Promo banner — metrics block */
.promo-banner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
  padding: 20px 24px;
  background: linear-gradient(135deg, #1F1147 0%, #4527C9 60%, #6B43F0 100%);
  border-radius: 16px;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 18px 40px rgba(31,17,71,.28);
}
.promo-banner:hover { transform: translateY(-2px); box-shadow: 0 22px 48px rgba(31,17,71,.36); }
.promo-banner::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 90% -10%, rgba(255,182,39,.32) 0%, transparent 55%),
    radial-gradient(ellipse at 10% 110%, rgba(139,108,255,.45) 0%, transparent 50%);
  pointer-events: none;
}
.promo-banner-tag {
  position: absolute;
  top: 14px; right: 16px;
  background: #FFB627;
  color: #2A1B6F;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 2;
}
.promo-banner-icon {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  display: inline-flex;
  width: 56px; height: 56px;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 14px;
  color: #fff;
}
.promo-banner-icon svg { width: 28px; height: 28px; }
.promo-banner-text { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 4px; }
.promo-banner-text strong { color: #fff; font-size: 18px; font-weight: 700; line-height: 1.2; }
.promo-banner-text small { color: rgba(255,255,255,.82); font-size: 13px; line-height: 1.5; }
.promo-banner-text em { font-style: normal; font-weight: 600; color: #FFB627; white-space: nowrap; }

/* ========================================================================
 * Precos / Recursos / Para Salões — ported from Next.js globals
 * ======================================================================== */
.precos-page {
  padding: 80px 0 96px;
  background:
    radial-gradient(ellipse at top, rgba(123,97,255,.08), transparent 60%),
    var(--bg);
}
.precos-hero {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}
.precos-hero h1 {
  font-size: clamp(32px, 4.6vw, 52px);
  line-height: 1.1;
  letter-spacing: -.02em;
  font-weight: 800;
  margin: 18px 0 20px;
}
.precos-hero p {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}
.grad-text {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.precos-hero__ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

.precos-section { margin-top: 96px; }
.precos-section__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}
.precos-section__head h2 {
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.2;
  margin: 0 0 12px;
}
.precos-section__head p {
  color: var(--text-muted);
  font-size: 16px;
  margin: 0;
}
.precos-section__head .badge { margin-bottom: 18px; }

/* Diferenciais / Recursos cards */
.diferenciais-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.diferencial-card {
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  box-shadow: var(--shadow-xs);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.diferencial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(123,97,255,.3);
}
.diferencial-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--grad);
  color: #fff;
  margin-bottom: 18px;
  box-shadow: 0 8px 20px rgba(123,97,255,.32);
}
.diferencial-card__icon svg { width: 28px; height: 28px; }
.diferencial-card h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.01em;
  margin: 0 0 8px;
}
.diferencial-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}

/* Recursos overrides */
.recursos-grid { grid-template-columns: repeat(3, 1fr); }
.recursos-card {
  display: flex;
  flex-direction: column;
  padding: 32px 28px;
}
.recursos-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 4px;
}
.recursos-card__tagline {
  font-size: 13px !important;
  font-weight: 600;
  color: var(--grad-start) !important;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0 0 14px !important;
}
.recursos-card > p:not(.recursos-card__tagline) {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0 0 18px;
}
.recursos-card__features {
  list-style: none;
  padding: 18px 0 0;
  margin: auto 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid var(--divider);
}
.recursos-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--text);
  line-height: 1.45;
}
.recursos-card__check {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--grad-start);
  display: inline-flex;
}
.recursos-card__check svg { width: 18px; height: 18px; }

/* Social proof banner */
.social-proof {
  margin: 56px auto 0;
  max-width: 720px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 26px;
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.social-proof__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--grad);
  color: #fff;
  flex-shrink: 0;
}
.social-proof__icon svg { width: 22px; height: 22px; }
.social-proof__text { display: flex; flex-direction: column; gap: 4px; }
.social-proof__text p {
  margin: 0;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5;
}
.social-proof__text strong { color: var(--text); }

/* Para salões — problem/solution grids */
.problem-grid,
.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.problem-card,
.solution-card {
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: var(--radius-md);
  padding: 22px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text);
  box-shadow: var(--shadow-xs);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.problem-card:hover,
.solution-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
}
.problem-card__icon,
.solution-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  flex-shrink: 0;
}
.problem-card__icon svg,
.solution-card__icon svg { width: 22px; height: 22px; }
.problem-card__icon {
  background: rgba(239, 68, 68, .1);
  color: #ef4444;
}
.solution-card__icon {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 6px 14px rgba(123,97,255,.28);
}
.solution-card { border-color: rgba(123,97,255,.18); }

/* Audience chips */
.audience-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.audience-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: var(--purple-50);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}
.audience-chip svg { width: 18px; height: 18px; color: var(--grad-start); flex-shrink: 0; }

/* Final CTA */
.precos-final-cta {
  margin-top: 96px;
  padding: 56px 32px;
  text-align: center;
  background: var(--grad);
  border-radius: var(--radius-xl);
  color: #fff;
  box-shadow: var(--shadow-lg);
}
.precos-final-cta h2 {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.2;
  max-width: 720px;
  margin: 0 auto 28px;
}
.precos-final-cta h2 .grad-text {
  background: linear-gradient(135deg, #FFFFFF, #F4F0FF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.precos-final-cta .precos-hero__ctas { margin-top: 0; }
.precos-final-cta .btn-primary {
  background: #fff;
  color: var(--grad-start);
  box-shadow: 0 14px 36px rgba(0,0,0,.18);
}
.precos-final-cta .btn-primary:hover {
  background: #fff;
  color: var(--purple-700);
  box-shadow: 0 20px 44px rgba(0,0,0,.24);
}
.precos-final-cta .btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.55);
}
.precos-final-cta .btn-outline:hover {
  background: rgba(255,255,255,.12);
  border-color: #fff;
  color: #fff;
}

/* Pricing toggle */
.pricing-toggle {
  display: inline-flex;
  margin: 0 auto 56px;
  padding: 6px;
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: 999px;
  box-shadow: var(--shadow-xs);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.pricing-toggle__btn {
  padding: 10px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-muted);
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}
.pricing-toggle__btn--active {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 6px 18px rgba(123,97,255,.32);
}
.pricing-toggle__off { font-weight: 700; margin-left: 4px; }

/* Pricing grid + tier cards */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 56px;
}
.tier-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.tier-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.tier-card--featured {
  border-color: rgba(123,97,255,.4);
  box-shadow: 0 24px 60px rgba(123,97,255,.22);
  transform: scale(1.02);
}
.tier-card--featured:hover {
  transform: scale(1.02) translateY(-4px);
  box-shadow: 0 30px 70px rgba(123,97,255,.28);
}
.tier-card__badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--grad);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  padding: 7px 16px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(123,97,255,.32);
  white-space: nowrap;
}
.tier-card__name { font-size: 26px; font-weight: 800; letter-spacing: -.02em; margin: 0 0 8px; }
.tier-card__tagline { font-size: 14px; color: var(--text-muted); line-height: 1.5; margin: 0; min-height: 42px; }
.tier-card__divider { height: 1px; background: var(--divider); margin: 24px 0; }
.tier-card__price { display: flex; align-items: flex-start; gap: 4px; margin: 0 0 28px; min-height: 72px; }
.tier-card__currency { font-size: 18px; font-weight: 700; color: var(--grad-start); margin-top: 10px; }
.tier-card__amount { font-size: 64px; font-weight: 800; letter-spacing: -.04em; color: var(--text); line-height: 1; }
.tier-card__cadence { font-size: 14px; color: var(--text-muted); align-self: flex-end; margin-bottom: 8px; margin-left: 2px; }
.tier-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.tier-card__features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--text);
}
.tier-card__features .recursos-card__check svg { width: 20px; height: 20px; }
.tier-card__cta { width: 100%; justify-content: center; }

/* Benefits */
.benefits-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.benefit-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: var(--radius-md);
  font-size: 15px;
  color: var(--text);
  box-shadow: var(--shadow-xs);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.benefit-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); border-color: rgba(123,97,255,.3); }
.benefit-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--purple-50);
  color: var(--grad-start);
  flex-shrink: 0;
}
.benefit-card__icon svg { width: 24px; height: 24px; }

/* FAQ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 760px;
  margin: 0 auto;
}
.faq-item {
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: var(--radius-md);
  padding: 4px 24px;
  box-shadow: var(--shadow-xs);
  transition: border-color .25s ease, box-shadow .25s ease;
}
.faq-item--open { border-color: rgba(123,97,255,.4); box-shadow: var(--shadow-sm); }
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--purple-50);
  color: var(--grad-start);
  font-size: 18px;
  font-weight: 700;
  transition: transform .25s ease, background .25s ease;
}
.faq-item--open .faq-item__chevron {
  transform: rotate(45deg);
  background: var(--grad);
  color: #fff;
}
.faq-item p { margin: 0 0 18px; color: var(--text-muted); font-size: 15px; line-height: 1.6; }

@media (max-width: 1080px) {
  .diferenciais-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .recursos-grid { grid-template-columns: repeat(2, 1fr); }
  .problem-grid, .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; gap: 32px; max-width: 420px; margin-left: auto; margin-right: auto; }
  .tier-card { padding: 32px 24px; }
  .tier-card--featured, .tier-card--featured:hover { transform: none; }
  .tier-card--featured:hover { transform: translateY(-4px); }
  .precos-section { margin-top: 72px; }
}
@media (max-width: 600px) {
  .recursos-grid { grid-template-columns: 1fr; }
  .problem-grid, .solution-grid { grid-template-columns: 1fr; }
  .diferenciais-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .precos-final-cta { padding: 40px 24px; }
  .precos-hero__ctas .btn { width: 100%; justify-content: center; }
  .tier-card__amount { font-size: 56px; }
}

/* ===== Premium recursos card (3x3 module grid) ===== */
.recursos-card {
  background: var(--glass-bg);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-sm);
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease, border-color .35s ease;
}
.recursos-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--glow-purple), var(--shadow-elev);
  border-color: rgba(123,97,255,.35);
}
.recursos-grid--3x3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1024px){ .recursos-grid--3x3 { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 640px){ .recursos-grid--3x3 { grid-template-columns: 1fr; } }
