/* Bootstrap 5.3 Custom Theme for Brand Tracker */
:root {
  --bs-primary: #2563eb;
  --bs-primary-rgb: 37, 99, 235;
  --bs-secondary: #64748b;
  --bs-success: #059669;
  --bs-info: #0891b2;
  --bs-warning: #d97706;
  --bs-danger: #dc2626;
  --bs-light: #f8fafc;
  --bs-dark: #1e293b;
  --bs-font-sans-serif: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Global Styles */
body {
  font-family: var(--bs-font-sans-serif);
  background: #f8fafc;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  line-height: 1.6;
}

/* Consistent Spacing System */
:root {
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --spacing-xxl: 4rem;
  --spacing-xxxl: 6rem;
}

.main-container {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  margin: 2rem auto;
  max-width: 1400px; /* Expanded from 1200px */
  overflow: hidden;
}

/* Header Styles */
.navbar-brand:hover {
  text-decoration: none;
  opacity: 0.9;
}

.navbar-nav .nav-link.active {
  font-weight: 600;
  color: #1d4ed8 !important;
}
.header-section {
  background: linear-gradient(135deg, var(--bs-primary) 0%, #1d4ed8 100%);
  color: white;
  padding: 3rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.header-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
}

.header-section h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}

.header-section .subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
  position: relative;
  z-index: 1;
}
  .brand-hook {
      font-size: 1.1rem;
      font-weight: 600;
      letter-spacing: 0.2px;
      color:white !important;
  }

  .text-gradient {
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }
  /* Print Styles */
@media print {
    .navbar, .nav, .footer, .lead-capture, #brandQuerySection, .btn, .alert, .no-print {
        display: none !important;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.4;
        color: #000 !important;
        background: white !important;
        margin: 0;
        padding: 8px;
    }
    
    .main-container {
        margin: 0 !important;
        padding: 8px !important;
        max-width: 100% !important;
        width: 100% !important;
        background: white !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }
    
    .results-section, .summary-section, .analytics-section {
        page-break-inside: avoid;
        margin: 0 !important;
        padding: 8px 0 !important;
        background: white !important;
        width: 100% !important;
    }
    
    .card, .result-card {
        border: 1px solid #000 !important;
        box-shadow: none !important;
        margin-bottom: 1rem !important;
        page-break-inside: avoid;
        background: white !important;
        padding: 8px !important;
        width: 100% !important;
    }
    
    .result-header {
        border-bottom: 1px solid #ccc !important;
        margin-bottom: 8px !important;
        padding-bottom: 4px !important;
    }
    
    .prompt-section, .response-section, .metadata-section {
        margin-bottom: 8px !important;
    }
    
    .sources-list a {
        color: #000 !important;
        text-decoration: underline !important;
    }
    
    h1, h2, h3, h4, h5, h6 {
        color: #000 !important;
        page-break-after: avoid;
    }
    
    .model-badge, .sentiment-badge {
        border: 1px solid #000 !important;
        background: white !important;
        color: #000 !important;
    }
    
    .found-yes, .found-no {
        color: #000 !important;
    }
    
    /* Accordion expansion for print */
    .accordion-collapse {
        display: block !important;
    }
    
    .accordion-content {
        display: block !important;
    }
    
    .accordion-body {
        display: block !important;
        page-break-inside: avoid;
    }
    
    .accordion-button {
        display: block !important;
        background: white !important;
        border: 1px solid #000 !important;
        color: #000 !important;
    }
    
    .accordion-button:after {
        display: none !important; /* Hide collapse/expand arrows in print */
    }
    
    .accordion-item {
        border: 1px solid #000 !important;
        margin-bottom: 1rem !important;
        page-break-inside: avoid;
    }
    
    /* Enhanced margins and layout for print */
    body {
        margin: 0.5in !important;
        padding: 0 !important;
    }
    
    .container, .container-fluid {
        margin: 0 !important;
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    
    /* Ensure no-print elements are completely hidden */
    .no-print, .btn, .navbar, .nav, .footer, .lead-capture, #brandQuerySection, .alert {
        display: none !important;
        visibility: hidden !important;
    }
}
/* Lead Capture Section */
.lead-capture {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 2rem;
  border-bottom: 1px solid #e2e8f0;
}

.lead-form {
  max-width: 600px;
  margin: 0 auto;
}

.form-floating {
  margin-bottom: 1rem;
}

.form-floating > .form-control {
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 1rem 0.75rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-floating > .form-control:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.25);
}

.form-floating > label {
  color: #64748b;
  font-weight: 500;
}

/* Brand Query Section */
.brand-query {
  padding: 2rem;
}

.query-form {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
}

.btn-primary {
  background: linear-gradient(135deg, var(--bs-primary) 0%, #1d4ed8 100%);
  border: none;
  border-radius: 12px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4);
}

.btn-secondary {
  background: linear-gradient(135deg, var(--bs-secondary) 0%, #475569 100%);
  border: none;
  border-radius: 12px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* Results Section */
.results-section {
  padding: 2rem;
  background: #f8fafc;
}

.result-card {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.result-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.result-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.model-badge {
  background: linear-gradient(135deg, var(--bs-primary) 0%, white 100%);
  color: black;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid #1d4ed8
}

.sentiment-badge {
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
}

.sentiment-positive {
  background: #dcfce7;
  color: #166534;
}

.sentiment-negative {
  background: #fef2f2;
  color: #991b1b;
}

.sentiment-neutral {
  background: #f1f5f9;
  color: #475569;
}

.found-indicator {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.found-yes {
  color: var(--bs-success);
}

.found-no {
  color: var(--bs-danger);
}

/* Enhanced Result Card Styles */
.prompt-section {
  border-left: 3px solid var(--bs-info);
  padding-left: 1rem;
}

.prompt-text {
  font-family: 'Courier New', monospace;
  font-size: 0.9rem;
  background-color: #f8f9fa !important;
}

.response-section {
  border-left: 3px solid var(--bs-success);
  padding-left: 1rem;
}

.ai-response {
  line-height: 1.6;
  color: #2d3748;
}

.metadata-section {
  border-top: 1px solid #e2e8f0;
  padding-top: 1rem;
  margin-top: 1rem;
}

.sources-list {
  max-height: 200px;
  overflow-y: auto;
}

.source-link {
  color: var(--bs-primary) !important;
  word-break: break-all;
}

.source-link:hover {
  color: var(--bs-primary) !important;
  text-decoration: underline !important;
}

/* Animation enhancements */
.slide-up {
  animation: slideUpStaggered 0.4s ease-out forwards;
  opacity: 100 !important;
  transform: translateY(20px);
}

@keyframes slideUpStaggered {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive enhancements for result cards */
@media (max-width: 768px) {
  .result-header {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0.5rem;
  }
  
  .prompt-section, .response-section {
    border-left: none;
    border-top: 3px solid var(--bs-info);
    padding-left: 0;
    padding-top: 0.5rem;
  }
  
  .response-section {
    border-top-color: var(--bs-success);
  }
}

/* Summary Section */
.summary-section {
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  color: white;
  padding: 2rem;
}

.summary-content {
    background: #fff;
    color: #000;
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid #ccc;
}

.summary-content table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #000;
}

.summary-content th,
.summary-content td {
    border: 1px solid #ccc;
    padding: 0.5rem 1rem;
    text-align: left;
}

.summary-content th {
    background-color: #f0f0f0;
    font-weight: 600;
}

/* Loading States */
.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  flex-direction: column;
  gap: 1rem;
}
.loading-spinner {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.fade-in {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.raw-json {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
    font-family: 'Courier New', monospace;
    font-size: 0.875rem;
    white-space: pre-wrap;
    word-break: break-word;
    max-height: 300px;
    overflow-y: auto;
}

.model-result {
    border-left: 4px solid #007bff;
}

.recent-analysis-item {
    cursor: pointer;
    transition: background-color 0.2s;
}

.recent-analysis-item:hover {
    background-color: #f8f9fa;
}

.progress-container {
    margin-top: 1rem;
}

.model-loading {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
}

.model-loading.completed {
    background-color: #d4edda;
}

@media print {
    .no-print, .navbar, .btn, .form-section, .recent-analyses, .lead-capture {
        display: none !important;
    }

    body {
        font-size: 12pt;
        line-height: 1.4;
        color: #000 !important;
    }

    h1, h2, h3, h4, h5, h6 {
        color: #000 !important;
    }

    .raw-json {
        font-size: 10pt;
        word-break: break-word;
    }

    .result-card {
        border: 1px solid #000 !important;
        background: white !important;
        box-shadow: none !important;
        margin-bottom: 1rem;
    }
}
.progress {
  width: 100%;
  background-color: #e9ecef;
  border-radius: 0.375rem;
  overflow: hidden;
  height: 20px;
  max-width: 400px;
  margin: 0 auto;
}

.progress-bar {
  background: linear-gradient(135deg, var(--bs-primary) 0%, #1d4ed8 100%);
  height: 100%;
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.3s ease;
}

.spinner-border {
  width: 3rem;
  height: 3rem;
}

/* Enhanced Mobile-First Responsive Design */

/* Mobile phones (up to 480px) */
@media (max-width: 480px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .main-container {
    margin: 0.5rem;
    border-radius: 12px;
  }
  
  /* Enhanced hero section for mobile */
  .hero-section, .header-section {
    padding: 1.5rem 1rem;
    text-align: center;
  }
  
  .hero-section h1, .header-section h1 {
    font-size: 1.75rem !important;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  
  .hero-section p, .header-section .subtitle {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
  
  /* Enhanced CTA buttons for touch */
  .btn-cta, .btn-primary {
    padding: 15px 25px !important;
    font-size: 1.1rem !important;
    font-weight: 600;
    width: 100%;
    margin-bottom: 1rem;
    min-height: 48px;
    border-radius: 12px;
  }
  
  /* Form improvements for mobile */
  .form-floating > .form-control {
    padding: 14px 12px !important;
    font-size: 16px !important; /* Prevents iOS zoom */
    min-height: 48px;
  }
  
  .form-floating > label {
    font-size: 14px;
    padding-left: 12px;
  }
  
  /* Features section spacing */
  .features-section, .pains-section {
    padding: 2rem 1rem !important;
  }
  
  .features-section h2, .pains-section h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  
  .features-section .col-md-4,
  .pains-section .col-md-4 {
    margin-bottom: 2rem;
  }
  
  /* Logo section improvements */
  .logos-section {
    padding: 2rem 1rem;
  }
  
  .logos-section img {
    height: 35px !important;
    margin: 8px !important;
    max-width: calc(50% - 16px);
  }
  
  /* Navigation improvements */
  .navbar-brand {
    font-size: 1.1rem;
  }
  
  .navbar-toggler {
    padding: 8px 12px;
    border: none;
    background: rgba(255,255,255,0.1);
  }
  
  /* Footer improvements */
  footer {
    padding: 1.5rem 1rem;
    font-size: 0.9rem;
    text-align: center;
  }
}

/* Tablets (481px to 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  .main-container {
    margin: 1rem;
    border-radius: 16px;
  }
  
  .header-section {
    padding: 2rem 1.5rem;
  }
  
  .header-section h1 {
    font-size: 2.2rem;
  }
  
  .btn-cta, .btn-primary {
    padding: 12px 24px;
    font-size: 1.05rem;
  }
  
  .logos-section img {
    height: 50px;
    margin: 12px;
  }
  
  .lead-capture,
  .brand-query,
  .results-section,
  .summary-section {
    padding: 1.5rem;
  }
  
  .query-form {
    padding: 1.5rem;
  }
}

/* Standard responsive (up to 768px) - keeping existing */
@media (max-width: 768px) {
  .lead-capture,
  .brand-query,
  .results-section,
  .summary-section {
    padding: 1rem;
  }
}

/* Form Validation Styles */
.form-control.is-invalid {
  border-color: #dc3545;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 4.6 1.4 1.4M5.8 7.4l1.4-1.4'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem 1rem;
}

.form-control.is-valid {
  border-color: #198754;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='m2.3 6.73.7-.72L1.05 4 2.3 2.25l-.7-.71L0 3.18z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem 1rem;
}

.field-error {
  font-size: 0.875rem;
  color: #dc3545;
  margin-top: 0.25rem;
}

.shake {
  animation: shake 0.5s ease-in-out;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
  20%, 40%, 60%, 80% { transform: translateX(5px); }
}

/* Loading States */
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn .fa-spinner {
  animation: spin 1s linear infinite;
}

/* Animation Classes */
.fade-in {
  animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-up {
  animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}
/* Enhanced Visual Hierarchy & Spacing */

/* Hero Section Improvements */
.hero-section {
  padding: var(--spacing-xxxl) var(--spacing-lg);
  background: linear-gradient(135deg, var(--bs-primary) 0%, #1d4ed8 100%);
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="heroPattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23heroPattern)"/></svg>');
  pointer-events: none;
}

.hero-section h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: var(--spacing-lg);
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.hero-section p {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-xl);
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.95;
}

.hero-cta-group {
  position: relative;
  z-index: 2;
}

.cta-subtext {
  opacity: 0.9;
}

.cta-subtext i {
  color: #10b981;
}

/* Features Section Improvements */
.features-section {
  padding: var(--spacing-xxxl) var(--spacing-lg);
  background: white;
}

.features-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--spacing-xxxl);
  color: #1e293b;
  position: relative;
}

.features-section h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, var(--bs-primary), #1d4ed8);
  border-radius: 2px;
}

.features-section .col-md-4 {
  text-align: center;
  padding: var(--spacing-lg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 16px;
}

.features-section .col-md-4:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.features-section .col-md-4 i {
  margin-bottom: var(--spacing-lg);
  background: linear-gradient(135deg, var(--bs-primary), #1d4ed8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.features-section h5 {
  font-size: 1.3rem;
  margin-bottom: var(--spacing-md);
  color: #1e293b;
}

.features-section p {
  color: #64748b;
  line-height: 1.6;
  font-size: 1rem;
}

/* Logo Section Improvements */
.logos-section {
  padding: var(--spacing-xl) var(--spacing-lg);
  background: #f8fafc;
  border-top: 1px solid rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.logos-section p {
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  color: #64748b;
  margin-bottom: var(--spacing-lg);
}

.logos-section .d-flex {
  gap: var(--spacing-lg);
}

.logos-section img {
  opacity: 0.8;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.logos-section img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* How It Works Section */
.pains-section {
  padding: var(--spacing-xxxl) var(--spacing-lg);
  background: #f8fafc;
}

.pains-section h3 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: var(--spacing-xxxl);
  color: #1e293b;
  position: relative;
}

.pains-section h3::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: linear-gradient(135deg, var(--bs-success), #059669);
  border-radius: 2px;
}

.pains-section .col-md-4 {
  padding: var(--spacing-lg);
  transition: transform 0.3s ease;
}

.pains-section .col-md-4:hover {
  transform: translateY(-5px);
}

.pains-section .fs-2 {
  font-size: 3rem !important;
  margin-bottom: var(--spacing-md);
}

.pains-section h5 {
  font-size: 1.2rem;
  margin-bottom: var(--spacing-md);
  color: #1e293b;
}

.pains-section p {
  color: #64748b;
  line-height: 1.6;
}

/* Enhanced Footer */
footer {
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  color: white;
  text-align: center;
  padding: var(--spacing-xl) var(--spacing-lg);
  border-top: 3px solid var(--bs-primary);
  margin-top: var(--spacing-xxxl);
}

footer div {
  margin-bottom: var(--spacing-sm);
}

footer div:last-child {
  margin-bottom: 0;
}

footer a {
  color: #60a5fa !important;
  font-weight: 500;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #3b82f6 !important;
  text-decoration: underline;
}

/* Card Enhancements */
.card {
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

/* Button Enhancements */
.btn-cta {
  padding: var(--spacing-md) var(--spacing-xl);
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

.btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.4);
  text-decoration: none;
}

/* Trust Section & Social Proof */
.trust-section {
  background: white;
  padding: var(--spacing-xxxl) var(--spacing-lg);
  border-top: 1px solid rgba(0,0,0,0.05);
}

.trust-section h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: var(--spacing-lg);
}

.trust-stat {
  text-align: center;
  padding: var(--spacing-lg);
  background: #f8fafc;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.trust-stat:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.trust-number {
  font-size: 3rem;
  font-weight: 800;
  color: var(--bs-primary);
  line-height: 1;
  margin-bottom: var(--spacing-sm);
  background: linear-gradient(135deg, var(--bs-primary), #1d4ed8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.trust-label {
  color: #64748b;
  font-weight: 500;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.testimonial {
  background: linear-gradient(135deg, #f8fafc, #e2e8f0);
  padding: var(--spacing-xl);
  border-radius: 20px;
  border-left: 4px solid var(--bs-primary);
  margin-top: var(--spacing-lg);
}

.testimonial blockquote {
  font-size: 1.1rem;
  font-style: italic;
  color: #1e293b;
  margin-bottom: var(--spacing-md);
  line-height: 1.6;
}

.testimonial cite {
  color: #64748b;
  font-weight: 500;
  font-size: 0.9rem;
}

.security-badges {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  margin-top: var(--spacing-lg);
}

.security-badge {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  padding: var(--spacing-md);
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.security-badge:hover {
  border-color: var(--bs-primary);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);
}

.security-badge i {
  font-size: 1.25rem;
}

.security-badge span {
  color: #1e293b;
  font-weight: 500;
}

/* Footer */
.footer {
    border-top: 1px solid #dee2e6;
    margin-top: auto;
}

.footer a:hover {
    color: #0d6efd !important;
}

