

/* ── 1. VARIÁVEIS E PALETA ────────────────────────────────── */

:root {
  --vellu-50:           #f5f3ff;
  --vellu-100:          #ede9fe;
  --vellu-200:          #ddd6fe;
  --vellu-300:          #c4b5fd;
  --vellu-400:          #a78bfa;
  --vellu-500:          #8b5cf6;
  --vellu-600:          #7c3aed;
  --vellu-700:          #6d28d9;    /* PRIMARY */
  --vellu-800:          #5b21b6;    /* HOVER */
  --vellu-900:          #4c1d95;    /* ACTIVE */
  --vellu-dark:         #1e0b3b;    /* hero / dark sections */
  --vellu-dark-2:       #130427;    /* sidebar, depths */
  --vellu-dark-3:       #2d1060;    /* cards em dark */
  --vellu-gradient:     linear-gradient(135deg, #6d28d9 0%, #9333ea 100%);
  --vellu-gradient-hero: linear-gradient(150deg, #1e0b3b 0%, #3b0764 100%);
  --vellu-gradient-cta:  linear-gradient(135deg, #6d28d9 0%, #7c3aed 50%, #9333ea 100%);

  /* Paleta oficial (hero / navbar transparente) */
  --vellu-purple-start: #712AD5;
  --vellu-purple:       #6423C3;
  --vellu-purple-end:   #49179F;
  --vellu-purple-light: #8B5DE8;
  --vellu-purple-dark:  #321064;
  --vellu-deep:         #1E0B36;

  --si-primary:               #6d28d9;
  --si-primary-rgb:           109, 40, 217;
  --si-primary-text-emphasis: #5b21b6;
  --si-primary-bg-subtle:     #f5f3ff;
  --si-primary-border-subtle: #ddd6fe;
}


/* ── 2. BOOTSTRAP OVERRIDES ───────────────────────────────── */

.btn-primary {
  --bs-btn-bg:              #6d28d9;
  --bs-btn-border-color:    #6d28d9;
  --bs-btn-hover-bg:        #5b21b6;
  --bs-btn-hover-border-color: #5b21b6;
  --bs-btn-active-bg:       #4c1d95;
  --bs-btn-active-border-color: #4c1d95;
  --bs-btn-focus-shadow-rgb: 109, 40, 217;
}

.btn-outline-primary {
  --bs-btn-color:        #6d28d9;
  --bs-btn-border-color: #6d28d9;
  --bs-btn-hover-bg:     #6d28d9;
  --bs-btn-hover-border-color: #6d28d9;
  --bs-btn-active-bg:    #5b21b6;
  --bs-btn-focus-shadow-rgb: 109, 40, 217;
}

a        { color: #6d28d9; }
a:hover  { color: #5b21b6; }

.text-primary    { color: #6d28d9 !important; }
.bg-primary      { background-color: #6d28d9 !important; }
.border-primary  { border-color: #6d28d9 !important; }

.form-control:focus,
.form-select:focus {
  border-color: #a78bfa;
  box-shadow: 0 0 0 0.25rem rgba(109,40,217,.15);
}

.accordion-button:not(.collapsed) {
  color: #6d28d9;
  background-color: #f5f3ff;
  box-shadow: inset 0 -1px 0 rgba(109,40,217,.1);
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(109,40,217,.15);
}


/* ── 3. NAVBAR ────────────────────────────────────────────── */

.navbar-vellu {
  background-color: rgba(255,255,255,0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(109,40,217,.08);
  transition: background-color 0.3s, box-shadow 0.3s, border-color 0.3s;
}

/* Estado transparente sobre o hero dark */
.navbar-vellu.navbar-transparent {
  background-color: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  --si-navbar-toggler-color: rgba(255,255,255,0.9);
}

/* Cores claras só na nav desktop — não vazam para o offcanvas */
.navbar-vellu.navbar-transparent .navbar-desktop-nav .nav-link {
  color: rgba(255, 255, 255, 0.78) !important;
}

.navbar-vellu.navbar-transparent .navbar-desktop-nav .nav-link:hover {
  color: #fff !important;
}

.navbar-vellu.navbar-transparent .navbar-desktop-actions .btn-outline-primary {
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.35);
}

.navbar-vellu.navbar-transparent .navbar-desktop-actions .btn-outline-primary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}

.navbar-vellu.navbar-transparent .navbar-desktop-actions .btn-nav-demo {
  background: #FFFFFF;
  color: var(--vellu-purple-end) !important;
  border: 1px solid #FFFFFF;
  box-shadow: 0 2px 8px rgba(30, 11, 54, 0.12);
}

.navbar-vellu.navbar-transparent .navbar-desktop-actions .btn-nav-demo:hover {
  background: #F7F2FF;
  color: var(--vellu-purple-end) !important;
  border-color: #F7F2FF;
  opacity: 1;
}

.navbar-vellu.scrolled {
  box-shadow: 0 2px 20px rgba(30,11,59,0.08);
  --si-navbar-toggler-color: #33354d;
}

.navbar-desktop-nav {
  align-items: center;
  gap: 0.25rem;
  flex: 1;
}

.navbar-vellu .nav-link {
  color: #374151;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.5rem 0.875rem;
  min-height: 44px;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}

.navbar-vellu .nav-link:hover { color: #6d28d9; }

.navbar-wordmark {
  color: #6d28d9;
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
}

.navbar-vellu.navbar-transparent .navbar-brand .navbar-wordmark {
  color: #fff;
}

.navbar-desktop-actions {
  gap: 0.5rem;
  flex-shrink: 0;
}

.navbar-mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 1rem;
  margin-top: auto;
  border-top: 1px solid rgba(109,40,217,0.1);
}

/* Offcanvas mobile — independente do expand do Bootstrap */
#navMenu.offcanvas {
  --bs-offcanvas-width: min(320px, 90vw);
  --si-offcanvas-width: min(320px, 90vw);
  --si-offcanvas-zindex: 1080;
  width: min(320px, 90vw);
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  z-index: 1080;
  background-color: #fff;
}

#navbar-main .navbar-toggler {
  position: relative;
  z-index: 1081;
}

#navMenu .offcanvas-header {
  background-color: #fff;
}

#navMenu .navbar-wordmark {
  color: #6d28d9;
}

#navMenu .offcanvas-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  padding: 1rem 1.25rem 1.5rem;
  background-color: #fff;
}

#navMenu .navbar-nav {
  flex-direction: column;
  gap: 0.25rem;
}

#navMenu .nav-link {
  color: #374151 !important;
  padding: 0.75rem 0.5rem;
  min-height: 44px;
}

#navMenu .nav-link:hover {
  color: #6d28d9 !important;
}

.btn-nav-demo {
  background: var(--vellu-gradient);
  border: none;
  color: #fff !important;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  transition: opacity 0.2s, transform 0.15s;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}

.btn-nav-demo:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  color: #fff !important;
}


/* ── 4. HERO V2 ───────────────────────────────────────────── */

/* Container externo: sem background — deixa branco da página aparecer */
.hero-section {
  position: relative;
  overflow: hidden;
}

/* Fundo escuro do hero */
.hero-dark-bg {
  position: relative;
  background:
    radial-gradient(
      ellipse at 50% -15%,
      rgba(255, 255, 255, 0.09) 0%,
      rgba(255, 255, 255, 0) 38%
    ),
    radial-gradient(
      ellipse at 15% 30%,
      rgba(139, 93, 232, 0.10) 0%,
      rgba(139, 93, 232, 0) 34%
    ),
    radial-gradient(
      ellipse at 85% 35%,
      rgba(73, 23, 159, 0.16) 0%,
      rgba(73, 23, 159, 0) 38%
    ),
    linear-gradient(
      145deg,
      #712AD5 0%,
      #6423C3 44%,
      #571DB4 72%,
      #49179F 100%
    );
  z-index: 4;
  padding-top: 96px;
}

/* Glows extras desativados — profundidade já está no stack do background */
.hero-dark-bg::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(139, 93, 232, 0.22) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.hero-dark-bg::after {
  content: '';
  position: absolute;
  bottom: 30%;
  left: -8%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(113, 42, 213, 0.16) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.hero-dark-bg::before,
.hero-dark-bg::after {
  opacity: 0;
}

.hero-content-inner {
  position: relative;
  z-index: 5;
}

/* Hero text */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.775rem;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 100px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
}

.hero-badge .dot {
  width: 6px;
  height: 6px;
  background: #B995FF;
  box-shadow: 0 0 0 4px rgba(185, 149, 255, 0.14);
  border-radius: 50%;
  display: inline-block;
  animation: pulse-dot 2.5s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.7); }
}

.hero-section h1 {
  font-size: clamp(2.1rem, 5vw, 3.75rem);
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin-bottom: 1.5rem;
}

.hero-section h1 .highlight {
  background: linear-gradient(
    90deg,
    #FFFFFF 0%,
    #D9C8FF 48%,
    #B995FF 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* CTA principal do hero (seção 24h mantém o global .btn-hero-primary) */
.hero-section .btn-hero-primary {
  background: #FFFFFF;
  color: var(--vellu-purple-end);
  border: 1px solid #FFFFFF;
  box-shadow:
    0 14px 32px rgba(30, 11, 54, 0.22),
    0 2px 8px rgba(30, 11, 54, 0.12);
}

.hero-section .btn-hero-primary:hover {
  background: #F7F2FF;
  color: var(--vellu-purple-end);
  border-color: #F7F2FF;
  transform: translateY(-1px);
  box-shadow:
    0 14px 32px rgba(30, 11, 54, 0.22),
    0 2px 8px rgba(30, 11, 54, 0.12);
}

.hero-lead {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
  max-width: 600px;
  margin: 0 auto 2rem;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 1rem;
}

.btn-hero-primary {
  background: #fff;
  color: #6d28d9;
  border: 2px solid #fff;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 0.8rem 2.25rem;
  border-radius: 12px;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.btn-hero-primary:hover {
  background: #f0ebff;
  border-color: #f0ebff;
  color: #5b21b6;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.btn-hero-secondary {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-weight: 600;
  font-size: 1.05rem;
  padding: 0.8rem 2.25rem;
  border-radius: 12px;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.btn-hero-secondary:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.42);
  transform: translateY(-1px);
}

.demo-note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 1rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 500;
}

.demo-note i {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.58);
  flex-shrink: 0;
}

/* Wave SVG transition */
.hero-wave-container {
  position: absolute;
  top: 100%;
  margin-top: -4px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 5;
  color: #49179F;
  display: flex;
}

.hero-wave-inner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 3788px;
  flex-shrink: 0;
  color: #49179F;
}

/* Espaçadores para o dashboard flutuar */
.hero-spacer-lg { height: 220px; }
.hero-spacer-md { height: 140px; }
.hero-spacer-sm { height: 100px; }

/* Dashboard flutuante — captura real */
.hero-dashboard-wrap {
  position: relative;
  z-index: 6;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.hero-dashboard-pullup {
  margin-top: -200px;
}

/* ── 5. HERO PRODUCT FRAME (captura real) ─────────────────── */

.hero-product-frame {
  background: rgba(30, 11, 54, 0.96);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 32px 80px rgba(30, 11, 54, 0.32),
    0 8px 24px rgba(30, 11, 54, 0.20);
  width: 100%;
}

.hero-product-chrome {
  background: rgba(30, 11, 54, 0.96);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.hero-product-dots {
  display: flex;
  gap: 5px;
  flex-shrink: 0;
}

.hero-product-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
}

.hero-product-dots span:nth-child(1) { background: #ff5f57; }
.hero-product-dots span:nth-child(2) { background: #febc2e; }
.hero-product-dots span:nth-child(3) { background: #28c840; }

.hero-product-url {
  flex: 1;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 4px 14px;
  font-size: 0.71rem;
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
  font-family: 'Manrope', sans-serif;
}

.hero-product-screen {
  position: relative;
  aspect-ratio: 16 / 10;
  background: linear-gradient(150deg, #1e0b3b 0%, #3b0764 55%, #2d1060 100%);
  overflow: hidden;
}

.hero-product-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.04);
  transform-origin: center center;
  margin-top: 16px;
}

.hero-product-img.is-missing {
  display: none;
}

/* ── 6. FEATURES GRID (estilo saas-v2) ────────────────────── */

.features-grid-section {
  background: #fff;
  padding: 88px 0 72px;
  position: relative;
  z-index: 2;
}

.features-grid-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

/* Grid 3×2, sem gutters, com divisores hr */
.features-grid {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
}

.feature-cell {
  position: relative;
  padding: 2rem 1.5rem 2rem;
  text-align: center;
}

/* Divisor vertical direito */
.feature-cell .fc-div-v {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #e5e7eb;
  margin: 0;
  border: none;
}

/* Divisor horizontal inferior */
.feature-cell .fc-div-h {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e7eb;
  margin: 0;
  border: none;
}

.feature-cell-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.125rem;
  font-size: 1.5rem;
  transition: transform 0.3s;
}

.feature-cell:hover .feature-cell-icon { transform: scale(1.08); }

.fci--agenda    { background: #f5f3ff; color: #6d28d9; }
.fci--vitrine   { background: #f5f3ff; color: #6d28d9; }
.fci--pdv       { background: #f5f3ff; color: #6d28d9; }
.fci--whatsapp  { background: #f0fdf4; color: #16a34a; }
.fci--clientes  { background: #fff7ed; color: #d97706; }
.fci--relat     { background: #eff6ff; color: #2563eb; }

.feature-cell h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}

.feature-cell p {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.65;
}

.feature-cell-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 3px 9px;
  border-radius: 100px;
  margin-top: 0.875rem;
}

.fcb--purple { background: #ede9fe; color: #6d28d9; }
.fcb--green  { background: #dcfce7; color: #16a34a; }
.fcb--amber  { background: #fef3c7; color: #d97706; }
.fcb--blue   { background: #dbeafe; color: #2563eb; }


/* ── 7. DORES ─────────────────────────────────────────────── */

.section-pain {
  background: #f9fafb;
  padding: 80px 0;
}

.section-label {
  display: inline-block;
  font-size: 0.775rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6d28d9;
  background: #ede9fe;
  padding: 5px 14px;
  border-radius: 100px;
}

.pain-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  transition: box-shadow 0.25s, transform 0.25s;
}

.pain-card:hover {
  box-shadow: 0 8px 32px rgba(109,40,217,0.1);
  transform: translateY(-3px);
}

.pain-icon {
  width: 52px;
  height: 52px;
  background: #fef2f2;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #ef4444;
}

.pain-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}

.pain-card p {
  font-size: 0.9rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.65;
}


/* ── 8. COMO FUNCIONA ─────────────────────────────────────── */

.section-how-it-works {
  background: #fff;
  padding: 80px 0;
}

.how-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  transition: box-shadow 0.25s, transform 0.25s;
}

.how-card:hover {
  box-shadow: 0 8px 32px rgba(109,40,217,0.1);
  transform: translateY(-3px);
}

.how-icon {
  width: 52px;
  height: 52px;
  background: #f5f3ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #6d28d9;
}

.how-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}

.how-card p {
  font-size: 0.9rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.65;
}


/* ── 9. TEMA CLARO / ESCURO ───────────────────────────────── */

.section-theme-comparison {
  position: relative;
  overflow: hidden;
}

.theme-comparison-split {
  display: flex;
  min-height: 520px;
}

.theme-half {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2.5rem;
  overflow: hidden;
}

.theme-half--dark {
  background:
    radial-gradient(
      circle at 22% 18%,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0) 34%
    ),
    radial-gradient(
      circle at 80% 72%,
      rgba(139, 93, 232, 0.14) 0%,
      rgba(139, 93, 232, 0) 38%
    ),
    linear-gradient(
      135deg,
      #712AD5 0%,
      #6423C3 46%,
      #49179F 100%
    );
}

.theme-half--dark::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(124,58,237,0.25) 0%, transparent 65%);
  pointer-events: none;
  opacity: 0;
}

.theme-half--light {
  background: #f5f3ff;
}

.theme-half-inner {
  max-width: 380px;
  position: relative;
  z-index: 2;
}

.theme-mode-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 1.25rem;
}

.theme-mode-badge--dark {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(196,181,253,0.3);
  color: #c4b5fd;
}

.theme-mode-badge--light {
  background: #ede9fe;
  color: #6d28d9;
}

.theme-mode-badge .mode-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.theme-mode-badge--dark .mode-dot { background: #a78bfa; }
.theme-mode-badge--light .mode-dot { background: #6d28d9; }

.theme-half--dark h3 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.025em;
  margin-bottom: 0.875rem;
}

.theme-half--light h3 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.025em;
  margin-bottom: 0.875rem;
}

.theme-half--dark p {
  color: rgba(255,255,255,0.6);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.theme-half--light p {
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.theme-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.theme-feature-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 500;
}

.theme-half--dark .theme-feature-list li { color: rgba(255,255,255,0.75); }
.theme-half--light .theme-feature-list li { color: #374151; }

.theme-half--dark .theme-feature-list li i { color: #a78bfa; }
.theme-half--light .theme-feature-list li i { color: #6d28d9; }

/* Mini app mockup - dark */
.theme-mini-app {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  max-width: 340px;
}

.tma-dark {
  background: var(--vellu-dark-2);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 16px 48px rgba(0,0,0,0.4);
}

.tma-light {
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 16px 48px rgba(109,40,217,0.12);
}

.tma-topbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
}

.tma-dark .tma-topbar { background: #0d0219; border-bottom: 1px solid rgba(255,255,255,0.05); }
.tma-light .tma-topbar { background: #f5f3ff; border-bottom: 1px solid #ede9fe; }

.tma-dots-mini { display: flex; gap: 4px; }
.tma-dots-mini span { width: 8px; height: 8px; border-radius: 50%; display: block; }
.tma-dots-mini span:nth-child(1) { background: #ff5f57; }
.tma-dots-mini span:nth-child(2) { background: #febc2e; }
.tma-dots-mini span:nth-child(3) { background: #28c840; }

.tma-urlbar-mini {
  flex: 1;
  height: 18px;
  border-radius: 4px;
  background: rgba(0,0,0,0.07);
}

.tma-dark .tma-urlbar-mini { background: rgba(255,255,255,0.07); }

.tma-body {
  display: flex;
  height: 160px;
}

.tma-sidebar {
  width: 48px;
  border-right: 1px solid rgba(255,255,255,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  gap: 6px;
}

.tma-dark .tma-sidebar { background: rgba(0,0,0,0.2); }
.tma-light .tma-sidebar { background: #f9fafb; border-right-color: #e5e7eb; }

.tma-sb-logo {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: var(--vellu-gradient);
  margin-bottom: 4px;
}

.tma-sb-item {
  width: 22px;
  height: 22px;
  border-radius: 6px;
}

.tma-dark  .tma-sb-item { background: rgba(255,255,255,0.06); }
.tma-light .tma-sb-item { background: #ede9fe; }

.tma-sb-item.active { background: rgba(109,40,217,0.5) !important; }

.tma-main {
  flex: 1;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.tma-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tma-title-bar {
  height: 9px;
  width: 80px;
  border-radius: 4px;
}

.tma-dark  .tma-title-bar { background: rgba(255,255,255,0.4); }
.tma-light .tma-title-bar { background: #374151; opacity: 0.5; }

.tma-pill {
  height: 18px;
  width: 52px;
  border-radius: 9px;
  background: #6d28d9;
}

.tma-week-mini {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
}

.tma-day-cell {
  height: 20px;
  border-radius: 5px;
}

.tma-dark  .tma-day-cell { background: rgba(255,255,255,0.07); }
.tma-light .tma-day-cell { background: #f3f4f6; }
.tma-day-cell.today { background: #6d28d9 !important; }

.tma-slots {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tma-slot {
  height: 22px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 0 7px;
  gap: 5px;
}

.tma-dark .tma-slot.s-booked  { background: rgba(109,40,217,0.3); border: 1px solid rgba(167,139,250,0.2); }
.tma-dark .tma-slot.s-free    { background: rgba(255,255,255,0.04); border: 1px dashed rgba(255,255,255,0.08); }
.tma-light .tma-slot.s-booked { background: #f5f3ff; border: 1px solid #ede9fe; }
.tma-light .tma-slot.s-free   { background: #f9fafb; border: 1px dashed #e5e7eb; }

.tma-slot-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

.tma-dark  .tma-slot.s-booked .tma-slot-dot { background: #a78bfa; }
.tma-dark  .tma-slot.s-free   .tma-slot-dot { background: rgba(255,255,255,0.15); }
.tma-light .tma-slot.s-booked .tma-slot-dot { background: #6d28d9; }
.tma-light .tma-slot.s-free   .tma-slot-dot { background: #d1d5db; }

.tma-slot-bar {
  height: 6px;
  border-radius: 3px;
  flex: 1;
}

.tma-dark  .tma-slot.s-booked .tma-slot-bar { background: rgba(196,181,253,0.4); }
.tma-dark  .tma-slot.s-free   .tma-slot-bar { background: rgba(255,255,255,0.1); }
.tma-light .tma-slot.s-booked .tma-slot-bar { background: rgba(109,40,217,0.35); }
.tma-light .tma-slot.s-free   .tma-slot-bar { background: #e5e7eb; }

/* Divider central */
.theme-center-divider {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.tcd-line {
  width: 1px;
  height: 100px;
  background: linear-gradient(to bottom, transparent, rgba(109,40,217,0.3), rgba(109,40,217,0.5), rgba(109,40,217,0.3), transparent);
}

.tcd-badge {
  width: 42px;
  height: 42px;
  background: #6d28d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 6px rgba(109,40,217,0.2), 0 0 0 12px rgba(109,40,217,0.08);
}

.tcd-badge i { color: #fff; font-size: 1.1rem; }

/* Rodapé texto da seção */
.theme-comparison-footer {
  background: #fff;
  padding: 3rem 0;
  text-align: center;
  border-top: 1px solid #e5e7eb;
}

.theme-comparison-footer p {
  font-size: 1rem;
  color: #6b7280;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}


/* ── 10. SEU NEGÓCIO ABERTO 24H ───────────────────────────── */

.section-24h {
  background: var(--vellu-gradient-hero);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.section-24h::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(124,58,237,0.3) 0%, transparent 70%);
  pointer-events: none;
}

.section-24h h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.section-24h h2 .highlight {
  background: linear-gradient(90deg, #a78bfa, #c4b5fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-24h .lead {
  color: rgba(255,255,255,0.65);
  font-size: 1.05rem;
  line-height: 1.7;
}

.section-label-dark {
  background: rgba(196,181,253,0.12);
  color: #c4b5fd;
  border: 1px solid rgba(196,181,253,0.2);
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255,255,255,0.78);
  font-size: 0.95rem;
  padding: 6px 0;
}

.check-list li i {
  color: #a78bfa;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 2px;
}

/* iPhone 15 mockup */
.iphone-mockup-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 24px 48px;
  box-sizing: border-box;
}

.iphone-mockup-wrap::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 95%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(139, 92, 246, 0.22) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.iphone-pair {
  position: relative;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  /* room for 320px phone + offset + rotation overhang */
  min-height: calc(320px * 2556 / 1179 + 100px);
  box-sizing: border-box;
}

.iphone-mockup {
  position: relative;
  max-width: 100%;
  z-index: 1;
}

.iphone-frame {
  position: relative;
  background: #0c0c0e;
  border-radius: 55px;
  border: 3px solid #48464e;
  box-shadow:
    inset 0 1px 0 rgba(120, 118, 128, 0.55),
    inset 0 0 0 1px rgba(120, 118, 128, 0.25);
}

.iphone-bezel {
  padding: 10px;
  background: #000;
  border-radius: 52px;
}

.iphone-screen {
  position: relative;
  overflow: hidden;
  border-radius: 45px;
  aspect-ratio: 1179 / 2556;
  background: #0c0c0e;
}

.iphone-island {
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  width: 29%;
  height: 28px;
  background: #08080a;
  border-radius: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  box-sizing: border-box;
}

.iphone-island-cam {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1a1a2e;
  box-shadow: inset 0 0 0 1.5px #2a2a3a;
  flex-shrink: 0;
}

.iphone-screen-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* Dual stack positions — desktop */
.iphone-mockup--back {
  position: absolute;
  width: 285px;
  left: 0;
  top: 8px;
  z-index: 1;
  transform: rotate(4deg);
  filter: brightness(0.92);
}

.iphone-mockup--back .iphone-frame {
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(120, 118, 128, 0.55),
    inset 0 0 0 1px rgba(120, 118, 128, 0.25);
}

.iphone-mockup--front {
  position: absolute;
  width: 320px;
  right: 0;
  top: 48px;
  z-index: 2;
  transform: rotate(-4deg);
}

.iphone-mockup--front .iphone-frame {
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(120, 118, 128, 0.55),
    inset 0 0 0 1px rgba(120, 118, 128, 0.25);
}

/* Fit stack inside col-lg-5 at 992–1399 (1280 / 1440) */
@media (min-width: 992px) and (max-width: 1399.98px) {
  .iphone-pair {
    max-width: 100%;
    min-height: calc(270px * 2556 / 1179 + 100px);
  }
  .iphone-mockup--back {
    width: 240px;
    left: 0;
    top: 8px;
  }
  .iphone-mockup--front {
    width: 270px;
    right: 0;
    top: 40px;
  }
}

/* Side buttons */
.iphone-side {
  position: absolute;
  background: #48464e;
  border-radius: 2px;
  z-index: 2;
}

.iphone-side--action {
  left: -3px;
  top: 18%;
  width: 3px;
  height: 28px;
  border-radius: 2px 0 0 2px;
}

.iphone-side--vol-up {
  left: -3px;
  top: 28%;
  width: 3px;
  height: 42px;
  border-radius: 2px 0 0 2px;
}

.iphone-side--vol-down {
  left: -3px;
  top: 38%;
  width: 3px;
  height: 42px;
  border-radius: 2px 0 0 2px;
}

.iphone-side--power {
  right: -3px;
  top: 30%;
  width: 3px;
  height: 72px;
  border-radius: 0 2px 2px 0;
}

/* Schedule Feed */
.schedule-feed {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(196,181,253,0.18);
  border-radius: 18px;
  overflow: hidden;
  max-width: 360px;
  margin: 0 auto;
  box-shadow: 0 24px 60px rgba(0,0,0,0.3), 0 0 80px rgba(109,40,217,0.12);
}

.sf-header {
  padding: 13px 16px;
  background: rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  gap: 8px;
}

.sf-header-icon {
  width: 28px;
  height: 28px;
  background: rgba(109,40,217,0.45);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: #c4b5fd;
  flex-shrink: 0;
}

.sf-header-text {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255,255,255,0.65);
}

.sf-live {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #22c55e;
}

.sf-live-dot {
  width: 6px;
  height: 6px;
  background: #22c55e;
  border-radius: 50%;
  animation: pulse-green 2s ease-in-out infinite;
}

@keyframes pulse-green {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(0.75); }
}

.sf-entries {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sf-entry {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sf-entry:first-child {
  background: rgba(109,40,217,0.18);
  border-color: rgba(167,139,250,0.22);
}

.sf-time-tag {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-width: 42px;
}

.sf-time-tag i { font-size: 0.8rem; }
.sf-time-tag span { font-size: 0.68rem; font-weight: 700; color: rgba(255,255,255,0.4); }

.sf-icon-night  { color: #818cf8; }
.sf-icon-dawn   { color: #fb923c; }
.sf-icon-morning{ color: #fbbf24; }

.sf-entry-content { flex: 1; min-width: 0; }

.sf-entry-content strong {
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sf-entry-content span { font-size: 0.7rem; color: rgba(255,255,255,0.38); }

.sf-status-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  flex-shrink: 0;
}

.sf-footer {
  padding: 11px 16px;
  background: rgba(34,197,94,0.07);
  border-top: 1px solid rgba(34,197,94,0.14);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.76rem;
  color: rgba(255,255,255,0.5);
  font-weight: 500;
}

.sf-footer i { color: #22c55e; font-size: 1rem; flex-shrink: 0; }


/* ── 11. PLANOS E PREÇOS ──────────────────────────────────── */

.section-pricing {
  background: #f9fafb;
  padding: 80px 0;
}

.pricing-grid {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 2rem 1.75rem;
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}

.pricing-card:hover {
  box-shadow: 0 8px 32px rgba(109, 40, 217, 0.08);
  transform: translateY(-2px);
}

.pricing-card--featured {
  position: relative;
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--vellu-gradient) border-box;
  box-shadow: 0 12px 40px rgba(109, 40, 217, 0.14);
  padding-top: 2.25rem;
}

@media (min-width: 992px) {
  .pricing-card--featured {
    transform: translateY(-8px);
  }

  .pricing-card--featured:hover {
    transform: translateY(-10px);
    box-shadow: 0 16px 48px rgba(109, 40, 217, 0.18);
  }
}

.pricing-badge {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: 100px;
  margin-bottom: 0.875rem;
  background: #ede9fe;
  color: #6d28d9;
}

.pricing-name {
  font-size: 1.25rem;
  font-weight: 800;
  color: #111827;
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}

.pricing-price {
  font-size: 2rem;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 0.75rem;
}

.pricing-price span {
  font-size: 1rem;
  font-weight: 600;
  color: #6b7280;
  letter-spacing: 0;
}

.pricing-recommend {
  font-size: 0.875rem;
  font-weight: 600;
  color: #6d28d9;
  margin: 0 0 0.5rem;
  line-height: 1.45;
}

.pricing-desc {
  font-size: 0.925rem;
  color: #6b7280;
  margin: 0 0 1rem;
  line-height: 1.6;
  flex-grow: 1;
}

.pricing-limit {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
  margin: 0 0 1.5rem;
  padding: 0.625rem 0.875rem;
  background: #f9fafb;
  border-radius: 10px;
}

.pricing-card--featured .pricing-limit {
  background: #f5f3ff;
  color: #5b21b6;
}

.pricing-limit i {
  font-size: 1.15rem;
  color: #6d28d9;
  flex-shrink: 0;
}

.btn-vellu-outline {
  background: transparent;
  border: 1.5px solid #c4b5fd;
  color: #6d28d9;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.7rem 1.5rem;
  border-radius: 10px;
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.btn-vellu-outline:hover {
  background: #f5f3ff;
  border-color: #6d28d9;
  color: #5b21b6;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(109, 40, 217, 0.12);
}

.pricing-cta {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

.pricing-cta--featured {
  box-shadow: 0 6px 20px rgba(109, 40, 217, 0.25);
  font-size: 1.05rem;
  padding: 0.85rem 2rem;
}

.pricing-cta--featured:hover {
  box-shadow: 0 10px 28px rgba(109, 40, 217, 0.35);
}

.pricing-cta:focus-visible,
.btn-vellu-outline:focus-visible {
  outline: 2px solid #6d28d9;
  outline-offset: 3px;
}

.pricing-features {
  margin-top: 2.75rem;
  padding: 1.75rem 1.5rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-features-label {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
  text-align: center;
  margin: 0 0 1.25rem;
}

.pricing-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem 1.5rem;
}

@media (min-width: 576px) {
  .pricing-features-list {
    grid-template-columns: 1fr 1fr;
  }
}

.pricing-features-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.5;
  padding: 4px 0;
}

.pricing-features-list li i {
  color: #6d28d9;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.pricing-note {
  margin: 1.75rem 0 0;
  font-size: 0.9rem;
  color: #6b7280;
}

.pricing-note a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pricing-note a:hover {
  color: #5b21b6;
}

@media (max-width: 991.98px) {
  .pricing-card--featured {
    box-shadow: 0 14px 40px rgba(109, 40, 217, 0.16);
  }
}

@media (max-width: 575.98px) {
  .section-pricing {
    padding: 64px 0;
  }

  .pricing-price {
    font-size: 1.75rem;
  }

  .pricing-features {
    padding: 1.35rem 1.15rem;
  }
}


/* ── 12. SEGMENTOS ────────────────────────────────────────── */

.section-segments {
  background: var(--vellu-50);
  padding: 80px 0;
}

.segment-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 1.5rem 1.25rem;
  text-align: center;
  transition: all 0.25s;
  cursor: default;
  height: 100%;
}

.segment-card:hover {
  border-color: #a78bfa;
  box-shadow: 0 8px 24px rgba(109,40,217,0.12);
  transform: translateY(-3px);
}

.segment-icon {
  width: 52px;
  height: 52px;
  background: #f5f3ff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.875rem;
  font-size: 1.5rem;
  color: #6d28d9;
  transition: all 0.25s;
}

.segment-card:hover .segment-icon {
  background: var(--vellu-gradient);
  color: #fff;
}

.segment-card h3 {
  font-size: 0.925rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.segment-card p {
  font-size: 0.8rem;
  color: #9ca3af;
  margin: 4px 0 0;
}


/* ── 13. BENEFÍCIOS ───────────────────────────────────────── */

.section-benefits { padding: 80px 0; background: #fff; }

.benefit-row {
  padding: 56px 0;
  border-bottom: 1px solid #f3f4f6;
}

.benefit-row:last-child { border-bottom: none; }

.benefit-content h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
  line-height: 1.25;
}

.benefit-content p {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1.75rem;
}

.benefit-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.925rem;
  color: #374151;
  padding: 5px 0;
}

.benefit-list li i { color: #6d28d9; font-size: 1.1rem; flex-shrink: 0; }

/* Benefit screenshots */
.benefit-shot {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #d2c7ff;
  box-shadow: 0 8px 40px rgba(109, 40, 217, 0.1);
  background: #f9fafb;
}

.benefit-shot::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
}

.benefit-shot-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.benefit-shot-img.is-missing {
  display: none;
}

.swiper-pagination-bullet-active { background: #6d28d9 !important; }
.swiper-button-next,
.swiper-button-prev { color: #6d28d9 !important; }


/* ── 13b. VITRINES PÚBLICAS ───────────────────────────────── */

.section-storefronts {
  background: #fff;
  padding: 80px 0;
}

.storefronts-swiper {
  padding-bottom: 2.5rem !important;
  overflow: hidden;
}

.storefront-slide {
  height: auto;
}

.storefront-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  height: 100%;
}

.storefront-card:focus {
  outline: none;
}

.storefront-card:focus-visible {
  outline: 2px solid #6d28d9;
  outline-offset: 3px;
}

.storefront-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(150deg, #1e0b3b 0%, #3b0764 55%, #2d1060 100%);
}

.storefront-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.3s ease;
}

.storefront-img.is-missing {
  display: none;
}

.storefront-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(30,11,59,0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  pointer-events: none;
}

.storefront-cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #6d28d9;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

.storefront-cta-pill i {
  font-size: 1rem;
  line-height: 1;
}

.storefront-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 1rem 1.1rem 1.15rem;
  background: #fff;
  border-top: 1px solid #f3f4f6;
}

.storefront-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6d28d9;
  background: #ede9fe;
  padding: 3px 10px;
  border-radius: 999px;
}

.storefront-name {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.storefront-segment {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  color: #6b7280;
}

.storefront-cta-mobile {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-size: 0.825rem;
  font-weight: 700;
  color: #6d28d9;
}

.storefront-cta-mobile i {
  font-size: 0.95rem;
  line-height: 1;
}

.storefronts-pagination {
  position: relative;
  margin-top: 0.5rem;
}

@media (hover: hover) and (pointer: fine) {
  .storefront-cta-mobile {
    display: none;
  }

  .storefront-card:hover {
    transform: translateY(-4px);
    border-color: rgba(109,40,217,0.35);
    box-shadow: 0 16px 40px rgba(30,11,59,0.14);
  }

  .storefront-card:hover .storefront-img {
    transform: scale(1.04);
  }

  .storefront-card:hover .storefront-overlay {
    opacity: 1;
    visibility: visible;
  }
}



/* ── 14. DEPOIMENTOS (Swiper com prev/next) ───────────────── */

.section-testimonials {
  background: #fff;
  padding: 80px 0;
}

.testimonials-nav-col {
  display: flex;
  flex-direction: column;
}

.testimonials-title {
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.testimonials-nav-controls {
  display: flex;
  gap: 8px;
  margin-top: auto;
  padding-top: 2rem;
}


.testimonial-slide-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 1.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow 0.25s, border-color 0.25s;
}

.testimonial-slide-card:hover {
  box-shadow: 0 12px 40px rgba(109,40,217,0.1);
  border-color: #ddd6fe;
}

.testimonial-quote-icon {
  width: 36px;
  height: 36px;
  background: var(--vellu-gradient);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 1.25rem;
  flex-shrink: 0;
}

.testimonial-stars {
  color: #f59e0b;
  font-size: 0.8rem;
  letter-spacing: 2px;
  margin-bottom: 0.875rem;
}

.testimonial-quote {
  font-size: 0.95rem;
  color: #374151;
  line-height: 1.75;
  font-style: italic;
  flex: 1;
  margin-bottom: 1.5rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 1.25rem;
  border-top: 1px solid #e5e7eb;
}

.testimonial-initials {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--vellu-gradient);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.testimonial-initials.ti-2 { background: linear-gradient(135deg,#1e0b3b,#3b0764); }
.testimonial-initials.ti-3 { background: linear-gradient(135deg,#5b21b6,#7c3aed); }
.testimonial-initials.ti-4 { background: linear-gradient(135deg,#6d28d9,#a21caf); }

.testimonial-author strong { font-size: 0.9rem; color: #111827; display: block; font-weight: 700; }
.testimonial-author span   { font-size: 0.8rem; color: #6b7280; }


/* ── 15. FAQ ──────────────────────────────────────────────── */

.section-faq { background: #f9fafb; padding: 80px 0; }

.faq-accordion .accordion-item {
  border: 1px solid #e5e7eb;
  border-radius: 12px !important;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-accordion .accordion-button {
  font-weight: 600;
  color: #111827;
  font-size: 0.975rem;
  background: #fff;
  border-radius: 12px !important;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #6d28d9;
  background: #faf5ff;
}

.faq-accordion .accordion-body {
  font-size: 0.925rem;
  color: #4b5563;
  line-height: 1.75;
  background: #fff;
  padding-top: 0;
  margin-top: 0.75rem;
}


/* ── 16. CTA FINAL ────────────────────────────────────────── */

.section-cta-final {
  background: var(--vellu-gradient-cta);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.section-cta-final::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(255,255,255,0.07) 0%, transparent 60%);
  pointer-events: none;
}

.section-cta-final h2 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}

.section-cta-final p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.72);
  max-width: 520px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}

.btn-cta-final {
  background: #fff;
  color: #6d28d9;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 0.875rem 2.5rem;
  border-radius: 12px;
  border: none;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.btn-cta-final:hover {
  background: #f0ebff;
  color: #5b21b6;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.2);
}

.cta-process-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 2.5rem;
}

.cta-step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  padding: 0 1rem;
}

.cta-step-num {
  width: 22px;
  height: 22px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}

.cta-step-arrow { color: rgba(255,255,255,0.2); font-size: 1rem; }


/* ── 17. FOOTER ───────────────────────────────────────────── */

.footer-vellu {
  background: #0f0a1e;
  color: rgba(255,255,255,0.6);
  padding: 64px 0 32px;
}

.footer-brand {
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  text-decoration: none;
  display: block;
  margin-bottom: 0.75rem;
}

.footer-brand span { color: #a78bfa; }

.footer-vellu p { font-size: 0.875rem; line-height: 1.7; max-width: 260px; }

.footer-heading {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.3);
  margin-bottom: 1.25rem;
}

.footer-vellu a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  font-size: 0.875rem;
  display: block;
  padding: 4px 0;
  transition: color 0.2s;
}

.footer-vellu a:hover { color: #a78bfa; }

.footer-link-btn {
  background: none;
  border: none;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  font-size: 0.875rem;
  display: block;
  width: 100%;
  padding: 4px 0;
  text-align: left;
  transition: color 0.2s;
  cursor: pointer;
  font-family: inherit;
}
.footer-link-btn:hover { color: #a78bfa; }

.footer-divider   { border-color: rgba(255,255,255,0.07); margin: 2.5rem 0 1.5rem; }
.footer-bottom    { font-size: 0.8rem; color: rgba(255,255,255,0.28); }


/* ── 18. WHATSAPP FLUTUANTE ───────────────────────────────── */

.btn-whatsapp-float {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 1030;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  font-size: 1.75rem;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.btn-whatsapp-float::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55);
  animation: whatsapp-pulse 2.4s ease-out infinite;
}

.btn-whatsapp-float:hover,
.btn-whatsapp-float:focus-visible {
  background: #128C7E;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.5);
}

.btn-whatsapp-float:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.35), 0 10px 28px rgba(37, 211, 102, 0.5);
}

@keyframes whatsapp-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55); }
  70%  { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Alinha o botão de voltar ao topo com o mesmo "right" do WhatsApp
   e o empilha acima dele, para não ficarem desalinhados/sobrepostos */
.btn-scroll-top {
  right: 2rem;
}
.btn-scroll-top.show {
  bottom: 6.25rem;
}

@media (max-width: 499.98px) {
  .btn-whatsapp-float {
    right: 1.25rem;
    bottom: 1.25rem;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }

  .btn-scroll-top {
    right: 1.25rem;
  }
  .btn-scroll-top.show {
    bottom: 5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn-whatsapp-float::before {
    animation: none;
  }
}


/* ── 19. UTILITÁRIOS ──────────────────────────────────────── */

.section-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.section-sub {
  font-size: 1.05rem;
  color: #6b7280;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

.btn-vellu-primary {
  background: var(--vellu-gradient);
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.75rem 2rem;
  border-radius: 10px;
  transition: opacity 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.btn-vellu-primary:hover {
  opacity: 0.92;
  transform: translateY(-2px);
  color: #fff;
  box-shadow: 0 8px 24px rgba(109,40,217,0.3);
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible     { opacity: 1; transform: translateY(0); }
.reveal--d1         { transition-delay: 0.08s; }
.reveal--d2         { transition-delay: 0.16s; }
.reveal--d3         { transition-delay: 0.24s; }
.reveal--d4         { transition-delay: 0.32s; }
.reveal--d5         { transition-delay: 0.40s; }
.reveal--d6         { transition-delay: 0.48s; }


/* ── 20. RESPONSIVIDADE ───────────────────────────────────── */

@media (max-width: 991.98px) {
  /* Hero */
  .hero-dark-bg { padding-top: 80px; }
  .hero-dashboard-pullup { margin-top: -120px; }
  .hero-spacer-md { height: 120px; }

  /* Theme comparison */
  .theme-comparison-split { flex-direction: column; }
  .theme-center-divider   { display: none; }
  .theme-half             { padding: 3rem 1.5rem; }

  /* 24h */
  .section-24h { text-align: center; }
  .section-24h .check-list { text-align: left; display: inline-block; }
  .schedule-feed { margin-top: 2.5rem; }
  .iphone-mockup-wrap { margin-top: 2rem; padding: 32px 16px 40px; }
  .iphone-pair {
    max-width: 100%;
    min-height: calc(265px * 2556 / 1179 + 90px);
  }
  .iphone-mockup--back {
    width: 235px;
    left: 0;
    top: 4px;
  }
  .iphone-mockup--front {
    width: 265px;
    right: 0;
    top: 32px;
  }

  /* Testimonials */
  .testimonials-nav-controls { padding-top: 1rem; }
}

@media (max-width: 767.98px) {
  .hero-section h1       { font-size: 1.9rem; }
  .section-title          { font-size: 1.6rem; }

  .hero-dashboard-pullup { margin-top: -80px; }
  .hero-spacer-sm        { height: 90px; }
  .hero-product-frame    { border-radius: 12px; }

  .features-grid .row-cols-1 { }

  .cta-step-arrow { display: none; }
  .cta-process-steps { gap: 8px 0; }
  .cta-step { padding: 4px 12px; }

  .iphone-pair {
    max-width: 280px;
    min-height: 0;
  }
  .iphone-mockup--back {
    display: none;
  }
  .iphone-mockup--front {
    position: relative;
    width: 260px;
    right: auto;
    top: auto;
    left: auto;
    margin: 0 auto;
    transform: none;
  }
}

@media (max-width: 575.98px) {
  .hero-ctas { flex-direction: column; align-items: center; }
  .btn-hero-primary,
  .btn-hero-secondary { width: 100%; justify-content: center; }

  .hero-dashboard-pullup { margin-top: -64px; }
  .hero-spacer-sm { height: 80px; }
  .hero-product-url { display: none; }
  .hero-product-chrome { padding: 8px 12px; }
  .hero-dashboard-wrap { padding: 0 1rem; }
}
.feature-cell-list {
  list-style: none;
  padding: 0;
  margin: 1.15rem 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.feature-cell-list li {
  position: relative;
  padding-left: 1.25rem;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.5;
}

.feature-cell-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--vellu-purple, #6423c3);
  font-weight: 800;
}

.feature-cell--highlight {
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(100, 35, 195, 0.07),
      transparent 48%
    ),
    #fff;
}

.features-extra {
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(100, 35, 195, 0.12);
  border-radius: 16px;
  background: rgba(100, 35, 195, 0.035);
  text-align: center;
}

.features-extra-label {
  display: block;
  margin-bottom: 0.9rem;
  color: #6423c3;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.features-extra-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.5rem;
}

.features-extra-items span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #475569;
  font-size: 0.875rem;
}

.features-extra-items i {
  color: #6423c3;
  font-size: 1.1rem;
}

.features-cta-note {
  margin: 0.8rem 0 0;
  color: #64748b;
  font-size: 0.8rem;
}

.fci--estoque {
  color: #6423c3;
  background: rgba(100, 35, 195, 0.08);
}

@media (max-width: 767.98px) {
  .features-extra {
    text-align: left;
  }

  .features-extra-items {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
  }
}
.feature-cell p {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}


/* ── 18. COOKIE CONSENT ───────────────────────────────────── */

.cookie-consent-root {
  font-family: 'Manrope', system-ui, sans-serif;
}

.cookie-consent-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1040;
  max-width: 720px;
  margin: 0 auto;
  padding: 1.25rem 1.35rem;
  background: #faf8ff;
  border: 1px solid rgba(100, 35, 195, 0.12);
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(30, 11, 54, 0.14);
  opacity: 0;
  transform: translateY(12px);
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}

.cookie-consent-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

.cookie-consent-banner__title {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--vellu-deep, #1e0b36);
}

.cookie-consent-banner__text {
  margin: 0 0 0.85rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #475569;
}

.cookie-consent-banner__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin: 0 0 1rem;
  font-size: 0.8125rem;
}

.cookie-consent-banner__links a {
  color: var(--vellu-purple, #6423C3);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-consent-banner__links a:focus-visible {
  outline: 2px solid var(--vellu-purple, #6423C3);
  outline-offset: 2px;
  border-radius: 4px;
}

.cookie-consent-banner__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cookie-consent-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.cookie-consent-btn:focus-visible {
  outline: 2px solid var(--vellu-purple, #6423C3);
  outline-offset: 2px;
}

.cookie-consent-btn--primary {
  background: linear-gradient(135deg, #712AD5 0%, #49179F 100%);
  color: #fff;
  border-color: transparent;
}

.cookie-consent-btn--primary:hover {
  filter: brightness(1.06);
}

.cookie-consent-btn--secondary {
  background: transparent;
  color: var(--vellu-purple, #6423C3);
  border-color: rgba(100, 35, 195, 0.35);
}

.cookie-consent-btn--secondary:hover {
  background: rgba(100, 35, 195, 0.06);
}

.cookie-consent-btn--ghost {
  background: transparent;
  color: #475569;
  border-color: transparent;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-consent-btn--ghost:hover {
  color: var(--vellu-purple, #6423C3);
}

.cookie-consent-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1050;
  background: rgba(30, 11, 54, 0.45);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s;
}

.cookie-consent-backdrop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cookie-consent-dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1055;
  width: min(520px, calc(100vw - 2rem));
  max-height: min(90vh, 640px);
  overflow: auto;
  transform: translate(-50%, -48%);
  padding: 0;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(100, 35, 195, 0.1);
  box-shadow: 0 24px 64px rgba(30, 11, 54, 0.22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.cookie-consent-dialog.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}

.cookie-consent-dialog__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.35rem 1rem;
  border-bottom: 1px solid var(--vellu-100, #ede9fe);
}

.cookie-consent-dialog__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--vellu-deep, #1e0b36);
}

.cookie-consent-dialog__close {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 50%;
  background: var(--vellu-50, #f5f3ff);
  color: var(--vellu-purple, #6423C3);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.cookie-consent-dialog__close:hover {
  background: var(--vellu-100, #ede9fe);
}

.cookie-consent-dialog__close:focus-visible {
  outline: 2px solid var(--vellu-purple, #6423C3);
  outline-offset: 2px;
}

.cookie-consent-dialog__body {
  padding: 1.15rem 1.35rem;
}

.cookie-consent-dialog__intro {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #475569;
}

.cookie-consent-category {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid #f1f5f9;
}

.cookie-consent-category:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.cookie-consent-category__copy {
  min-width: 0;
}

.cookie-consent-category__name {
  margin: 0 0 0.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--vellu-deep, #1e0b36);
}

.cookie-consent-category__desc {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #64748b;
}

.cookie-consent-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}

.cookie-consent-switch input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.cookie-consent-switch__track {
  position: relative;
  display: block;
  width: 2.75rem;
  height: 1.5rem;
  border-radius: 999px;
  background: #cbd5e1;
  transition: background 0.2s;
}

.cookie-consent-switch__track::after {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}

.cookie-consent-switch input:checked + .cookie-consent-switch__track {
  background: linear-gradient(135deg, #712AD5 0%, #49179F 100%);
}

.cookie-consent-switch input:checked + .cookie-consent-switch__track::after {
  transform: translateX(1.25rem);
}

.cookie-consent-switch input:focus-visible + .cookie-consent-switch__track {
  outline: 2px solid var(--vellu-purple, #6423C3);
  outline-offset: 2px;
}

.cookie-consent-switch input:disabled + .cookie-consent-switch__track {
  opacity: 0.7;
  cursor: not-allowed;
}

.cookie-consent-dialog__footer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 1.35rem 1.25rem;
  border-top: 1px solid var(--vellu-100, #ede9fe);
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.85rem;
  font-size: 0.8rem;
}

.footer-bottom-links a,
.footer-cookie-prefs {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.footer-bottom-links a:hover,
.footer-cookie-prefs:hover {
  color: #a78bfa;
}

.footer-bottom-links a:focus-visible,
.footer-cookie-prefs:focus-visible {
  outline: 2px solid #a78bfa;
  outline-offset: 3px;
  border-radius: 4px;
}

/* Legal / policy pages */
.legal-page {
  padding: 7.5rem 0 4rem;
  background: #faf8ff;
  min-height: 60vh;
}

.legal-page__inner {
  max-width: 720px;
}

.legal-page h1 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  color: var(--vellu-deep, #1e0b36);
  margin: 0 0 0.75rem;
}

.legal-page .legal-meta {
  font-size: 0.875rem;
  color: #64748b;
  margin: 0 0 1.75rem;
}

.legal-page .legal-notice {
  padding: 1rem 1.15rem;
  margin: 0 0 1.75rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--vellu-200, #ddd6fe);
  font-size: 0.875rem;
  line-height: 1.55;
  color: #475569;
}

.legal-page h2 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--vellu-deep, #1e0b36);
  margin: 1.75rem 0 0.65rem;
}

.legal-page p,
.legal-page li {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #475569;
}

.legal-page ul {
  padding-left: 1.2rem;
  margin: 0 0 1rem;
}

.legal-page a {
  color: var(--vellu-purple, #6423C3);
}

@media (min-width: 640px) {
  .cookie-consent-banner {
    left: 1.5rem;
    right: auto;
    bottom: 1.5rem;
    width: min(560px, calc(100vw - 3rem));
    max-width: none;
    margin: 0;
  }

  .cookie-consent-banner__actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .cookie-consent-dialog__footer {
    flex-direction: row;
    justify-content: flex-end;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-consent-banner,
  .cookie-consent-dialog,
  .cookie-consent-backdrop {
    transition: none;
  }
}