.blog-preview-section .blog-cards-grid {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.blog-preview-section .blog-cards-grid > .col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 992px) {
  .blog-preview-section .blog-cards-grid {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .blog-preview-section .blog-cards-grid > .col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
/* Menuz - Modern Design System
   Inspired by leading SaaS platforms with superior UX
   Mobile-first responsive design with premium feel
   ========================================================= */

/* Import Home Styles */
/* =========================
   CSS VARIABLES - Modern Design System
   ========================= */
:root {
  /* Brand Colors - Menuz official colors */
  --brand-primary: #ea353d;
  --brand-primary-dark: #d32329;
  --brand-primary-light: #ef5159;
  --brand-secondary: #f4ad2d;
  --brand-accent: #f4ad2d;
  --brand-success: #2ED573;
  --brand-warning: #f4ad2d;
  --brand-error: #FF3838;

  /* Modern Gradients - Menuz brand colors */
  --gradient-primary: linear-gradient(135deg, #ea353d 0%, #ef5159 100%);
  --gradient-secondary: linear-gradient(135deg, #f4ad2d 0%, #ffcc5c 100%);
  --gradient-hero: linear-gradient(135deg, #ea353d 0%, #ef5159 50%, #f4ad2d 100%);
  --gradient-card: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  --gradient-glass: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  --gradient-cta: linear-gradient(135deg, #ea353d 0%, #d32329 100%);

  /* Modern Effects */
  --glass-effect: rgba(255, 255, 255, 0.1);
  --glass-border: rgba(255, 255, 255, 0.2);
  --backdrop-blur: blur(20px);
  --text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  --glow-primary: 0 0 30px rgba(234, 29, 44, 0.3);
  --glow-secondary: 0 0 30px rgba(255, 107, 107, 0.3);

  /* Typography - unified Inter stack for lighter payload */
  --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --font-display: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --font-mono: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;

  /* Modern Color Palette - Neutral grays */
  --white: #ffffff;
  --black: #000000;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;

  /* Surface Colors - Modern backgrounds */
  --surface-primary: #ffffff;
  --surface-secondary: #f8fafc;
  --surface-tertiary: #f1f5f9;
  --surface-card: #ffffff;
  --surface-elevated: #ffffff;

  /* Semantic Colors - Consistent with design systems */
  --success: #22c55e;
  --warning: #f59e0b;
  --error: #ef4444;
  --info: #3b82f6;

  /* Modern Shadows - Depth and elevation */
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  --shadow-2xl: 0 50px 100px -20px rgba(0, 0, 0, 0.25);

  /* Glass morphism shadows */
  --glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  --glass-shadow-lg: 0 20px 40px 0 rgba(31, 38, 135, 0.25);

  /* Border Radius - Modern and consistent */
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --radius: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --radius-2xl: 2rem;
  --radius-3xl: 3rem;
  --radius-full: 9999px;

  /* Modern Spacing Scale */
  --space-px: 1px;
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;
  --space-40: 10rem;
  --space-48: 12rem;
  --space-56: 14rem;
  --space-64: 16rem;

  /* Transition and Animation */
  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 500ms cubic-bezier(0.4, 0, 0.2, 1);
  --bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);

  /* Breakpoints for responsive design */
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --breakpoint-2xl: 1536px;
}
/* =========================
   BASE STYLES - Modern Reset and Typography
   ========================= */

/* Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body {
  font-family: var(--font-primary);
  line-height: 1.6;
  color: var(--gray-800);
  background: var(--surface-primary);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.public-layout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Modern Container System */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-6);
}

.container-fluid {
  width: 100%;
  padding: 0 var(--space-6);
}

.container-sm {
  max-width: 640px;
}

.container-md {
  max-width: 768px;
}

.container-lg {
  max-width: 1024px;
}

.container-xl {
  max-width: 1280px;
}

/* Responsive Container */
@media (max-width: 640px) {
  .container,
  .container-fluid {
    padding: 0 var(--space-4);
  }
}

/* =========================
   MODERN NAVIGATION - Glass morphism design
   ========================= */
.public-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: var(--backdrop-blur);
  border-bottom: 1px solid var(--glass-border);
  transition: all var(--transition);
  box-shadow: var(--shadow-sm);
}

.public-navbar.scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-lg);
  border-bottom-color: var(--gray-200);
}

.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-6);
}

/* Brand Logo */
.navbar-brand .brand-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--gray-900);
  font-weight: 800;
  font-size: 1.5rem;
  transition: var(--transition);
}

.navbar-brand .brand-link:hover {
  transform: scale(1.02);
}

.brand-logo {
  height: 40px;
  width: auto;
  margin-right: var(--space-3);
}

.brand-icon {
  font-size: 1.75rem;
  margin-right: var(--space-3);
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.brand-text {
  font-family: var(--font-display);
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

/* Navigation Menu */
.navbar-menu {
  display: flex;
  align-items: center;
  gap: var(--space-8);
}

.navbar-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: var(--space-6);
}

.nav-link {
  text-decoration: none;
  color: var(--gray-700);
  font-weight: 500;
  font-size: 0.95rem;
  padding: var(--space-3) var(--space-4);
  border-radius: var(--radius-lg);
  transition: all var(--transition);
  position: relative;
}

.nav-link:hover {
  color: var(--brand-primary);
  background: rgba(99, 102, 241, 0.1);
  transform: translateY(-1px);
}

.nav-link.active {
  color: var(--brand-primary);
  background: rgba(99, 102, 241, 0.1);
}

/* Navigation Actions */
.navbar-actions {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

/* Mobile Navigation Toggle */
.navbar-toggle {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: var(--space-2);
  border-radius: var(--radius);
  transition: var(--transition);
}

.navbar-toggle:hover {
  background: var(--gray-100);
}

.navbar-toggle span {
  width: 24px;
  height: 2px;
  background: var(--gray-700);
  margin: 2px 0;
  transition: var(--transition);
  border-radius: var(--radius-full);
}

.navbar-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggle.active span:nth-child(2) {
  opacity: 0;
}

.navbar-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

/* Mobile Navigation */
@media (max-width: 768px) {
  .navbar-container {
    padding: 0 var(--space-4);
  }

  .navbar-toggle {
    display: flex;
  }

  .navbar-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: var(--backdrop-blur);
    border-top: 1px solid var(--glass-border);
    box-shadow: var(--shadow-lg);
    padding: var(--space-6);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition);
    flex-direction: column;
    gap: var(--space-6);
  }

  .navbar-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .navbar-nav {
    flex-direction: column;
    width: 100%;
    gap: var(--space-2);
  }

  .nav-link {
    display: block;
    width: 100%;
    text-align: center;
    padding: var(--space-4);
    font-size: 1rem;
  }

  .navbar-actions {
    width: 100%;
    flex-direction: column;
    gap: var(--space-3);
  }

  .btn {
    width: 100%;
    text-align: center;
  }
}

/* =========================
   MODERN BUTTON SYSTEM
   ========================= */

/* Base Button Styles */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-6);
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.5;
  text-decoration: none;
  border: none;
  border-radius: var(--radius-lg);
  cursor: pointer;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
  outline: none;
  box-shadow: var(--shadow-sm);
}

.btn:focus {
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
}

.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* Primary Button */
.btn-primary {
  background: var(--gradient-primary);
  color: var(--white);
  box-shadow: var(--shadow-md);
}

.btn-primary:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg), var(--glow-primary);
}

/* Secondary Button */
.btn-secondary {
  background: var(--white);
  color: var(--brand-primary);
  border: 2px solid var(--brand-primary);
}

.btn-secondary:hover:not(:disabled) {
  background: var(--brand-primary);
  color: var(--white);
  transform: translateY(-2px);
}

/* Ghost Button */
.btn-ghost {
  background: transparent;
  color: var(--gray-700);
  border: 1px solid var(--gray-300);
}

.btn-ghost:hover:not(:disabled) {
  background: var(--gray-50);
  border-color: var(--gray-400);
  transform: translateY(-1px);
}

/* Button Sizes */
.btn-sm {
  padding: var(--space-2) var(--space-4);
  font-size: 0.875rem;
}

.btn-lg {
  padding: var(--space-4) var(--space-8);
  font-size: 1.125rem;
  font-weight: 700;
}

/* CTA Buttons */
.cta-primary {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-5) var(--space-8);
  background: var(--gradient-cta);
  color: var(--white);
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  transition: all var(--transition);
}

.cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-xl), var(--glow-primary);
}

.cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-5) var(--space-8);
  background: var(--white);
  color: var(--brand-primary);
  font-weight: 600;
  font-size: 1.125rem;
  text-decoration: none;
  border: 2px solid var(--brand-primary);
  border-radius: var(--radius-xl);
  transition: all var(--transition);
}

.cta-secondary:hover {
  background: var(--brand-primary);
  color: var(--white);
  transform: translateY(-2px);
}

.nav-link:hover {
  color: var(--brand-primary);
  background: rgba(24, 24, 27, 0.1);
}

.nav-link::after {
  display: none;
}

.nav-link.active {
  color: var(--brand-primary);
  background: rgba(24, 24, 27, 0.1);
}

.nav-link.active::after {
  width: 80%;
}

.navbar-actions {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  justify-content: flex-end;
  flex-direction: row;
  width: auto;
}

.navbar-toggle {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: var(--space-sm);
  gap: 4px;
}

.navbar-toggle span {
  width: 25px;
  height: 3px;
  background: var(--gray-700);
  border-radius: var(--radius-full);
  transition: var(--transition);
}

@media (max-width: 1024px) {
  .navbar-container {
    padding: 0 var(--space-md);
  }

  .navbar-nav {
    gap: var(--space-lg);
  }

  .navbar-menu {
    gap: var(--space-lg);
  }
}

@media (max-width: 768px) {
  .navbar-toggle {
    display: flex;
  }

  .navbar-menu {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background: white;
    flex-direction: column;
    padding: var(--space-xl);
    gap: var(--space-xl);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition);
    box-shadow: var(--shadow-xl);
  }

  .navbar-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .navbar-nav {
    flex-direction: column;
    width: 100%;
    gap: var(--space-md);
  }

  .nav-link {
    display: block;
    padding: var(--space-md);
    background: var(--gray-50);
    border-radius: var(--radius-lg);
  }

  .navbar-actions {
    width: 100%;
    flex-direction: column;
    gap: var(--space-md);
  }
  .btn {
    width: 100%;
    text-align: center;
  }
}

/* =========================
   BUTTONS
   ========================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-md) var(--space-xl);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-lg);
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
  font-family: inherit;
  line-height: 1.2;
  min-height: 48px;
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s;
}

.btn:hover::before {
  left: 100%;
}

.btn-primary {
  background: var(--gradient-primary);
  color: white;
  box-shadow: var(--shadow-md);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.btn-secondary {
  background: var(--gradient-secondary);
  color: white;
  box-shadow: var(--shadow-md);
}

.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.btn-ghost {
  background: transparent;
  color: var(--gray-700);
  border: 2px solid var(--gray-300);
}

.btn-ghost:hover {
  background: var(--gray-100);
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}

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

.btn-outline:hover {
  background: var(--brand-primary);
  color: white;
}

.btn-lg {
  padding: var(--space-lg) var(--space-2xl);
  font-size: 1.1rem;
  min-height: 56px;
}

.btn-sm {
  padding: var(--space-sm) var(--space-lg);
  font-size: 0.875rem;
  min-height: 40px;
}

/* =========================
   FLASH MESSAGES
   ========================= */
#flash_container {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  width: auto;
  pointer-events: none;
}

#flash_container .flash-alert {
  pointer-events: auto;
}

/* Flash Alert - Estilo padronizado (como kanban) */
.flash-alert {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000;
  min-width: 400px;
  max-width: 600px;
  margin: 0;
  animation: flash-slide-in 0.3s ease-out;
}

.flash-alert .bi {
  font-size: 1.25rem;
}

[data-bs-theme="dark"] #flash_container .flash-alert.alert-danger {
  background-color: rgba(var(--bs-danger-rgb), 0.8);
  color: #ffe5e8;
  border: 1px solid rgba(var(--bs-danger-rgb), 0.9);
}

.flash-alert .gap-3 {
  gap: 1rem !important;
}

.flash-alert .btn-close {
  margin-left: 0.5rem;
}

/* Animação de remoção */
.flash-alert.flash-message--removing {
  opacity: 0;
  transform: translateX(-50%) translateY(-10px);
}

@keyframes flash-slide-in {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@media (max-width: 576px) {
  .flash-alert {
    min-width: 300px;
    max-width: 90vw;
  }
}

/* Legacy flash styles */
.flash-success {
  background: var(--gradient-success);
}

.flash-error {
  background: linear-gradient(135deg, #ef4444 0%, #18181B 100%);
}

.flash-message .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  position: relative;
}

.flash-message i {
  font-size: 1.25rem;
}

.flash-close {
  position: absolute;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  padding: var(--space-sm);
  border-radius: var(--radius);
  transition: var(--transition);
}

.flash-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* =========================
   MAIN CONTENT
   ===========

/* =========================
   FOOTER
   ========================= */
.public-footer {
  background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
  color: var(--gray-600);
  position: relative;
  overflow: hidden;
}

.public-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--brand-primary), transparent);
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 1.5rem 2rem;
}

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

/* Brand Section */
.footer-brand-section {
  max-width: 320px;
}

.footer-logo-link {
  display: inline-block;
  margin-bottom: 1.25rem;
  transition: opacity 0.3s ease;
}

.footer-logo-link:hover {
  opacity: 0.8;
}

.footer-logo {
  height: 36px;
  width: auto;
  max-width: 160px;
}

.footer-title {
  color: var(--gray-800);
  font-weight: 600;
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-description {
  color: var(--gray-600);
  margin-bottom: 1.5rem;
  line-height: 1.6;
  font-size: 0.95rem;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-start;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: white;
  color: var(--gray-600);
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid var(--gray-300);
  font-size: 1.1rem;
}

.social-link:hover {
  background: var(--brand-primary);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-color: var(--brand-primary);
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a,
.footer-links span {
  color: var(--gray-600);
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 0.9rem;
  display: inline-block;
}

.footer-links a:hover {
  color: var(--brand-primary) !important;
  transform: translateX(4px);
}

/* Contact Section */
.footer-contact .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.footer-contact .contact-item i {
  color: var(--brand-primary);
  font-size: 1rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}

.footer-contact .contact-item a {
  color: var(--gray-600);
  word-break: break-all;
}

.footer-contact .contact-item a:hover {
  color: var(--brand-primary) !important;
  transform: none;
}

.footer-contact .contact-item span {
  color: var(--gray-600);
  line-height: 1.6;
}

/* Footer Bottom */
.footer-bottom {
  padding-top: 2rem;
  border-top: 2px solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-legal-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  font-size: 0.85rem;
  color: var(--gray-600);
}

.footer-legal-info .company-name {
  font-weight: 600;
  color: var(--gray-700);
}

.footer-legal-info .separator {
  color: var(--gray-400);
}

.footer-legal-info .cnpj {
  color: var(--gray-500);
  font-size: 0.75rem;
}

.footer-copyright {
  color: var(--gray-500);
  font-size: 0.85rem;
}

@media (max-width: 1024px) {
  .footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }

  .footer-brand-section {
    grid-column: span 2;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .footer-container {
    padding: 3rem 1.5rem 1.5rem;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
    margin-bottom: 2rem;
  }

  .footer-brand-section {
    grid-column: span 1;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-links {
    text-align: center;
  }

  .footer-contact .contact-item {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    padding-top: 1.5rem;
  }

  .footer-legal-info {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .footer-container {
    padding: 2.5rem 1rem 1.5rem;
  }

  .footer-content {
    gap: 1.75rem;
  }

  .footer-brand-title {
    font-size: 1.35rem;
  }

  .footer-legal-info {
    flex-direction: column;
    gap: 0.25rem;
  }

  .footer-legal-info .separator {
    display: none;
  }
}

/* =========================
   BACKGROUND ANIMATIONS
   ========================= */
.bg-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.floating-shapes {
  position: relative;
  width: 100%;
  height: 100%;
}

.shape {
  position: absolute;
  background: var(--gradient-primary);
  border-radius: 50%;
  opacity: 0.1;
  animation: float 20s infinite ease-in-out;
}

.shape-1 {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.shape-2 {
  width: 120px;
  height: 120px;
  top: 60%;
  right: 15%;
  animation-delay: 5s;
}

.shape-3 {
  width: 60px;
  height: 60px;
  bottom: 30%;
  left: 20%;
  animation-delay: 10s;
}

.shape-4 {
  width: 100px;
  height: 100px;
  top: 40%;
  right: 40%;
  animation-delay: 15s;
}

.shape-5 {
  width: 140px;
  height: 140px;
  bottom: 20%;
  right: 30%;
  animation-delay: 8s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  33% {
    transform: translateY(-20px) rotate(120deg);
  }
  66% {
    transform: translateY(20px) rotate(240deg);
  }
}

@keyframes slideInDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* =========================
   UTILITIES
   ========================= */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: var(--space-xs); }
.mb-2 { margin-bottom: var(--space-sm); }
.mb-3 { margin-bottom: var(--space-md); }
.mb-4 { margin-bottom: var(--space-lg); }
.mb-5 { margin-bottom: var(--space-xl); }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: var(--space-xs); }
.mt-2 { margin-top: var(--space-sm); }
.mt-3 { margin-top: var(--space-md); }
.mt-4 { margin-top: var(--space-lg); }
.mt-5 { margin-top: var(--space-xl); }

.hidden { display: none; }
.block { display: block; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }

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

.w-full { width: 100%; }
.h-full { height: 100%; }

.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }

@media (max-width: 991.98px) {
  a:has(i.bi-arrow-left),
  button:has(i.bi-arrow-left),
  a:has(i.fa-arrow-left),
  button:has(i.fa-arrow-left),
  a:has(i.fas.fa-arrow-left),
  button:has(i.fas.fa-arrow-left) {
    display: none !important;
  }
}

.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-30 { z-index: 30; }

.opacity-50 { opacity: 0.5; }
.opacity-75 { opacity: 0.75; }

.transition { transition: all var(--transition); }
.duration-300 { transition-duration: 300ms; }

.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:shadow-lg:hover { box-shadow: var(--shadow-lg); }

/* =========================
   RESPONSIVE HELPERS
   ========================= */
@media (max-width: 640px) {
  .sm\:hidden { display: none; }
  .sm\:block { display: block; }
  .sm\:flex { display: flex; }
  .sm\:text-center { text-align: center; }
}

@media (max-width: 768px) {
  .md\:hidden { display: none; }
  .md\:block { display: block; }
  .md\:flex { display: flex; }
  .md\:text-center { text-align: center; }
}

/* =========================
   AUTHENTICATION PAGES
   ========================= */

.auth-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-xl);
  background: beigen;
  position: relative;
  overflow: hidden;
}

.auth-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: var(--radius-2xl);
  padding: var(--space-3xl);
  box-shadow: var(--shadow-2xl);
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 450px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.auth-header {
  text-align: center;
  margin-bottom: var(--space-2xl);
}

.auth-header h1 {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: var(--space-md);
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.auth-header p {
  color: var(--gray-600);
  font-size: 1.1rem;
  line-height: 1.6;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.form-group label {
  font-weight: 600;
  color: var(--gray-700);
  font-size: 0.95rem;
}

.form-group input {
  padding: var(--space-md) var(--space-lg);
  border: 2px solid var(--gray-200);
  border-radius: var(--radius-lg);
  font-size: 1rem;
  transition: all var(--transition);
  background: white;
  font-family: inherit;
}

.form-group input:focus {
  outline: none;
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 3px rgba(24, 24, 27, 0.1);
  transform: translateY(-1px);
}

.form-group input::placeholder {
  color: #9ca3af;
  opacity: 0.85;
}

.form-group select {
  padding: var(--space-md) var(--space-lg);
  border: 2px solid var(--gray-200);
  border-radius: var(--radius-lg);
  font-size: 1rem;
  transition: all var(--transition);
  background: white;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right var(--space-md) center;
  background-size: 20px;
  padding-right: calc(var(--space-lg) + 30px);
}

.form-group select:focus {
  outline: none;
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 3px rgba(24, 24, 27, 0.1);
  transform: translateY(-1px);
}

.form-group select option {
  padding: var(--space-sm);
  font-size: 1rem;
}

.form-text {
  font-size: 0.85rem;
  color: var(--gray-500);
  margin-top: var(--space-xs);
  line-height: 1.4;
}

/* Plan selection special styling */
.form-group.plan-selection {
  background: linear-gradient(135deg, #f8faff 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  margin: var(--space-lg) 0;
  position: relative;
}

.form-group.plan-selection::before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-primary), #ef4444);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.form-group.plan-selection label {
  color: var(--brand-primary);
  font-weight: 700;
  font-size: 1rem;
}

.form-group.plan-selection select {
  border-color: #cbd5e1;
  font-weight: 500;
}

.form-group.plan-selection select:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 3px rgba(24, 24, 27, 0.15);
}

.form-group.plan-selection .form-text {
  color: var(--gray-600);
  font-weight: 500;
}

.error-messages {
  background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
  border: 1px solid #f87171;
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  color: #18181B;
}

.error-messages h4 {
  font-weight: 600;
  margin-bottom: var(--space-sm);
  color: #991b1b;
}

.error-messages ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.error-messages li {
  padding: var(--space-xs) 0;
  position: relative;
  padding-left: var(--space-lg);
}

.error-messages li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #18181B;
  font-weight: bold;
}

.form-actions {
  margin-top: var(--space-lg);
}

.btn-full {
  width: 100%;
  justify-content: center;
  padding: var(--space-lg) var(--space-xl);
  font-size: 1.1rem;
  font-weight: 700;
  min-height: 56px;
}

.auth-footer {
  margin-top: var(--space-2xl);
  text-align: center;
  padding-top: var(--space-xl);
  border-top: 1px solid var(--gray-200);
}

.auth-footer p {
  color: var(--gray-600);
  margin: 0;
}

.auth-footer a {
  color: var(--brand-primary);
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
}

.auth-footer a:hover {
  color: var(--brand-primary-dark);
  text-decoration: underline;
}

/* Flash messages in auth pages */
.auth-container .flash-message {
  position: fixed;
  top: var(--space-xl);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  min-width: 300px;
  max-width: 500px;
}

/* Password toggle icon styles */
.password-toggle-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #6c757d;
  font-size: 1.2rem;
  line-height: 1;
  padding: 8px;
  cursor: pointer;
  transition: color 0.2s ease;
  z-index: 10;
}

.password-toggle-btn:hover {
  color: #495057;
}

.password-toggle-btn:focus {
  outline: none;
  box-shadow: none;
}

/* Ensure proper spacing for inputs with toggle icons */
.form-control.pe-5 {
  padding-right: 3rem !important;
}

.invitation-company-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 1.25rem;
  padding: 1.25rem;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.invitation-company-card__logo,
.invitation-company-card__avatar {
  width: 64px;
  height: 64px;
  border-radius: 1.1rem;
  flex-shrink: 0;
}

.invitation-company-card__logo {
  object-fit: contain;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  padding: 0.45rem;
}

.invitation-company-card__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.16), rgba(124, 58, 237, 0.16));
  border: 1px solid rgba(99, 102, 241, 0.16);
  color: #1e293b;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.invitation-company-card__eyebrow {
  display: inline-block;
  margin-bottom: 0.25rem;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.invitation-company-card__title {
  margin: 0 0 0.2rem;
  color: #0f172a;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.25;
}

.invitation-company-card__meta {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.5;
  word-break: break-word;
}

.invitation-company-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media (max-width: 1024px) {
  .lg\:hidden { display: none; }
  .lg\:block { display: block; }
  .lg\:flex { display: flex; }
  .lg\:text-center { text-align: center; }
}

/* Responsive for auth pages */
@media (max-width: 768px) {
  .auth-container {
    padding: var(--space-md);
  }

  .auth-card {
    padding: var(--space-2xl);
  }

  .auth-header h1 {
    font-size: 1.75rem;
  }

  .form-group input {
    padding: var(--space-md);
  }

  .invitation-company-card {
    padding: 1rem;
  }

  .invitation-company-card__logo,
  .invitation-company-card__avatar {
    width: 56px;
    height: 56px;
    border-radius: 1rem;
  }

  .invitation-company-card__badge {
    display: none;
  }

    .hero-shell {
      grid-template-columns: minmax(0, 1fr) minmax(20rem, 24rem);
      gap: 1.5rem;
    }

  /* Improve touch targets for mobile */
  .password-toggle-btn {
    padding: 12px;
    font-size: 1.1rem;
    right: 8px;
  }
}
/* =========================
   FEATURES SECTION - Modern cards layout
   ========================= */

.features-section {
  padding: var(--space-24) 0;
  background: var(--surface-secondary);
  position: relative;
}

.features-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(99, 102, 241, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 20%, rgba(139, 92, 246, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.section-header {
  text-align: center;
  margin-bottom: var(--space-16);
}

.section-header h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: var(--space-4);
  line-height: 1.2;
}

.section-header p {
  font-size: 1.125rem;
  color: var(--gray-600);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: var(--space-8);
  margin-top: var(--space-16);
}

.feature-card {
  background: var(--surface-card);
  padding: var(--space-8);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--gray-200);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transition: var(--transition);
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
  border-color: var(--brand-primary);
}

.feature-card:hover::before {
  transform: scaleX(1);
}

.feature-icon {
  width: 64px;
  height: 64px;
  background: var(--gradient-glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-6);
  backdrop-filter: var(--backdrop-blur);
}

.feature-icon i {
  font-size: 2rem;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.feature-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: var(--space-4);
}

.feature-card p {
  color: var(--gray-600);
  line-height: 1.6;
  margin-bottom: var(--space-6);
}

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

.feature-list li {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-3);
  color: var(--gray-700);
}

.feature-list li i {
  color: var(--brand-success);
  font-size: 1.25rem;
}

/* Modern pricing section */
.pricing-section {
  padding: var(--space-24) 0;
  background: var(--surface-primary);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-8);
  margin-top: var(--space-16);
}

.pricing-card {
  background: var(--surface-card);
  border: 2px solid var(--gray-200);
  border-radius: var(--radius-2xl);
  padding: var(--space-8);
  position: relative;
  transition: all var(--transition);
}

.pricing-card.featured {
  border-color: var(--brand-primary);
  background: var(--gradient-glass);
  backdrop-filter: var(--backdrop-blur);
  transform: scale(1.05);
}


.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
}

.pricing-card.featured:hover {
  transform: scale(1.05) translateY(-8px);
}

.plan-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: var(--space-2);
}

.plan-price {
  font-size: 3rem;
  font-weight: 900;
  color: var(--brand-primary);
  margin-bottom: var(--space-2);
}

.plan-price small {
  font-size: 1rem;
  color: var(--gray-600);
  font-weight: 400;
}

/* =========================
   HOME PAGE PRICING CARDS
   ========================= */

/* Modern pricing cards for home page */
.pricing-display .plan-price {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--bs-body-color, #212529);
  margin-bottom: 0.5rem;
  line-height: 1;
}

.plan-feature-unavailable {
  color: #94a3b8;
}

.pricing-plan-card .plan-feature-unavailable .bi-check-circle-fill {
  color: #18181B !important;
}

.pricing-plan-card .plan-feature-unavailable span {
  color: #94a3b8;
}

.pricing-modern .pricing-plan-card .bi-check-circle-fill::before {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%2316a34a%27%20class%3D%27bi%20bi-check-circle-fill%27%20viewBox%3D%270%200%2016%2016%27%3E%20%3Cpath%20d%3D%27M16%208A8%208%200%201%201%200%208a8%208%200%200%201%2016%200m-3.97-3.03a.75.75%200%200%200-1.08.022L7.477%209.417%205.384%207.323a.75.75%200%200%200-1.06%201.06L6.97%2011.03a.75.75%200%200%200%201.079-.02l3.992-4.99a.75.75%200%200%200-.01-1.05z%27/%3E%3C/svg%3E');
}

.pricing-modern .pricing-plan-card .plan-feature-unavailable .bi-check-circle-fill::before {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23dc2626%27%20class%3D%27bi%20bi-check-circle-fill%27%20viewBox%3D%270%200%2016%2016%27%3E%20%3Cpath%20d%3D%27M16%208A8%208%200%201%201%200%208a8%208%200%200%201%2016%200m-3.97-3.03a.75.75%200%200%200-1.08.022L7.477%209.417%205.384%207.323a.75.75%200%200%200-1.06%201.06L6.97%2011.03a.75.75%200%200%200%201.079-.02l3.992-4.99a.75.75%200%200%200-.01-1.05z%27/%3E%3C/svg%3E');
}

[data-bs-theme="dark"] .pricing-display .plan-price {
  color: var(--bs-body-color, #ffffff);
}

/* Enhanced card styling for home page plans */
.card.border-0.shadow-sm {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
  transition: all 0.3s ease;
  border-radius: 16px !important;
  background: var(--bs-body-bg, #ffffff);
}

/* Home pricing add-on cards */
.home-addon-card {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 0.85rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  margin-bottom: 0.65rem;
}

.home-addon-card:hover {
  border-color: rgba(13, 110, 253, 0.35);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.home-addon-card:has(.home-addon-input:checked) {
  background: #eef4ff;
  border-color: rgba(13, 110, 253, 0.55);
  box-shadow: 0 12px 22px rgba(13, 110, 253, 0.12);
}

.home-addon-main {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.home-addon-toggle .form-check-input {
  margin-top: 0;
}

.home-addon-input {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 0.3rem;
  border: 2px solid #b8c2f0;
  cursor: pointer;
}

.home-addon-input:checked {
  background-color: #18181B;
  border-color: #18181B;
}

.home-addon-title {
  font-weight: 600;
  color: #1f2937;
  display: block;
  margin-bottom: 0.1rem;
}

.home-addon-meta {
  color: #6b7280;
  font-size: 0.8rem;
}

.home-addon-price {
  background: #eef2ff;
  color: #1f4ed6;
  border: 1px solid #dbe3ff;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0.3rem 0.7rem;
  white-space: nowrap;
}

.home-addon-card:has(.home-addon-input:checked) .home-addon-price {
  background: #dbe9ff;
  color: #0b4db6;
  border-color: #c9dcff;
}

@media (max-width: 576px) {
  .home-addon-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-addon-price {
    align-self: flex-start;
  }
}

[data-bs-theme="dark"] .card.border-0.shadow-sm {
  background: var(--bs-dark, #212529) !important;
  border-color: var(--bs-border-color, #495057) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
}

.card.border-0.shadow-sm:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15) !important;
  border-color: var(--bs-primary, #18181B) !important;
}

[data-bs-theme="dark"] .card.border-0.shadow-sm:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.4) !important;
  border-color: #6ea8fe !important;
}

/* Enhanced card headers */
.card-header.bg-brand-secondary,
.card-header.bg-brand-primary {
  border-radius: 14px 14px 0 0 !important;
  border: none !important;
  padding: 1.25rem !important;
  font-weight: 600;
}

.card-header.bg-brand-secondary {
  background: linear-gradient(135deg, var(--brand-secondary, #fd7e14) 0%, #e67e22 100%) !important;
}

.card-header.bg-brand-primary {
  background: linear-gradient(135deg, var(--brand-primary, #18181B) 0%, #09090B 100%) !important;
}

/* Enhanced card body */
.card-body {
  background: var(--bs-body-bg, #ffffff);
  color: var(--bs-body-color, #212529);
}

[data-bs-theme="dark"] .card-body {
  background: var(--bs-dark, #212529);
  color: var(--bs-body-color, #ffffff);
}

/* Plan section containers */
.bg-light.rounded-start-4,
.bg-light.rounded-end-4 {
  background: var(--bs-secondary-bg, #f8f9fa) !important;
  border: 2px solid var(--bs-border-color, #e9ecef);
  transition: all 0.3s ease;
}

[data-bs-theme="dark"] .bg-light.rounded-start-4,
[data-bs-theme="dark"] .bg-light.rounded-end-4 {
  background: var(--bs-secondary-bg, #343a40) !important;
  border-color: var(--bs-border-color, #495057);
}

/* Plan section icons */
.plan-section-icon {
  width: 60px;
  height: 60px;
  background: var(--bs-body-bg, white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

[data-bs-theme="dark"] .plan-section-icon {
  background: var(--bs-dark, #212529);
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

/* Enhanced badges */
.badge.bg-warning.text-dark {
  background: linear-gradient(135deg, #ffc107 0%, #ffb347 100%) !important;
  color: #212529 !important;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
}

.badge.bg-success.text-white {
  background: linear-gradient(135deg, #198754 0%, #20c997 100%) !important;
  color: white !important;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
}

/* Enhanced check icons */
.check-icon-brand {
  color: var(--brand-primary, #18181B) !important;
}

/* Savings highlight */
.savings-highlight {
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
  border-radius: 12px;
  padding: 0.75rem;
  border: 1px solid #c3e6cb;
}

[data-bs-theme="dark"] .savings-highlight {
  background: linear-gradient(135deg, #0d4017 0%, #155724 100%);
  border-color: #155724;
}

/* Enhanced buttons */
.btn-brand-primary {
  background: linear-gradient(135deg, var(--brand-primary, #18181B) 0%, #09090B 100%);
  border: none;
  color: white;
  font-weight: 600;
  border-radius: 12px;
  padding: 0.875rem 1.5rem;
  transition: all 0.3s ease;
}

.btn-brand-primary:hover {
  background: linear-gradient(135deg, #09090B 0%, #991B1B 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(13, 110, 253, 0.4);
  color: white;
}

/* Feature lists styling */
.list-unstyled li {
  color: var(--bs-body-color, #212529);
  font-size: 0.95rem;
}

[data-bs-theme="dark"] .list-unstyled li {
  color: var(--bs-body-color, #ffffff);
}

.plan-description {
  color: var(--gray-600);
  margin-bottom: var(--space-6);
}

.plan-features {
  list-style: none;
  padding: 0;
}

.plan-features li {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-3);
  color: var(--gray-700);
}

.plan-features li i {
  color: var(--brand-success);
  font-size: 1.25rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .pricing-card.featured {
    transform: none;
  }

  .pricing-card.featured:hover {
    transform: translateY(-8px);
  }
}

/* =========================
   MODERN FOOTER
   ========================= */

.public-footer {
  background: var(--gray-100);
  color: var(--gray-600);
  padding: var(--space-20) 0 var(--space-8);
  position: relative;
  overflow: hidden;
}

.public-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--gradient-primary);
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-6);
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--space-12);
  margin-bottom: var(--space-12);
}

.footer-section h4 {
  color: var(--gray-800);
  font-weight: 700;
  margin-bottom: var(--space-6);
  font-size: 1.125rem;
}

.footer-brand-logo {
  height: 40px;
  width: auto;
  margin-bottom: var(--space-4);
}

.footer-description {
  color: var(--gray-400);
  line-height: 1.6;
  margin-bottom: var(--space-6);
}

.footer-social {
  display: flex;
  gap: var(--space-4);
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--gray-400);
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: var(--transition);
}

.social-link:hover {
  background: var(--brand-primary);
  color: var(--white);
  transform: translateY(-2px);
}

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

.footer-links li {
  margin-bottom: var(--space-3);
}

.footer-links a {
  color: var(--gray-400);
  text-decoration: none;
  transition: var(--transition);
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  border-top: 1px solid var(--gray-800);
  padding-top: var(--space-8);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-4);
}

.footer-bottom p {
  color: var(--gray-500);
  margin: 0;
}

.footer-legal {
  display: flex;
  gap: var(--space-6);
}

.footer-legal a {
  color: var(--gray-500);
  text-decoration: none;
  font-size: 0.875rem;
  transition: var(--transition);
}

.footer-legal a:hover {
  color: var(--gray-300);
}

/* Responsive footer */
@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* =========================
   UTILITY CLASSES
   ========================= */

/* Text utilities */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.text-primary { color: var(--brand-primary); }
.text-secondary { color: var(--brand-secondary); }
.text-success { color: var(--success); }
.text-warning { color: var(--warning); }
.text-error { color: var(--error); }

.text-sm { font-size: 0.875rem; }
.text-lg { font-size: 1.125rem; }
.text-xl { font-size: 1.25rem; }
.text-2xl { font-size: 1.5rem; }
.text-3xl { font-size: 1.875rem; }

.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }

/* Spacing utilities */
.mt-4 { margin-top: var(--space-4); }
.mt-8 { margin-top: var(--space-8); }
.mt-12 { margin-top: var(--space-12); }
.mt-16 { margin-top: var(--space-16); }

.mb-4 { margin-bottom: var(--space-4); }
.mb-8 { margin-bottom: var(--space-8); }
.mb-12 { margin-bottom: var(--space-12); }
.mb-16 { margin-bottom: var(--space-16); }

.p-4 { padding: var(--space-4); }
.p-6 { padding: var(--space-6); }
.p-8 { padding: var(--space-8); }

/* Display utilities */
.hidden { display: none; }
.block { display: block; }
.flex { display: flex; }
.grid { display: grid; }

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

/* Border radius */
.rounded { border-radius: var(--radius); }
.rounded-lg { border-radius: var(--radius-lg); }
.rounded-xl { border-radius: var(--radius-xl); }
.rounded-2xl { border-radius: var(--radius-2xl); }
.rounded-full { border-radius: var(--radius-full); }

/* Background utilities */
.bg-primary { background: linear-gradient(135deg, #b20b11 0%, #950a0f 100%) !important; }
.bg-secondary { background: var(--brand-secondary); }
.bg-white { background: var(--white); }
.bg-gray-50 { background: var(--gray-50); }
.bg-gray-100 { background: var(--gray-100); }

/* Shadow utilities */
.shadow-sm { box-shadow: var(--shadow-sm); }
.shadow { box-shadow: var(--shadow); }
.shadow-md { box-shadow: var(--shadow-md); }
.shadow-lg { box-shadow: var(--shadow-lg); }
.shadow-xl { box-shadow: var(--shadow-xl); }

/* =========================
   ANIMATIONS AND TRANSITIONS
   ========================= */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Scroll animations */
.animate-fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

/* Auto-scroll highlight animation for better UX */
.auto-scroll-highlight {
  position: relative;
  animation: autoScrollHighlight 1.5s ease-out;
}

@keyframes autoScrollHighlight {
  0% {
    background-color: rgba(234, 29, 44, 0.1);
    transform: scale(1.02);
  }
  50% {
    background-color: rgba(234, 29, 44, 0.05);
  }
  100% {
    background-color: transparent;
    transform: scale(1);
  }
}

/* Mobile-specific improvements for smooth scrolling */
@media (max-width: 768px) {
  .modal-content,
  .product-modal-body,
  .modern-modal .product-modal-body {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  /* Ensure proper spacing between option groups on mobile */
  .option-group {
    margin-bottom: 2rem;
    padding: 1rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
  }

  .option-group + .option-group {
    margin-top: 1.5rem;
  }

  /* Pizza visual container spacing */
  .pizza-visual-container {
    margin-bottom: 2rem;
    padding: 1rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
  }

  .pizza-visual-container + .option-group {
    margin-top: 1.5rem;
  }
}

.animate-slide-in-left {
  animation: slideInLeft 0.6s ease-out;
}

.animate-slide-in-right {
  animation: slideInRight 0.6s ease-out;
}

.animate-scale-in {
  animation: scaleIn 0.4s ease-out;
}

/* Hover effects */
.hover-lift:hover {
  transform: translateY(-4px);
  transition: var(--transition);
}

.hover-scale:hover {
  transform: scale(1.05);
  transition: var(--transition);
}

/* =========================
   FORM IMPROVEMENTS
   ========================= */

.form-modern {
  background: var(--surface-card);
  padding: var(--space-8);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--gray-200);
}

.form-group-modern {
  margin-bottom: var(--space-6);
}

.form-label-modern {
  display: block;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: var(--space-2);
  font-size: 0.875rem;
}

.form-input-modern {
  width: 100%;
  padding: var(--space-4);
  border: 2px solid var(--gray-200);
  border-radius: var(--radius-lg);
  font-size: 1rem;
  transition: var(--transition);
  background: var(--white);
}

.form-input-modern:focus {
  outline: none;
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.form-input-modern::placeholder {
  color: #9ca3af;
  opacity: 0.85;
}

/* =========================
   RESPONSIVE NAVIGATION IMPROVEMENTS
   ========================= */

@media (max-width: 768px) {
  .navbar-container {
    height: 70px;
  }

  .navbar-menu {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 1.078);
    backdrop-filter: var(--backdrop-blur);
    padding: var(--space-8);
    transform: translateX(-100%);
    transition: var(--transition);
  }

  .navbar-menu.active {
    transform: translateX(0);
  }

  .navbar-nav {
    flex-direction: column;
    gap: var(--space-6);
    margin-bottom: var(--space-8);
  }

  .nav-link {
    font-size: 1.125rem;
    padding: var(--space-4) var(--space-6);
  }
}

/* =========================
   ADDITIONAL MODERN COMPONENTS
   ========================= */

.gradient-text {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Modern loading states */
.loading-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid var(--gray-200);
  border-top: 2px solid var(--brand-primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Modern toast notifications */
.toast {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: var(--space-4) var(--space-6);
  box-shadow: var(--shadow-xl);
  z-index: 1100;
  transition: var(--transition);
  text-align: center;
  min-width: 250px;
}

.toast.show {
  transform: translateX(-50%) translateY(0);
}

.toast.success {
  border-left: 4px solid var(--success);
}

.toast.error {
  border-left: 4px solid var(--error);
}

/* Modern modal overlay */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: var(--backdrop-blur);
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-6);
}

.modal-content {
  background: var(--white);
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--shadow-2xl);
  animation: scaleIn 0.3s ease-out;
}

/* Improved accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Focus styles for better accessibility */
.focus-visible:focus {
  outline: 2px solid var(--brand-primary);
  outline-offset: 2px;
}

/* Print styles */
@media print {
  .no-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  :root {
    --gray-100: #f0f0f0;
    --gray-200: #e0e0e0;
    --gray-300: #c0c0c0;
    --gray-400: #808080;
    --gray-500: #606060;
    --gray-600: #404040;
    --gray-700: #202020;
    --gray-800: #101010;
    --gray-900: #000000;
  }
}

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

/* Dark mode support (future-ready) */
@media (prefers-color-scheme: dark) {
  .auto-dark {
    --surface-primary: var(--gray-900);
    --surface-secondary: var(--gray-800);
    --surface-card: var(--gray-800);
    color: var(--gray-100);
  }
}

/* =========================
   CITY PAGES
   ========================= */

.cities-page,
.city-page-shell {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(244, 173, 45, 0.12), transparent 26%),
    radial-gradient(circle at top right, rgba(234, 53, 61, 0.08), transparent 24%),
    linear-gradient(180deg, #fffaf6 0%, #ffffff 18%, #ffffff 100%);
}

.city-page-hero,
.cities-page-hero {
  position: relative;
  overflow: hidden;
}

.city-page-hero {
  padding: 7.25rem 0 2.25rem;
}

.city-page-hero--compact,
.cities-page-hero {
  padding: 6.5rem 0 1.75rem;
}

.city-page-hero::after,
.cities-page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(234, 53, 61, 0.18), transparent);
}

.city-page-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.city-page-orb {
  position: absolute;
  border-radius: var(--radius-full);
  filter: blur(6px);
}

.city-page-orb-1 {
  width: 16rem;
  height: 16rem;
  top: 4rem;
  left: -3rem;
  background: radial-gradient(circle at center, rgba(244, 173, 45, 0.24) 0%, rgba(244, 173, 45, 0.05) 58%, transparent 72%);
}

.city-page-orb-2 {
  width: 14rem;
  height: 14rem;
  top: 5rem;
  right: 4%;
  background: radial-gradient(circle at center, rgba(234, 53, 61, 0.18) 0%, rgba(234, 53, 61, 0.04) 58%, transparent 74%);
}

.city-page-kicker,
.city-page-section-label,
.city-page-empty-kicker,
.city-page-bottom-label {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-primary-dark);
}

.city-page-kicker {
  margin-bottom: var(--space-3);
}

.city-page-title,
.cities-page-title {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--gray-900);
  text-wrap: balance;
}

.city-page-title {
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  line-height: 1.02;
  margin-bottom: var(--space-4);
}

.city-page-title--compact,
.cities-page-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.cities-page-title {
  margin-bottom: var(--space-3);
}

.city-page-lead {
  max-width: 52rem;
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.8;
  color: var(--gray-600);
}

.city-page-summary,
.cities-page-stats {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-4);
}

.city-page-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.4rem 0.9rem;
  border-radius: var(--radius-full);
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.86);
  color: var(--gray-700);
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: var(--shadow-xs);
}

.city-page-pill-primary,
.cities-city-count,
.cities-state-uf {
  background: rgba(244, 173, 45, 0.16);
  color: #8a5b00;
  border-color: rgba(244, 173, 45, 0.22);
}

.city-page-main,
.cities-page-body {
  position: relative;
  padding-bottom: var(--space-16);
}

.city-page-main {
  padding-top: var(--space-6);
}

.city-page-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(18rem, 0.84fr);
  gap: var(--space-6);
  align-items: start;
}

.city-page-section-header,
.city-page-section-header--tight {
  margin-bottom: var(--space-5);
}

.city-page-section-header h2,
.city-page-empty-state h2,
.city-page-bottom-card h2,
.city-page-merchant-card h2 {
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--gray-900);
  margin-bottom: var(--space-3);
}

.city-page-section-header p,
.city-page-empty-state p,
.city-page-bottom-card p,
.city-page-merchant-card > p,
.city-page-merchant-feature span {
  color: var(--gray-600);
  line-height: 1.72;
  margin-bottom: 0;
}

.city-page-company-card,
.city-page-merchant-card,
.city-page-empty-state,
.city-page-bottom-card,
.cities-city-card {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: var(--shadow-md);
}

.city-page-company-card {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
  height: 100%;
  padding: 1.15rem 1.2rem;
  border-radius: var(--radius-xl);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.city-page-company-card:hover,
.cities-city-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(234, 53, 61, 0.18);
}

.city-page-company-logo-wrap,
.city-page-company-initial {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 1rem;
  flex-shrink: 0;
}

.city-page-company-logo-wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(234, 53, 61, 0.08), rgba(244, 173, 45, 0.14));
  border: 1px solid rgba(17, 24, 39, 0.06);
}

.city-page-company-logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.city-page-company-initial {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(234, 53, 61, 0.92), rgba(244, 173, 45, 0.9));
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 800;
}

.city-page-company-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.city-page-company-name {
  margin-bottom: 0.2rem;
  color: var(--gray-900);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.city-page-company-category {
  margin-bottom: 0.45rem;
  color: var(--brand-primary);
  font-size: 0.84rem;
  font-weight: 700;
}

.city-page-company-address {
  margin-bottom: var(--space-4);
  color: var(--gray-600);
  font-size: 0.85rem;
  line-height: 1.55;
}

.city-page-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1rem;
  border-radius: 0.85rem;
  background: var(--gradient-primary);
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 20px rgba(234, 53, 61, 0.18);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), opacity var(--transition-fast);
  align-self: flex-start;
  margin-top: auto;
}

.city-page-menu-btn:hover {
  color: var(--white);
  transform: translateY(-1px);
  box-shadow: 0 16px 24px rgba(234, 53, 61, 0.24);
}

.city-page-aside {
  position: sticky;
  top: 6.75rem;
}

.city-page-merchant-card,
.city-page-empty-state,
.city-page-bottom-card {
  border-radius: 1.5rem;
}

.city-page-merchant-card {
  padding: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 250, 246, 0.98), rgba(255, 255, 255, 0.98)),
    var(--white);
}

.city-page-merchant-features {
  display: grid;
  gap: var(--space-3);
  margin: var(--space-5) 0;
}

.city-page-merchant-feature {
  display: grid;
  gap: 0.2rem;
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 24, 39, 0.07);
}

.city-page-merchant-feature strong {
  color: var(--gray-900);
  font-size: 0.94rem;
}

.city-page-primary-btn {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 14px 30px rgba(244, 173, 45, 0.22);
}

.city-page-primary-btn-full {
  width: 100%;
}

.city-page-merchant-note {
  margin: var(--space-3) 0 0;
  color: var(--gray-500);
  font-size: 0.82rem;
  text-align: center;
}

.city-page-empty-state {
  max-width: 38rem;
  margin: 0 auto;
  padding: 2.2rem 1.8rem;
  text-align: center;
}

.city-page-empty-state--left {
  max-width: none;
  margin: 0;
  text-align: left;
}

.city-page-bottom-cta {
  margin-top: var(--space-8);
}

.city-page-bottom-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
  padding: 1.5rem 1.7rem;
}

.city-page-bottom-actions {
  flex-shrink: 0;
}

.cities-state-group {
  margin-bottom: var(--space-10);
}

.cities-state-heading {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
  padding-bottom: var(--space-3);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  color: var(--gray-800);
  font-size: 1.02rem;
  font-weight: 800;
}

.cities-state-uf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.8rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.cities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
  gap: var(--space-3);
}

.cities-city-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  min-height: 4rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  text-decoration: none;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);
}

.cities-city-name {
  min-width: 0;
  color: var(--gray-900);
  font-size: 0.93rem;
  font-weight: 700;
}

.cities-city-count {
  flex-shrink: 0;
  padding: 0.25rem 0.6rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 800;
}

.cities-empty {
  padding: var(--space-16) 0;
  text-align: center;
  color: var(--gray-600);
}

@media (max-width: 991px) {
  .city-page-content-grid {
    grid-template-columns: 1fr;
  }

  .city-page-aside {
    position: static;
    top: auto;
  }

  .city-page-bottom-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .city-page-hero,
  .city-page-hero--compact,
  .cities-page-hero {
    padding-top: 5.75rem;
  }

  .city-page-main {
    padding-top: var(--space-4);
  }

  .city-page-company-card {
    padding: 1rem;
  }

  .city-page-company-logo-wrap,
  .city-page-company-initial {
    width: 3.75rem;
    height: 3.75rem;
  }

  .city-page-merchant-card,
  .city-page-empty-state,
  .city-page-bottom-card {
    padding: 1.25rem;
    border-radius: 1.25rem;
  }

  .cities-grid {
    grid-template-columns: repeat(auto-fill, minmax(10.5rem, 1fr));
  }
}

/* =========================
   LEGAL PAGES STYLES
   ========================= */

/* Legal pages container */
.legal-page {
  background: linear-gradient(135deg, var(--gray-100) 0%, var(--gray-200) 100%);
  min-height: 100vh;
  padding-top: 60px; /* Compensar a navbar fixa */
}

/* Legal page header */
.legal-header {
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
  color: var(--white);
  padding: 3rem 0;
  margin-bottom: 2rem;
}

.legal-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.legal-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 0;
}

/* Legal content sections */
.legal-content {
  padding: 2rem 0;
}

.legal-section {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: var(--shadow);
}

.legal-section h2 {
  color: var(--brand-primary);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--gray-100);
  padding-bottom: 0.5rem;
}

.legal-section h3 {
  color: var(--gray-700);
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1.5rem 0 0.5rem 0;
}

.legal-section p {
  color: var(--gray-600);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.legal-section ul {
  color: var(--gray-600);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.legal-section li {
  margin-bottom: 0.5rem;
}

/* Legal page footer */
.legal-footer {
  background: var(--white);
  padding: 2rem 0;
  margin-top: 3rem;
  border-top: 1px solid var(--gray-200);
}

/* Breadcrumb styling for legal pages */
.legal-page .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 1rem;
}

.legal-page .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.8);
}

.legal-page .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.6);
}

/* Responsive adjustments for legal pages */
@media (max-width: 768px) {
  .legal-title {
    font-size: 2rem;
  }

  .legal-section {
    padding: 1.5rem;
  }

  .legal-footer .btn {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
}

/* =========================
   REGISTRATION FORM VALIDATION STYLES
   ========================= */

/* Auth container for registration page */
.auth-container {
  min-height: 100vh;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  display: flex;
  align-items: center;
  padding: 20px 0;
}

/* Form validation styling improvements */
.form-control.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.form-control.is-valid {
  border-color: #198754 !important;
  box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.25) !important;
}

.form-check-input.is-invalid {
  border-color: #dc3545 !important;
}

.invalid-feedback {
  display: none !important;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
}

.invalid-feedback.d-block,
.form-control.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-feedback,
.is-invalid + .invalid-feedback,
.show-error {
  display: block !important;
}

/* Plan selector styling for registration */
.plan-selector {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.plan-radio {
  position: relative;
  display: block;
  padding: 24px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.plan-radio:hover {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.plan-radio.recommended {
  border-color: #059669;
  background: linear-gradient(145deg, #ffffff 0%, #f0fdf4 100%);
}

.plan-radio input[type="radio"] {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
}

.plan-radio input[type="radio"]:checked + .plan-content,
.plan-radio:has(input[type="radio"]:checked) {
  border-color: #f4ad2d;
  background: linear-gradient(145deg, #ffffff 0%, #fffbf0 100%);
  box-shadow: 0 12px 40px rgba(244, 173, 45, 0.2), 0 0 0 1px rgba(244, 173, 45, 0.3);
  transform: translateY(-3px);
}

.plan-content {
  margin-right: 40px;
}


.plan-name {
  font-size: 18px;
  font-weight: 600;
  color: #212529;
}

.recommended-badge {
  background: #198754;
  color: white;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.plan-price {
  margin-bottom: 6px;
}

.plan-price .price {
  font-size: 24px;
  font-weight: 700;
  color: #212529;
}

.plan-price .period {
  font-size: 14px;
  color: #6c757d;
  margin-left: 4px;
}

.plan-description {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.4;
}

/* Responsive adjustments for registration */
@media (max-width: 768px) {
  .plan-radio {
    padding: 16px;
  }

  .plan-content {
    margin-right: 35px;
  }

  .plan-radio input[type="radio"] {
    top: 16px;
    right: 16px;
  }

  .plan-name {
    font-size: 16px;
  }

  .plan-price .price {
    font-size: 20px;
  }
}

/* =========================
   PUBLIC LAYOUT STYLES
   ========================= */

/* Custom styles for improved navbar */
.navbar {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  transition: transform 0.3s ease;
}

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

.navbar-brand .bg-gradient {
  box-shadow: 0 2px 8px rgba(13, 110, 253, 0.3);
  transition: all 0.3s ease;
}

.navbar-brand:hover .bg-gradient {
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.4);
  transform: scale(1.05);
}

.nav-link {
  color: #6c757d !important;
  transition: all 0.3s ease;
  border-radius: 8px;
  position: relative;
}

.nav-link:hover {
  color: #b20b11 !important;
  background-color: rgba(178, 11, 17, 0.1);
  transform: translateY(-1px);
}

.nav-link::after {
  display: none;
}

.btn-link {
  transition: all 0.3s ease;
  border-radius: 8px;
}

.btn-link:hover {
  background-color: rgba(13, 110, 253, 0.1);
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, #b20b11 0%, #950a0f 100%);
  border: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.btn-primary:hover::before {
  left: 100%;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #950a0f 0%, #7a080c 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(178, 11, 17, 0.4) !important;
}


@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

@media (max-width: 991.98px) {
  .navbar-nav {
    margin-bottom: 1rem;
    text-align: center;
  }

  .flex-column {
    width: 100%;
  }

  .btn {
    margin-bottom: 0.5rem;
  }

  .nav-link::after {
    display: none;
  }
}

/* =========================
   BUTTON SIZE IMPROVEMENTS
   Melhorando a usabilidade dos botões pequenos
   ========================= */

/* Melhorando o tamanho dos botões pequenos para melhor usabilidade */
.btn-sm {
  padding: 0.75rem 1.25rem !important; /* 12px 20px */
  font-size: 0.9rem !important;
  min-height: 44px !important; /* Tamanho mínimo recomendado para touch */
  line-height: 1.4 !important;
  border-radius: 0.75rem !important;
}

/* Botões de ação em tabelas e listas - melhor para toque */
.btn-sm.btn-outline-primary,
.btn-sm.btn-outline-secondary,
.btn-sm.btn-outline-danger,
.btn-sm.btn-outline-warning,
.btn-sm.btn-outline-success {
  min-width: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
}

/* Botões com apenas ícones - tamanho quadrado para melhor touch target */
.btn-sm i:only-child {
  font-size: 1rem !important;
}

/* Botões pequenos com width 100% - mantém responsividade */
.btn-sm.w-100 {
  min-height: 48px !important;
  padding: 0.75rem 1rem !important;
}

/* Botões em dispositivos móveis - touch-friendly */
@media (max-width: 768px) {
  .btn-sm {
    padding: 0.75rem 1rem !important;
    min-height: 48px !important;
    font-size: 0.95rem !important;
  }

  /* Botões pequenos em mobile ficam um pouco maiores */
  .btn-sm.w-100 {
    min-height: 52px !important;
    font-size: 1rem !important;
  }

  /* Ações de tabela em mobile - mais espaçamento */
  .btn-sm.btn-outline-primary,
  .btn-sm.btn-outline-secondary,
  .btn-sm.btn-outline-danger,
  .btn-sm.btn-outline-warning,
  .btn-sm.btn-outline-success {
    min-width: 48px !important;
    min-height: 48px !important;
  }
}

/* Melhorias para botões circulares pequenos */
.btn-sm.rounded-circle {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

@media (max-width: 768px) {
  .btn-sm.rounded-circle {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
  }
}

/* Melhorias para dropdowns pequenos */
.btn-sm.dropdown-toggle {
  min-width: 48px !important;
  padding-right: 1.5rem !important;
}

/* Estados de hover melhorados para botões pequenos */
.btn-sm:hover {
  transform: translateY(-1px) !important;
  transition: all 0.2s ease !important;
}

.btn-sm:active {
  transform: translateY(0) !important;
}

/* Focus states melhorados para acessibilidade */
.btn-sm:focus,
.btn-sm:focus-visible {
  outline: 2px solid var(--bs-primary) !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25) !important;
}

/* =========================
   HOME PAGE STYLES
   ========================= */

/* Home page specific styles */
.min-vh-75 {
  min-height: 75vh;
}

.card:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}

.btn:hover {
  transform: translateY(-2px);
  transition: transform 0.2s ease;
}

.bg-purple {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

/* =========================
   BASIC PLAN LANDING PAGE
   ========================= */

.bg-gradient-primary {
  background: linear-gradient(135deg, #ae0b11 0%, #ef5159 100%);
  position: relative;
  overflow: hidden;
}

.bg-gradient-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(0, 0, 0, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(0, 0, 0, 0.1) 0%, transparent 50%),
    linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  pointer-events: none;
}

.modern-hero-section .container {
  position: relative;
  z-index: 2;
}

.modern-hero-section::after {
  content: "";
  position: absolute;
  top: -160px;
  right: -140px;
  width: 520px;
  height: 520px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.35) 0%, transparent 60%),
    radial-gradient(circle at bottom, rgba(255, 255, 255, 0.18) 0%, transparent 65%);
  opacity: 0.55;
  filter: blur(0px);
  pointer-events: none;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.hero-title {
  font-weight: 800;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

.hero-title .text-warning {
  color: #fbbf24 !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-subtitle {
  font-weight: 300;
  line-height: 1.6;
  max-width: 90%;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-badge i {
  font-size: 1.1rem;
  color: #fbbf24;
}

.hero-cta-group .hero-cta-primary {
  background: linear-gradient(135deg, #facc15 0%, #f97316 100%);
  border: none;
  color: #1f2937;
  box-shadow: 0 14px 30px rgba(251, 191, 36, 0.32);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-cta-group .hero-cta-primary:hover,
.hero-cta-group .hero-cta-primary:focus {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(249, 115, 22, 0.4);
  color: #111827;
}

.hero-cta-group .hero-cta-secondary {
  border-color: rgba(255, 255, 255, 0.65) !important;
  color: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(6px);
}

.hero-cta-group .hero-cta-secondary:hover,
.hero-cta-group .hero-cta-secondary:focus {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: rgba(255, 255, 255, 0.85) !important;
  color: #ffffff !important;
}

.text-white-90 {
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.hero-icon {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.hero-icon i {
  color: #fbbf24 !important;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.5));
}

.hero-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.hero-benefit-card {
  width: 100%;
  height: 100%;
  padding: 1.15rem 1.35rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.hero-benefit-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.25);
}

.hero-benefit-card p {
  color: rgba(255, 255, 255, 0.85) !important;
}

.hero-benefits .col {
  display: flex;
}

.hero-benefits .col > .hero-benefit-card {
  flex: 1;
}

#signup-form {
  scroll-margin-top: 120px;
}

@media (max-width: 575.98px) {
  .hero-subtitle {
    max-width: 100%;
  }

  .hero-cta-group {
    width: 100%;
  }

  .hero-cta-group .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-benefit-card {
    padding: 1rem;
  }
}

.hero-icon i {
  color: #fbbf24 !important;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.5));
}

.hero-benefits {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.hero-cta-primary {
  background: linear-gradient(135deg, #f4ad2d 0%, #f7b932 100%);
  border: none;
  box-shadow: 0 8px 32px rgba(244, 173, 45, 0.4);
  transition: all 0.3s ease;
}

.btn-hero-cta {
  color: #ffffff;
}

.btn-hero-cta:hover,
.btn-hero-cta:focus,
.btn-hero-cta:active {
  color: #ffffff;
}

.hero-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(244, 173, 45, 0.5);
  background: linear-gradient(135deg, #f7b932 0%, #f4ad2d 100%);
}

.hero-cta-secondary {
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.hero-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-1px);
}

.hero-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f4ad2d, #ef5159);
  border: 2px solid rgba(255, 255, 255, 0.3);
  margin-left: -8px;
}

.hero-avatar:first-child {
  margin-left: 0;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}

.text-white-90 {
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.hero-social-proof {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Responsividade da hero section */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.125rem;
  }

  .hero-benefits {
    padding: 16px;
  }

  .hero-icon {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
}

/* Signup Card Modernizado */
.signup-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
}

.signup-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-primary), var(--brand-warning), var(--brand-primary));
}

.signup-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
}

.signup-benefits {
  background: #f8fafc;
  border-radius: 12px;
  padding: 16px;
  border: 1px solid #e2e8f0;
}

.signup-form-modern .form-control {
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #ffffff;
}

.signup-form-modern .form-control:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
  background: #ffffff;
}

.signup-cta {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(99, 102, 241, 0.3);
  transition: all 0.3s ease;
  color: white;
}

.signup-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(99, 102, 241, 0.4);
  background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
  color: white;
}

.signup-footer a {
  color: #6366f1;
}

/* Seção Geral */

.signup-form-container {
  position: relative;
  z-index: 10;
}

.signup-form {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.signup-form h3 {
  font-size: 1.4rem;
}

.signup-form-inner .form-control {
  border: 2px solid #e9ecef;
  transition: all 0.3s ease;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
}

.signup-form-inner .form-control:focus {
  border-color: #b20b11;
  box-shadow: 0 0 0 0.2rem rgba(178, 11, 17, 0.15);
  transform: translateY(-1px);
}

.signup-form-inner .form-control:hover {
  border-color: #ced4da;
}

.signup-form-inner .form-label {
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}

.benefit-card, .feature-card, .challenge-card, .business-type-card, .testimonial-card {
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.benefit-card:hover, .feature-card:hover, .testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
}

.step-card {
  transition: all 0.3s ease;
}

.step-card:hover {
  transform: translateY(-5px);
}

.step-circle {
  box-shadow: 0 4px 15px rgba(178, 11, 17, 0.3);
}

.icon-circle {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.accordion-button:not(.collapsed) {
  background-color: #f8f9fa;
  color: #b20b11;
  box-shadow: none;
}

.accordion-button {
  font-weight: 600;
  padding: 1.25rem 1.5rem;
  border: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-item {
  border-radius: 0.5rem !important;
  overflow: hidden;
}

.stats-row .display-6 {
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.feature-card .feature-content h5 {
  font-size: 1.1rem;
}

.feature-card .feature-content p {
  font-size: 0.9rem;
  line-height: 1.5;
}

.final-cta .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(255, 193, 7, 0.4);
}

/* Melhorias de espaçamento */
.py-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.display-5 {
  font-weight: 700;
  line-height: 1.2;
}

.lead {
  font-weight: 400;
  line-height: 1.6;
}

/* Responsividade aprimorada */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem !important;
  }

  .display-5 {
    font-size: 1.8rem !important;
  }

  .signup-form {
    margin-top: 2rem;
    padding: 2rem !important;
  }

  .signup-form h3 {
    font-size: 1.2rem;
  }

  .hero-benefits .col-md-6 {
    margin-bottom: 0.5rem;
  }

  .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .benefit-item {
    font-size: 0.9rem;
  }

  .step-card {
    margin-bottom: 2rem;
  }

  .feature-card {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 1.8rem !important;
  }

  .hero-badge {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
  }

  .btn-lg {
    padding: 0.8rem 2rem !important;
    font-size: 1rem !important;
  }

  .signup-form {
    padding: 1.5rem !important;
  }

  .hero-benefits .benefit-item {
    justify-content: center;
    text-align: center;
  }

  .icon-circle {
    width: 60px !important;
    height: 60px !important;
  }

  .icon-circle i {
    font-size: 1.3rem !important;
  }
}

@media (max-width: 768px) {
  .display-4 {
    font-size: 2.5rem;
  }

  .lead {
    font-size: 1.1rem;
  }
}
p {
  font-size: 1.4rem;
}

/* =========================
   MODERN PRICING TOGGLE
   ========================= */

.billing-toggle {
  background: transparent !important;
  color: var(--gray-600) !important;
  transition: all 0.3s ease;
}

.billing-toggle.active {
  background: white !important;
  color: var(--gray-900) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.billing-toggle:hover:not(.active) {
  color: var(--gray-800) !important;
}

/* =========================
   UNIFIED PLANS SECTION
   ========================= */

/* Visual separation between plan types using project colors */
.bg-light.rounded-start-4 {
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
  background-color: #f8f9fa !important;
}

.bg-light.rounded-end-4 {
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
  background-color: #f8f9fa !important;
}

.border-end.border-2 {
  border-right: 2px solid #e9ecef !important;
}

/* Enhanced card hover effects for unified layout */
#plans .card {
  transition: all 0.3s ease;
  border-radius: 0.75rem;
}

#plans .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Menuz brand color buttons */
.btn[style*="#ea353d"] {
  transition: all 0.3s ease;
}

.btn[style*="#ea353d"]:hover {
  background-color: #d12a36 !important;
  border-color: #d12a36 !important;
  transform: translateY(-1px);
}

/* Badge positioning for "Mais escolhido" */
.position-absolute.top-0.start-50.translate-middle {
  z-index: 10;
}

/* Improved toggle styling with brand colors */
.billing-toggle {
  background: transparent !important;
  color: var(--gray-600) !important;
  transition: all 0.3s ease;
}

.billing-toggle.active {
  background: #ea353d !important;
  color: white !important;
  box-shadow: 0 2px 8px rgba(234, 53, 61, 0.3);
}

.billing-toggle:hover:not(.active) {
  color: #ea353d !important;
  background: rgba(234, 53, 61, 0.1) !important;
}

/* Remove animation from plan badges for better UX */
.card .badge {
  animation: none;
}

/* Plan Feature Icons */
.plan-feature-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

/* =========================
   PLAN SELECTION & COMPARISON STYLES
   ========================= */

/* Estilos para seleção de planos no formulário */
.plan-option {
  position: relative;
}

.plan-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.plan-radio-card {
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid #e9ecef !important;
  background-color: #f8f9fa;
  margin-bottom: 0 !important;
}

.plan-radio-card:hover {
  border-color: #18181B !important;
  background-color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.plan-radio-card.selected {
  border-color: #18181B !important;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(13, 110, 253, 0.2);
}

.plan-radio-card.selected .fw-bold {
  color: #18181B !important;
}

.plan-radio-card.selected strong {
  color: #18181B !important;
}

/* Links de detalhes dentro dos cards de planos */
.plan-radio-card .btn-link {
  font-size: 0.75rem !important;
  color: #6c757d !important;
  margin-top: 0.25rem;
  white-space: nowrap;
}

.plan-radio-card .btn-link:hover {
  color: #18181B !important;
  transform: none !important;
}

.plan-radio-card .btn-link:hover i {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}

/* Evitar que o clique no link selecione o radio */
.plan-radio-card .btn-link {
  position: relative;
  z-index: 10;
}

/* Cursor pointer para labels */
.cursor-pointer {
  cursor: pointer;
}

/* Hover effect for addon cards */
.hover-bg-light {
  transition: background-color 0.2s ease-in-out;
}

.hover-bg-light:hover {
  background-color: rgba(0, 0, 0, 0.02) !important;
}

/* Estilo compacto para seleção de planos no formulário */
.signup-form .plan-option {
  margin-bottom: 0.5rem;
}

.signup-form .plan-radio-card {
  padding: 0.75rem !important;
  border-radius: 0.5rem !important;
}

/* Efeito de destaque para planos */
.plan-card.highlight-plan {
  animation: pulse-highlight 2s ease-in-out;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.3) !important;
}

@keyframes pulse-highlight {
  0%, 100% {
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.3);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(13, 110, 253, 0.2);
  }
}

/* Estilos para comparação de planos */
.plan-comparison-section .plan-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
}

.plan-comparison-section .plan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 1.5rem 4rem rgba(0,0,0,.2) !important;
}

.plan-comparison-section .plan-card.bg-white:hover {
  border-color: #18181B;
}

.plan-badge {
  z-index: 10;
}

.plan-badge .badge {
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.1);
}

/* Header do plano com layout vertical */
.plan-header {
  flex-shrink: 0;
}

.plan-header h3 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.plan-header p {
  font-size: 1rem;
  line-height: 1.4;
}

/* Seção de preço totalmente vertical */
.plan-price-section {
  display: block !important;
  text-align: center;
}

.price-display {
  display: block !important;
  width: 100%;
  text-align: center;
  margin-bottom: 0.75rem;
}

.price-currency {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  display: inline;
}

.price-amount {
  font-size: 3rem;
  font-weight: bold;
  color: #333;
  line-height: 1;
  display: inline;
  margin: 0 0.25rem;
}

.price-period {
  font-size: 1.2rem;
  color: #334155;
  display: inline;
}

.price-description {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
  line-height: 1.3;
}

/* Para cards de planos com gradient */
.plan-card[style*="gradient"] .price-currency,
.plan-card[style*="gradient"] .price-amount {
  color: white !important;
}

.plan-card[style*="gradient"] .price-period {
  color: rgba(255,255,255,0.92) !important;
}

.plan-card[style*="gradient"] .price-description {
  color: rgba(255,255,255,0.8) !important;
}

.plan-features {
  flex-grow: 1;
}

.plan-footer {
  flex-shrink: 0;
  margin-top: auto;
}

.plan-features ul li {
  font-size: 0.95rem;
  line-height: 1.4;
}

.plan-features .bi {
  font-size: 1.1rem;
}

.comparison-summary {
  border: 1px solid #e9ecef;
}

.summary-item {
  padding: 1.5rem;
}

.fs-7 {
  font-size: 0.875rem !important;
}

/* Modern Toggle Styles */
.btn-check:checked + .btn {
  background-color: #000 !important;
  border-color: #000 !important;
  color: white !important;
}

.btn-check + .btn {
  background-color: transparent;
  border-color: transparent;
  color: #6b7280;
}

.btn-check + .btn:hover {
  background-color: #f3f4f6;
  color: #374151;
}

/* Estilos para botões de alternância de preços */
.billing-toggle {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #6b7280 !important;
  transition: all 0.3s ease;
}

.billing-toggle:hover {
  background-color: #f3f4f6 !important;
  color: #374151 !important;
}

.billing-toggle.active {
  background-color: #000 !important;
  border-color: #000 !important;
  color: white !important;
}

/* Animação suave para alternância de preços */
.price-display, .yearly-pricing, .monthly-pricing, .yearly-price, .monthly-price {
  transition: all 0.3s ease;
}

/* Garantir que elementos ocultos não ocupem espaço */
.d-none {
  display: none !important;
}

/* Destaque da economia nos planos anuais */
.savings-highlight {
  animation: savings-pulse 2s ease-in-out infinite;
}

.savings-highlight .badge {
  box-shadow: 0 2px 8px rgba(46, 213, 115, 0.3);
}

@keyframes savings-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}

/* Responsividade melhorada */
@media (max-width: 992px) {
  .plan-comparison-section .row.g-4 {
    gap: 2rem !important;
  }
}

@media (max-width: 768px) {
  .plan-comparison-section .plan-card {
    margin-bottom: 2rem;
  }

  .plan-badge {
    position: relative !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    margin-bottom: 1rem;
    text-align: center;
  }

  .plan-header {
    padding-top: 1.5rem !important;
  }

  .price-amount {
    font-size: 2.5rem !important;
  }

  .price-currency {
    font-size: 1.25rem !important;
  }
}

@media (max-width: 576px) {
  .plan-header h3 {
    font-size: 1.25rem !important;
  }

  .price-amount {
    font-size: 2rem !important;
  }

  .price-currency {
    font-size: 1rem !important;
  }

  .price-period {
    font-size: 1rem !important;
  }
}

/* =========================
   PRODUCT SHOWCASE STYLES
   ========================= */

/* Enhanced Product Showcase Styles */
.product-showcase {
  position: relative;
}

.product-showcase .mb-6 {
  margin-bottom: 4rem !important;
}

.product-showcase .mt-6 {
  margin-top: 4rem !important;
}

/* Floating Animation */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.animate-float {
  animation: float 3s ease-in-out infinite;
}

/* Screenshot Container Enhancements */
.screenshot-container {
  padding: 2rem;
}

.screenshot-container .bg-white {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.screenshot-container:hover .bg-white {
  transform: rotate(0deg) !important;
  box-shadow: 0 2rem 4rem rgba(0,0,0,0.15) !important;
}

/* Enhanced Feature Cards */
.text-content .bg-white {
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.05);
}

.text-content .bg-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1) !important;
  border-color: rgba(13, 110, 253, 0.2);
}

/* Gradient Text Effect */
.gradient-text {
  background: linear-gradient(135deg, #1a1d29 0%, #4a5568 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Enhanced Badges */
.showcase-header-badge .badge {
  transition: all 0.3s ease;
}

.showcase-header-badge .badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(13, 110, 253, 0.2);
}

/* Call to Action Section */
.product-showcase .bg-white.rounded-4 {
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.product-showcase .bg-white.rounded-4:hover {
  transform: translateY(-5px);
  box-shadow: 0 2rem 4rem rgba(0,0,0,0.1) !important;
}

/* Responsive Improvements */
@media (max-width: 768px) {
  .product-showcase .screenshot-container {
    padding: 1rem;
  }

  .product-showcase .animate-float {
    display: none;
  }

  .product-showcase .bg-white[style*="rotate"] {
    transform: none !important;
  }

  .product-showcase .mb-6 {
    margin-bottom: 3rem !important;
  }

  .product-showcase .mt-6 {
    margin-top: 3rem !important;
  }
}

@media (max-width: 576px) {
  .product-showcase .display-4 {
    font-size: 2rem !important;
  }

  .product-showcase .lead {
    font-size: 1.1rem !important;
  }

  .product-showcase .display-6 {
    font-size: 1.2rem !important;
  }
}

/* =========================
   ADDITIONAL UTILITY CLASSES
   ========================= */

/* WhatsApp Section Icons */
.whatsapp-feature-icon {
  background-color: var(--brand-warning);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

/* WhatsApp Section Background */
.whatsapp-section-bg {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* WhatsApp Section Pattern */
.whatsapp-pattern-overlay {
  background-image: url('data:image/svg+xml,%3Csvg width=%2260%22 height=%2260%22 viewBox=%220 0 60 60%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cg fill=%22none%22 fill-rule=%22evenodd%22%3E%3Cg fill=%22%23ffffff%22 fill-opacity=%220.05%22%3E%3Ccircle cx=%2230%22 cy=%2230%22 r=%222%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}

/* Button Font Size */
.btn-font-lg {
  font-size: 1.1rem;
}

/* Blur Effect */
.blur-effect {
  width: 340px;
  height: 620px;
  filter: blur(20px);
}

/* Plan Header */
.essencial-header {
  background-color: var(--brand-primary);
  padding-top: 2rem !important;
}

/* Infinity Icon Brand Color */
.infinity-icon-brand {
  color: var(--brand-primary);
}

/* Success Circle Icon */
.success-circle-icon {
  background-color: #198754;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 2s infinite;
  width: 60px;
  height: 60px;
}

/* Section Background */
.essencial-section-bg {
  background: linear-gradient(135deg, #f8f9ff 0%, #fff5f5 50%, #fef7f7 100%);
  position: relative;
  overflow: hidden;
}

/* Background Blur Effects */
.bg-blur-overlay {
  opacity: 0.05;
}

.bg-blur-red {
  top: 10%;
  left: 5%;
  width: 100px;
  height: 100px;
  background: #ea353d;
  border-radius: 50%;
  filter: blur(40px);
}

.bg-blur-blue {
  top: 60%;
  right: 10%;
  width: 80px;
  height: 80px;
  background: #667eea;
  border-radius: 50%;
  filter: blur(30px);
}

.bg-blur-yellow {
  bottom: 20%;
  left: 15%;
  width: 60px;
  height: 60px;
  background: #ffc107;
  border-radius: 50%;
  filter: blur(25px);
}

/* Section Title */
.section-title {
  color: #1a1d29;
}

/* Badge Border */
.badge-border {
  border: 1px solid rgba(234, 53, 61, 0.2);
}

/* Gradient Text Gold */
.gradient-text-gold {
  background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Lead Text */
.lead-text {
  color: #4a5568;
  font-size: 1.3rem;
  max-width: 600px;
  margin: 0 auto;
}

/* Small Feature Icon */
.small-feature-icon {
  background-color: rgba(255, 193, 7, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  width: 32px;
  height: 32px;
}

.small-feature-icon-success {
  background-color: rgba(25, 135, 84, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  width: 32px;
  height: 32px;
}

.small-feature-icon-info {
  background-color: rgba(13, 202, 240, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  width: 32px;
  height: 32px;
}

/* Floating Icons */
.floating-icon-56 {
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
}

.floating-icon-64 {
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
}

.floating-icon-70 {
  background-color: rgba(220, 53, 69, 0.1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}

/* Animation Delays */
.animate-delay-0 {
  animation-delay: 0s;
}

.animate-delay-1 {
  animation-delay: 1s;
}

.animate-delay-2 {
  animation-delay: 2s;
}

.animate-delay-05 {
  animation-delay: 0.5s;
}

.animate-delay-15 {
  animation-delay: 1.5s;
}

/* Card Rotations */
.rotate-left {
  transform: rotate(-2deg);
}

.rotate-right {
  transform: rotate(2deg);
}

/* Section Titles and Text */
.section-subtitle {
  color: #1a1d29;
}

.section-description {
  line-height: 1.7;
}

/* CTA Card */
.cta-card {
  border: 1px solid rgba(234, 53, 61, 0.1);
}

/* Hero Feature Icons */
.hero-feature-icon {
  background-color: white;
  border-radius: 50%;
  padding: 0.75rem;
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

/* Brand Colors */
.text-brand-primary {
  color: var(--brand-primary) !important;
}

.bg-brand-primary {
  background-color: var(--brand-primary) !important;
}

.bg-brand-secondary {
  background-color: var(--brand-secondary) !important;
}

.btn-brand-primary {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: white;
  font-weight: bold;
}

.btn-brand-primary:hover {
  background-color: var(--brand-primary-dark);
  border-color: var(--brand-primary-dark);
}

/* =========================
   DARK MODE ENHANCEMENTS
   ========================= */

/* Section titles in dark mode */
[data-bs-theme="dark"] .section-title,
[data-bs-theme="dark"] .section-subtitle {
  color: var(--bs-body-color, #ffffff);
}

[data-bs-theme="dark"] .lead-text {
  color: var(--bs-secondary, #adb5bd);
}

/* Hero feature icons in dark mode */
[data-bs-theme="dark"] .hero-feature-icon {
  background-color: var(--bs-dark, #212529);
  border: 1px solid var(--bs-border-color, #495057);
}

/* Small feature icons in dark mode */
[data-bs-theme="dark"] .small-feature-icon {
  background-color: rgba(255, 193, 7, 0.2);
}

[data-bs-theme="dark"] .small-feature-icon-success {
  background-color: rgba(25, 135, 84, 0.25);
}

[data-bs-theme="dark"] .small-feature-icon-info {
  background-color: rgba(13, 202, 240, 0.2);
}

/* Floating icons in dark mode */
[data-bs-theme="dark"] .floating-icon-56,
[data-bs-theme="dark"] .floating-icon-64 {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

[data-bs-theme="dark"] .floating-icon-70 {
  background-color: rgba(220, 53, 69, 0.2);
}

/* CTA card in dark mode */
[data-bs-theme="dark"] .cta-card {
  border-color: rgba(234, 53, 61, 0.3);
  background: var(--bs-dark, #212529);
}

/* Enhanced text colors for dark mode */
[data-bs-theme="dark"] .text-muted {
  color: var(--bs-secondary, #adb5bd) !important;
}

[data-bs-theme="dark"] .text-dark {
  color: var(--bs-body-color, #ffffff) !important;
}

/* Badge border in dark mode */
[data-bs-theme="dark"] .badge-border {
  border-color: rgba(234, 53, 61, 0.4);
}

/* ==========================================
   INLINE STYLES CLEANUP
   ========================================== */

/* Floating Animation Circles */
.floating-circle {
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
}
.floating-circle.delay-0 { animation-delay: 0s; }
.floating-circle.delay-1 { animation-delay: 1s; }
.floating-circle.delay-2 { animation-delay: 2s; }
.floating-circle.delay-half { animation-delay: 0.5s; }
.floating-circle.delay-1-half { animation-delay: 1.5s; }

/* Rotated Card Elements */
.rotated-card-left { transform: rotate(-2deg); }
.rotated-card-right { transform: rotate(2deg); }

/* Feature Section Headings */
.feature-heading {
  color: #1a1d29;
}

/* Feature Text */
.feature-text {
  line-height: 1.7;
}

/* Feature Icon Circles */
.feature-icon-circle {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  min-width: 48px;
  min-height: 48px;
}

/* Special Bordered Card */
.special-bordered-card {
  border: 1px solid rgba(234, 53, 61, 0.1);
}

/* Additional Inline Styles Cleanup */
.warning-circle-large {
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
}

.benefits-icon-circle {
  width: 70px;
  height: 70px;
}

.benefits-icon-large {
  font-size: 1.8rem;
}

.step-circle {
  width: 60px;
  height: 60px;
  font-size: 1.5rem;
}

.purple-gradient-section {
  background: linear-gradient(135deg, var(--brand-primary) 0%, #c42c30 50%, var(--brand-warning) 100%);
}

.dark-title {
  color: #2d3748 !important;
}

.dark-lead {
  color: #4a5568 !important;
  font-size: 1.2rem;
}

.card-height-180 {
  height: 180px;
}

.ice-cream-gradient {
  background: linear-gradient(45deg, rgba(255,215,0,0.95), rgba(255,140,0,0.95));
}

.cafe-gradient {
  background: linear-gradient(45deg, rgba(74,144,226,0.95), rgba(50,130,246,0.95));
}

.emoji-large {
  font-size: 3rem;
}

/* Menu Type Gradients */
.pizza-gradient {
  background: linear-gradient(45deg, rgba(255,140,66,0.95), rgba(255,107,53,0.95));
}

.desserts-gradient {
  background: linear-gradient(45deg, rgba(233,30,99,0.95), rgba(194,24,91,0.95));
}

.barbecue-gradient {
  background: linear-gradient(45deg, rgba(220,38,38,0.95), rgba(185,28,28,0.95));
}

.acai-gradient {
  background: linear-gradient(45deg, rgba(139,92,246,0.95), rgba(124,58,237,0.95));
}

.healthy-gradient {
  background: linear-gradient(45deg, rgba(34,197,94,0.95), rgba(22,163,74,0.95));
}

.seafood-gradient {
  background: linear-gradient(45deg, rgba(14,165,233,0.95), rgba(2,132,199,0.95));
}

.bakery-gradient {
  background: linear-gradient(45deg, rgba(251,146,60,0.95), rgba(245,101,101,0.95));
}

/* Special Buttons */
.btn-purple-custom {
  background: #8B5CF6;
  border-color: #8B5CF6;
}

/* Custom Text Styles */
.custom-description {
  color: #2d3748 !important;
  font-weight: 500;
}

/* =========================
   MODERN PLANS SECTION
   ========================= */

/* Plan Cards */
.plan-card {
  background: var(--bs-body-bg, #ffffff);
  border: 2px solid var(--bs-border-color, #e9ecef);
  border-radius: 20px;
  padding: 2rem;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

[data-bs-theme="dark"] .plan-card {
  background: var(--bs-dark, #212529);
  border-color: var(--bs-border-color, #495057);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.plan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--bs-primary, #18181B);
}

[data-bs-theme="dark"] .plan-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border-color: var(--bs-primary, #6ea8fe);
}

/* Featured Plan */
.plan-card.plan-featured {
  border-color: #ffc107;
  box-shadow: 0 8px 25px rgba(255, 193, 7, 0.25);
  background: linear-gradient(135deg, #fff9e6 0%, #ffffff 100%);
}

[data-bs-theme="dark"] .plan-card.plan-featured {
  border-color: #ffc107;
  box-shadow: 0 8px 25px rgba(255, 193, 7, 0.3);
  background: linear-gradient(135deg, #2a2a2a 0%, #1f1f1f 100%);
}

.plan-card.plan-featured:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(255, 193, 7, 0.3);
}

/* Coming Soon Plan */
.plan-card.plan-coming-soon {
  opacity: 0.7;
  border-style: dashed;
}

.plan-card.plan-coming-soon:hover {
  transform: translateY(-4px);
  opacity: 0.8;
}

/* Plan Badge */
.plan-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 1.25rem;
  border-radius: 25px;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

/* Plan Header */
.plan-header {
  text-align: center;
  margin-bottom: 2rem;
}

.plan-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bs-primary, #18181B), var(--bs-info, #0dcaf0));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 2rem;
  box-shadow: 0 8px 16px rgba(13, 110, 253, 0.2);
}

[data-bs-theme="dark"] .plan-icon {
  background: linear-gradient(135deg, var(--bs-primary, #6ea8fe), var(--bs-info, #39d0e8));
  box-shadow: 0 8px 16px rgba(110, 168, 254, 0.3);
}

.plan-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--bs-body-color, #212529);
  margin-bottom: 0.5rem;
}

.plan-subtitle {
  color: var(--bs-secondary, #6c757d);
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* Plan Pricing */
.plan-pricing {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--bs-border-color, #e9ecef);
}

[data-bs-theme="dark"] .plan-pricing {
  border-bottom-color: var(--bs-border-color, #495057);
}

.price-display {
  margin-bottom: 1rem;
}

.price-amount {
  font-size: 3rem;
  font-weight: 800;
  color: var(--bs-body-color, #212529);
  line-height: 1;
}

.price-period {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--bs-secondary, #6c757d);
}

.price-note {
  color: var(--bs-secondary, #6c757d);
  font-size: 0.9rem;
  margin-bottom: 0;
}

.savings-badge {
  margin-top: 0.5rem;
}

/* Plan Features */
.plan-features {
  flex-grow: 1;
  margin-bottom: 2rem;
}

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

.feature-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

.feature-list li:last-child {
  margin-bottom: 0;
}

.feature-list li i {
  color: var(--bs-success, #198754);
  font-size: 1.1rem;
  margin-right: 0.75rem;
  margin-top: 0.125rem;
  flex-shrink: 0;
}

.feature-list li.feature-limit i {
  color: var(--bs-warning, #fd7e14);
}

.feature-list li.feature-highlight i {
  color: var(--bs-info, #0dcaf0);
}

.feature-list li span {
  color: var(--bs-body-color, #212529);
}

/* Plan Action */
.plan-action {
  margin-top: auto;
}

.plan-action .btn {
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.2s ease;
}

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

/* Billing Toggle */
.billing-toggle {
  background: transparent;
  color: var(--bs-body-color, #212529);
  transition: all 0.2s ease;
}

.billing-toggle.active {
  background: var(--bs-primary, #18181B);
  color: white;
  box-shadow: 0 2px 4px rgba(13, 110, 253, 0.2);
}

[data-bs-theme="dark"] .billing-toggle {
  color: var(--bs-body-color, #ffffff);
}

[data-bs-theme="dark"] .billing-toggle.active {
  background: var(--bs-primary, #6ea8fe);
}

.billing-toggle:not(.active):hover {
  background: rgba(var(--bs-primary-rgb, 13, 110, 253), 0.1);
}

/* Guarantee Section */
.guarantee-section {
  padding: 2rem;
  border-radius: 16px;
  background: var(--bs-secondary-bg, #f8f9fa);
  border: 1px solid var(--bs-border-color, #e9ecef);
}

[data-bs-theme="dark"] .guarantee-section {
  background: var(--bs-secondary-bg, #343a40);
  border-color: var(--bs-border-color, #495057);
}

/* Responsive Design */
@media (max-width: 768px) {
  .plan-card {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .plan-icon {
    width: 64px;
    height: 64px;
    font-size: 1.5rem;
  }

  .price-amount {
    font-size: 2.5rem;
  }

  .feature-list li {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .plan-card {
    padding: 1rem;
  }

  .plan-badge {
    font-size: 0.8rem;
    padding: 0.375rem 1rem;
  }

  .price-amount {
    font-size: 2rem;
  }

  .guarantee-section {
    padding: 1rem;
  }
}

/* Animation */
.plan-card {
  animation: fadeInUp 0.6s ease-out backwards;
}

.plan-card:nth-child(1) {
  animation-delay: 0.1s;
}

.plan-card:nth-child(2) {
  animation-delay: 0.2s;
}

.plan-card:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
   MODERN TEMPLATE - CHECKOUT STYLES
   ========================= */

/* Modern checkout order totals */
.order-totals .total-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-size: 1rem;
  color: var(--gray-600);
  border-bottom: 1px solid var(--gray-100);
}

.order-totals .total-line:last-child {
  border-bottom: none;
  border-top: 2px solid var(--brand-primary);
  margin-top: 8px;
  padding-top: 16px;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gray-900);
}

.order-totals .total-line:last-child span:last-child {
  color: var(--brand-primary);
  font-weight: 800;
  font-size: 1.3rem;
}

/* Discount line styling for modern template */
.order-totals .discount-line .discount-value {
  color: var(--brand-success);
  font-weight: 600;
  font-size: 1.05rem;
}

/* Delivery line styling */
.order-totals .delivery-line span:last-child {
  color: var(--gray-700);
  font-weight: 600;
}

/* Subtotal line styling */
.order-totals .subtotal-line {
  color: var(--gray-500);
  font-size: 0.95rem;
}

.order-totals .subtotal-line span:last-child {
  font-weight: 600;
  color: var(--gray-700);
}


/* ========================================
   RESPONSIVE TYPOGRAPHY OPTIMIZATION
   ======================================== */

/* Medium screens (1200px-1600px) - Reduced sizes for better proportion */
@media (min-width: 1200px) and (max-width: 1600px) {
  .display-1 { font-size: 3.2rem !important; }
  .display-2 { font-size: 2.8rem !important; }
  .display-3 { font-size: 2.4rem !important; }
  .display-4 { font-size: 2rem !important; }
  .display-5 { font-size: 1.6rem !important; }
  .display-6 { font-size: 1.4rem !important; }

  h1 { font-size: 2rem !important; }
  h2 { font-size: 1.6rem !important; }
  h3 { font-size: 1.4rem !important; }
  h4 { font-size: 1.2rem !important; }
  h5 { font-size: 1rem !important; }
  h6 { font-size: 0.9rem !important; }

  .fs-1 { font-size: 2rem !important; }
  .fs-2 { font-size: 1.6rem !important; }
  .fs-3 { font-size: 1.4rem !important; }
  .fs-4 { font-size: 1.2rem !important; }
  .fs-5 { font-size: 1rem !important; }
  .fs-6 { font-size: 0.9rem !important; }

  .lead { font-size: 1.1rem !important; }

  /* Reduced spacing for medium screens */
  .py-1 { padding-top: 0.2rem !important; padding-bottom: 0.2rem !important; }
  .py-2 { padding-top: 0.4rem !important; padding-bottom: 0.4rem !important; }
  .py-3 { padding-top: 0.8rem !important; padding-bottom: 0.8rem !important; }
  .py-4 { padding-top: 1.2rem !important; padding-bottom: 1.2rem !important; }
  .py-5 { padding-top: 2.4rem !important; padding-bottom: 2.4rem !important; }

  .px-1 { padding-left: 0.2rem !important; padding-right: 0.2rem !important; }
  .px-2 { padding-left: 0.4rem !important; padding-right: 0.4rem !important; }
  .px-3 { padding-left: 0.8rem !important; padding-right: 0.8rem !important; }
  .px-4 { padding-left: 1.2rem !important; padding-right: 1.2rem !important; }
  .px-5 { padding-left: 2.4rem !important; padding-right: 2.4rem !important; }

  .p-1 { padding: 0.2rem !important; }
  .p-2 { padding: 0.4rem !important; }
  .p-3 { padding: 0.8rem !important; }
  .p-4 { padding: 1.2rem !important; }
  .p-5 { padding: 2.4rem !important; }

  .mb-1 { margin-bottom: 0.2rem !important; }
  .mb-2 { margin-bottom: 0.4rem !important; }
  .mb-3 { margin-bottom: 0.8rem !important; }
  .mb-4 { margin-bottom: 1.2rem !important; }
  .mb-5 { margin-bottom: 2.4rem !important; }

  .mt-1 { margin-top: 0.2rem !important; }
  .mt-2 { margin-top: 0.4rem !important; }
  .mt-3 { margin-top: 0.8rem !important; }
  .mt-4 { margin-top: 1.2rem !important; }
  .mt-5 { margin-top: 2.4rem !important; }

  /* Container max-width adjustment for medium screens */
  .container { max-width: 1140px !important; }

  /* Card spacing optimization */
  .card-body { padding: 1rem !important; }
  .card.p-4 { padding: 1rem !important; }
  .card.p-5 { padding: 1.5rem !important; }

  /* Hero section optimization for medium screens */
  .modern-hero-section {
    padding: 3rem 0 !important;
  }

  .hero-container {
    min-height: 70vh !important; /* Reduced from 100vh */
  }

  .hero-title {
    font-size: 2.4rem !important;
    line-height: 1.1 !important;
  }

  .hero-subtitle {
    font-size: 1.1rem !important;
  }

  .hero-icon {
    width: 40px !important;
    height: 40px !important;
    font-size: 1.2rem !important;
  }

  /* Module cards optimization */
  .modern-module-card {
    padding: 1rem !important;
  }

  .modern-module-icon {
    width: 40px !important;
    height: 40px !important;
  }

  /* Price summary optimization */
  .price-summary {
    padding: 1rem !important;
  }

  /* Button sizing */
  .btn-lg {
    padding: 0.75rem 1.5rem !important;
    font-size: 1rem !important;
  }
}

/* Large screens (1600px+) - Slightly larger for big monitors */
@media (min-width: 1600px) {
  .display-1 { font-size: calc(4rem * 1.078) !important; }
  .display-2 { font-size: calc(3.5rem * 1.078) !important; }
  .display-3 { font-size: calc(3rem * 1.078) !important; }
  .display-4 { font-size: calc(2.5rem * 1.078) !important; }
  .display-5 { font-size: calc(2rem * 1.078) !important; }
  .display-6 { font-size: calc(1.75rem * 1.078) !important; }

  h1 { font-size: calc(2.5rem * 1.078) !important; }
  h2 { font-size: calc(2rem * 1.078) !important; }
  h3 { font-size: calc(1.75rem * 1.078) !important; }
  h4 { font-size: calc(1.5rem * 1.078) !important; }
  h5 { font-size: calc(1.25rem * 1.078) !important; }
  h6 { font-size: calc(1rem * 1.078) !important; }

  .fs-1 { font-size: calc(2.5rem * 1.078) !important; }
  .fs-2 { font-size: calc(2rem * 1.078) !important; }
  .fs-3 { font-size: calc(1.75rem * 1.078) !important; }
  .fs-4 { font-size: calc(1.5rem * 1.078) !important; }
  .fs-5 { font-size: calc(1.25rem * 1.078) !important; }
  .fs-6 { font-size: calc(1rem * 1.078) !important; }

  .lead { font-size: calc(1.25rem * 1.078) !important; }

  /* Reduce padding and margins by 20% then increase by 21% total */
  .py-1 { padding-top: calc(0.25rem * 1.078) !important; padding-bottom: calc(0.25rem * 1.078) !important; }
  .py-2 { padding-top: calc(0.5rem * 1.078) !important; padding-bottom: calc(0.5rem * 1.078) !important; }
  .py-3 { padding-top: calc(1rem * 1.078) !important; padding-bottom: calc(1rem * 1.078) !important; }
  .py-4 { padding-top: calc(1.5rem * 1.078) !important; padding-bottom: calc(1.5rem * 1.078) !important; }
  .py-5 { padding-top: calc(3rem * 1.078) !important; padding-bottom: calc(3rem * 1.078) !important; }

  .px-1 { padding-left: calc(0.25rem * 1.078) !important; padding-right: calc(0.25rem * 1.078) !important; }
  .px-2 { padding-left: calc(0.5rem * 1.078) !important; padding-right: calc(0.5rem * 1.078) !important; }
  .px-3 { padding-left: calc(1rem * 1.078) !important; padding-right: calc(1rem * 1.078) !important; }
  .px-4 { padding-left: calc(1.5rem * 1.078) !important; padding-right: calc(1.5rem * 1.078) !important; }
  .px-5 { padding-left: calc(3rem * 1.078) !important; padding-right: calc(3rem * 1.078) !important; }

  .p-1 { padding: calc(0.25rem * 1.078) !important; }
  .p-2 { padding: calc(0.5rem * 1.078) !important; }
  .p-3 { padding: calc(1rem * 1.078) !important; }
  .p-4 { padding: calc(1.5rem * 1.078) !important; }
  .p-5 { padding: calc(3rem * 1.078) !important; }

  .mb-1 { margin-bottom: calc(0.25rem * 1.078) !important; }
  .mb-2 { margin-bottom: calc(0.5rem * 1.078) !important; }
  .mb-3 { margin-bottom: calc(1rem * 1.078) !important; }
  .mb-4 { margin-bottom: calc(1.5rem * 1.078) !important; }
  .mb-5 { margin-bottom: calc(3rem * 1.078) !important; }

  .mt-1 { margin-top: calc(0.25rem * 1.078) !important; }
  .mt-2 { margin-top: calc(0.5rem * 1.078) !important; }
  .mt-3 { margin-top: calc(1rem * 1.078) !important; }
  .mt-4 { margin-top: calc(1.5rem * 1.078) !important; }
  .mt-5 { margin-top: calc(3rem * 1.078) !important; }

  .me-1 { margin-right: calc(0.25rem * 1.078) !important; }
  .me-2 { margin-right: calc(0.5rem * 1.078) !important; }
  .me-3 { margin-right: calc(1rem * 1.078) !important; }
  .me-4 { margin-right: calc(1.5rem * 1.078) !important; }
  .me-5 { margin-right: calc(3rem * 1.078) !important; }

  /* Reduce button sizes */
  .btn-lg {
    padding: calc(0.5rem * 1.078) calc(1rem * 1.078) !important;
    font-size: calc(1.25rem * 1.078) !important;
    border-radius: calc(0.375rem * 1.078) !important;
  }

  .btn {
    padding: calc(0.375rem * 1.078) calc(0.75rem * 1.078) !important;
    font-size: calc(1rem * 1.078) !important;
  }

  .btn-sm {
    padding: calc(0.25rem * 1.078) calc(0.5rem * 1.078) !important;
    font-size: calc(0.875rem * 1.078) !important;
  }

  /* Reduce form elements */
  .form-control {
    padding: calc(0.375rem * 1.078) calc(0.75rem * 1.078) !important;
    font-size: calc(1rem * 1.078) !important;
    line-height: calc(1.5 * 1.078) !important;
    border-radius: calc(0.375rem * 1.078) !important;
  }

  .form-control-lg {
    padding: calc(0.5rem * 1.078) calc(1rem * 1.078) !important;
    font-size: calc(1.25rem * 1.078) !important;
    border-radius: calc(0.5rem * 1.078) !important;
  }

  .rounded-4 {
    border-radius: calc(1rem * 1.078) !important;
  }

  .rounded-3 {
    border-radius: calc(0.75rem * 1.078) !important;
  }

  /* Reduce icons */
  .fs-1 i, .fs-2 i, .fs-3 i, .fs-4 i, .fs-5 i, .fs-6 i {
    font-size: inherit;
  }

  /* Reduce hero section specific elements */
  .min-vh-100 {
    min-height: auto !important;
  }

  /* Reduce feature icons */
  .hero-feature-icon {
    width: calc(48px * 1.078) !important;
    height: calc(48px * 1.078) !important;
  }

  /* Reduce spacing in gap utilities */
  .gap-1 { gap: calc(0.25rem * 1.078) !important; }
  .gap-2 { gap: calc(0.5rem * 1.078) !important; }
  .gap-3 { gap: calc(1rem * 1.078) !important; }
  .gap-4 { gap: calc(1.5rem * 1.078) !important; }
  .gap-5 { gap: calc(3rem * 1.078) !important; }

  /* Reduce container sizes */
  .container {
    max-width: calc(1320px * 1.078) !important;
  }

  .container-sm {
    max-width: calc(540px * 1.078) !important;
  }

  .container-md {
    max-width: calc(720px * 1.078) !important;
  }

  .container-lg {
    max-width: calc(960px * 1.078) !important;
  }

  .container-xl {
    max-width: calc(1140px * 1.078) !important;
  }

  .container-xxl {
    max-width: calc(1320px * 1.078) !important;
  }

  /* Reduce Bootstrap columns and grid */
  .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
  .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
  .col-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3,
  .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
  .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto,
  .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4,
  .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
  .col-md-10, .col-md-11, .col-md-12, .col-md-auto,
  .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4,
  .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
  .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto {
    padding-left: calc(0.75rem * 1.078) !important;
    padding-right: calc(0.75rem * 1.078) !important;
  }

  .row {
    margin-left: calc(-0.75rem * 1.078) !important;
    margin-right: calc(-0.75rem * 1.078) !important;
  }

  /* Reduce card dimensions */
  .card-body {
    padding: calc(1rem * 1.078) !important;
  }

  /* Reduce all widths and heights proportionally - EXCEPT for 100% backgrounds */
  .w-25 { width: calc(25% * 1.078) !important; }
  .w-50 { width: calc(50% * 1.078) !important; }
  .w-75 { width: calc(75% * 1.078) !important; }
  /* Keep w-100 at 100% for card backgrounds */

  .h-25 { height: calc(25% * 1.078) !important; }
  .h-50 { height: calc(50% * 1.078) !important; }
  .h-75 { height: calc(75% * 1.078) !important; }
  /* Keep h-100 at 100% for card backgrounds */

  /* Reduce viewport height utilities */
  .vh-25 { height: calc(25vh * 1.078) !important; }
  .vh-50 { height: calc(50vh * 1.078) !important; }
  .vh-75 { height: calc(75vh * 1.078) !important; }
  .vh-100 { height: calc(100vh * 1.078) !important; }

  /* Reduce specific layout elements */
  .hero-feature-icon {
    width: calc(48px * 1.078) !important;
    height: calc(48px * 1.078) !important;
  }

  .signup-form {
    padding: calc(2rem * 1.078) !important;
  }

  .card-height-180 {
    height: calc(180px * 1.078) !important;
  }

  /* Fix card background coverage */
  .card .position-absolute.w-100.h-100 {
    width: 100% !important;
    height: 100% !important;
  }

  /* Ensure gradients cover full card header */
  .ice-cream-gradient,
  .cafe-gradient,
  .pizza-gradient,
  .desserts-gradient,
  .barbecue-gradient,
  .acai-gradient,
  .healthy-gradient,
  .seafood-gradient,
  .bakery-gradient {
    width: 100% !important;
    height: 100% !important;
  }

  /* Reduce navbar height */
  .navbar {
    min-height: calc(56px * 1.078) !important;
  }

  /* Reduce line heights */
  .lh-1 { line-height: calc(1 * 1.078) !important; }
  .lh-sm { line-height: calc(1.25 * 1.078) !important; }
  .lh-base { line-height: calc(1.5 * 1.078) !important; }
  .lh-lg { line-height: calc(2 * 1.078) !important; }
}

/* =========================
   MODULE CARDS - HOME PAGE
   ========================= */

/* Module card container */
.module-card {
  border: 1px solid var(--gray-200) !important;
  border-radius: var(--radius-xl) !important;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  background: var(--surface-card);
}

.module-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--brand-primary) !important;
}

/* Module icon styling - Fixed red circles and improved contrast */
.module-icon {
  width: 56px !important;
  height: 56px !important;
  border-radius: 50% !important; /* Force perfect circle */
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-light)) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
  box-shadow: 0 4px 12px rgba(234, 53, 61, 0.25);
}

.module-icon i {
  color: white !important; /* White icon for better contrast */
  font-size: 1.5rem !important;
  font-weight: 600 !important;
}

/* Module card content */
.module-card h3 {
  color: var(--gray-900);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.module-card .text-muted {
  color: var(--gray-600) !important;
  line-height: 1.5;
}

/* Price styling */
.module-card .fw-semibold {
  color: var(--gray-900);
  font-size: 1.1rem;
}

/* Button styling */
.module-card .btn-outline-primary {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
  font-weight: 500;
  transition: all 0.3s ease;
}

.module-card .btn-outline-primary:hover {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: white;
  transform: translateY(-1px);
}

/* Badge styling */
.module-card .badge.bg-secondary {
  background-color: var(--gray-100) !important;
  color: var(--gray-700) !important;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
  border-radius: var(--radius-md);
}

/* =========================
   RESPONSIVE MODULES SECTION
   ========================= */

@media (max-width: 991px) {
  .price-summary {
    position: static !important;
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .module-card {
    margin-bottom: 1.5rem;
  }

  .module-icon {
    width: 48px !important;
    height: 48px !important;
  }

  .module-icon i {
    font-size: 1.25rem !important;
  }

  .price-summary {
    padding: 1.5rem;
  }

  .total-price {
    font-size: 1.5rem;
  }

  .billing-cycle-toggle .btn {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
  }
}

/* =========================
   MODULE SELECTION - DYNAMIC PRICING
   ========================= */

/* Selected module state */
.module-card.selected {
  border-color: var(--brand-primary) !important;
  background: linear-gradient(145deg, #fff 0%, #fef7f7 100%);
  box-shadow: 0 8px 25px rgba(234, 53, 61, 0.15);
}

.module-card.selected .module-icon {
  background: linear-gradient(135deg, var(--brand-primary-dark), var(--brand-primary)) !important;
  box-shadow: 0 6px 16px rgba(234, 53, 61, 0.35);
}

/* Checkbox styling for modules */
.module-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid var(--gray-300);
  border-radius: var(--radius-sm);
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.module-checkbox:checked {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}

.module-checkbox:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 0.875rem;
  font-weight: bold;
}

/* Price summary section */
.price-summary {
  background: linear-gradient(145deg, var(--gray-50), white);
  border-radius: var(--radius-xl);
  padding: 2rem;
  position: sticky;
  top: 2rem;
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-md);
}

.price-summary h3 {
  color: var(--gray-900);
  font-weight: 700;
  margin-bottom: 1rem;
}

.total-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--brand-primary);
  margin: 0.5rem 0;
  line-height: 1.3;
}

.billing-cycle-toggle {
  background: var(--gray-100);
  border-radius: var(--radius-lg);
  padding: 0.25rem;
  margin-bottom: 1.5rem;
}

.billing-cycle-toggle .btn {
  border: none;
  border-radius: var(--radius-md);
  padding: 0.5rem 1rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.billing-cycle-toggle .btn.active {
  background-color: var(--brand-primary);
  color: white;
  box-shadow: 0 2px 8px rgba(234, 53, 61, 0.25);
}

/* ===================================================
   BOOTSTRAP OVERRIDES - BTN-PRIMARY
   =================================================== */

/* Override Bootstrap btn-primary to use brand colors */
.btn-primary {
  background-color: var(--brand-warning) !important;
  background-image: linear-gradient(135deg, var(--brand-warning) 0%, #e09612 100%) !important;
  border-color: var(--brand-warning) !important;
  color: var(--dark) !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 8px rgba(244, 173, 45, 0.25) !important;
}

.btn-primary:hover {
  background-color: #e09612 !important;
  background-image: linear-gradient(135deg, #e09612 0%, #cc8710 100%) !important;
  border-color: #e09612 !important;
  color: var(--dark) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 15px rgba(244, 173, 45, 0.4) !important;
}

.btn-primary:focus,
.btn-primary.focus {
  background-color: #e09612 !important;
  border-color: #e09612 !important;
  color: var(--dark) !important;
  box-shadow: 0 0 0 0.2rem rgba(244, 173, 45, 0.25) !important;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #cc8710 !important;
  border-color: #cc8710 !important;
  color: var(--dark) !important;
}

.btn-primary:disabled,
.btn-primary.disabled {
  background-color: var(--brand-warning) !important;
  border-color: var(--brand-warning) !important;
  opacity: 0.6 !important;
}

/* Override Bootstrap btn-outline-primary to use brand colors */
.btn-outline-primary {
  color: var(--brand-warning) !important;
  border-color: var(--brand-warning) !important;
  background-color: transparent !important;
}

.btn-outline-primary:hover {
  color: var(--dark) !important;
  background-color: var(--brand-warning) !important;
  border-color: var(--brand-warning) !important;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  color: var(--dark) !important;
  background-color: var(--brand-warning) !important;
  border-color: var(--brand-warning) !important;
  box-shadow: 0 0 0 0.2rem rgba(244, 173, 45, 0.25) !important;
}

.btn-outline-primary:active,
.btn-outline-primary.active {
  color: var(--dark) !important;
  background-color: var(--brand-warning) !important;
  border-color: var(--brand-warning) !important;
}

/* Override Bootstrap btn-outline-warning for better visibility */
.btn-outline-warning {
  color: var(--brand-warning) !important;
  border-color: var(--brand-warning) !important;
  background-color: transparent !important;
  font-weight: 500 !important;
}

.btn-outline-warning:hover {
  color: var(--dark) !important;
  background-color: var(--brand-warning) !important;
  border-color: var(--brand-warning) !important;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  color: var(--dark) !important;
  background-color: var(--brand-warning) !important;
  border-color: var(--brand-warning) !important;
  box-shadow: 0 0 0 0.2rem rgba(244, 173, 45, 0.25) !important;
}

/* ===================================================
   MODERN MODULE CARDS
   =================================================== */

.modern-module-card {
  border: 2px solid transparent !important;
  transition: all 0.3s ease !important;
  min-height: 320px;
  position: relative;
  overflow: hidden;
}

.modern-module-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-warning), var(--brand-danger));
  opacity: 0;
  transition: all 0.3s ease;
}

.modern-module-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
  border-color: var(--brand-warning) !important;
}

.modern-module-card:hover::before {
  opacity: 1;
}

.modern-module-card.selected {
  border-color: var(--brand-warning) !important;
  box-shadow: 0 10px 30px rgba(255, 193, 7, 0.2) !important;
  transform: translateY(-5px);
}

.modern-module-card.selected::before {
  opacity: 1;
}

.modern-module-card .modern-module-icon {
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.modern-module-card:hover .modern-module-icon {
  transform: scale(1.1);
}

.module-checkbox {
  border-radius: 6px !important;
  border: 2px solid #dee2e6 !important;
  transition: all 0.3s ease !important;
}

.module-checkbox:checked {
  background-color: var(--brand-warning) !important;
  border-color: var(--brand-warning) !important;
}

.modern-module-card .btn-outline-secondary {
  border: 1.5px solid #e9ecef;
  color: #6c757d;
  font-weight: 500;
  transition: all 0.3s ease;
}

.modern-module-card .btn-outline-secondary:hover {
  background-color: var(--brand-warning);
  border-color: var(--brand-warning);
  color: white;
  transform: translateY(-1px);
}

/* ===================================================
   BUSINESS TYPE CARDS IMPROVEMENTS
   =================================================== */

.card.shadow-lg {
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
}

.card.shadow-lg:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15) !important;
}

.card.shadow-lg .btn {
  transition: all 0.3s ease;
}

.card.shadow-lg:hover .btn {
  transform: scale(1.05);
}

/* ===================================================
   MICRO-ANIMATIONS & ENHANCEMENTS
   =================================================== */

/* Hero CTA animations */
.hero-cta-primary {
  transition: all 0.3s ease !important;
  position: relative;
  overflow: hidden;
}

.hero-cta-primary:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(244, 173, 45, 0.4) !important;
}

.hero-cta-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.hero-cta-primary:hover::before {
  left: 100%;
}

/* Hero icons improvements */
.hero-icon {
  transition: all 0.3s ease;
}

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

/* Price summary enhancements */
.price-summary {
  transition: all 0.3s ease;
}

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

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Form focus improvements */
.form-control:focus {
  border-color: var(--brand-warning) !important;
  box-shadow: 0 0 0 0.2rem rgba(244, 173, 45, 0.25) !important;
}

/* ===================================================
   HERO CONTAINER RESPONSIVE BEHAVIOR
   =================================================== */

/* Default behavior for mobile/tablet */
.hero-container {
  min-height: 50vh;
}

/* Medium screens optimization */
@media (min-width: 1200px) and (max-width: 1600px) {
  .hero-container {
    min-height: 70vh !important;
  }
}

/* Large screens */
@media (min-width: 1600px) {
  .hero-container {
    min-height: 90vh !important;
  }
}

/* =========================
   MODULE SHOWCASE - Module Pages
   ========================= */

.module-showcase {
  position: relative;
  padding: var(--space-16) 0 var(--space-20);
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
  overflow: hidden;
}

.module-showcase::before,
.module-showcase::after {
  content: '';
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.module-showcase::before {
  top: -180px;
  left: -140px;
  background: rgba(234, 53, 61, 0.25);
}

.module-showcase::after {
  bottom: -200px;
  right: -160px;
  background: rgba(244, 173, 45, 0.25);
}

.module-showcase__wrapper {
  position: relative;
  z-index: 1;
}

.module-showcase__header {
  max-width: 720px;
  margin: 0 auto var(--space-12);
  text-align: center;
}

.module-showcase__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-full);
  background: rgba(234, 53, 61, 0.08);
  color: var(--brand-primary);
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.module-showcase__title {
  margin: var(--space-4) 0 var(--space-3);
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 800;
  color: var(--gray-900);
  letter-spacing: -0.02em;
}

.module-showcase__subtitle {
  margin: 0;
  font-size: 1.125rem;
  color: var(--gray-500);
  line-height: 1.7;
}

.module-showcase__item {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
  padding: var(--space-8);
  margin-bottom: var(--space-10);
  border-radius: var(--radius-3xl);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-xl);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.module-showcase__item::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(135deg, rgba(234, 53, 61, 0.06), rgba(244, 173, 45, 0.06));
  transition: opacity var(--transition);
  z-index: -1;
}

.module-showcase__item:hover::after {
  opacity: 1;
}

.module-showcase__content {
  max-width: 520px;
}

.module-showcase__item-title {
  font-size: clamp(1.75rem, 2.8vw, 2.25rem);
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: var(--space-4);
}

.module-showcase__item-description {
  font-size: 1.1rem;
  color: var(--gray-600);
  line-height: 1.8;
  margin: 0;
}

.module-showcase__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}



.module-showcase__gradient {
  position: absolute;
  width: 60%;
  padding-top: 60%;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.45;
  z-index: -2;
}

.module-showcase__gradient--primary {
  background: rgba(234, 53, 61, 0.35);
  top: 10%;
  left: 5%;
}

.module-showcase__gradient--secondary {
  background: rgba(27, 86, 245, 0.35);
  bottom: 0;
  right: 5%;
}

.module-showcase__image-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}

.module-showcase__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  object-fit: contain;
  max-height: 620px;
  box-shadow: 0 18px 45px -30px rgba(15, 23, 42, 0.35);
  transition: opacity var(--transition);
}

.module-showcase__frame:hover .module-showcase__image {
  opacity: 0.96;
}

.module-showcase__zoom {
  position: absolute;
  bottom: var(--space-4);
  right: var(--space-4);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  color: #0f172a;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  opacity: 0;
  transform: translateY(8px);
  transition: all var(--transition);
}

.module-showcase__image-link:hover .module-showcase__zoom {
  opacity: 1;
  transform: translateY(0);
}

.module-showcase__zoom i {
  font-size: 1rem;
  color: #0f172a;
}

@media (min-width: 992px) {
  .module-showcase__item {
    flex-direction: row;
    align-items: center;
    padding: var(--space-10);
  }

  .module-showcase__item--reverse {
    flex-direction: row-reverse;
  }

  .module-showcase__content {
    padding-right: var(--space-8);
  }

  .module-showcase__item--reverse .module-showcase__content {
    padding-right: 0;
    padding-left: var(--space-8);
    text-align: right;
    margin-left: auto;
  }
}

@media (max-width: 991.98px) {
  .module-showcase {
    padding: var(--space-12) 0 var(--space-16);
  }

  .module-showcase__item {
    padding: var(--space-6);
  }

  .module-showcase__frame {
    width: min(92%, 420px);
    border-radius: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .module-showcase__item {
    padding: var(--space-5);
    border-radius: var(--radius-2xl);
  }

  .module-showcase__frame {
    width: 100%;
    border-radius: 1.25rem;
    padding: 1.25rem;
  }

  .module-showcase__zoom {
    display: none;
  }
}

/* =========================
   MODULE BENEFITS
   ========================= */

.module-benefits {
  position: relative;
  padding: var(--space-20) 0 var(--space-16);
  background: linear-gradient(180deg, #09090B 0%, #18181B 40%, #27272A 100%);
  color: #ffffff;
  overflow: hidden;
}

.module-benefits::before,
.module-benefits::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.4;
  z-index: 0;
}

.module-benefits::before {
  top: -180px;
  left: -160px;
  background: rgba(234, 53, 61, 0.4);
}

.module-benefits::after {
  bottom: -220px;
  right: -200px;
  background: rgba(244, 173, 45, 0.4);
}

.module-benefits__wrapper {
  position: relative;
  z-index: 1;
}

.module-benefits__header {
  max-width: 780px;
  margin: 0 auto var(--space-12);
  text-align: center;
}

.module-benefits__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.module-benefits__title {
  margin: var(--space-4) 0 var(--space-3);
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.module-benefits__subtitle {
  margin: 0;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
}

.module-benefits__grid {
  display: grid;
  gap: var(--space-6);
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.module-benefits__item {
  position: relative;
  padding: var(--space-6);
  border-radius: var(--radius-2xl);
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 25px 50px -20px rgba(15, 23, 42, 0.45);
  overflow: hidden;
  transition: transform var(--transition), border-color var(--transition);
}

.module-benefits__item:hover {
  transform: translateY(-6px);
  border-color: rgba(244, 173, 45, 0.6);
}

.module-benefits__pulse {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(244, 173, 45, 0.45) 0%, rgba(244, 173, 45, 0) 70%);
  filter: blur(40px);
  opacity: 0;
  transition: opacity var(--transition);
}

.module-benefits__item:hover .module-benefits__pulse {
  opacity: 1;
}

.module-benefits__icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
  color: #f4ad2d;
  font-size: 1.5rem;
  margin-bottom: var(--space-4);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.module-benefits__text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .module-benefits {
    padding: var(--space-16) 0 var(--space-12);
  }

  .module-benefits__item {
    padding: var(--space-5);
  }
}

/* =========================
   MODULE FAQ
   ========================= */

.module-faq {
  padding: var(--space-18) 0;
  background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
}

.module-faq__wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.module-faq__header {
  text-align: center;
  margin-bottom: var(--space-12);
}

.module-faq__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-full);
  background: rgba(79, 70, 229, 0.08);
  color: #4f46e5;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.module-faq__title {
  margin: var(--space-4) 0 var(--space-3);
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--gray-900);
  letter-spacing: -0.02em;
}

.module-faq__subtitle {
  margin: 0;
  font-size: 1.05rem;
  color: var(--gray-500);
  line-height: 1.7;
}

.module-faq__accordion {
  border-radius: var(--radius-2xl);
  background: #ffffff;
  box-shadow: 0 25px 60px -30px rgba(15, 23, 42, 0.35);
  overflow: hidden;
}

.module-faq__item + .module-faq__item {
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.module-faq__button {
  background: transparent;
  color: var(--gray-900);
  font-weight: 600;
  padding: var(--space-5) var(--space-6);
  box-shadow: none;
  border: none;
  transition: background var(--transition), color var(--transition);
}

.module-faq__button:focus {
  box-shadow: none;
}

.module-faq__button:not(.collapsed) {
  background: rgba(79, 70, 229, 0.08);
  color: #1e1b4b;
}

.module-faq__button::after {
  filter: brightness(0) saturate(100%) invert(18%) sepia(91%) saturate(2414%) hue-rotate(230deg) brightness(91%) contrast(92%);
}

.module-faq__button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.module-faq__button-text {
  flex: 1;
  font-size: 1.05rem;
}

.module-faq__answer {
  padding: 0 var(--space-6) var(--space-6);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--gray-600);
}

@media (max-width: 575.98px) {
  .module-faq {
    padding: var(--space-14) 0;
  }

  .module-faq__button {
    padding: var(--space-4) var(--space-5);
  }

  .module-faq__answer {
    padding: 0 var(--space-5) var(--space-5);
  }
}

/* =========================
   MODULE CTA
   ========================= */

.module-cta {
  padding: var(--space-18) 0 var(--space-20);
  background: linear-gradient(135deg, #ea353d 0%, #d32329 30%, #17153b 100%);
  position: relative;
  overflow: hidden;
}

.module-cta::before,
.module-cta::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.4;
  z-index: 0;
}

.module-cta::before {
  width: 420px;
  height: 420px;
  top: -160px;
  right: 10%;
  background: rgba(255, 255, 255, 0.25);
}

.module-cta::after {
  width: 360px;
  height: 360px;
  bottom: -180px;
  left: 5%;
  background: rgba(244, 173, 45, 0.45);
}

.module-cta__card {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto;
  padding: var(--space-12) var(--space-10);
  border-radius: var(--radius-3xl);
  background: rgba(11, 15, 43, 0.65);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  color: #ffffff;
  box-shadow: 0 40px 100px -40px rgba(8, 10, 35, 0.7);
}

.module-cta__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.12);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: var(--space-4);
}

.module-cta__title {
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 800;
  margin-bottom: var(--space-4);
  letter-spacing: -0.025em;
}

.module-cta__subtitle {
  font-size: 1.125rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 auto var(--space-8);
  max-width: 600px;
}

.module-cta__actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.module-cta__primary {
  box-shadow: 0 20px 45px rgba(244, 173, 45, 0.35) !important;
}

.module-cta__secondary {
  display: inline-flex;
  align-items: center;
  padding: var(--space-3) var(--space-5);
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-weight: 600;
  transition: all var(--transition);
}

.module-cta__secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .module-cta {
    padding: var(--space-14) 0 var(--space-16);
  }

  .module-cta__card {
    padding: var(--space-8) var(--space-6);
  }
}

/* Lightbox navigation removed (no arrows) */

/* Lightbox improvements - Centralized Modal */
.lightbox-modal {
  padding: 0 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.lightbox-modal .modal-dialog {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-modal .modal-content {
  background: transparent !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.lightbox-modal .modal-header {
  display: none;
}

.lightbox-modal .modal-body {
  padding: 0 !important;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.lightbox-modal .lightbox-img {
  display: block !important;
  max-width: 98vw !important;
  max-height: 95vh !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  margin: auto !important;
  min-width: 90vw !important;
}

/* Override any Bootstrap img-fluid constraints */
.lightbox-modal .img-fluid {
  max-width: 98vw !important;
  height: auto !important;
}

/* Ensure modal content doesn't constrain the image */
.lightbox-modal .modal-content,
.lightbox-modal .modal-body {
  overflow: visible !important;
}

/* Image wrapper to contain close button */
.lightbox-modal .lightbox-image-wrapper {
  display: inline-block;
  max-width: 98vw;
  max-height: 95vh;
}

/* Close button styling */
.lightbox-modal .lightbox-close-btn {
  top: 10px !important;
  right: 10px !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0.9 !important;
  transition: all 0.2s ease !important;
  background-color: rgba(220, 53, 69, 0.9) !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
  z-index: 1060 !important;
}

.lightbox-modal .lightbox-close-btn:hover {
  opacity: 1 !important;
  background-color: #dc3545 !important;
  transform: scale(1.1) !important;
}

/* Legacy button styling (remove if not needed) */
.lightbox-modal .btn {
  border-radius: 50% !important;
  width: 45px !important;
  height: 45px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0.9 !important;
  transition: all 0.2s ease !important;
  background-color: rgba(220, 53, 69, 0.8) !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

.lightbox-modal .btn:hover {
  opacity: 1 !important;
  background-color: #dc3545 !important;
  transform: scale(1.05) !important;
}

/* Use dynamic viewport units where supported */
@supports (width: 100dvw) {
  .lightbox-modal .modal-dialog {
    width: 100dvw;
    height: 100dvh;
  }

  .lightbox-modal .modal-content {
    width: 100dvw;
    height: 100dvh;
  }

  .lightbox-modal .lightbox-img {
    max-width: 98dvw !important;
    max-height: 95dvh !important;
    min-width: 90dvw !important;
  }
}

/* Overlay close button */
.lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  background: rgba(255,255,255,0.85);
  border-radius: 20px;
  padding: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.lightbox-close:hover { background: rgba(255,255,255,0.95); }


/* ==================== MODERN NAVBAR - Stripe/Linear/Vercel Style ==================== */
.navbar-modern {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0.75rem 0;
  transition: all 0.3s ease;
}

.navbar-modern .navbar-brand {
  font-weight: 700;
  font-size: 1.25rem;
  color: #111827;
  transition: opacity 0.2s ease;
}

.navbar-modern .navbar-brand:hover {
  opacity: 0.8;
}

/* Modern Nav Links */
.nav-link-modern {
  color: #6b7280;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.5rem 0.875rem !important;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
}

.nav-link-modern:hover {
  color: #111827;
  background: rgba(0, 0, 0, 0.04);
}

.nav-link-whatsapp {
  color: #10b981 !important;
}

.nav-link-whatsapp:hover {
  color: #059669 !important;
  background: rgba(16, 185, 129, 0.1) !important;
}

/* Modern Ghost Button */
.btn-nav-ghost {
  color: #374151;
  background: transparent;
  border: none;
  font-weight: 500;
  font-size: 0.9375rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-nav-ghost:hover {
  color: #111827;
  background: rgba(0, 0, 0, 0.04);
}

/* Modern Primary Button */
.btn-nav-primary {
  background: linear-gradient(135deg, #f4ad2d 0%, #e09612 100%);
  color: #111827;
  border: none;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 1px 3px rgba(244, 173, 45, 0.2);
}

.btn-nav-primary:hover {
  background: linear-gradient(135deg, #ffb84d 0%, #f4ad2d 100%);
  color: #111827;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(244, 173, 45, 0.3);
}

.mobile-nav-actions {
  margin-left: auto;
}

.btn-mobile-login {
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 0.4rem 1.1rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: #111827;
  background: #ffffff;
  box-shadow: 0 5px 18px rgba(15, 23, 42, 0.08);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.btn-mobile-login:hover {
  color: #0f172a;
  border-color: #d1d5db;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

/* Navbar toggler icon */
.navbar-modern .navbar-toggler {
  color: #374151;
  padding: 0.25rem 0.5rem;
}

.navbar-modern .navbar-toggler:focus {
  box-shadow: none;
}

/* Mobile responsiveness */
@media (max-width: 991px) {
  .navbar-modern .navbar-collapse {
    background: white;
    border-radius: 0.75rem;
    margin-top: 1rem;
    padding: 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }

  .navbar-modern .nav-item {
    margin: 0.25rem 0;
  }

  .btn-nav-ghost,
  .btn-nav-primary {
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
  }

  .btn-mobile-login {
    padding: 0.45rem 1.25rem;
  }
}

/* Compact form styling */
.signup-card {
  padding: 2rem !important;
  max-width: 420px !important;
}

@media (max-width: 1399px) {
  .signup-card {
    padding: 1.75rem !important;
  }
}

@media (max-width: 991px) {
  .signup-card {
    max-width: 100% !important;
    padding: 2rem !important;
  }
}

/* ==================== HOW IT WORKS SECTION ==================== */
.how-it-works-modern {
  position: relative;
  overflow: hidden;
}

.how-it-works-mockup {
  position: sticky;
  top: 100px;
}

/* Steps List - Novo layout */
.steps-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.step-item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
  background: white;
  border-radius: 16px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.step-item:hover {
  border-color: #ea353d;
  box-shadow: 0 8px 24px rgba(234, 53, 61, 0.1);
  transform: translateX(8px);
}

.step-number-large {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ea353d 0%, #d32329 100%);
  color: white;
  font-size: 2rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(234, 53, 61, 0.3);
}

.step-content {
  flex: 1;
}

.step-content h3 {
  color: #111827;
  font-size: 1.5rem;
}

.step-content p {
  line-height: 1.7;
  color: #6b7280;
}

/* Old step card styles - mantidos para compatibilidade */
.step-card {
  padding: 2rem 1rem;
  transition: transform 0.3s ease;
}

.step-card:hover {
  transform: translateY(-5px);
}

.step-number-wrapper {
  position: relative;
  display: inline-block;
}

.step-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ea353d 0%, #d32329 100%);
  color: white;
  font-size: 1.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 4px 20px rgba(234, 53, 61, 0.3);
}

.step-icon {
  animation: float 3s ease-in-out infinite;
}

.step-card h4 {
  color: #111827;
}

.step-card p {
  font-size: 0.9375rem;
  line-height: 1.7;
}

/* Responsivo */
@media (max-width: 991px) {
  .how-it-works-mockup {
    position: relative;
    top: auto;
    margin-bottom: 2rem;
  }

  .step-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 1.5rem;
  }

  .step-item:hover {
    transform: translateY(-4px);
  }

  .steps-list {
    gap: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .how-it-works-modern {
    padding: 2rem 0 !important;
  }

  .how-it-works-modern .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .how-it-works-modern .display-4 {
    font-size: 1.75rem;
  }

  .how-it-works-modern .lead {
    font-size: 1rem;
  }

  .how-it-works-mockup {
    max-width: 200px;
    margin: 0 auto 1.5rem;
  }

  .how-it-works-image {
    max-width: 100% !important;
    height: auto !important;
  }

  .step-item {
    padding: 1rem;
    gap: 1rem;
  }

  .step-number-large {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  .step-content h4 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem !important;
  }

  .step-content p {
    font-size: 0.9rem;
  }

  .steps-list {
    gap: 1rem;
  }
}

@media (max-width: 575.98px) {
  .step-item {
    padding: 0.875rem;
  }

  .step-number-large {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .step-content h4 {
    font-size: 1rem;
  }

  .step-content p {
    font-size: 0.85rem;
  }
}

/* ===== Inlined home.css (previously separate asset) ===== */
/* ========================================
   MENUZ HOME - CSS MODERNO E FOCADO EM CONVERSÃO
   Design inspirado em: Stripe, Notion, Linear
   ======================================== */

/* ==================== HERO ==================== */

.hero {
  position: relative;
  padding: 6.5rem 0 3rem;
  background:
    radial-gradient(circle at top left, rgba(255, 207, 92, 0.16), transparent 30%),
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.12), transparent 22%),
    linear-gradient(140deg, #130608 0%, #7a0d12 42%, #cb1f28 100%);
  color: #fff;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255,255,255,0.05) 0%, transparent 36%),
    radial-gradient(circle at 18% 18%, rgba(255,255,255,0.08) 0%, transparent 24%),
    radial-gradient(circle at 80% 76%, rgba(0,0,0,0.18) 0%, transparent 30%);
}

.hero::after {
  width: 38rem;
  height: 38rem;
  right: -12rem;
  top: -14rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 180, 88, 0.18) 0%, rgba(255, 180, 88, 0) 70%);
}

.hero-left,
.hero-card {
  position: relative;
  z-index: 1;
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(20rem, 23rem);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
}

.hero-column {
  min-width: 0;
}

.hero-column--form {
  display: flex;
  justify-content: flex-end;
}

.hero-left {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  height: 100%;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  align-self: flex-start;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
  color: #fff0f0;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-kicker-dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd44d, #ff9f1a);
  box-shadow: 0 0 0 0.28rem rgba(255, 212, 77, 0.16);
}

.hero-headline {
  max-width: 32ch;
  margin: 0;
  font-size: clamp(2.9rem, 5.4vw, 5rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.hero-sub {
  max-width: 38ch;
  margin: 0;
  font-size: clamp(1.3rem, 2.1vw, 1.9rem);
  font-weight: 700;
  line-height: 1.22;
  color: #ffe9cf;
}

.hero-desc {
  max-width: 80ch;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.88);
}

.hero-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.hero-primary-link,
.hero-secondary-link {
  min-height: 3.5rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: -0.01em;
  box-shadow: 0 12px 30px rgba(0,0,0,0.16);
}

.hero-primary-link {
  color: #8b1116;
}

.hero-primary-link:hover,
.hero-primary-link:focus {
  color: #6a0c10;
  transform: translateY(-1px);
}

.hero-secondary-link {
  border-width: 1.5px;
  color: #fff;
}

.hero-secondary-link:hover,
.hero-secondary-link:focus {
  background: rgba(255,255,255,0.08);
  color: #fff;
  transform: translateY(-1px);
}

.hero-inline-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.2rem;
}

.hero-inline-proof-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(255,255,255,0.88);
}

.hero-inline-proof-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  color: rgba(255,255,255,0.98);
}

.hero-inline-proof-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(16rem, 0.95fr);
  gap: 1rem;
  align-items: stretch;
  margin-top: 0.35rem;
}

.hero-stage-device-card {
  position: relative;
  padding: 1rem;
  border-radius: 2rem;
  border: 1px solid rgba(255,255,255,0.16);
  background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.06));
  box-shadow: 0 30px 70px rgba(0,0,0,0.22);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.hero-stage-topbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.hero-stage-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.32);
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff5f5;
  font-size: 0.76rem;
  font-weight: 700;
}

.hero-stage-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.4rem;
  box-shadow: 0 18px 40px rgba(0,0,0,0.2);
}

.hero-floating-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  max-width: 17rem;
  padding: 1rem 1.05rem;
  border-radius: 1.15rem;
  background: rgba(15, 23, 42, 0.78);
  border: 1px solid rgba(255,255,255,0.16);
  color: #fff;
  box-shadow: 0 20px 42px rgba(0,0,0,0.26);
}

.hero-floating-card strong {
  font-size: 1rem;
  line-height: 1.3;
}

.hero-floating-card span {
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255,255,255,0.82);
}

.hero-floating-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffd44d;
}

.hero-floating-card--revenue {
  top: 4.5rem;
  right: 1rem;
}

.hero-floating-card--stack {
  left: 1rem;
  bottom: 1rem;
}

.hero-stage-aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-signal-card {
  display: flex;
  gap: 0.9rem;
  padding: 1rem;
  min-height: 0;
  border-radius: 1.35rem;
  border: 1px solid rgba(255,255,255,0.14);
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
  box-shadow: 0 18px 38px rgba(0,0,0,0.16);
  backdrop-filter: blur(10px);
}

.hero-signal-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 219, 168, 0.96), rgba(244, 173, 45, 0.92));
  border: 1px solid rgba(255, 239, 215, 0.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.24), 0 10px 20px rgba(70, 10, 10, 0.18);
  color: #7f1d1d;
  font-size: 1.1rem;
}

.hero-signal-icon i {
  display: block;
  color: #7f1d1d !important;
  line-height: 1;
}

.hero-signal-icon i::before,
.hero-signal-icon .bi::before,
.hero-signal-icon [class^="bi-"]::before,
.hero-signal-icon [class*=" bi-"]::before {
  color: #7f1d1d !important;
}

.hero-signal-card strong {
  display: block;
  margin-bottom: 0.28rem;
  font-size: 1rem;
  color: #fff;
}

.hero-signal-card p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.82);
}

.hero-card {
  height: 100%;
  padding: 1.45rem 1.45rem 1.7rem;
  border-radius: 1.8rem;
  background: rgba(255,255,255,0.96);
  color: #0f172a;
  box-shadow: 0 30px 70px rgba(0,0,0,0.22);
}

.hero-card-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.76rem;
  margin-bottom: 0.7rem;
  border-radius: 999px;
  background: #fee2e2;
  color: #991b1b;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-card-title {
  margin-bottom: 0.22rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.03em;
}

.hero-card-sub {
  margin-bottom: 0.75rem;
  max-width: 34rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #64748b;
}

.hero-card-note {
  margin: 0 0 0.95rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #475569;
}

.hero-card-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: #334155;
}

.hero-card-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.hero-card-trust-row i {
  color: #dc2626;
}

@media (min-width: 992px) {
  .hero-card {
    position: sticky;
    top: 6rem;
  }
}

.hero-plans {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.4rem;
}

.hero-plan-compact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
  margin-bottom: 0.45rem;
}

.hero-plan-compact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.72rem 0.85rem;
  border-radius: 1rem;
  background: #fff5f5;
  border: 1px solid rgba(220, 38, 38, 0.12);
}

.hero-plan-compact-card--secondary {
  background: linear-gradient(180deg, #fff7ed, #fffbf5);
  border-color: rgba(249, 115, 22, 0.16);
}

.hero-plan-compact-label {
  font-size: 0.84rem;
  font-weight: 800;
  color: #1f2937;
}

.hero-plan-compact-price {
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 900;
  color: #111827;
  white-space: nowrap;
}

.hero-plan-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: #fff5f5;
  border: 1px solid rgba(220, 38, 38, 0.12);
}

.hero-plan-row--secondary {
  background: linear-gradient(180deg, #fff7ed, #fffbf5);
  border-color: rgba(249, 115, 22, 0.16);
}

.hero-plan-row--note {
  align-items: flex-start;
  background: #fff;
  border-style: dashed;
  border-color: rgba(148, 163, 184, 0.3);
}

.hero-plan-name {
  display: block;
  font-size: 0.98rem;
  font-weight: 800;
  color: #0f172a;
}

.hero-plan-label {
  display: block;
  margin-top: 0.18rem;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #64748b;
}

.hero-plan-price {
  font-size: 1rem;
  font-weight: 800;
  color: #111827;
  white-space: nowrap;
  text-align: right;
}

.hero-plan-price small {
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  color: #64748b;
}

.hero-plans-link {
  font-size: 0.82rem;
  font-weight: 700;
  color: #991b1b;
  text-decoration: none;
  border-bottom: 1px solid rgba(153, 27, 27, 0.25);
}

.hero-plans-link:hover,
.hero-plans-link:focus {
  color: #7f1d1d;
  border-bottom-color: rgba(127, 29, 29, 0.45);
}

.hero-card .form-control-lg {
  padding: 0.88rem 1rem;
  font-size: 0.96rem;
  border-radius: 0.95rem;
  border: 1.5px solid #e2e8f0;
  background: #f8fafc;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
}

.hero-card .form-control-lg:focus {
  border-color: #dc2626;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.12);
  background: #fff;
}

@media (max-width: 1199.98px) {
  .hero-stage {
    grid-template-columns: 1fr;
  }

  .hero-stage-aside {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  }
}

@media (max-width: 991.98px) {
  .hero {
    padding: 5.25rem 0 2.75rem;
  }
  .hero-shell {
    grid-template-columns: 1fr;
  }

  .hero-column--form {
    justify-content: center;
  }

  .hero-left {
    text-align: center;
    align-items: center;
  }

  .hero-kicker {
    align-self: center;
  }

  .hero-headline,
  .hero-sub,
  .hero-desc {
    max-width: none;
  }

  .hero-action-row,
  .hero-inline-proof {
    justify-content: center;
  }

  .hero-stage {
    width: 100%;
  }

  .hero-stage-device-card {
    min-height: auto;
  }

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

  .hero-card {
    position: static;
    max-width: 34rem;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .hero {
    padding: 4.75rem 0 2.5rem;
  }

  .hero-headline {
    font-size: 2.55rem;
  }

  .hero-sub {
    font-size: 1.25rem;
  }

  .hero-action-row {
    width: 100%;
  }

  .hero-action-row .btn {
    width: 100%;
  }

  .hero-stage-device-card {
    padding: 0.85rem;
    border-radius: 1.4rem;
  }

  .hero-floating-card {
    position: static;
    max-width: none;
    margin-top: 0.85rem;
  }

  .hero-card {
    padding: 1.45rem;
    border-radius: 1.3rem;
  }

  .hero-plan-compact-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-plan-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-plan-price {
    text-align: left;
    white-space: normal;
  }
}

@media (max-width: 575.98px) {
  .hero-kicker {
    font-size: 0.72rem;
  }

  .hero-headline {
    font-size: 2.15rem;
  }

  .hero-sub {
    font-size: 1.12rem;
  }

  .hero-desc {
    font-size: 0.98rem;
  }

  .hero-inline-proof {
    gap: 0.6rem;
  }

  .hero-inline-proof-item {
    width: 100%;
    justify-content: center;
    font-size: 0.86rem;
  }

  .hero-stage-topbar {
    margin-bottom: 0.7rem;
  }

  .hero-stage-pill {
    font-size: 0.7rem;
  }

  .hero-signal-card {
    padding: 0.9rem;
  }

  .hero-card .form-control-lg {
    padding: 0.8rem 0.9rem;
    font-size: 0.92rem;
  }
}

.order-limit-exceeded {
  max-width: 600px;
  margin: 0 auto;
}

.order-limit-exceeded-icon {
  font-size: 3rem;
}

.order-limit-exceeded .alert {
  border-left: 4px solid #ffc107;
}

.order-limit-exceeded .card {
  border-radius: 12px;
}

.order-limit-exceeded .progress {
  border-radius: 10px;
  background-color: #f8f9fa;
}

.order-limit-exceeded .progress-bar {
  border-radius: 10px;
  transition: width 0.6s ease;
}


/* ==================== LOGOS BAR ==================== */
.logos-section {
  background: white;
  padding: 3rem 0;
  border-bottom: 1px solid #e2e8f0;
}

.client-logo {
  font-size: 1.125rem;
  font-weight: 600;
  color: #64748b;
  transition: color 0.3s ease;
}

.client-logo:hover {
  color: #ea353d;
}

/* ==================== FEATURES SECTION ==================== */
.features-modern {
  padding: 6rem 0;
  background: #f8fafc;
  color: #1f2937;
}

.features-modern .container-fluid {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.pricing-modern .container-fluid {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.demo-section  .container-fluid {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.how-it-works-modern .container-fluid {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.blog-preview-section .container-fluid {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.features-modern p,
.features-modern .text-muted {
  color: #374151 !important;
}

.feature-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #ffe1e3;
  color: #8d1116;
  border: 1px solid #d62839;
  border-radius: 100px;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.feature-list li {
  padding: 0.75rem 0;
  font-size: 1.2rem;
  color: #475569;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.feature-list li i {
  font-size: 1.25rem;
  flex-shrink: 0;
}

.phone-image-showcase {
  display: flex;
  justify-content: center;
}

.phone-image {
  max-width: 360px;
  width: 100%;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

@media (min-width: 1200px) {
  .phone-image {
    max-width: 380px;
  }
}

.feature-selling-grid {
  margin-top: 1rem;
}

.feature-selling-card {
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  padding: 1.25rem 1.5rem;
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.feature-selling-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
}

.link-arrow {
  color: #8d1116;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: gap 0.3s ease;
  margin-top: 1rem;
  text-decoration-thickness: 2px;
}

.link-arrow:hover {
  gap: 1rem;
  color: #65070c;
  text-decoration: underline;
}

/* Feature Screenshots - MELHORADO */
.feature-screenshot-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 2rem 1.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  min-height: 480px;
  max-height: 500px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Larger screenshot specifically for PDV carousel */
#carouselPDV .feature-screenshot-container {
  min-height: 560px;
  max-height: 640px;
  padding: 1.5rem 1.25rem;
}

#carouselPDV .feature-screenshot-container img {
  width: 100%;
  max-width: none;
  max-height: 560px;
}

.feature-screenshot-container img,
.feature-screenshot-container svg {
  max-width: 100%;
  max-height: 420px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.feature-screenshot-container img {
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.feature-screenshot-container:hover img,
.feature-screenshot-container:hover svg {
  transform: scale(1.03);
}

/* ==================== MOBILE RESPONSIVE - FEATURE SCREENSHOTS ==================== */
@media (max-width: 991.98px) {
  .features-modern {
    padding: 3rem 0;
  }

  .features-modern .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .feature-screenshot-container {
    min-height: 350px;
    max-height: 400px;
    height: auto;
    padding: 1.5rem 1rem;
    border-radius: 16px;
  }

  .feature-screenshot-container img,
  .feature-screenshot-container svg {
    max-height: 320px;
  }

  #carouselPDV .feature-screenshot-container {
    min-height: 420px;
    max-height: 480px;
  }

  #carouselPDV .feature-screenshot-container img {
    max-height: 420px;
  }

  .features-modern .display-6 {
    font-size: 1.5rem;
  }

  .features-modern .fs-5 {
    font-size: 1.1rem !important;
  }

  .feature-list li {
    font-size: 1.05rem;
    padding: 0.5rem 0;
  }

  .features-modern .row.mb-6 {
    margin-bottom: 2rem !important;
  }

  .features-modern .py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .features-modern {
    padding: 2rem 0;
  }

  .features-modern .display-4 {
    font-size: 1.75rem;
  }

  .features-modern .lead {
    font-size: 1.05rem;
  }

  .feature-screenshot-container {
    min-height: 250px;
    max-height: 300px;
    padding: 1rem;
    border-radius: 12px;
  }

  .feature-screenshot-container img,
  .feature-screenshot-container svg {
    max-height: 220px;
  }

  .feature-badge {
    font-size: 0.75rem;
    padding: 0.35rem 0.75rem;
  }

  .features-modern .display-6 {
    font-size: 1.35rem;
  }

  .feature-list {
    margin: 1rem 0;
  }

  .feature-list li {
    font-size: 0.95rem;
    padding: 0.35rem 0;
  }

  .feature-list li i {
    font-size: 1rem;
  }

  .link-arrow {
    font-size: 0.875rem;
  }
}

@media (max-width: 575.98px) {
  .feature-screenshot-container {
    min-height: 200px;
    max-height: 250px;
    padding: 0.75rem;
  }

  .feature-screenshot-container img,
  .feature-screenshot-container svg {
    max-height: 180px;
  }

  .feature-screenshot-container img {
    border-radius: 8px;
  }
}

/* Carousel Controls - MELHORADO */
.feature-carousel {
  position: relative;
  padding-bottom: 4rem;
}

.feature-carousel .carousel-inner {
  border-radius: 20px;
}

.feature-carousel .carousel-control-prev,
.feature-carousel .carousel-control-next {
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.feature-carousel:hover .carousel-control-prev,
.feature-carousel:hover .carousel-control-next {
  opacity: 1;
}

.feature-carousel .carousel-control-prev {
  left: -30px;
}

.feature-carousel .carousel-control-next {
  right: -30px;
}

.feature-carousel .carousel-control-icon {
  background: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.feature-carousel .carousel-control-icon i {
  color: #ea353d;
  font-size: 1.75rem;
  font-weight: bold;
}

.feature-carousel .carousel-control-icon:hover {
  background: #ea353d;
  transform: scale(1.15);
  box-shadow: 0 12px 30px rgba(234, 53, 61, 0.4);
}

.feature-carousel .carousel-control-icon:hover i {
  color: white;
}

.feature-carousel .carousel-indicators {
  bottom: -3.5rem;
  margin-bottom: 0;
}

.feature-carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cbd5e0;
  border: none;
  opacity: 0.5;
  margin: 0 6px;
  transition: all 0.3s ease;
}

.feature-carousel .carousel-indicators button.active {
  background-color: #ea353d;
  opacity: 1;
  width: 35px;
  border-radius: 5px;
}

/* ==================== PRICING SECTION ==================== */
.pricing-modern {
  padding: 6rem 0;
  background: #f8fafc;
}

.pricing-modern .container {
  max-width: 1600px !important;
  width: 100% !important;
  padding-left: 30px;
  padding-right: 30px;
}

.pricing-modern .pricing-plan-card {
  border-radius: 2rem !important;
  overflow: hidden !important;
}

.pricing-modern .pricing-plan-card * {
  border-radius: inherit;
}

.pricing-modern .pricing-plan-card-body {
  padding: 2.5rem !important;
}

.pricing-plans-shell {
  max-width: 1280px;
  margin: 0 auto;
}

.pricing-plans-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 992px) {
  .pricing-plans-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
  }
}

@media (min-width: 992px) {
  .pricing-modern .pricing-plan-card-body {
    padding: 3rem !important;
  }
}

/* Pricing Controls Inline */
.pricing-controls-inline {
  background: white;
  border-radius: 16px;
  padding: 1.5rem 2rem;
  border: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  max-width: 100%;
  margin: 0 auto;
}

/* Toggle Compact */
.pricing-toggle-compact {
  display: flex;
  gap: 0.5rem;
  background: #e2e8f0;
  padding: 0.375rem;
  border-radius: 50px;
}

.pricing-cycle-btn {
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  background: transparent;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  border: none;
  color: #1f2937;
}

.pricing-cycle-btn:hover {
  background: rgba(234, 53, 61, 0.12);
  color: #b7181f;
}

.pricing-cycle-btn input[type="radio"] {
  display: none;
}

.pricing-cycle-btn:has(input[type="radio"]:checked) {
  background: #b7181f;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(183, 24, 31, 0.35);
}

.pricing-cycle-btn .badge {
  background-color: #0f5132;
  color: #ffffff;
  border-radius: 999px;
  font-size: 0.75rem;
  padding: 0.125rem 0.5rem;
  font-weight: 700;
  border: 1px solid transparent;
}

.pricing-cycle-btn:has(input[type="radio"]:checked) .badge {
  background: #ffffff !important;
  color: #b7181f;
  border-color: rgba(183, 24, 31, 0.35);
}

.pricing-cycle-btn span,
.pricing-cycle-btn strong {
  color: inherit;
}

/* Total Inline */
.pricing-total-inline {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
  justify-content: center;
}

.total-label-inline {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.total-value-inline {
  font-size: 1.75rem;
  font-weight: 800;
  color: #b7181f;
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
}

.period-inline {
  font-size: 0.875rem;
  font-weight: 400;
  color: #334155;
}

/* CTA Inline */
.pricing-cta-inline {
  flex-shrink: 0;
}

.btn-cta-inline {
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 50px;
  background: linear-gradient(135deg, #ea353d 0%, #d32329 100%);
  border: none;
  color: white;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(234, 53, 61, 0.3);
}

.btn-cta-inline:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(234, 53, 61, 0.4);
  color: white;
}

/* Module Cards */
.module-card-new {
  background: white;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 1rem;
  transition: all 0.3s ease;
  height: 100%;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.module-card-new:hover {
  border-color: #ea353d;
  box-shadow: 0 12px 24px rgba(234, 53, 61, 0.1);
  transform: translateY(-4px);
}

.module-card-new.selected {
  border-color: #ea353d;
  background: rgba(234, 53, 61, 0.02);
  box-shadow: 0 8px 16px rgba(234, 53, 61, 0.15);
}

.module-card-new.required {
  border-color: #10b981;
  background: rgba(16, 185, 129, 0.02);
}

.module-select-indicator .badge.bg-success {
  background-color: #0f5132 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.module-header {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.module-select-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.module-select-indicator input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #ea353d;
}

.module-select-indicator input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

.select-label {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
}

.module-price-new {
  margin: 1rem 0;
}

.price-value {
  font-size: 2rem;
  font-weight: 800;
  color: #1e293b;
}

.price-period {
  font-size: 0.875rem;
  color: #334155;
  font-weight: 500;
}

.price-free {
  font-size: 1.5rem;
  font-weight: 700;
  color: #10b981;
}

.feature-list-new {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 0;
  flex-grow: 1;
}

.feature-list-new li {
  padding: 0.5rem 0;
  font-size: 0.875rem;
  color: #64748b;
}

/* Module Details Link */
.module-details-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  font-size: 0.9rem;
  font-weight: 600;
  color: #ea353d;
  text-decoration: none;
  border-bottom: 1px solid rgba(234, 53, 61, 0.25);
  padding-bottom: 0.2rem;
  align-self: flex-start;
}

.module-details-link__icon {
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.module-details-link:hover {
  color: #d32329;
  border-bottom-color: #d32329;
}

.module-details-link:hover .module-details-link__icon {
  transform: translateX(3px);
}

/* ==================== MOBILE RESPONSIVE - PRICING SECTION ==================== */
@media (max-width: 991.98px) {
  .pricing-modern {
    padding: 3rem 0;
  }

  .pricing-modern .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing-controls-inline {
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
    text-align: center;
  }

  .pricing-total-inline {
    flex-direction: column;
    gap: 0.25rem;
  }

  .total-value-inline {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .pricing-modern .display-4 {
    font-size: 1.75rem;
  }

  .pricing-modern .lead {
    font-size: 1rem;
  }

  .pricing-toggle-compact {
    width: 100%;
    justify-content: center;
  }

  .pricing-cycle-btn {
    flex: 1;
    justify-content: center;
    padding: 0.5rem;
    font-size: 0.8rem;
  }

  .pricing-cta-inline {
    width: 100%;
  }

  .btn-cta-inline {
    width: 100%;
    padding: 0.875rem 1.5rem;
  }

  .module-card-new {
    padding: 0.875rem;
  }

  .price-value {
    font-size: 1.5rem;
  }

  .feature-list-new li {
    font-size: 0.8rem;
    padding: 0.35rem 0;
  }

  .btn-module-details {
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 575.98px) {
  .pricing-toggle-compact {
    padding: 0.25rem;
  }

  .pricing-cycle-btn {
    padding: 0.4rem 0.5rem;
    font-size: 0.75rem;
  }

  .pricing-cycle-btn .badge {
    font-size: 0.65rem;
    padding: 0.1rem 0.35rem;
  }

  .total-value-inline {
    font-size: 1.25rem;
  }

  .total-label-inline {
    font-size: 0.75rem;
  }
}


/* ==================== DEMO SECTION ==================== */
.demo-section {
  padding: 6rem 0;
  background: #f8fafc;
}

.demo-card-modern {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #e2e8f0;
}

.demo-card-modern:hover {
  transform: translateY(-12px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
  border-color: #ea353d;
}

.demo-header {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
  overflow: hidden;
}

.demo-header::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.demo-header i {
  font-size: 4rem;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
}

.demo-body {
  padding: 2rem 1.5rem;
}

.demo-body h5 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #1e293b;
}

.demo-body .btn {
  transition: all 0.3s ease;
  font-weight: 600;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
}

.demo-body .btn-outline-primary {
  border-color: #ea353d;
  color: #ea353d;
}

.demo-body .btn-outline-primary:hover {
  background: #ea353d;
  border-color: #ea353d;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(234, 53, 61, 0.3);
}

/* Demo Cards Compact - 6 por linha */
.demo-card-compact .demo-header {
  height: 100px;
}

.demo-card-compact .demo-header i {
  font-size: 2rem;
}

.demo-card-compact .demo-header h4 {
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}

.demo-card-compact .demo-body {
  padding: 1rem 0.75rem;
}

.demo-card-compact .demo-body h6 {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.demo-card-compact .demo-body p {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

.demo-card-compact .demo-body .btn-sm {
  font-size: 0.75rem;
  padding: 0.375rem 0.75rem;
}

/* Demo Section */
.demo-section .container {
  max-width: 1600px !important;
}

/* ==================== MOBILE RESPONSIVE - DEMO CARDS ==================== */
@media (max-width: 767.98px) {
  .demo-section {
    padding: 3rem 0;
  }

  .demo-section .display-4 {
    font-size: 1.75rem;
  }

  .demo-section .lead {
    font-size: 1rem;
  }

  .demo-card-modern {
    border-radius: 12px;
  }

  .demo-card-compact .demo-header {
    height: 60px;
    padding: 0.5rem;
  }

  .demo-card-compact .demo-header h4 {
    font-size: 0.65rem;
    letter-spacing: 0;
  }

  .demo-card-compact .demo-body {
    padding: 0.75rem 0.5rem;
  }

  .demo-card-compact .demo-body p {
    font-size: 0.65rem;
    margin-bottom: 0.35rem;
    line-height: 1.3;
  }

  .demo-card-compact .demo-body .btn-sm {
    font-size: 0.65rem;
    padding: 0.25rem 0.5rem;
  }

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

@media (max-width: 575.98px) {
  .demo-card-compact .demo-header {
    height: 50px;
  }

  .demo-card-compact .demo-header h4 {
    font-size: 0.6rem;
  }

  .demo-card-compact .demo-body {
    padding: 0.5rem;
  }

  .demo-card-compact .demo-body p {
    font-size: 0.6rem;
    margin-bottom: 0.25rem;
  }

  .demo-card-compact .demo-body .btn-sm {
    font-size: 0.6rem;
    padding: 0.2rem 0.4rem;
  }
}

/* FAQ Section */

/* ==================== TESTIMONIALS ==================== */
.testimonials-modern {
  padding: 6rem 0;
  background: white;
}

.testimonial-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.stars i {
  color: #f59e0b;
}

/* ==================== FAQ SECTION ==================== */
.faq-modern {
  padding: 6rem 0;
  background: #f8fafc;
}

.accordion-modern {
  max-width: 800px;
  margin: 0 auto;
}

.accordion-item {
  background: white;
  border: 2px solid #e2e8f0;
  border-radius: 12px !important;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-item:hover {
  border-color: #ea353d;
  box-shadow: 0 4px 12px rgba(234, 53, 61, 0.1);
}

.accordion-button {
  font-weight: 600;
  font-size: 1.125rem;
  padding: 1.25rem 1.5rem;
  background: white;
  color: #1e293b;
  border: none;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(234, 53, 61, 0.05);
  color: #ea353d;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ea353d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: scale(1.2);
}

.accordion-body {
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #475569;
  background: white;
}

/* ==================== MOBILE RESPONSIVE - FAQ SECTION ==================== */
@media (max-width: 767.98px) {
  .faq-modern {
    padding: 2.5rem 0;
  }

  .faq-modern .display-4 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem !important;
  }

  .accordion-button {
    font-size: 0.95rem;
    padding: 1rem;
  }

  .accordion-body {
    padding: 1rem;
    font-size: 0.9rem;
  }

  .accordion-item {
    border-radius: 10px !important;
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .accordion-button {
    font-size: 0.875rem;
    padding: 0.875rem;
  }

  .accordion-body {
    padding: 0.875rem;
    font-size: 0.85rem;
  }
}

/* ==================== CTA FINAL SECTION ==================== */
.cta-final {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #18181B;
}

.cta-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cta-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(234, 53, 61, 0.92) 0%, rgba(30, 41, 59, 0.88) 100%);
  z-index: 1;
}

.cta-final .container {
  position: relative;
  z-index: 2;
}

/* ==================== MOBILE RESPONSIVE - CTA FINAL ==================== */
@media (max-width: 767.98px) {
  .cta-final {
    min-height: 400px;
  }

  .cta-final .py-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .cta-final h2 {
    font-size: 1.75rem !important;
  }

  .cta-final .lead {
    font-size: 1rem;
    margin-bottom: 1.5rem !important;
  }

  .cta-final .btn-lg {
    padding: 0.875rem 1.5rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 575.98px) {
  .cta-final {
    min-height: 350px;
  }

  .cta-final h2 {
    font-size: 1.5rem !important;
  }

  .cta-final .lead {
    font-size: 0.9rem;
  }

  .cta-final .btn-lg {
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
    width: 100%;
  }

  .cta-final .small {
    font-size: 0.75rem;
  }
}

.cta-final h2 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  line-height: 1.1;
  font-weight: 800;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.signup-form-inline .form-control {
  padding: 1rem 1.5rem;
  border: 2px solid white;
  border-radius: 12px;
  font-size: 1.125rem;
  background: white;
  transition: all 0.3s ease;
}

.signup-form-inline .form-control:focus {
  border-color: #f4ad2d;
  box-shadow: 0 0 0 4px rgba(244, 173, 45, 0.2);
  outline: none;
}

.signup-form-inline .btn-warning {
  background: linear-gradient(135deg, #f4ad2d 0%, #ffcc5c 100%);
  border: none;
  color: #1e293b;
  font-weight: 800;
  padding: 1rem 3rem;
  border-radius: 12px;
  font-size: 1.125rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(244, 173, 45, 0.4);
  white-space: nowrap;
}

.signup-form-inline .btn-warning:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(244, 173, 45, 0.6);
  color: #1e293b;
}

/* ==================== UTILITIES ==================== */
.bg-gray-50 {
  background-color: #f8fafc;
}

.bg-white {
  background-color: white;
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.9) !important;
}

.fw-bold {
  font-weight: 700;
}

.fw-semibold {
  font-weight: 600;
}

.mb-6 {
  margin-bottom: 4rem;
}

.py-6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.z-2 {
  z-index: 2;
}

.position-relative {
  position: relative;
}

/* Display helpers */
.display-2 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
}

.display-3 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
}

.display-4 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
}

.display-6 {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
}

.lead {
  font-size: 1.125rem;
  line-height: 1.6;
}

/* Spacing */
.g-4 {
  gap: 1.5rem;
}

.g-5 {
  gap: 3rem;
}

/* Border radius */
.rounded-4 {
  border-radius: 1rem !important;
}

.rounded-3 {
  border-radius: 0.75rem !important;
}

/* Shadows */
.shadow-lg {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

/* ==================== RESPONSIVE ==================== */
@media (min-width: 992px) {
  .feature-screenshot-container {
    min-height: 550px;
    padding: 3.5rem 2.5rem;
  }

  .feature-screenshot-container img,
  .feature-screenshot-container svg {
    max-height: 750px;
  }
}

@media (max-width: 991px) {
  .features-modern .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .feature-screenshot-container {
    padding: 1.5rem;
    min-height: 350px;
    margin-bottom: 2rem;
  }

  .feature-screenshot-container img,
  .feature-screenshot-container svg {
    max-height: 450px;
  }

  .feature-carousel .carousel-indicators {
    bottom: -2.5rem;
  }

  .feature-carousel .carousel-control-prev {
    left: 5px;
  }

  .feature-carousel .carousel-control-next {
    right: 5px;
  }

  .features-modern,
  .pricing-modern,
  .demo-section,
  .testimonials-modern,
  .faq-modern {
    padding: 3rem 0;
  }

  .pricing-controls-inline {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    padding: 1.5rem;
  }

  .pricing-total-inline {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

  .total-value-inline {
    font-size: 1.5rem;
  }

  .btn-cta-inline {
    width: 100%;
  }

  .how-it-works-mockup {
    margin-bottom: 2rem;
  }

  /* Como Funciona - Mobile adjustments */
  .how-it-works-modern {
    padding: 3rem 0;
  }

  .steps-list {
    gap: 1.5rem;
  }

  .step-item {
    gap: 1rem;
  }

  .step-number-large {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }

  .step-content h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  .step-content p {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .how-it-works-mockup {
    max-width: 280px;
  }
}

@media (max-width: 767px) {
  .feature-screenshot-container {
    padding: 1rem;
    min-height: 280px;
  }

  .feature-screenshot-container img,
  .feature-screenshot-container svg {
    max-height: 350px;
  }

  .feature-carousel .carousel-control-icon {
    width: 45px;
    height: 45px;
  }

  .feature-carousel .carousel-control-icon i {
    font-size: 1.25rem;
  }

  .pricing-toggle-compact {
    width: 100%;
    justify-content: center;
  }

  .pricing-cycle-btn {
    flex: 1;
    justify-content: center;
  }

  .module-card-new {
    padding: 1.25rem;
  }

  .demo-header {
    height: 140px;
  }

  .demo-header i {
    font-size: 3rem;
  }

  .step-item {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .step-number-large {
    margin: 0 auto;
  }

  .step-content h3 {
    font-size: 1.25rem;
  }

  .step-content p {
    font-size: 1rem;
  }

  .cta-final h2 {
    font-size: 2rem;
  }

  .signup-form-inline .form-control,
  .signup-form-inline .btn-warning {
    width: 100%;
  }

  .signup-form-inline .btn-warning {
    padding: 1rem 2rem;
  }
}

/* ==================== COMO FUNCIONA / HOW IT WORKS ==================== */
.how-it-works-modern {
  padding: 4rem 0;
  background: white;
}

.how-it-works-modern .container {
  max-width: 1600px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.how-it-works-modern .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* Desktop: lado a lado */
@media (min-width: 992px) {
  .how-it-works-modern .row {
    flex-wrap: nowrap;
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .how-it-works-modern .col-lg-5,
  .how-it-works-modern .col-lg-7 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

.how-it-works-mockup {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.how-it-works-mockup img {
  max-width: 100% !important;
  height: auto;
  display: block;
  margin: 0;
}

.how-it-works-image {
  max-width: 85%;
  height: auto;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

.steps-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

.step-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.step-number-large {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #ea353d 0%, #d32329 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(234, 53, 61, 0.3);
  transition: all 0.3s ease;
}

.step-item:hover .step-number-large {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 15px 35px rgba(234, 53, 61, 0.4);
}

.step-content {
  flex: 1;
}

.step-content h3 {
  font-size: 1.125rem;
  color: #1e293b;
  margin-bottom: 0.5rem;
}

.step-content p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #64748b;
}

/* Step Card Alternative Style */
.step-card {
  background: white;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.step-card:hover {
  border-color: #ea353d;
  box-shadow: 0 12px 24px rgba(234, 53, 61, 0.1);
  transform: translateY(-8px);
}

.step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ea353d 0%, #d32329 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0 auto 1.5rem;
  box-shadow: 0 8px 16px rgba(234, 53, 61, 0.3);
}

.step-icon {
  width: 80px;
  height: 80px;
  background: rgba(234, 53, 61, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.step-icon i {
  font-size: 2rem;
  color: #ea353d;
}

/* ==================== ANIMATIONS ==================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* ==================== SEGMENT PAGES DARK HERO ==================== */
.hero-segment-dark {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #18181B 0%, #27272A 50%, #18181B 100%);
}

.hero-segment-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-segment-dark .container {
  position: relative;
  z-index: 2;
}

.hero-segment-dark h1 {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-segment-dark .text-gradient-yellow {
  background: linear-gradient(135deg, #fbbf24 0%, #fcd34d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
}

/* Hero específico para pizzarias com imagem de fundo */
.hero-segment-pizzaria {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Hero específico para hamburguerias com imagem de fundo */
.hero-segment-hamburgueria {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-segment-hamburgueria::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-segment-hamburgueria .hero-segment-overlay {
  z-index: 2;
}

.hero-segment-hamburgueria .container {
  position: relative;
  z-index: 3;
}

.hero-segment-hamburgueria h1 {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-segment-hamburgueria .text-gradient-yellow {
  background: linear-gradient(135deg, #fbbf24 0%, #fcd34d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
}

/* Hero específico para cafeterias com imagem de fundo */
.hero-segment-cafeteria {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-segment-cafeteria::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-segment-cafeteria .hero-segment-overlay {
  z-index: 2;
}

.hero-segment-cafeteria .container {
  position: relative;
  z-index: 3;
}

.hero-segment-cafeteria h1 {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.hero-segment-cafeteria .text-gradient-yellow {
  background: linear-gradient(135deg, #facc15 0%, #fde68a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
}

/* Hero específico para restaurantes com salão com imagem de fundo */
.hero-segment-restaurante {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-segment-restaurante::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-segment-restaurante .hero-segment-overlay {
  z-index: 2;
}

.hero-segment-restaurante .container {
  position: relative;
  z-index: 3;
}

.hero-segment-restaurante h1 {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-segment-restaurante .text-gradient-yellow {
  background: linear-gradient(135deg, #facc15 0%, #fde68a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
}

/* Hero específico para sorveterias/açaíterias com imagem de fundo */
.hero-segment-sorveteria {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-segment-sorveteria::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-segment-sorveteria .hero-segment-overlay {
  z-index: 2;
}

.hero-segment-sorveteria .container {
  position: relative;
  z-index: 3;
}

.hero-segment-sorveteria h1 {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.hero-segment-sorveteria .text-gradient-yellow {
  background: linear-gradient(135deg, #fde047 0%, #fef08a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
}

/* Hero específico para lanchonetes com imagem de fundo */
.hero-segment-lanchonete {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-segment-lanchonete::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.35) 0%, rgba(15, 23, 42, 0.85) 100%);
  z-index: 1;
}

.hero-segment-lanchonete .hero-segment-overlay {
  z-index: 2;
}

.hero-segment-lanchonete .container {
  position: relative;
  z-index: 3;
}

.hero-segment-lanchonete h1 {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.hero-segment-lanchonete .text-gradient-yellow {
  background: linear-gradient(135deg, #fbbf24 0%, #fde68a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
}

/* Hero específico para padarias com imagem de fundo */
.hero-segment-padaria {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-segment-padaria::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.35) 0%, rgba(15, 23, 42, 0.8) 100%);
  z-index: 1;
}

.hero-segment-padaria .hero-segment-overlay {
  z-index: 2;
}

.hero-segment-padaria .container {
  position: relative;
  z-index: 3;
}

.hero-segment-padaria h1 {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.hero-segment-padaria .text-gradient-yellow {
  background: linear-gradient(135deg, #fbbf24 0%, #fde68a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
}

/* Hero específico para restaurantes de sushi com imagem de fundo */
.hero-segment-sushi {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-segment-sushi::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.35) 0%, rgba(15, 23, 42, 0.85) 100%);
  z-index: 1;
}

.hero-segment-sushi .container {
  position: relative;
  z-index: 2;
}

.hero-segment-sushi h1 {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.hero-segment-sushi .text-gradient-yellow {
  background: linear-gradient(135deg, #fcd34d 0%, #fde68a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
}

.hero-segment-pizzaria::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-segment-pizzaria .hero-segment-overlay {
  z-index: 2;
}

.hero-segment-pizzaria .container {
  position: relative;
  z-index: 3;
}

.hero-segment-pizzaria h1 {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-segment-pizzaria .text-gradient-yellow {
  background: linear-gradient(135deg, #fbbf24 0%, #fcd34d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
}

@media (max-width: 768px) {
  .hero-segment-dark {
    min-height: 50vh;
    padding: 3rem 0;
  }

  .hero-segment-dark h1 {
    font-size: 2rem;
  }

  .hero-segment-food-truck {
    position: relative;
    min-height: 75vh;
    display: flex;
    align-items: center;
    padding: 4rem 0 5rem;
    background-size: cover;
    background-position: center bottom;
  }

  .hero-segment-food-truck .hero-segment-overlay {
    background: rgba(12, 19, 36, 0.6);
  }

  .hero-segment-food-truck .text-dark,
  .hero-segment-food-truck .text-dark * {
    color: #ffffff !important;
  }

  .hero-segment-food-truck .lead {
    color: rgba(255, 255, 255, 0.92) !important;
  }

  .hero-segment-food-truck .btn-outline-dark {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.8) !important;
  }

  .hero-segment-food-truck .btn-outline-dark:hover,
  .hero-segment-food-truck .btn-outline-dark:focus {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
  }

  .hero-segment-hamburgueria,
  .hero-segment-cafeteria,
  .hero-segment-restaurante,
  .hero-segment-lanchonete,
  .hero-segment-padaria,
  .hero-segment-sorveteria,
  .hero-segment-sushi,
  .hero-segment-pizzaria {
    min-height: 70vh;
    padding: 4rem 0 5rem;
    background-position: 70% center;
  }

  .hero-segment-hamburgueria h1,
  .hero-segment-cafeteria h1,
  .hero-segment-restaurante h1,
  .hero-segment-lanchonete h1,
  .hero-segment-padaria h1,
  .hero-segment-sorveteria h1,
  .hero-segment-sushi h1,
  .hero-segment-pizzaria h1 {
    font-size: 2rem;
  }
}

/* ==================== FEATURE CARDS MODERN ==================== */
.feature-card-modern {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.feature-card-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #ea353d 0%, #d32329 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.feature-card-modern:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: #ea353d;
}

.feature-card-modern:hover::before {
  transform: scaleX(1);
}

.feature-icon-modern {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #fef3f2 0%, #fee2e2 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: all 0.3s ease;
}

.feature-card-modern:hover .feature-icon-modern {
  transform: scale(1.1) rotate(-5deg);
  background: linear-gradient(135deg, #ea353d 0%, #d32329 100%);
}

.feature-icon-modern i {
  font-size: 2.5rem;
  color: #ea353d;
  transition: all 0.3s ease;
}

.feature-card-modern:hover .feature-icon-modern i {
  color: white;
  transform: scale(1.1);
}

.feature-card-modern h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.feature-card-modern p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
}

.feature-card-modern .text-black {
  color: #0f172a !important;
}

.module-feature-card {
  text-align: left;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

.module-feature-card .feature-icon-modern {
  margin: 0 0 1.25rem 0;
}

.module-feature-card .badge {
  font-size: 0.75rem;
  border-radius: 9999px;
  padding: 0.35rem 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.module-feature-card .module-price {
  min-height: 1.75rem;
}

.module-feature-card .price-value {
  font-size: 1.25rem;
}

.module-feature-card .price-free {
  font-size: 1.1rem;
}

.module-feature-card .module-link {
  margin-top: auto;
}


@media (max-width: 991px) {
  .feature-card-modern {
    padding: 1.75rem 1.25rem;
  }

  .feature-icon-modern {
    width: 70px;
    height: 70px;
  }

  .feature-icon-modern i {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .feature-card-modern {
    padding: 1.5rem 1rem;
  }

  .feature-icon-modern {
    width: 64px;
    height: 64px;
  }

  .feature-icon-modern i {
    font-size: 1.75rem;
  }

  .feature-card-modern h3 {
    font-size: 1rem;
  }

  .feature-card-modern p {
    font-size: 0.875rem;
  }

  .module-feature-card {
    padding: 1.5rem 1.25rem;
  }

}

/* ==================== CTA CARD MODERN ==================== */
.cta-card-modern {
  background: linear-gradient(135deg, #fef3f2 0%, #fff7ed 100%);
  border: 2px solid #fed7aa;
  border-radius: 24px;
  padding: 3rem 2rem;
  position: relative;
  overflow: hidden;
}

.cta-card-modern::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(234, 53, 61, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.cta-card-modern::after {
  content: '';
  position: absolute;
  bottom: -50%;
  left: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(244, 173, 45, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.cta-card-modern h2,
.cta-card-modern p,
.cta-card-modern .btn {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .cta-card-modern {
    padding: 2rem 1.5rem;
  }

  .cta-card-modern h2 {
    font-size: 1.75rem;
  }
}

/* ==================== GLOBAL MOBILE OPTIMIZATIONS ==================== */
/* Consolidação de estilos responsivos para experiência mobile perfeita */

@media (max-width: 767.98px) {
  /* Container and spacing improvements */
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .mb-5 {
    margin-bottom: 2rem !important;
  }

  .mb-6 {
    margin-bottom: 2rem !important;
  }

  /* Typography adjustments for mobile */
  .display-3 {
    font-size: 2rem;
  }

  .display-4 {
    font-size: 1.75rem;
  }

  .display-5 {
    font-size: 1.5rem;
  }

  .display-6 {
    font-size: 1.25rem;
  }

  .lead {
    font-size: 1rem;
  }

  .fs-5 {
    font-size: 1rem !important;
  }

  /* Improved touch targets */
  .btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  /* Better card spacing */
  .row.g-3 {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
  }

  .row.g-4 {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }

  /* Hide certain elements on mobile for cleaner UI */
  .d-md-block {
    display: none !important;
  }

  /* Improve section headers alignment */
  .text-center.mx-auto {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 575.98px) {
  /* Extra small screens optimizations */
  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .display-3 {
    font-size: 1.75rem;
  }

  .display-4 {
    font-size: 1.5rem;
  }

  .display-5 {
    font-size: 1.25rem;
  }

  .display-6 {
    font-size: 1.125rem;
  }

  .lead {
    font-size: 0.95rem;
  }

  /* Reduce card border radius on smaller screens */
  .card,
  .module-card-new,
  .testimonial-card,
  .step-item {
    border-radius: 10px;
  }

  /* Better gutter on small screens */
  .row.g-3 {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
  }
}

/* ==================== MOBILE UTILITIES ==================== */
/* Utility classes for mobile-specific styling */

.mobile-text-center {
  text-align: center !important;
}

.mobile-full-width {
  width: 100% !important;
}

@media (min-width: 768px) {
  .mobile-text-center {
    text-align: inherit !important;
  }

  .mobile-full-width {
    width: auto !important;
  }
}

/* ==================== TOUCH DEVICE OPTIMIZATIONS ==================== */
@media (hover: none) {
  /* Remove hover effects on touch devices for better UX */
  .demo-card-modern:hover,
  .step-item:hover,
  .module-card-new:hover,
  .feature-card-modern:hover,
  .testimonial-card:hover {
    transform: none;
  }

  /* Keep visual feedback for taps */
  .demo-card-modern:active,
  .step-item:active,
  .module-card-new:active {
    transform: scale(0.98);
  }
}

/* =========================
   BLOG POST STYLES
   ========================= */
.blog-post {
  font-size: 1.125rem; /* 18px for better readability */
  line-height: 1.8;
  color: var(--gray-700);
}

.blog-post p {
  margin-bottom: 1.5rem;
}

.blog-post ul,
.blog-post ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.blog-post li {
  margin-bottom: 0.75rem;
  font-size: 1.125rem; /* Ensure list items match paragraph size */
}

.blog-post h2 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: var(--gray-900);
  letter-spacing: -0.02em;
}

.blog-post h3 {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
  color: var(--gray-800);
}

.blog-post strong {
  color: var(--gray-900);
  font-weight: 600;
}

/* =========================
   LAYOUT FIXES
   ========================= */
/* Ensure content is not hidden behind fixed navbar on blog pages */
.blog-index,
.blog-show {
  padding-top: 100px;
}

/* Ensure content is not hidden behind fixed navbar on help center pages */
.help_center-index,
.help_center-show {
  padding-top: 100px;
}

/* ===== Help Center Layout ===== */
.help-center-index,
.help-center-show {
  min-height: 60vh;
}

.help-center-index .container {
  max-width: 1140px;
}

.help-center-search-group {
  background: #fff;
  border-color: rgba(15, 23, 42, 0.08) !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.help-center-search-group:focus-within {
  border-color: rgba(22, 163, 74, 0.32) !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1) !important;
}

.help-center-search-input {
  min-width: 0;
  background: transparent;
  font-size: 1.08rem;
}

.help-center-search-input::placeholder {
  color: #9ca3af;
}

.help-center-search-input:focus {
  box-shadow: none;
}

.help-center-search-button {
  border-radius: 0.95rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: 700;
  flex-shrink: 0;
}

/* Help Center — compact neutral search bar (article detail page) */
.help-center-search-bar {
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  padding: 0.85rem 0;
}

.help-center-search-bar-inner {
  display: flex;
  align-items: center;
}

.help-center-search-bar .help-center-search-group {
  background: #fff;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
}

.help-center-search-bar .help-center-search-button {
  border-radius: 0 0.75rem 0.75rem 0;
}

.help-article-header {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.help-article-breadcrumbs {
  font-size: 0.95rem;
}

.help-breadcrumb-link {
  color: var(--bs-primary);
  font-weight: 600;
  text-decoration: none;
}

.help-breadcrumb-link:hover {
  text-decoration: underline;
}

.help-article-summary {
  max-width: 50rem;
  font-size: clamp(1.12rem, 1.45vw, 1.3rem);
  line-height: 1.7;
  color: #4b5563 !important;
}

.help-article-back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  color: #4b5563;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.help-article-back-link:hover {
  border-color: rgba(22, 163, 74, 0.3);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.help-article-content {
  background: transparent;
}

.help-article-body {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: clamp(1.05rem, 1.18vw, 1.16rem);
  line-height: 1.82;
  color: #1f2937;
}

.help-article-toc {
  margin: 0 0 1.6rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.85rem;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.95) 0%, #ffffff 100%);
}

.help-article-toc-title {
  margin-bottom: 0.55rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

.help-article-toc-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.help-article-toc-item {
  line-height: 1.35;
}

.help-article-toc-item.is-subitem {
  margin-left: 0.7rem;
}

.help-article-toc-link {
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}

.help-article-toc-link:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}

.help-related-section {
  position: relative;
}

/* Help Center — article list (index) */
.help-center-index .container {
  max-width: 1440px;
}

.help-article-list {
  border-top: 1px solid rgba(15, 23, 42, 0.1);
}

.help-article-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 0.75rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.5rem;
  transition: background 0.15s ease;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.help-article-row:hover {
  background: rgba(15, 23, 42, 0.03);
}

.help-article-row-body {
  flex: 1 1 auto;
  min-width: 0;
}

.help-article-row-title {
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.help-article-row-title a,
.help-article-row-title a:link,
.help-article-row-title a:visited {
  color: #111827;
}

.help-article-row:hover .help-article-row-title a {
  color: var(--bs-primary);
}

.help-article-row-summary {
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 64ch;
}

.help-article-row-arrow {
  flex-shrink: 0;
  font-size: 1.25rem;
  color: rgba(15, 23, 42, 0.2);
  transition: color 0.15s ease, transform 0.15s ease;
}

.help-article-row:hover .help-article-row-arrow {
  color: var(--bs-primary);
  transform: translateX(3px);
}

/* Help Center — related article row (show page) */
.help-related-item {
  background: #fff;
  transition: background 0.15s ease;
}

.help-related-item:hover {
  background: var(--bs-light);
}

.help-related-link {
  color: inherit;
}

@media (max-width: 991.98px) {
  .help-center-index .container {
    max-width: 100%;
  }

  .help-article-row {
    padding: 1.1rem 0.5rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .help-article-row-title {
    font-size: 1.25rem;
  }

  .help-article-row-arrow {
    font-size: 1rem;
  }

  .help-center-search-button {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .help-article-back-link {
    width: 100%;
  }
}

/* Help Center — article body typography */
.help-article-body h2 { font-size: clamp(1.55rem, 2vw, 1.82rem); font-weight: 800; line-height: 1.25; margin-top: 2.9rem; margin-bottom: .95rem; letter-spacing: -0.02em; scroll-margin-top: 7rem; }
.help-article-body h3 { font-size: clamp(1.24rem, 1.5vw, 1.4rem); font-weight: 750; line-height: 1.35; margin-top: 2.1rem; margin-bottom: .7rem; scroll-margin-top: 7rem; }
.help-article-body p { font-size: 1em; line-height: 1.82; margin-bottom: 1.25rem; }
.help-article-body ul, .help-article-body ol { padding-left: 1.65rem; margin-bottom: 1.35rem; }
.help-article-body li { font-size: 1em; line-height: 1.78; margin-bottom: .5rem; }
.help-article-body figure { margin: 2rem 0; }
.help-article-media-grid { display: grid; gap: 1rem; margin: 2rem 0; }
.help-article-media-grid--two-up { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
.help-article-media-grid--three-up { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; }
.help-article-media-grid figure { margin: 0; }
.help-article-body figure img { border-radius: .75rem; max-width: 100%; box-shadow: 0 2px 16px rgba(0,0,0,.08); }
.help-article-body figcaption { font-size: .95rem; line-height: 1.6; color: var(--bs-secondary); margin-top: .75rem; text-align: center; }

@media (max-width: 767.98px) {
  .help-article-summary {
    font-size: 1.05rem;
  }

  .help-article-body {
    font-size: 1rem;
    line-height: 1.75;
  }

  .help-article-toc {
    padding: 0.85rem 0.9rem;
  }

  .help-article-toc-link {
    font-size: 0.93rem;
  }

  .help-article-body h2 {
    margin-top: 2.4rem;
  }

  .help-article-media-grid--two-up {
    grid-template-columns: 1fr;
  }

  .help-article-media-grid--three-up {
    grid-template-columns: 1fr;
  }
}

/* ===== Article Lightbox ===== */
.article-lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 1055;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: article-lightbox-fade-in 0.2s ease;
}

@keyframes article-lightbox-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.article-lightbox-body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 98vw;
  max-height: 96vh;
  overflow: hidden;
}

.article-lightbox-img {
  display: block;
  max-width: 92vw;
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  cursor: zoom-in;
  transition: transform 0.15s ease;
  user-select: none;
}

.article-lightbox-caption {
  color: rgba(255,255,255,.7);
  font-size: .82rem;
  margin-top: .75rem;
  text-align: center;
  max-width: 80vw;
}

.article-lightbox-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background: rgba(220, 53, 69, 0.85);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1056;
  transition: background 0.15s ease, transform 0.15s ease;
  line-height: 1;
}

.article-lightbox-close:hover {
  background: rgba(185, 28, 28, 0.95);
  transform: scale(1.1);
}

/* Blog Card Styles */
.blog-img-placeholder {
  height: 120px;
  background-size: cover;
  background-position: center;
}

.blog-preview-section .blog-card {
  border-radius: 1.25rem;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-preview-section .blog-card-media {
  height: 140px;
  border-radius: 1.25rem 1.25rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}

.blog-preview-section .blog-card-title {
  font-size: 1rem;
  line-height: 1.35;
  min-height: 2.6rem;
}

.blog-preview-section .blog-card-text {
  font-size: 0.9rem;
  line-height: 1.4;
  min-height: 2.2rem;
}

.blog-preview-section .btn {
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .blog-preview-section .btn {
    width: 100%;
  }
}

/* Enhanced Hover Lift */
.hover-lift {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
/* =========================
   APP DOWNLOAD SECTION
   ========================= */
.app-download-section {
  background: linear-gradient(135deg, #ea353d 0%, #ef5159 50%, #f4ad2d 100%);
}

.app-download-section .btn-light {
  background: #ffffff;
  color: #ea353d;
  border: none;
  transition: all 0.2s ease;
}

.app-download-section .btn-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  color: #d32329;
}

@media (max-width: 767.98px) {
  .app-download-section h3 {
    display: block !important;
    margin-bottom: 1rem !important;
  }

  .app-download-section .btn {
    width: 100%;
  }
}

/* ====================================
   Fix: Prevent iOS Safari auto-zoom on input focus
   iOS zooms in when inputs have font-size < 16px
   ==================================== */
@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  input[type="url"],
  input[type="search"],
  input[type="date"],
  input[type="datetime-local"],
  input[type="time"],
  input:not([type]),
  textarea,
  select,
  .form-control,
  .form-select,
  .form-control-sm,
  .form-select-sm {
    font-size: 16px !important;
  }
}

/* ======================================
   NATIVE APP - Shared Components
   ====================================== */

.app-back-btn-native {
  position: fixed;
  top: env(safe-area-inset-top, 0px);
  left: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  gap: 0.15rem;
  padding: 14px 16px;
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--primary);
  text-decoration: none;
  background: transparent;
  border: none;
  -webkit-tap-highlight-color: transparent;
}

.app-back-btn-native:hover,
.app-back-btn-native:active {
  color: var(--primary);
  text-decoration: none;
  opacity: 0.7;
}

.app-back-btn-native svg {
  flex-shrink: 0;
  margin-right: -2px;
}

/* ======================================
   APP HOME - Native App Public Screen
   Only for logged-out users via Hotwire Native
   ====================================== */

.app-home {
  max-width: 480px;
  margin: 0 auto;
  font-family: var(--font-primary);
  background: var(--gray-50);
  min-height: 100vh;
}

/* Hero with gradient */
.app-home-hero {
  background: linear-gradient(160deg, #ea353d 0%, #d32329 60%, #b91c22 100%);
  padding: 2.5rem 1.5rem 2rem;
  text-align: center;
  border-radius: 0 0 28px 28px;
  position: relative;
  overflow: hidden;
}

.app-home-hero::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}

.app-home-hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -15%;
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
}

.app-home-logo {
  height: 44px;
  margin-bottom: 1.25rem;
  filter: brightness(0) invert(1);
  position: relative;
  z-index: 1;
}

.app-home-heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 0.5rem;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.app-home-heading strong {
  color: #fff;
  font-weight: 800;
}

.app-home-subheading {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 1.5rem;
  line-height: 1.45;
  position: relative;
  z-index: 1;
}

.app-home-btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #fff;
  color: #ea353d;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.9rem 2rem;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.12s ease;
  position: relative;
  z-index: 1;
}

.app-home-btn-hero:active {
  transform: scale(0.97);
  color: #ea353d;
  text-decoration: none;
}

.app-home-btn-hero:hover {
  color: #ea353d;
  text-decoration: none;
}

.app-home-hero-enter {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0.7rem 1.5rem;
  margin-top: 0.65rem;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 14px;
  transition: background 0.12s ease;
  position: relative;
  z-index: 1;
}

.app-home-hero-enter:hover,
.app-home-hero-enter:active {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
}

/* Highlights strip */
.app-home-highlights {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 2rem 1rem;
  margin-top: -0.75rem;
  position: relative;
  z-index: 2;
}

.app-home-hl {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--white);
  padding: 0.45rem 0.7rem;
  border-radius: 20px;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--gray-700);
  box-shadow: var(--shadow-sm);
  white-space: normal;
  text-align: center;
}

.app-home-hl-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.hl-green  { background: #22c55e; }
.hl-blue   { background: #3b82f6; }
.hl-purple { background: #8b5cf6; }

/* Free model callout — revenue threshold brands */
.app-home-free-callout {
  background: var(--white);
  border-radius: 16px;
  padding: 1.25rem 1.15rem;
  box-shadow: var(--shadow-sm);
  border-left: 4px solid #22c55e;
}

.app-home-free-tag {
  display: inline-block;
  background: rgba(34, 197, 94, 0.1);
  color: #16a34a;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.2rem 0.6rem;
  border-radius: 6px;
  margin: 0 0 0.5rem;
}

.app-home-free-headline {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--gray-900);
  margin: 0 0 0.35rem;
}

.app-home-free-detail {
  font-size: 0.82rem;
  color: var(--gray-600);
  line-height: 1.5;
  margin: 0 0 0.85rem;
}

.app-home-free-detail strong {
  color: var(--gray-800);
}

.app-home-free-steps {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.app-home-free-step {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--gray-700);
}

.app-home-free-step-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--gradient-cta);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Sections */
.app-home-section {
  margin-bottom: 1.5rem;
  padding: 0 1.25rem;
}

.app-home-stitle {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gray-800);
  margin: 0 0 0.75rem;
  padding-top: 0.5rem;
}

/* Buttons */
.app-home-btn {
  display: block;
  text-align: center;
  padding: 0.85rem 1.5rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.app-home-btn:active { transform: scale(0.98); }

.app-home-btn-sm {
  padding: 0.7rem 1.25rem;
  font-size: 0.9rem;
  margin-top: 0.75rem;
}

.app-home-btn-primary {
  background: var(--gradient-cta);
  color: #fff;
  border: none;
  box-shadow: var(--shadow-sm);
}

.app-home-btn-primary:hover,
.app-home-btn-primary:active {
  color: #fff;
  text-decoration: none;
  box-shadow: var(--shadow-md);
}

.signup-submit-button {
  position: relative;
}

.signup-submit-button:disabled,
.signup-submit-button.is-loading {
  cursor: wait;
  pointer-events: none;
}

.signup-submit-default-text,
.signup-submit-loading-text,
.signup-submit-spinner,
.signup-submit-icon {
  display: inline-flex;
  align-items: center;
}

.signup-submit-loading-text,
.signup-submit-spinner {
  display: none;
}

.signup-submit-button.is-loading .signup-submit-default-text,
.signup-submit-button.is-loading .signup-submit-icon {
  display: none;
}

.signup-submit-button.is-loading .signup-submit-loading-text,
.signup-submit-button.is-loading .signup-submit-spinner {
  display: inline-flex;
}

.signup-submit-spinner {
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: currentColor;
  border-radius: 999px;
  animation: signup-submit-spin 0.75s linear infinite;
  flex-shrink: 0;
}

@keyframes signup-submit-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Features list */
.app-home-features {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-xs);
}

.app-home-feat {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--gray-100);
}

.app-home-feat:last-child { border-bottom: none; }

.app-home-feat-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.feat-brand  { background: rgba(234, 53, 61, 0.1); }
.feat-green  { background: rgba(37, 211, 102, 0.1); }
.feat-blue   { background: rgba(59, 130, 246, 0.1); }
.feat-purple { background: rgba(139, 92, 246, 0.1); }
.feat-orange { background: rgba(245, 158, 11, 0.1); }
.feat-teal   { background: rgba(20, 184, 166, 0.1); }

.app-home-feat-name {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--gray-800);
  margin: 0;
  line-height: 1.3;
}

.app-home-feat-desc {
  font-size: 0.76rem;
  color: var(--gray-500);
  margin: 0.1rem 0 0;
  line-height: 1.4;
}

/* Differentials — vibrant compact cards */
.app-home-diffs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
}

.app-home-diff {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 0.9rem;
  border-radius: 14px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
}

.app-home-diff-emoji {
  font-size: 1.1rem;
  line-height: 1;
}

.diff-gradient-1 { background: linear-gradient(135deg, #ea353d, #ef5159); }
.diff-gradient-2 { background: linear-gradient(135deg, #3b82f6, #60a5fa); }
.diff-gradient-3 { background: linear-gradient(135deg, #14b8a6, #2dd4bf); }
.diff-gradient-4 { background: linear-gradient(135deg, #8b5cf6, #a78bfa); }

/* Pricing card */
.app-home-price {
  background: var(--white);
  border-radius: 16px;
  padding: 1.5rem 1.25rem;
  text-align: center;
  box-shadow: var(--shadow-xs);
  position: relative;
  overflow: hidden;
}

.app-home-price-badge {
  display: inline-block;
  background: var(--gradient-cta);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.3rem 0.75rem;
  border-radius: 20px;
  margin: 0 0 0.75rem;
}

.app-home-price-free {
  font-size: 3rem;
  font-weight: 900;
  color: #22c55e;
  margin: 0;
  line-height: 1.1;
}

.app-home-price-free-sub {
  font-size: 0.82rem;
  color: var(--gray-500);
  margin: 0.15rem 0 0;
  font-weight: 500;
}

.app-home-price-divider {
  width: 40px;
  height: 2px;
  background: var(--gray-200);
  margin: 0.85rem auto;
  border-radius: 1px;
}

.app-home-price-from {
  font-size: 0.78rem;
  color: var(--gray-500);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 0.1rem;
}

.app-home-price-val {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--gray-900);
  margin: 0;
  line-height: 1.2;
}

.app-home-price-mo {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--gray-400);
}

.app-home-price-note {
  font-size: 0.78rem;
  color: var(--gray-400);
  margin: 0.35rem 0 0;
}

/* Testimonials */
.app-home-reviews {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.app-home-review {
  background: var(--white);
  border-radius: 14px;
  padding: 1rem 1.1rem;
  box-shadow: var(--shadow-xs);
}

.app-home-review-stars {
  color: #f59e0b;
  font-size: 0.8rem;
  margin-bottom: 0.35rem;
  letter-spacing: 0.05em;
}

.app-home-review-text {
  font-size: 0.82rem;
  color: var(--gray-700);
  margin: 0 0 0.3rem;
  line-height: 1.45;
  font-style: italic;
}

.app-home-review-author {
  font-size: 0.7rem;
  color: var(--gray-400);
  font-weight: 600;
  margin: 0;
}

/* Final CTA */
.app-home-final {
  text-align: center;
  padding-bottom: 2rem;
}

.app-home-final-text {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gray-800);
  margin: 0 0 0.75rem;
}

.app-home-final-login {
  font-size: 0.82rem;
  color: var(--gray-500);
  margin: 0.75rem 0 0;
}

.app-home-final-login a {
  color: var(--brand-primary);
  font-weight: 600;
  text-decoration: none;
}

/* Inline signup form */
.app-home-form-card {
  background: var(--white);
  border-radius: 18px;
  padding: 1.75rem 1.25rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.app-home-form-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--gray-900);
  margin: 0 0 0.25rem;
}

.app-home-form-sub {
  font-size: 0.82rem;
  color: var(--gray-500);
  margin: 0 0 1.25rem;
}

.app-home-form {
  text-align: left;
}

.app-home-field {
  margin-bottom: 0.85rem;
  flex: 1;
}

.app-home-field-row {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.app-home-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--gray-600);
  margin-bottom: 0.3rem;
}

.app-home-input {
  display: block;
  width: 100%;
  padding: 0.7rem 0.85rem;
  font-size: 0.88rem;
  color: var(--gray-800);
  background: var(--gray-50);
  border: 1.5px solid var(--gray-200);
  border-radius: 10px;
  transition: border-color 0.15s ease;
  box-sizing: border-box;
}

.app-home-input:focus {
  outline: none;
  border-color: var(--brand-primary);
  background: var(--white);
}

.app-home-input::placeholder {
  color: var(--gray-400);
}

.app-home-form-footer {
  text-align: center;
  font-size: 0.72rem;
  color: var(--gray-400);
  margin: 0.75rem 0 0;
}

/* =========================
   MENUZ LOGIN PAGE
   ========================= */

.menuz-login-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background: linear-gradient(160deg, #fafafa 0%, #f3f4f6 40%, #e5e7eb 100%);
  position: relative;
}

.menuz-login-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2.5rem 2rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06), 0 1.5px 6px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.menuz-login-header {
  text-align: center;
  margin-bottom: 2rem;
}

.menuz-login-header h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 0.35rem;
}

.menuz-login-header p {
  color: var(--gray-500);
  font-size: 0.95rem;
  margin: 0;
}

.menuz-login-form {
  display: flex;
  flex-direction: column;
}

.menuz-login-field {
  margin-bottom: 1.25rem;
}

.menuz-login-label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--gray-800);
  margin-bottom: 0.4rem;
}

.menuz-login-input {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 2px solid var(--gray-200);
  border-radius: 0.75rem;
  background: var(--gray-50);
  color: var(--gray-900);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.menuz-login-input:focus {
  outline: none;
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 3px rgba(234, 53, 61, 0.12);
}

.menuz-login-input::placeholder {
  color: var(--gray-400);
}

.menuz-password-toggle {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--gray-500);
  cursor: pointer;
  padding: 0.25rem;
  font-size: 1.1rem;
}

.menuz-login-forgot-link {
  color: var(--brand-primary);
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.menuz-login-forgot-link:hover {
  color: var(--brand-primary-dark);
  text-decoration: underline;
}

.menuz-login-btn {
  display: block;
  width: 100%;
  padding: 0.85rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #ea353d, #d32329);
  border: none;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.2s, background 0.2s;
  box-shadow: 0 2px 8px rgba(234, 53, 61, 0.25);
}

.menuz-login-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(234, 53, 61, 0.3);
  background: linear-gradient(135deg, #d32329, #b8001c);
}

.menuz-login-btn:active {
  transform: translateY(0);
}

.menuz-login-divider {
  position: relative;
  text-align: center;
  margin-bottom: 1.5rem;
}

.menuz-login-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--gray-200);
}

.menuz-login-divider span {
  position: relative;
  background: #fff;
  padding: 0 1rem;
  color: var(--gray-400);
  font-size: 0.85rem;
}

.menuz-login-signup-text {
  color: var(--gray-500);
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}

.menuz-login-signup-btn {
  display: block;
  width: 100%;
  padding: 0.8rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--brand-primary);
  background: transparent;
  border: 2px solid var(--brand-primary);
  border-radius: 0.75rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}

.menuz-login-signup-btn:hover {
  background: rgba(234, 53, 61, 0.05);
  color: var(--brand-primary-dark);
  transform: translateY(-1px);
}

/* =========================
   PARTNER REGISTRATION PAGE
   ========================= */

.partner-registration-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.75rem, 8vw, 6.5rem) 0 5rem;
  background:
    radial-gradient(circle at top left, rgba(244, 173, 45, 0.18), transparent 30%),
    linear-gradient(180deg, #fffaf8 0%, #f8fafc 100%);
}

.partner-registration-hero__background {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.partner-registration-hero__orb {
  position: absolute;
  width: 22rem;
  height: 22rem;
  border-radius: 999px;
  filter: blur(22px);
  opacity: 0.5;
}

.partner-registration-hero__orb--primary {
  top: -7rem;
  left: -6rem;
  background: rgba(234, 53, 61, 0.16);
}

.partner-registration-hero__orb--secondary {
  right: -5rem;
  bottom: 2rem;
  background: rgba(244, 173, 45, 0.14);
}

.partner-registration-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at center, black 50%, transparent 92%);
}

.partner-registration-shell {
  position: relative;
  z-index: 1;
}

.partner-registration-back-btn {
  margin-bottom: 1.5rem;
}

.partner-registration-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 430px);
  gap: 3rem;
  align-items: start;
}

.partner-registration-copy {
  max-width: 680px;
}

.partner-registration-brand {
  margin-bottom: 1.4rem;
}

.partner-registration-brand__logo {
  display: block;
  width: auto;
  max-width: min(210px, 55vw);
  height: 52px;
  object-fit: contain;
}

.partner-registration-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.9rem;
  margin-bottom: 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(234, 53, 61, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: var(--brand-primary);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.partner-registration-title {
  margin: 0 0 1rem;
  color: var(--gray-900);
  font-size: clamp(2.35rem, 5vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.partner-registration-subtitle {
  margin: 0 0 1.6rem;
  max-width: 620px;
  color: var(--gray-600);
  font-size: 1.08rem;
  line-height: 1.75;
}

.partner-registration-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.partner-registration-proof__item,
.partner-registration-benefit-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.25rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.partner-registration-proof__item {
  padding: 1rem 1.1rem;
}

.partner-registration-proof__item strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--gray-900);
  font-size: 0.95rem;
}

.partner-registration-proof__item span {
  color: var(--gray-600);
  font-size: 0.9rem;
  line-height: 1.5;
}

.partner-registration-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.partner-registration-benefit-card {
  padding: 1.35rem;
}

.partner-registration-benefit-card__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.9rem;
  border-radius: 999px;
  background: var(--gradient-primary);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}

.partner-registration-benefit-card h2 {
  margin: 0 0 0.55rem;
  color: var(--gray-900);
  font-size: 1.02rem;
}

.partner-registration-benefit-card p {
  margin: 0;
  color: var(--gray-600);
  font-size: 0.92rem;
  line-height: 1.6;
}

.partner-registration-support {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}

.partner-registration-support p {
  margin: 0;
  color: var(--gray-700);
  font-weight: 600;
}

.partner-registration-support__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(234, 53, 61, 0.08);
  color: var(--brand-primary);
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease;
}

.partner-registration-support__link:hover {
  transform: translateY(-1px);
  background: rgba(234, 53, 61, 0.14);
  color: var(--brand-primary-dark);
}

.partner-registration-card {
  position: relative;
  padding: 2rem;
  border-radius: 1.75rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(10px);
}

.partner-registration-card__glow {
  position: absolute;
  top: -1px;
  left: 18%;
  right: 18%;
  height: 3px;
  border-radius: 999px;
  background: var(--gradient-primary);
}

.partner-registration-card__header {
  margin-bottom: 1.4rem;
}

.partner-registration-card__eyebrow {
  display: inline-block;
  margin-bottom: 0.6rem;
  color: var(--brand-primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.partner-registration-card__header h2 {
  margin: 0 0 0.55rem;
  color: var(--gray-900);
  font-size: 1.7rem;
  letter-spacing: -0.02em;
}

.partner-registration-card__header p,
.partner-registration-form__footer,
.partner-registration-form__hint {
  color: var(--gray-500);
}

.partner-registration-card__header p {
  margin: 0;
  line-height: 1.6;
}

.partner-registration-errors {
  margin-bottom: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(220, 53, 69, 0.22);
  background: rgba(220, 53, 69, 0.06);
  color: #8b1e2d;
}

.partner-registration-errors strong {
  display: block;
  margin-bottom: 0.4rem;
}

.partner-registration-errors ul {
  margin: 0;
  padding-left: 1rem;
}

.partner-registration-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.partner-registration-form .field_with_errors {
  display: contents;
}

.partner-registration-form__group {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.partner-registration-label {
  color: var(--gray-800);
  font-size: 0.85rem;
  font-weight: 700;
}

.partner-registration-input {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.9rem 1rem;
  border-radius: 0.95rem;
  border: 1px solid var(--gray-200);
  background: #fff;
  color: var(--gray-900);
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.partner-registration-input::placeholder {
  color: var(--gray-400);
}

.partner-registration-input:focus {
  outline: none;
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 4px rgba(234, 53, 61, 0.08);
}

.partner-registration-input.is-invalid {
  border-color: #dc3545;
}

.partner-registration-password-field {
  position: relative;
}

.partner-registration-input--with-toggle {
  padding-right: 3rem;
}

.partner-registration-password-toggle {
  position: absolute;
  top: 50%;
  right: 0.85rem;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: var(--gray-500);
  font-size: 1.1rem;
  padding: 0.25rem;
}

.partner-registration-form__hint,
.partner-registration-form__footer {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
}

.partner-registration-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  min-height: 3.4rem;
  margin-top: 0.25rem;
  border: 0;
  border-radius: 1rem;
  background: var(--gradient-primary);
  box-shadow: 0 16px 36px rgba(234, 53, 61, 0.2);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.partner-registration-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(234, 53, 61, 0.24);
}

.partner-registration-submit:disabled,
.partner-registration-submit.is-loading {
  cursor: wait;
  pointer-events: none;
}

.partner-registration-submit .signup-submit-loading-text,
.partner-registration-submit .signup-submit-spinner {
  display: none;
}

.partner-registration-submit.is-loading .signup-submit-default-text {
  display: none;
}

.partner-registration-submit.is-loading .signup-submit-loading-text,
.partner-registration-submit.is-loading .signup-submit-spinner {
  display: inline-flex;
  align-items: center;
}

.partner-registration-submit .signup-submit-spinner {
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: currentColor;
  border-radius: 999px;
  animation: signup-submit-spin 0.75s linear infinite;
}

.partner-registration-login {
  margin-top: 1.35rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  text-align: center;
}

.partner-registration-login p {
  margin: 0 0 0.6rem;
  color: var(--gray-600);
}

.partner-registration-login__link {
  color: var(--brand-primary);
  font-weight: 700;
  text-decoration: none;
}

.partner-registration-login__link:hover {
  color: var(--brand-primary-dark);
  text-decoration: underline;
}

@media (max-width: 991px) {
  .partner-registration-grid {
    grid-template-columns: 1fr;
  }

  .partner-registration-copy {
    max-width: none;
  }

  .partner-registration-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .partner-registration-hero {
    padding: 5.75rem 0 3.5rem;
  }

  .partner-registration-grid {
    gap: 1.5rem;
  }

  .partner-registration-title {
    font-size: 2.2rem;
  }

  .partner-registration-subtitle {
    font-size: 1rem;
    line-height: 1.65;
  }

  .partner-registration-proof,
  .partner-registration-benefits {
    grid-template-columns: 1fr;
  }

  .partner-registration-card {
    padding: 1.35rem;
    border-radius: 1.3rem;
  }
}

/* Mobile adjustments for login */
@media (max-width: 576px) {
  .menuz-login-container {
    padding: 1rem 0.75rem;
  }

  .menuz-login-card {
    padding: 2rem 1.5rem;
    border-radius: 1rem;
  }

  .menuz-login-header h1 {
    font-size: 1.3rem;
  }
}

/* Public social links visibility */
.header-social-links {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 0.25rem;
}

.header-social-link {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #d1d5db;
  color: #334155;
  background: #ffffff;
  transition: all 0.2s ease;
}

.header-social-link:hover {
  transform: translateY(-1px);
}

.header-social-link.instagram:hover {
  border-color: #f9a8d4;
  background: #fff1f8;
  color: #be185d;
}

.header-social-link.whatsapp:hover {
  border-color: #86efac;
  background: #effcf3;
  color: #15803d;
}

.public-footer .social-link {
  background: #334155;
  border: 1px solid #334155;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.12);
}

.public-footer .social-link:hover {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #ffffff;
}

@media (max-width: 991px) {
  .header-social-links {
    justify-content: flex-start;
    margin: 0.35rem 0;
  }
}

.cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  padding: 0.75rem;
}

.cookie-consent-banner__card {
  max-width: 900px;
  margin: 0 auto;
  background: rgba(15, 23, 42, 0.96);
  color: #f8fafc;
  border-radius: 18px;
  padding: 0.9rem 1rem;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.cookie-consent-banner--public .cookie-consent-banner__card {
  max-width: 760px;
}

.cookie-consent-banner__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.cookie-consent-banner__copy {
  display: grid;
  gap: 0.3rem;
}

.cookie-consent-banner__eyebrow {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f8b84e;
}

.cookie-consent-banner__title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
  color: #ffffff;
}

.cookie-consent-banner__text {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(241, 245, 249, 0.88);
  line-height: 1.45;
}

.cookie-consent-banner__text a {
  color: #ffffff;
  text-decoration: underline;
}

.cookie-consent-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0;
  justify-content: flex-end;
}

.cookie-consent-banner__inline-form,
.cookie-consent-banner__preferences-form {
  margin: 0;
}

.cookie-consent-banner__button {
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 0.72rem 1rem;
  cursor: pointer;
}

.cookie-consent-banner__button--primary {
  background: linear-gradient(135deg, #ea353d 0%, #f37b35 100%);
  color: #ffffff;
}

.cookie-consent-banner__button--secondary {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
}

.cookie-consent-banner__details {
  margin-top: 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 0.7rem;
}

.cookie-consent-banner__summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 0.92rem;
  color: #ffffff;
}

.cookie-consent-banner__preferences-form {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.7rem;
}

.cookie-consent-banner__option {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.cookie-consent-banner__option strong,
.cookie-consent-banner__option small {
  display: block;
}

.cookie-consent-banner__option small {
  margin-top: 0.25rem;
  color: rgba(241, 245, 249, 0.78);
}

.cookie-consent-banner__option input[type="checkbox"] {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.2rem;
}

.cookie-consent-banner__option--locked {
  border: 1px solid rgba(248, 184, 78, 0.24);
}

.cookie-consent-banner__badge {
  white-space: nowrap;
  font-weight: 700;
  color: #f8b84e;
}

@media (max-width: 767px) {
  .cookie-consent-banner {
    padding: 0.6rem;
  }

  .cookie-consent-banner__card {
    padding: 0.85rem;
    border-radius: 14px;
  }

  .cookie-consent-banner__main {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .cookie-consent-banner__button {
    width: 100%;
  }

  .cookie-consent-banner__actions {
    justify-content: stretch;
  }

  .cookie-consent-banner__option {
    flex-direction: column;
  }
}
