/* ==========================================================================
   SALESREACH 100% BELKINS CLONE STYLESHEET (PERFECT SCALING & TRANSITIONS)
   ========================================================================== */

:root {
  font-size: 16px;
  --b-bg-page: #F8FAFC;
  --b-bg-subtle: #F1F0EC;
  --b-bg-card: #FFFFFF;
  --b-bg-gray-50: #F7F8FA;
  --b-orange: #FF5500;
  --b-orange-hover: #E04B00;
  --b-orange-subtle: #FFF2EC;
  --b-dark: #171C24;
  --b-dark-hover: #14181F;
  --b-text-secondary: #5C6470;
  
  --b-shadow-header: 0px 1px 2px 0px rgba(20, 24, 31, 0.05);
  --b-shadow-card: 0 4px 20px -2px rgba(20, 24, 31, 0.06);
  --b-shadow-card-hover: 0 20px 40px -15px rgba(20, 24, 31, 0.12);
  --b-radius-card: 1rem;
  --b-radius-pill: 999px;
}

html {
  scroll-behavior: smooth;
}

section[id], div[id] {
  scroll-margin-top: 5.5rem;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--b-bg-page);
  color: var(--b-dark);
  font-family: var(--b-font);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Container Responsivo com 48px de padding de segurança nas pontas */
.container {
  max-width: 80rem; /* 1280px */
  margin: 0 auto;
  padding: 0 3rem; /* 48px de respiro lateral */
}

.max-w-narrow { max-width: 52rem; margin: 0 auto; }
.text-center { text-align: center; }
.text-secondary { color: var(--b-text-secondary); font-size: 1.125rem; line-height: 1.6; }
.text-orange { color: var(--b-orange); }
.text-bold { font-weight: 700; color: var(--b-dark); }
.text-right { text-align: right; }
.margin-top-30 { margin-top: 1.875rem; }

/* Header — Fundo Cinza Escuro Charcoal (#14181F) Integrado e Consistente em Todas as Páginas */
.header {
  background: #14181F;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.125rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  backdrop-filter: saturate(180%) blur(16px);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}
.header .brand,
.header .logo-sales { color: #FFFFFF !important; }
.header .logo-dot { color: var(--b-orange) !important; }
.header .btn-orange {
  background: var(--b-orange) !important;
  color: #FFFFFF !important;
  border: none;
  box-shadow: 0 4px 14px rgba(255, 85, 0, 0.3);
}
.header .btn-orange:hover {
  background: var(--b-orange-hover) !important;
}

/* Nav Menu Pílula em Cinza Escuro Profundo #171C24 */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: #171C24 !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  padding: 0.35rem 0.45rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
.nav-link {
  text-decoration: none;
  color: #FFFFFF !important;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.5rem 1.125rem;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.nav-link:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #FFFFFF !important;
}
.nav-link.active {
  background: #FF5500 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(255, 85, 0, 0.35);
}

/* Header scrolled — Mantém o tom escuro #14181F com 96% de opacidade e blur de 20px */
.header-scrolled {
  background: rgba(20, 24, 31, 0.96) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45) !important;
  padding: 0.85rem 0 !important;
  -webkit-backdrop-filter: saturate(180%) blur(20px) !important;
  backdrop-filter: saturate(180%) blur(20px) !important;
}
.header-scrolled .brand,
.header-scrolled .logo-sales { color: #FFFFFF !important; }
.header-scrolled .logo-dot { color: var(--b-orange) !important; }
.header-scrolled .nav-menu {
  background: #171C24 !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35) !important;
}
.header-scrolled .nav-link {
  color: #FFFFFF !important;
}
.header-scrolled .nav-link:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #FFFFFF !important;
}
.header-scrolled .nav-link.active {
  background: var(--b-orange) !important;
  color: #FFFFFF !important;
}

.header-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 3rem; /* 48px de distância das bordas */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.brand-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--b-orange);
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.brand:hover .brand-icon-badge {
  transform: scale(1.1) rotate(-5deg);
}

.brand-icon-badge svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--b-orange);
  stroke: var(--b-orange);
  stroke-width: 1.5;
}

.logo-sales {
  font-size: 1.625rem;
  font-weight: 800;
  color: var(--b-dark);
  letter-spacing: -0.0625rem;
  text-transform: lowercase;
}

.logo-dot { color: var(--b-orange); }

.nav-menu {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: #242B36;
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 0.35rem 0.45rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.nav-link {
  text-decoration: none;
  color: #FFFFFF !important; /* Letras em Branco Puro 100% Legíveis */
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.5rem 1.125rem;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.nav-link:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF !important;
}

.nav-link.active {
  background: #FF5500 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(255, 85, 0, 0.35);
}

/* Botões Belkins */
/* Botões Belkins - Sharp corners (antivibecode) */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0;
  text-decoration: none;
  transition: background-color 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  border: none;
  white-space: nowrap;
}
.btn-orange {
  background: var(--b-orange);
  color: var(--b-bg-page);
}

.btn-orange:hover {
  background: var(--b-orange-hover);
}

.btn-orange-lg {
  background: var(--b-orange);
  color: var(--b-bg-page);
  font-size: 1.125rem;
  padding: 1.125rem 2.5rem;
  border-radius: 0;
  box-shadow: 0 0.25rem 0.875rem rgba(0, 0, 0, 0.1);
}
.btn-orange-lg:hover {
  background: var(--b-orange-hover);
  transform: translateY(-0.0625rem);
  box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.15);
}

.btn-orange-lg {
  flex: 1;
  padding: 0.875rem 1rem;
  font-size: 0.9375rem;
  border-radius: 0;
}
.btn-subtle-dark {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: var(--b-bg-page);
  padding: 0.875rem 1.25rem;
  border-radius: 0;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

/* Hero Section Belkins Real & Alignment */
.hero-belkins-real {
  position: relative;
  padding: 5rem 0 4rem 0;
}

.glow-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.glow-1 {
  width: 40rem;
  height: 40rem;
  background: radial-gradient(circle, rgba(255, 85, 0, 0.08) 0%, rgba(255, 85, 0, 0) 70%);
  top: -10rem;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(50px);
}

.glow-2 {
  width: 30rem;
  height: 30rem;
  background: radial-gradient(circle, rgba(255, 85, 0, 0.05) 0%, rgba(255, 85, 0, 0) 70%);
  bottom: -5rem;
  right: -5rem;
  filter: blur(60px);
}

.hero-center-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 58rem;
  margin: 0 auto;
}
.eyebrow-belkins {
  display: inline-block;
  font-size: clamp(0.6875rem, 0.25vw + 0.625rem, 0.8125rem);
  font-weight: 800;
  color: var(--b-orange);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: clamp(1rem, 2vw, 1.25rem);
  text-align: center;
}

.hero-title-belkins {
  font-size: clamp(1.875rem, 2.5vw + 1.5rem, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.08rem;
  line-height: 1.15;
  color: var(--b-dark);
  margin: 0 auto 1.5rem auto;
  text-align: center;
  max-width: clamp(20rem, 80vw, 54rem);
  text-wrap: balance;
}

.hero-subtitle-belkins {
  font-size: clamp(0.9375rem, 0.5vw + 0.875rem, 1.1875rem);
  color: var(--b-text-secondary);
  max-width: clamp(20rem, 90vw, 48rem);
  margin: 0 auto 2.25rem auto;
  line-height: 1.6;
  text-align: center;
}


/* Capa Escura — Hero com integração contínua ao conteúdo */
.hero-dark {
  background: #14181F;
  color: #FFFFFF;
  position: relative;
}
.hero-dark .glow-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(60px);
  z-index: 0;
}
.hero-dark .glow-1 {
  top: -10rem; left: -10rem;
  width: 35rem; height: 35rem;
  background: radial-gradient(circle, rgba(255, 85, 0, 0.15) 0%, rgba(255, 85, 0, 0) 70%);
}
.hero-dark .glow-2 {
  bottom: 5rem; right: -5rem;
  width: 30rem; height: 30rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 70%);
}
.hero-dark .hero-title-belkins { color: #FFFFFF; }
.hero-dark .hero-subtitle-belkins { color: #94A3B8; }
.hero-dark .hero-center-content { position: relative; z-index: 3; }
.hero-dark .hero-trust-bar { border-top-color: rgba(255, 255, 255, 0.12); margin-top: 3.5rem; }
.hero-dark .trust-bar-title { color: #FFFFFF; }
.hero-dark .logo-item { color: #94A3B8; }

.hero-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  width: 100%;
}

.btn-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--b-orange);
  color: var(--b-bg-page);
  font-size: 1rem;
  font-weight: 700;
  padding: 0.875rem 2.25rem;
  border-radius: 0;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(255, 85, 0, 0.3);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.btn-hero-cta:hover {
  background: var(--b-orange-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 85, 0, 0.4);
}

.hero-visual-card {
  max-width: 58rem !important;
  width: 100% !important;
  margin: 1.75rem auto 3rem auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

.hero-visual-card img {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 1.25rem !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Belkins & RevHackers Infinite Logo Marquee Carousel */
.trust-marquee-section {
  padding: 3rem 0;
  background: var(--b-bg-subtle);
  border-top: 1px solid var(--b-border);
  border-bottom: 1px solid var(--b-border);
  overflow: hidden;
}

.trust-marquee-title {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--b-text-secondary);
  margin-bottom: 2rem;
  letter-spacing: -0.01em;
}

.marquee-wrapper {
  display: flex;
  overflow: hidden;
  user-select: none;
  position: relative;
  width: 100%;
}

.marquee-wrapper::before,
.marquee-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.marquee-wrapper::before {
  left: 0;
  background: linear-gradient(to right, var(--b-bg-subtle), transparent);
}

.marquee-wrapper::after {
  right: 0;
  background: linear-gradient(to left, var(--b-bg-subtle), transparent);
}

.marquee-track {
  display: flex;
  gap: 4rem;
  width: max-content;
  animation: marqueeScroll 30s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-group {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.marquee-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.45;
  filter: grayscale(100%);
  transition: opacity 0.3s ease, filter 0.3s ease, transform 0.3s ease;
}

.marquee-logo-item:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.06);
}

.logo-text-brand {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 1.1875rem;
  font-weight: 800;
  color: #334155;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Belkins Client Acquisition Plan Component (Padrão Exato Belkins.io) */
.belkins-plan-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 2rem;
  align-items: stretch;
}

.belkins-plan-hero-card {
  background: #FFFFFF;
  border-radius: 1.5rem;
  padding: 2rem;
  border: 1px solid #E2E8F0;
  box-shadow: 0 16px 40px -12px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.plan-hero-img-box {
  width: 100%;
  height: 280px;
  border-radius: 1.125rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  background: #14181F;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  box-sizing: border-box;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.35);
}

.img-responsive-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0.875rem;
}

.plan-hero-content h3 {
  font-size: 1.625rem;
  font-weight: 800;
  color: #171C24;
  margin-bottom: 0.75rem;
}

.plan-hero-content p {
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.plan-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.plan-checklist li {
  font-size: 0.875rem;
  font-weight: 600;
  color: #171C24;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.belkins-plan-services-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: space-between;
  height: 100%;
}

.plan-service-item {
  background: var(--b-bg-page);
  border: 1px solid #E2E8F0;
  border-radius: 0.75rem;
  padding: 0.875rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 0.875rem;
  color: #171C24;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  flex: 1;
}

.plan-service-item:hover,
.plan-service-item.active {
  border-color: var(--b-orange);
  background: #FFF7F2;
  box-shadow: 0 4px 16px rgba(255, 85, 0, 0.12);
  transform: translateX(4px);
}

/* Botão Saiba mais Sutil com Borda Slim */
.btn-saibamais-subtle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.375rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #242B36;
  background: #F8FAFC;
  border: 1.5px solid #CBD5E1;
  border-radius: 999px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.btn-saibamais-subtle:hover {
  background: #242B36;
  color: #FFFFFF;
  border-color: #242B36;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(36, 43, 54, 0.18);
}

/* Unified Hub Pill Navigation Belkins Style */
.hub-pill-tabs-nav {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.hub-pill-btn {
  background: #FFFFFF;
  border: 1.5px solid #CBD5E1;
  color: #475569;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 0.75rem 1.625rem;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.hub-pill-btn:hover {
  border-color: var(--b-orange);
  color: var(--b-orange);
  transform: translateY(-1px);
}

.hub-pill-btn.active {
  background: var(--b-orange);
  color: #FFFFFF;
  border-color: var(--b-orange);
  box-shadow: 0 4px 14px rgba(255, 85, 0, 0.25);
}

/* Typography Utilities Belkins Style */
.section-title-belkins {
  font-size: 2.75rem;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 1rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.section-lead-belkins {
  font-size: 1.1875rem;
  color: #475569;
  max-width: 48rem;
  margin: 0 auto;
  line-height: 1.6;
}

/* Funnel Belkins Grid & Accordion */
.funnel-belkins-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3.5rem;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

/* ==========================================================================
   FUNIL DE PIPELINE — DESIGN SYSTEM OFICIAL SALES.REACH
   ========================================================================== */

:root {
  --sr-ink-950: #171c24;
  --sr-ink-900: #1d232c;
  --sr-ink-800: #171c24;
  --sr-ink-700: #202630;
  --sr-ink-600: #333c49;
  --sr-ink-500: #5c6470;
  --sr-ink-400: #9199a5;
  --sr-ink-300: #b3bbc4;
  --sr-ink-200: #d3d8dd;
  --sr-ink-100: #e7eaed;

  --sr-bone-500: #cfccc2;
  --sr-bone-400: #ddd9d0;
  --sr-bone-300: #e6e3db;
  --sr-bone-200: #edebe5;
  --sr-bone-100: #f1f0ec;
  --sr-bone-050: #f8f7f5;

  --sr-flare-700: #C23E00;
  --sr-flare-600: #E04B00;
  --sr-flare-500: #FF5500;
  --sr-flare-400: #ff7f57;
}

.sr-funnel-grid {
  display: grid;
  grid-template-columns: minmax(300px, 380px) 1fr;
  gap: 3.5rem;
  align-items: start;
  max-width: 70.5rem;
  margin: 0 auto;
}

.sr-glabel {
  font-family: var(--b-font);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sr-ink-400);
  padding: 1rem 0 0.5rem;
  display: block;
}

.sr-funnel-item {
  display: flex;
  flex-direction: column;
  text-align: left;
  cursor: pointer;
  width: 100%;
  padding: 1rem 1.25rem;
  background: transparent;
  border: 1px solid var(--sr-ink-700);
  border-radius: 0.75rem;
  transition: all 0.24s cubic-bezier(0.22, 0.8, 0.28, 1);
  margin-bottom: 0.5rem;
  box-sizing: border-box;
}

.sr-funnel-item:hover {
  background: var(--sr-ink-700);
}

.sr-funnel-item.active {
  background: var(--sr-ink-700);
  border-color: transparent;
}

.sr-funnel-item .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.sr-funnel-item .name {
  font-family: var(--b-font);
  font-weight: 700;
  font-size: 1.125rem;
  color: #ffffff;
}

.sr-funnel-item .chev {
  color: var(--sr-flare-500);
  transition: transform 0.24s cubic-bezier(0.22, 0.8, 0.28, 1);
  font-size: 1.125rem;
  line-height: 1;
}

.sr-funnel-item.active .chev {
  transform: rotate(90deg);
}

.sr-funnel-item .desc {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.24s cubic-bezier(0.22, 0.8, 0.28, 1);
}

.sr-funnel-item.active .desc {
  grid-template-rows: 1fr;
}

.sr-funnel-item .desc > span {
  overflow: hidden;
}

.sr-funnel-item .desc p {
  padding-top: 0.625rem;
  font-family: var(--b-font);
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--sr-ink-300);
  margin: 0;
}

/* Coluna Direita - Funil de Trapézios */
.sr-funnel-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.sr-funnel-note {
  font-family: var(--b-font);
  font-size: 0.8125rem;
  color: var(--sr-ink-400);
  text-align: center;
  margin-bottom: 1rem;
  max-width: 26.25rem;
  display: block;
}

.sr-brow {
  position: relative;
  margin-top: 0.375rem;
  cursor: pointer;
  transition: transform 0.24s cubic-bezier(0.22, 0.8, 0.28, 1);
  margin-left: auto;
  margin-right: auto;
}

.sr-brow.first {
  margin-top: 0.875rem;
}

.sr-chip {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -52%);
  z-index: 2;
  padding: 0.375rem 1rem 0.75rem;
  border: none;
  cursor: pointer;
  clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 100%, 0 60%);
  background: var(--sr-ink-950);
  font-family: var(--b-font);
  font-size: 0.75rem;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  transition: background 0.24s ease;
}

.sr-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  padding: 1.875rem 1.5rem 1.375rem;
  border: none;
  cursor: pointer;
  clip-path: polygon(0 0, 100% 0, 95.5% 100%, 4.5% 100%);
  background: var(--sr-ink-700);
  transition: background 0.24s cubic-bezier(0.22, 0.8, 0.28, 1);
  box-sizing: border-box;
}

.sr-brow:hover .sr-block {
  background: #3d4756;
}

.sr-block .v {
  font-family: var(--b-font);
  font-weight: 900;
  font-size: 1.625rem;
  letter-spacing: -0.025em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  color: #ffffff;
}

.sr-block .s {
  font-family: var(--b-font);
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--sr-ink-200);
}

.sr-brow.active .sr-block {
  background: var(--sr-flare-500) !important; /* #ff5a2a */
  box-shadow: 0 12px 30px rgba(255, 90, 42, 0.35);
}

.sr-brow.active .sr-chip {
  background: var(--sr-ink-950);
  color: #ffffff;
}

.sr-brow.active .v {
  color: var(--sr-bone-050); /* #f8f7f5 */
}

.sr-brow.active .s {
  color: rgba(248, 247, 245, 0.9);
}

.funnel-level.active-orange {
  background: var(--b-orange) !important; /* Laranja Sólido Vibrante Belkins.io */
  border-color: var(--b-orange) !important;
  color: #FFFFFF !important;
  box-shadow: 0 15px 35px rgba(255, 85, 0, 0.4) !important;
  transform: scale(1.03) translateY(-2px) !important;
}

.funnel-step-wrapper:has(.funnel-level.active-orange) .funnel-wedge-badge span {
  background: #161B22;
  color: #FFFFFF;
}

.level-content strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 0.25rem;
}

.level-content span {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}

.funnel-level.active-orange .level-content span {
  color: rgba(255, 255, 255, 0.95);
}

.accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.125rem 1.25rem;
  background: transparent;
  border: none;
  color: var(--b-dark);
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s ease;
}

.accordion-chevron {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
  stroke: var(--b-orange);
}

.accordion-item.active .accordion-chevron {
  transform: rotate(90deg);
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, padding 0.35s ease;
  opacity: 0;
  padding: 0 1.25rem;
}

.accordion-item.active .accordion-body {
  max-height: 220px;
  opacity: 1;
  padding: 0 1.25rem 1.25rem 1.25rem;
}

.accordion-body p {
  font-size: 0.9375rem;
  color: var(--b-text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* Belkins Differentiators Grid & Cards (Padrão Exato Belkins.io) */
.belkins-differentiators-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 4.5rem;
  align-items: start;
}

.sticky-col-left {
  position: -webkit-sticky;
  position: sticky;
  top: 25vh;
  align-self: start;
}

.title-belkins-sticky {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0F172A;
  line-height: 1.15;
  margin: 0.75rem 0 1.25rem 0;
  letter-spacing: -0.02em;
}

.lead-belkins-sticky {
  font-size: 1.125rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.scroll-col-right {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.belkins-feature-card {
  background: var(--b-bg-page);
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #E2E8F0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.belkins-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.09);
}

.card-img-top {
  width: 100%;
  background: #0F172A;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-img-top img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.card-body-content {
  padding: 2rem;
}

.card-body-content h3 {
  font-size: 1.375rem;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.card-body-content p {
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

.tab-num {
  font-size: 0.875rem;
  font-weight: 800;
  color: var(--b-orange);
  flex-shrink: 0;
}

.tab-label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--b-dark);
}

.scroll-col-right {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.feature-display-card {
  background: var(--b-bg-page);
  border: 1px solid var(--b-border);
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: var(--b-shadow-card);
  transition: all 0.3s ease;
}

.card-badge-header {
  margin-bottom: 1.25rem;
}

.card-badge-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--b-orange);
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
}

.card-badge-header h3 {
  font-size: 1.375rem;
  font-weight: 800;
  color: var(--b-dark);
}

.card-image-frame {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background: #121316;
}

.semana1-badge-pill {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--b-orange);
  color: var(--b-bg-page);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.375rem 1rem;
  border-radius: 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.card-desc {
  font-size: 0.9375rem;
  color: var(--b-text-secondary);
  line-height: 1.6;
}

@media (max-width: 991px) {
  .funnel-belkins-grid,
  .sticky-feature-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .sticky-col-left {
    position: relative;
    top: 0;
  }
}

.hero-trust-bar {
  border-top: 1px solid var(--b-border);
  padding-top: 2rem;
}

.trust-bar-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--b-dark);
  margin-bottom: 1.25rem;
}

.trust-logos-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.logo-item {
  font-weight: 700;
  font-size: 1rem;
  color: var(--b-text-secondary);
}

/* Sections */
.section { padding: 5.625rem 0; }
.bg-light { background: var(--b-bg-subtle); border-top: 1px solid var(--b-border); border-bottom: 1px solid var(--b-border); }

.section-manifesto {
  padding: 4.5rem 0;
}

.manifesto-card-hero {
  background: var(--b-bg-page);
  border: 1px solid rgba(255, 85, 0, 0.15);
  border-radius: var(--b-radius-card);
  padding: 3.5rem 3rem;
  max-width: 56.25rem;
  margin: 0 auto;
  text-align: center;
  box-shadow: var(--b-shadow-card);
  transition: border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.manifesto-card-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--b-orange) 50%, transparent 100%);
  border-radius: 1.25rem 1.25rem 0 0;
}

.manifesto-card-hero:hover {
  border-color: rgba(255, 85, 0, 0.4);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.text-secondary-lead {
  font-size: 1.125rem;
  color: var(--b-text-secondary);
  font-weight: 500;
  margin-top: 0.75rem;
}

.text-secondary-body {
  font-size: 1.0625rem;
  color: var(--b-text-secondary);
  line-height: 1.7;
}

.section-header-center {
  text-align: center;
  max-width: 52rem;
  margin: 0 auto 3.5rem auto;
}

.section-header-center h2 {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.0625rem;
  margin-bottom: 1rem;
}

.section-lead {
  font-size: 1.1875rem;
  color: var(--b-text-secondary);
}

/* Grids Belkins 100% Flexíveis */
.grid-3x2-belkins {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 992px) {
  .grid-3x2-belkins {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .grid-3x2-belkins {
    grid-template-columns: 1fr;
  }
}

.problem-card-icon-wrapper {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
}

.problem-card-icon {
  width: 1.75rem;
  height: 1.75rem;
  stroke: var(--b-orange);
  stroke-width: 2;
  fill: none;
}

.grid-2x2-balanced {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

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

.grid-2-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 51.25rem;
  margin: 0 auto;
}

.feature-card-equal {
  background: #FFFFFF;
  border: 1px solid #CBD5E1;
  padding: 2.25rem;
  border-radius: var(--b-radius-card);
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  transition: border-color 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.feature-card-equal:hover {
  border-color: var(--b-border-hover);
  box-shadow: var(--b-shadow-card-hover);
  transform: translateY(-0.125rem);
}

.card-num-tag {
  align-self: flex-start;
  font-size: 0.8125rem;
  font-weight: 800;
  color: var(--b-orange);
  background: var(--b-orange-subtle);
  padding: 0.25rem 0.75rem;
  border-radius: var(--b-radius-pill);
  margin-bottom: 1rem;
}

.card-num-subtle {
  align-self: flex-start;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--b-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  margin-bottom: 0.75rem;
}

.feature-card-equal h3 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.feature-card-equal p {
  color: var(--b-text-secondary);
  font-size: 1rem;
  line-height: 1.6;
}

/* ABAS DINÂMICAS DE CAMADAS BELKINS (Com animação perfeita de transição) */
.camadas-tabs-container {
  display: flex;
  justify-content: center;
  gap: 0.875rem;
  margin-bottom: 2.25rem;
  flex-wrap: wrap;
}

.camada-tab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
  background: var(--b-bg-page);
  border: 1px solid var(--b-border);
  color: var(--b-dark);
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.25s cubic-bezier(0.16, 1, 0.3, 1), color 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--b-shadow-header);
}

.camada-tab-btn:hover, .camada-tab-btn.active {
  background: var(--b-orange);
  color: var(--b-bg-page);
  border-color: var(--b-orange);
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.1);
}

.camadas-tab-content {
  display: none;
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.camadas-tab-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  animation: tabSlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes tabSlideUp {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.camada-card-hero {
  background: var(--b-bg-page);
  border: 1px solid var(--b-border);
  border-radius: 1.25rem;
  padding: 3rem 3.25rem;
  box-shadow: var(--b-shadow-card);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

/* Proporção 1.15fr : 1fr para garantir margem de folga do texto em relação à imagem */
.flex-grid-media-symmetric {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.media-text-col {
  padding-right: 1.5rem;
}

/* Connector Card Corporativo Limpo */
.clean-connector-card {
  background: var(--b-bg-page);
  border: 1px solid var(--b-border);
  border-left: 4px solid var(--b-orange);
  border-radius: 1rem;
  padding: 2.25rem 2.75rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.clean-connector-eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--b-orange);
  letter-spacing: 0.0625rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.clean-connector-content p {
  font-size: 1.0625rem;
  color: var(--b-dark);
  line-height: 1.75;
  margin: 0;
}

/* CTA Band Clean */
.cta-band-clean {
  margin-top: 3.5rem;
  background: var(--b-dark);
  color: #FFFFFF;
  border-radius: 1.5rem;
  padding: 3.5rem 3rem;
  text-align: center;
  box-shadow: 0 10px 40px -10px rgba(36, 43, 54, 0.25);
}

.cta-band-clean h3 {
  font-size: 1.875rem;
  color: #FFFFFF;
  margin-bottom: 0.75rem;
}

.cta-band-clean p {
  color: #94A3B8;
  font-size: 1.0625rem;
  max-width: 42rem;
  margin: 0 auto 1.75rem auto;
}

/* Cards de Modelos Limpos */
.modelo-card-clean {
  justify-content: space-between;
  background: var(--b-bg-page);
  border: 1px solid var(--b-border);
  padding: 2.5rem;
}

.modelo-desc {
  font-size: 1.0625rem;
  color: var(--b-dark);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.modelo-checklist {
  list-style: none;
  border-top: 1px solid var(--b-border);
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.modelo-checklist li {
  font-size: 0.9375rem;
  color: var(--b-text-secondary);
}

/* Tables Belkins */
.table-responsive { overflow-x: auto; margin: 2rem 0; }

.table-compare-belkins {
  width: 100%;
  border-collapse: collapse;
  background: var(--b-bg-page);
  border: 1px solid var(--b-border);
  border-radius: var(--b-radius-card);
  overflow: hidden;
}

.table-compare-belkins th, .table-compare-belkins td {
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid var(--b-border);
  font-size: 0.9375rem;
  line-height: 1.4;
}

.table-compare-belkins th {
  background: var(--b-bg-subtle);
  color: var(--b-dark);
  font-weight: 700;
}

.note-subtle {
  font-size: 0.875rem;
  color: var(--b-text-secondary);
  text-align: center;
  margin-top: 1rem;
  font-style: italic;
}

/* Guarantee Card Clean */


/* Executive Case Study Cards Belkins */


.case-tag-belkins {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--b-text-secondary);
  background: #F1F5F9;
  padding: 0.25rem 0.625rem;
  border-radius: var(--b-radius-pill);
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
}

.case-quote {

  font-size: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.case-author-block {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-top: 1px solid var(--b-border);
  padding-top: 1rem;
  margin-top: auto;
}

/* Enhanced Author Avatar Badge */
.author-avatar-placeholder {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--b-orange) 0%, #FF3300 100%);
  color: var(--b-bg-page);
  font-weight: 800;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(255, 85, 0, 0.3);
  flex-shrink: 0;
}

.author-avatar-placeholder svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: var(--b-bg-page);
  stroke-width: 2.2;
  fill: none;
}

.matrix-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.matrix-title-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.brand-icon-badge-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--b-orange);
  background: transparent;
}

.brand-icon-badge-sm svg {
  width: 1.125rem;
  height: 1.125rem;
  fill: var(--b-orange);
  stroke: var(--b-orange);
  stroke-width: 1.5;
}

.matrix-brand {
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--b-bg-page);
}

.matrix-status-pill {
  font-size: 0.6875rem;
  font-weight: 600;
  color: #10b981;
  background: rgba(16, 185, 129, 0.15);
  padding: 0.2rem 0.5rem;
  border-radius: 1rem;
}

.matrix-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.75rem;
}

.matrix-table th {
  text-align: left;
  color: #94a3b8;
  font-weight: 600;
  padding: 0.375rem 0.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.matrix-table td {
  padding: 0.5rem 0.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: #e2e8f0;
}

.matrix-table tr:last-child td {
  border-bottom: none;
}

.highlight-orange {
  color: var(--b-orange);
  font-weight: 700;
}

.score-badge {
  display: inline-block;
  padding: 0.15rem 0.4rem;
  border-radius: 0.25rem;
  font-weight: 700;
  font-size: 0.6875rem;
}

.score-badge.score-high {
  background: var(--b-orange);
  color: var(--b-bg-page);
}

.score-badge.score-med {
  background: rgba(255, 85, 0, 0.2);
  color: var(--b-orange);
}

.case-author-block strong { display: block; font-size: 0.9375rem; color: var(--b-dark); }
.case-author-block span { font-size: 0.8125rem; color: var(--b-text-secondary); }

/* Accordion Clean Belkins */
.accordion-belkins-clean {
  max-width: 53.75rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.acc-clean-item {
  background: var(--b-bg-card);
  border: 1.5px solid var(--b-border);
  border-radius: 0.75rem;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.acc-clean-item:hover {
  border-color: var(--b-dark);
}

.acc-clean-item.active {
  border: 2px solid var(--b-dark);
  box-shadow: 0 4px 16px -2px rgba(36, 43, 54, 0.08);
}

.acc-clean-btn {
  width: 100%;
  padding: 1.375rem 1.75rem;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--b-dark);
  cursor: pointer;
  text-align: left;
}

.sign {
  font-size: 1.375rem;
  color: var(--b-text-secondary);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s ease;
}

.acc-clean-item.active .sign {
  color: var(--b-orange);
  transform: rotate(45deg);
}

.acc-clean-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, padding 0.35s ease;
  opacity: 0;
  padding: 0 1.75rem;
  color: var(--b-text-secondary);
  font-size: 1rem;
}

.acc-clean-item.active .acc-clean-body {
  max-height: 250px;
  opacity: 1;
  padding: 0 1.75rem 1.5rem 1.75rem;
}

/* Calculator Belkins */
.toggle-container-belkins {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--b-bg-page);
  padding: 0.375rem 1rem;
  border-radius: var(--b-radius-pill);
  border: 1px solid var(--b-border);
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 1rem;
}

.switch {
  position: relative;
  display: inline-block;
  width: 2.75rem;
  height: 1.5rem;
}

.switch input { opacity: 0; width: 0; height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: var(--b-border);
  transition: .4s;
  border-radius: 1.5rem;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.125rem;
  width: 1.125rem;
  left: 0.1875rem;
  bottom: 0.1875rem;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider { background-color: var(--b-orange); }
input:checked + .slider:before { transform: translateX(1.25rem); }

.val-total { color: var(--b-orange) !important; font-size: 1.1875rem; }

/* CTA Final Clean Belkins */
.section-cta-final-clean {
  padding: 5.625rem 0;
  background: var(--b-bg-subtle);
  border-top: 1px solid var(--b-border);
}

.section-cta-final-clean h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

/* Modal Popup de Agendamento Belkins Dark/Orange */
.modal-backdrop,
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(18, 19, 22, 0.85);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-backdrop.open,
.modal-overlay.open {
  opacity: 1;
  visibility: visible;
}

.modal-content-clean {
  background: var(--b-bg-page);
  border: 1px solid var(--b-border);
  border-radius: 1.25rem;
  padding: 2.5rem;
  width: 100%;
  max-width: 36.5rem; /* Ampliado para acomodar o formulário sem estourar o botão */
  position: relative;
  box-shadow: 0 28px 52px -40px rgba(0, 0, 0, 0.3);
  transform: translateY(1.5rem);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-backdrop.open .modal-content-clean,
.modal-overlay.open .modal-content-clean {
  transform: translateY(0);
}

.modal-close-btn {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: none;
  border: none;
  font-size: 1.75rem;
  color: var(--b-text-secondary);
  cursor: pointer;
  line-height: 1;
}

.modal-close-btn:hover { color: var(--b-orange); }

.modal-header-text h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0.5rem 0;
  color: var(--b-dark);
}

/* Calendar Widget Gray/Slate Theme */
.calendar-widget-clean {
  margin-top: 1.5rem;
  background: #1E293B; /* Tema Cinza Slate Executivo */
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  padding: 2rem;
  color: #F8FAFC;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05);
}

.calendar-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}

.cal-month-title {
  font-size: 1rem;
  font-weight: 700;
  color: #F8FAFC;
}

.cal-nav-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #F8FAFC;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 700;
  transition: all 0.2s ease;
}

.cal-nav-btn:hover { background: var(--b-orange); border-color: var(--b-orange); color: #FFFFFF; }

.calendar-days-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.375rem;
  text-align: center;
}

.day-name {
  font-size: 0.75rem;
  font-weight: 700;
  color: #94A3B8;
  margin-bottom: 0.5rem;
}

.day-num {
  padding: 0.5rem 0;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 0.375rem;
  cursor: pointer;
  color: #E2E8F0;
  transition: all 0.2s ease;
}

.day-num:hover {
  background: rgba(255, 85, 0, 0.2);
  color: var(--b-orange);
}

.day-num.active {
  background: var(--b-orange);
  color: #FFFFFF;
  font-weight: 800;
  box-shadow: 0 2px 6px rgba(255, 85, 0, 0.3);
}

.day-num.disabled {
  color: #475569;
  cursor: not-allowed;
  opacity: 0.35;
}

.calendar-time-slots {
  margin-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
}

.slots-title {
  font-size: 0.8125rem;
  color: #94A3B8;
  margin-bottom: 0.75rem;
}

.slots-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}

.time-slot-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #F8FAFC;
  padding: 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.time-slot-btn:hover, .time-slot-btn.active {
  background: var(--b-orange);
  border-color: var(--b-orange);
  color: #FFFFFF;
}

/* Estilos do Formulário de Captura do Modal Funnels */
.modal-form-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}

.form-group-clean {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.form-group-clean label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #94A3B8;
}

.input-clean-dark {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  padding: 0.75rem 1rem;
  color: var(--b-bg-page);
  font-size: 0.9375rem;
  font-family: inherit;
  outline: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.input-clean-dark:focus {
  border-color: var(--b-orange);
  background: rgba(255, 85, 0, 0.05);
}

.input-clean-dark option {
  background: #121316;
  color: var(--b-bg-page);
}

.flex-gap-10 {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.5rem;
}

.flex-gap-10 .btn-orange-lg {
  flex: 1;
  padding: 0.875rem 1rem;
  font-size: 0.9375rem;
}

.btn-subtle-dark {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: var(--b-bg-page);
  padding: 0.875rem 1.25rem;
  border-radius: 0.625rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.btn-subtle-dark:hover {
  background: rgba(255, 255, 255, 0.2);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Funnel Widget B2B Belkins Style */
.funnel-widget-container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin-top: 3rem;
}

.group-title {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--b-text-secondary);
  letter-spacing: 0.0625rem;
  display: block;
  margin-bottom: 0.75rem;
}


/* Funil Trapezoidal CSS */
.funnel-visual-col {
  text-align: center;
}

.funnel-notice {
  font-size: 0.75rem;
  color: #94A3B8;
  display: block;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.funnel-trapezoid-stack {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
}

.funnel-level {
  background: rgba(18, 19, 22, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  padding: 1.5rem 2rem;
  text-align: center;
  transition: background-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), clip-path 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  cursor: pointer;
  clip-path: polygon(4% 0%, 96% 0%, 90% 100%, 10% 100%);
}

.funnel-level.level-1 { width: 100%; }
.funnel-level.level-2 { width: 90%; }
.funnel-level.level-3 { width: 80%; }
.funnel-level.level-4 { width: 70%; }

.funnel-level.active-orange {
  background: linear-gradient(135deg, var(--b-orange) 0%, var(--b-orange-hover) 100%) !important;
  background-color: var(--b-orange) !important;
  border-color: var(--b-orange) !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), inset 0 0 15px rgba(255, 255, 255, 0.2) !important;
  transform: scale(1.04) translateY(-2px) !important;
  clip-path: polygon(0% 0%, 100% 0%, 94% 100%, 6% 100%) !important;
  z-index: 5 !important;
}

.level-badge {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.0625rem;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  margin-bottom: 0.25rem;
}

.level-content strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--b-bg-page);
}

.level-content span {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 992px) {
  .funnel-widget-container {
    grid-template-columns: 1fr;
  }
}

/* Hero Visual Card Centralizado com Precisao */
.hero-visual-card {
  max-width: 100% !important;
  width: 100% !important;
  margin: 2.5rem auto 0 auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  box-sizing: border-box;
}

.hero-visual-card img,
.img-responsive {
  margin: 0 auto !important;
  display: block !important;
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

.hero-partners-strip {
  margin-top: 2rem;
  text-align: center;
}

.partners-label {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--b-text-secondary);
  letter-spacing: 0.0625rem;
  display: block;
  margin-bottom: 1rem;
}

.partners-badges-grid {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.partner-badge-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--b-bg-page);
  border: 1px solid var(--b-border);
  padding: 0.625rem 1.375rem;
  border-radius: 2rem;
  box-shadow: var(--b-shadow-card);
  height: 2.75rem;
  box-sizing: border-box;
  flex-shrink: 0;
}

.partner-badge-pill img {
  height: 1.25rem !important;
  width: auto !important;
  max-width: 150px !important;
  object-fit: contain !important;
  display: block !important;
}

.camada-card-hero {
  overflow: hidden;
  box-sizing: border-box;
}

.flex-grid-media, .flex-grid-media-symmetric {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.media-img-col {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.media-img-col img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0.875rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

@media (max-width: 992px) {
  .flex-grid-media, .flex-grid-media-symmetric {
    grid-template-columns: 1fr;
  }
}

/* Responsividade Fluida */
@media (max-width: 1200px) {
  .header-container { padding: 0 1.5rem; }
  .container { padding: 0 1.5rem; }
}

@media (max-width: 992px) {
  .hero-title-belkins { font-size: 2.75rem; }
  .grid-2x2-balanced, .grid-3-top, .grid-2-bottom {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-2-bottom { max-width: 100%; }
  .nav-menu { display: none; }
}

/* Footer Digno Belkins Style Premium */
.footer-digno {
  background: #171C24 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 4.5rem 0 2.5rem !important;
  color: #FFFFFF !important;
  width: 100% !important;
}

.footer-col-title {
  color: #FFFFFF !important;
}

.footer-tagline {
  font-size: 0.9375rem;
  color: #94A3B8 !important;
  margin-top: 0.75rem;
  max-width: 20rem;
  line-height: 1.5;
}

.footer-nav-col a {
  color: #94A3B8 !important;
  text-decoration: none !important;
  font-size: 0.9375rem !important;
  transition: color 0.2s ease !important;
}

.footer-nav-col a:hover {
  color: var(--b-orange) !important;
}

.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  color: #94A3B8 !important;
}

.footer-legal-links a {
  color: #94A3B8 !important;
}

.footer-legal-links a:hover {
  color: #FFFFFF !important;
}

.footer-top-grid {
  display: grid !important;
  grid-template-columns: 2.2fr 1fr 1fr 1.2fr !important;
  gap: 3rem !important;
  margin-bottom: 3.5rem !important;
  text-align: left !important;
}

.footer-tagline {
  font-size: 0.9375rem;
  color: var(--b-text-secondary);
  margin-top: 0.75rem;
  max-width: 20rem;
  line-height: 1.5;
}

.footer-badges-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.625rem !important;
  align-items: flex-start !important;
}

.footer-col-title {
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.0625rem;
  color: var(--b-dark);
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.25rem;
}

.footer-digno ul,
.footer-nav-col ul {
  list-style: none !important;
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
}

.footer-digno li,
.footer-nav-col li {
  list-style: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.footer-nav-col a {
  color: var(--b-text-secondary) !important;
  text-decoration: none !important;
  font-size: 0.9375rem !important;
  transition: color 0.2s ease !important;
}

.footer-nav-col a:hover {
  color: var(--b-orange) !important;
}

.footer-bottom-bar {
  border-top: 1px solid var(--b-border);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  color: var(--b-text-secondary);
}

.footer-legal-links {
  display: flex;
  gap: 1.5rem;
}

.footer-legal-links a {
  color: var(--b-text-secondary);
  text-decoration: none;
}

.footer-legal-links a:hover {
  color: var(--b-dark);
}

/* Exit Intent Premium Modal */


.exit-intent-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 2.25rem;
  align-items: center;
}

.exit-intent-badge {
  display: inline-block;
  background: rgba(255, 85, 0, 0.12);
  color: #FF5500;
  border: 1px solid rgba(255, 85, 0, 0.3);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.375rem 0.875rem;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}

.exit-intent-text h3 {
  font-size: 1.875rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 0.875rem;
  letter-spacing: -0.02em;
}

.exit-intent-subtext {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #94A3B8;
  margin-bottom: 1.75rem;
}

.exit-intent-cta-group {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.exit-intent-footnote {
  font-size: 0.75rem;
  color: #64748B;
  text-align: center;
  font-weight: 500;
}

/* Right Side Card: ICP Sample Preview */
.icp-sample-preview-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.125rem;
  padding: 1.5rem;
  backdrop-filter: blur(10px);
}


.icp-match-pill {
  background: rgba(0, 245, 155, 0.12);
  color: #00F59B;
  border: 1px solid rgba(0, 245, 155, 0.3);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.625rem;
  border-radius: 999px;
}


.icp-progress-bar-box {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  padding: 0.875rem;
}

.icp-progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

.icp-progress-label span {
  color: #94A3B8;
}

.icp-progress-label strong {
  color: #00F59B;
  font-weight: 700;
}

.icp-progress-track {
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  overflow: hidden;
}

.icp-progress-fill {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FF5500, #00F59B);
  border-radius: 999px;
}

@media (max-width: 768px) {
  .exit-intent-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .exit-intent-text h3 {
    font-size: 1.5rem;
  }
}
/* Faixa Escura Minimalista Estilo RevHackers no Rodapé */
.footer-dark-partners-bar {
  background: #11151C !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 1.25rem 0 !important;
  margin-top: 2.5rem !important;
  margin-bottom: 0 !important;
  color: #FFFFFF !important;
  box-shadow: 0 50vh 0 50vh #11151C !important;
}

.footer-dark-partners-flex {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 2.5rem !important;
  flex-wrap: wrap !important;
}

.dark-partner-item img {
  height: 22px !important;
  width: auto !important;
  max-width: 140px !important;
  object-fit: contain !important;
  display: block !important;
  flex-shrink: 0 !important;
}

.partner-badge-pill img {
  height: 20px !important;
  width: auto !important;
  max-width: 120px !important;
  object-fit: contain !important;
  display: block !important;
  flex-shrink: 0 !important;
}

.dark-partner-divider {
  width: 1px !important;
  height: 1.25rem !important;
  background: rgba(255, 255, 255, 0.2) !important;
}

.dark-partner-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}

.dark-partner-badge span {
  color: #FFFFFF !important;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;
  font-size: 0.9375rem !important; /* 15px */
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.dark-partner-badge svg {
  flex-shrink: 0;
  display: block;
}

@media (max-width: 768px) {
  .dark-partner-divider { display: none !important; }
  .footer-dark-partners-flex { gap: 1.5rem !important; }
}

/* Widget numerado de jornada (consultado quando o brief pedir lista sincronizada com trapézios) */
.journey-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.journey-step-num {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--b-orange);
  letter-spacing: 0.05em;
  flex-shrink: 0;
}


/* --- Anexado do bloco <style> inline do <head> de index.html (ordem de cascata preservada) --- */
    /* Hero Image Containment */
    .hero-visual-card {
      max-width: 100% !important;
      width: 100% !important;
      margin: 2.5rem auto 0 auto !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
      box-sizing: border-box !important;
    }
    .hero-visual-card img, img.img-responsive {
      max-width: 100% !important;
      width: 100% !important;
      height: auto !important;
      object-fit: contain !important;
      margin: 0 auto !important;
      display: block !important;
    }

/* Mobile Navigation Button & Drawer */
.mobile-menu-btn {
  display: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #FFFFFF;
  padding: 0.45rem 0.6rem;
  border-radius: 0.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.mobile-menu-btn:hover {
  background: rgba(255, 255, 255, 0.16);
}

.mobile-nav-drawer {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #171C24;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  padding: 1.25rem 1.5rem;
  z-index: 99;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.mobile-nav-drawer.open {
  display: block !important;
}

.mobile-nav-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.mobile-nav-link {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.65rem 0.85rem;
  border-radius: 0.5rem;
  transition: background 0.2s ease;
}
.mobile-nav-link:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* ==========================================================================
   SISTEMA DE RESPONSIVIDADE MOBILE UNIFICADO (SMARTPHONES ≤ 768px & TABLETS ≤ 992px)
   Garante 1 coluna vertical fluida no mobile enquanto preserva 100% o Desktop (> 992px)
   ========================================================================== */

@media (max-width: 992px) {
  .mobile-menu-btn {
    display: inline-flex !important;
  }

  .belkins-plan-grid,
  .sr-funnel-grid,
  .funnel-belkins-grid,
  .belkins-differentiators-grid,
  .grid-2x2-balanced,
  .grid-3-top,
  .grid-2-bottom,
  .flex-grid-media,
  .flex-grid-media-symmetric,
  .footer-top-grid,
  .sticky-feature-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  .sticky-col-left {
    position: relative !important;
    top: 0 !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 768px) {
  /* Container e Espaçamentos de Seções no Mobile */
  .section {
    padding: 3.5rem 0 !important;
  }
  .container {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  /* Forçar 1 Coluna em TODOS os Grids e Cards no Smartphone */
  .belkins-plan-grid,
  .sr-funnel-grid,
  .funnel-belkins-grid,
  .belkins-differentiators-grid,
  .grid-2x2-balanced,
  .grid-3-top,
  .grid-2-bottom,
  .flex-grid-media,
  .flex-grid-media-symmetric,
  .footer-top-grid,
  .pricing-grid,
  .roi-grid,
  .exit-intent-grid,
  .sticky-feature-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  /* Plano de Aquisição — Mobile Stacking */
  .belkins-plan-hero-card {
    padding: 1.25rem 1rem !important;
    border-radius: 1rem !important;
  }
  .plan-hero-content h3 {
    font-size: 1.25rem !important;
  }

  /* Funil Belkins & Pipeline — Mobile Stacking */
  .sr-funnel-steps {
    width: 100% !important;
    max-width: 100% !important;
  }
  .sr-funnel-card {
    padding: 1.25rem 1rem !important;
    border-radius: 1rem !important;
  }

  /* Cards de Diferenciais, Conectores e Manifesto */
  .clean-connector-card,
  .manifesto-card-hero,
  .diff-card-belkins {
    padding: 1.35rem 1.15rem !important;
    border-radius: 1rem !important;
  }

  /* Rodapé Dignos Belkins no Mobile */
  .footer-top-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
  }
  .footer-tagline {
    max-width: 100% !important;
  }

  /* Modais no Mobile (Agenda, Exit Intent, Planos) */
  .modal-content-clean {
    width: 94vw !important;
    max-width: 94vw !important;
    padding: 1.5rem 1rem !important;
    border-radius: 1rem !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
  }
}
