@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* SWOT CRM - Premium Enterprise SaaS Styles */
:root {
  --crm-primary: #6927ff;
  --crm-primary-dark: #4717cc;
  --crm-primary-light: #f4f0ff;
  --crm-text-heading: #111827;
  --crm-text-body: #4b5563;
  --crm-text-muted: #9ca3af;
  --crm-bg-light: #ffffff;
  --crm-bg-gray: #f9fafb;
  --crm-border: #e5e7eb;
  --crm-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --crm-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --crm-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --crm-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --crm-shadow-hover: 0 25px 50px -12px rgba(105, 39, 255, 0.25);
  --crm-gradient: linear-gradient(135deg, #4717cc 0%, #6927ff 50%, #8942ff 100%);
  --crm-glass-bg: rgba(255, 255, 255, 0.7);
  --crm-glass-hover: rgba(255, 255, 255, 0.95);
  --crm-glass-border: rgba(255, 255, 255, 0.5);
}

[data-theme="dark"] {
  --crm-text-heading: #f9fafb;
  --crm-text-body: #d1d5db;
  --crm-text-muted: #9ca3af;
  --crm-bg-light: #111827;
  --crm-bg-gray: #1f2937;
  --crm-border: #374151;
  --crm-primary-light: rgba(105, 39, 255, 0.15);
  --crm-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  --crm-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.5), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  --crm-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.5), 0 4px 6px -2px rgba(0, 0, 0, 0.3);
  --crm-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.5), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  --crm-shadow-hover: 0 25px 50px -12px rgba(105, 39, 255, 0.4);
  --crm-glass-bg: rgba(31, 41, 55, 0.7);
  --crm-glass-hover: rgba(31, 41, 55, 0.95);
  --crm-glass-border: rgba(255, 255, 255, 0.1);
}

body.crm-page {
  background-color: var(--crm-bg-light);
  color: var(--crm-text-body);
  font-family: 'Poppins', sans-serif;
}

/* Typography & General */
.crm-page h1, .crm-page h2, .crm-page h3, .crm-page h4, .crm-page h5, .crm-page h6 {
  color: var(--crm-text-heading);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.section-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 16px;
  color: var(--crm-text-heading);
}

.section-desc {
  font-size: 18px;
  color: var(--crm-text-body);
  max-width: 700px;
  margin: 0 auto 48px;
}

.section-header {
  margin-bottom: 60px;
}

/* Premium Buttons */
.btn-premium {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  gap: 8px;
  white-space: nowrap;
}

.btn-primary-premium {
  background: var(--crm-gradient);
  color: #ffffff;
  box-shadow: 0 4px 14px 0 rgba(105, 39, 255, 0.39);
}

.btn-primary-premium:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(105, 39, 255, 0.5);
  color: #ffffff;
}

.btn-outline-premium {
  background: transparent;
  color: var(--crm-text-heading);
  border: 1px solid var(--crm-border);
}

.btn-outline-premium:hover {
  background: var(--crm-bg-gray);
  border-color: var(--crm-text-muted);
  transform: translateY(-2px);
  color: var(--crm-primary);
}

/* Hero Section */
.crm-hero-premium {
  padding: 140px 0 100px;
  background-color: var(--crm-bg-light);
  overflow: hidden;
  position: relative;
}

.crm-badge-premium {
  display: inline-flex;
  align-items: center;
  background-color: var(--crm-primary-light);
  color: var(--crm-primary);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
}

.crm-badge-premium span {
  background-color: var(--crm-primary);
  color: #fff;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 12px;
  margin-right: 8px;
  font-weight: 700;
}

.crm-hero-text h1 {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
}

.crm-hero-text p {
  font-size: 20px;
  color: var(--crm-text-body);
  margin-bottom: 40px;
  line-height: 1.6;
  max-width: 500px;
}

.crm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.crm-hero-visual-wrapper {
  position: relative;
}

.crm-hero-visual {
  position: relative;
  z-index: 10;
}

.main-dashboard-img {
  border-radius: 12px;
  box-shadow: var(--crm-shadow-xl);
  border: 1px solid var(--crm-border);
}

.floating-card {
  position: absolute;
  border-radius: 12px;
  box-shadow: var(--crm-shadow-lg);
  border: 1px solid var(--crm-border);
  background: var(--crm-bg-light);
  transition: transform 0.3s ease;
}

.floating-card:hover {
  transform: translateY(-5px);
}

.card-1 {
  bottom: -30px;
  left: -40px;
  width: 200px;
  z-index: 12;
}

.card-2 {
  top: 40px;
  right: -30px;
  width: 180px;
  z-index: 11;
}

/* Trust & Stats */
.crm-stats-premium {
  padding: 60px 0;
  background-color: var(--crm-bg-gray);
  border-top: 1px solid var(--crm-border);
  border-bottom: 1px solid var(--crm-border);
}

.stat-block {
  padding: 20px;
}

.stat-number {
  font-size: 48px;
  font-weight: 800;
  background: var(--crm-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--crm-text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

/* CRM Overview */
.crm-overview-premium {
  padding: 100px 0;
  background-color: var(--crm-bg-light);
}

.overview-text {
  padding-left: 50px;
}

.feature-bullets {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.feature-bullets li {
  font-size: 18px;
  font-weight: 500;
  color: var(--crm-text-heading);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.feature-bullets li i, .feature-bullets li span {
  color: var(--crm-primary);
  font-size: 24px;
  margin-right: 12px;
}

.dashboard-shadow {
  border-radius: 12px;
  box-shadow: var(--crm-shadow-xl);
  border: 1px solid var(--crm-border);
}

/* Core Features */
.crm-core-features {
  padding: 100px 0;
  background-color: var(--crm-bg-gray);
}

.feature-card-premium {
  background: var(--crm-bg-light);
  border-radius: 16px;
  padding: 40px 30px;
  margin-bottom: 30px;
  border: 1px solid var(--crm-border);
  box-shadow: var(--crm-shadow-sm);
  transition: all 0.3s ease;
  height: calc(100% - 30px);
}

.feature-card-premium:hover {
  box-shadow: var(--crm-shadow-hover);
  transform: translateY(-5px);
  border-color: var(--crm-primary-light);
}

.feature-card-premium .icon-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background-color: var(--crm-primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.feature-card-premium:hover .icon-wrapper {
  background: var(--crm-gradient);
}

.feature-card-premium .icon-wrapper span, .feature-card-premium .icon-wrapper i {
  font-size: 28px;
  color: var(--crm-primary);
  transition: all 0.3s ease;
}

.feature-card-premium:hover .icon-wrapper span, .feature-card-premium:hover .icon-wrapper i {
  color: #fff;
}

.feature-card-premium h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.feature-card-premium p {
  color: var(--crm-text-body);
  margin: 0;
  line-height: 1.6;
}

/* Sales Workflow */
.crm-sales-workflow {
  padding: 100px 0;
  background-color: var(--crm-bg-light);
  overflow: hidden;
}

.workflow-timeline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
}

.workflow-step {
  text-align: center;
  position: relative;
  z-index: 2;
  flex: 1;
}

.workflow-step .step-icon {
  width: 64px;
  height: 64px;
  background: var(--crm-bg-light);
  border: 2px solid var(--crm-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: var(--crm-shadow-md);
  transition: all 0.3s ease;
}

.workflow-step:hover .step-icon {
  background: var(--crm-primary);
  border-color: var(--crm-primary);
  transform: scale(1.1);
}

.workflow-step .step-icon span, .workflow-step .step-icon i {
  font-size: 24px;
  color: var(--crm-primary);
  transition: color 0.3s ease;
}

.workflow-step:hover .step-icon span, .workflow-step:hover .step-icon i {
  color: #fff;
}

.workflow-step p {
  font-weight: 600;
  color: var(--crm-text-heading);
  margin: 0;
  font-size: 15px;
}

.workflow-line {
  height: 2px;
  background: var(--crm-border);
  flex: 1;
  margin: 0 -20px;
  position: relative;
  top: -20px;
  z-index: 1;
}

/* Dashboard Showcase */
.crm-dashboard-showcase {
  padding: 100px 0;
  background-color: var(--crm-bg-gray);
}

.showcase-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 12px;
  position: relative;
}

.showcase-text-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--crm-text-heading);
}

.showcase-text-desc {
  font-size: 16px;
  color: var(--crm-text-body);
  line-height: 1.6;
}

/* Integrations */
.crm-integrations {
  padding: 100px 0;
  background-color: var(--crm-bg-light);
}

.integration-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.integration-card {
  background: var(--crm-bg-light);
  border: 1px solid var(--crm-border);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  font-weight: 600;
  color: var(--crm-text-heading);
  box-shadow: var(--crm-shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
  transition: all 0.3s ease;
}

.integration-card:hover {
  border-color: var(--crm-primary);
  box-shadow: var(--crm-shadow-md);
  transform: translateY(-3px);
}

.integration-card i {
  font-size: 24px;
}

.integration-card .fa-google { color: #DB4437; }
.integration-card .fa-microsoft { color: #00A4EF; }
.integration-card .fa-whatsapp { color: #25D366; }
.integration-card .fa-slack { color: #4A154B; }
.integration-card .fa-video { color: #2D8CFF; }
.integration-card .fa-calendar-alt { color: #4285F4; }
.integration-card .fa-file-excel { color: #107C41; }

/* Benefits */
.crm-benefits {
  padding: 60px 0 100px;
  background-color: var(--crm-bg-light);
}

.benefit-card {
  text-align: center;
  padding: 30px 20px;
}

.benefit-card span[class^="icon-"], .benefit-card i {
  font-size: 48px;
  color: var(--crm-primary);
  margin-bottom: 20px;
  display: inline-block;
}

.benefit-card h5 {
  font-weight: 700;
  font-size: 18px;
}

/* Customer Success */
.crm-customer-success {
  padding: 100px 0;
  background-color: var(--crm-bg-gray);
}

.testimonial-premium {
  background: var(--crm-gradient);
  border-radius: 24px;
  padding: 60px;
  color: #fff;
  box-shadow: var(--crm-shadow-xl);
  position: relative;
  overflow: hidden;
}

.testimonial-premium::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.customer-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.3);
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.customer-name {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  position: relative;
  z-index: 2;
}

.customer-title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.customer-logo {
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}

.quote-icon {
  font-size: 80px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: -40px;
  font-family: Georgia, serif;
  position: relative;
  z-index: 2;
}

.quote-text {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}

/* Final CTA */
.crm-final-cta {
  padding: 100px 0;
  background-color: var(--crm-bg-light);
}

.cta-banner {
  background: #111827;
  border-radius: 24px;
  padding: 80px 40px;
  text-align: center;
  box-shadow: var(--crm-shadow-xl);
}

.cta-banner h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
}

.cta-banner p {
  color: #9ca3af;
  font-size: 20px;
  max-width: 600px;
  margin: 0 auto 40px;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.cta-banner .btn-outline-premium {
  border-color: #4b5563;
  color: #fff;
}

.cta-banner .btn-outline-premium:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

/* Responsive Overrides */
@media (max-width: 991px) {
  .crm-hero-premium {
    padding: 100px 0 60px;
    text-align: center;
  }
  .crm-hero-actions {
    justify-content: center;
  }
  .crm-hero-visual-wrapper {
    margin-top: 60px;
  }
  .overview-text {
    padding-left: 15px;
    margin-top: 40px;
    text-align: center;
  }
  .feature-bullets {
    display: inline-block;
    text-align: left;
  }
  .workflow-timeline {
    flex-direction: column;
    padding: 0;
  }
  .workflow-step {
    margin-bottom: 40px;
  }
  .workflow-line {
    width: 2px;
    height: 40px;
    margin: -20px auto 20px;
    top: 0;
  }
  .quote-text {
    font-size: 22px;
    margin-top: 30px;
    text-align: center;
  }
  .customer-logo, .customer-name, .customer-title {
    text-align: center;
  }
  .quote-icon {
    text-align: center;
    margin-bottom: -20px;
  }
}
@media (max-width: 767px) {
  .crm-hero-text h1 {
    font-size: 40px;
  }
  .stat-block {
    margin-bottom: 30px;
  }
  .cta-actions {
    flex-direction: column;
  }
  .card-1, .card-2 {
    display: none; /* Hide floating cards on mobile */
  }
}

/* Bottom Section Redesign */

/* Bottom Features */
.crm-bottom-features {
  padding: 100px 0;
  background-color: var(--crm-bg-light);
  position: relative;
}

.feature-glass-card {
  background: var(--crm-glass-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--crm-glass-border);
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
}

.feature-glass-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--crm-gradient);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.feature-glass-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(105, 39, 255, 0.1);
  background: var(--crm-glass-hover);
}

.feature-glass-card:hover::before {
  transform: scaleX(1);
}

.feature-glass-card .icon-box {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: var(--crm-primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 28px;
  color: var(--crm-primary);
  transition: all 0.3s ease;
}

.feature-glass-card:hover .icon-box {
  background: var(--crm-gradient);
  color: #fff;
  transform: scale(1.1) rotate(5deg);
}

.feature-glass-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.feature-glass-card p {
  color: var(--crm-text-body);
  margin: 0;
  line-height: 1.6;
}

/* Bottom Stats */
.crm-bottom-stats {
  padding: 80px 0;
  background: linear-gradient(to right, var(--crm-bg-gray), var(--crm-bg-light));
}

.stat-glass-card {
  padding: 30px 20px;
  border-radius: 16px;
  background: var(--crm-bg-light);
  box-shadow: var(--crm-shadow-sm);
  border: 1px solid var(--crm-border);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-glass-card:hover {
  box-shadow: var(--crm-shadow-md);
  transform: translateY(-5px);
  border-color: var(--crm-primary-light);
}

.stat-number {
  font-size: 42px;
  font-weight: 800;
  color: var(--crm-primary);
  display: inline-block;
  margin-bottom: 5px;
}

.stat-suffix {
  font-size: 42px;
  font-weight: 800;
  color: var(--crm-primary);
}

/* Trust Logos */
.crm-trust-logos {
  background-color: var(--crm-bg-light);
  border-top: 1px solid var(--crm-border);
  border-bottom: 1px solid var(--crm-border);
}

.logo-heading {
  font-size: 16px;
  color: var(--crm-text-muted);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}

.logo-item img {
  max-height: 40px;
  filter: grayscale(100%) opacity(0.5);
  transition: all 0.3s ease;
}

.logo-item:hover img {
  filter: grayscale(0%) opacity(1);
}

/* FAQ Section */
.crm-faq-section {
  padding: 100px 0;
  background-color: var(--crm-bg-gray);
}

.faq-accordion .card {
  border: none;
  border-radius: 12px;
  margin-bottom: 16px;
  box-shadow: var(--crm-shadow-sm);
  overflow: hidden;
}

.faq-accordion .card-header {
  background-color: var(--crm-bg-light);
  border-bottom: none;
  padding: 0;
}

.faq-accordion .btn-link {
  width: 100%;
  text-align: left;
  padding: 20px 24px;
  color: var(--crm-text-heading);
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-accordion .btn-link:hover {
  text-decoration: none;
  color: var(--crm-primary);
}

.faq-accordion .btn-link i {
  transition: transform 0.3s ease;
  color: var(--crm-primary);
}

.faq-accordion .btn-link.collapsed i {
  transform: rotate(-90deg);
  color: var(--crm-text-muted);
}

.faq-accordion .card-body {
  padding: 0 24px 24px;
  color: var(--crm-text-body);
  background-color: var(--crm-bg-light);
  font-size: 16px;
  line-height: 1.6;
}

/* Final CTA Section */
.crm-bottom-cta {
  padding: 120px 0;
  background: #111827;
  position: relative;
  overflow: hidden;
}

.cta-floating-elements {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  pointer-events: none;
}

.cta-floating-elements .shape {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.cta-floating-elements .shape-1 {
  width: 300px; height: 300px;
  top: -100px; left: -50px;
}

.cta-floating-elements .shape-2 {
  width: 200px; height: 200px;
  bottom: -50px; right: 10%;
}

.cta-floating-elements .shape-3 {
  width: 100px; height: 100px;
  top: 20%; right: 25%;
}

.crm-bottom-cta .cta-headline {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 24px;
}

.crm-bottom-cta .cta-support-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.6;
}

[data-theme="dark"] .logo-item img {
  filter: grayscale(100%) invert(1) brightness(1.5) opacity(0.5);
}

[data-theme="dark"] .logo-item:hover img {
  filter: grayscale(0%) invert(0) opacity(1);
}

.btn-cta-primary {
  background: #fff;
  color: var(--crm-primary) !important;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.btn-cta-primary:hover {
  background: #f8f9fa;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.btn-cta-secondary {
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff !important;
}

.btn-cta-secondary:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
}

/* Premium Footer */
.crm-premium-footer {
  background-color: #0b1120;
  color: #9ca3af;
  padding: 80px 0 30px;
}

.text-light-alpha {
  color: rgba(255, 255, 255, 0.6) !important;
}

.border-light-alpha {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.footer-heading {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #fff;
}

.footer-contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-info li {
  display: flex;
  margin-bottom: 16px;
  align-items: flex-start;
}

.footer-contact-info i {
  color: var(--crm-primary-light);
  margin-top: 4px;
  margin-right: 12px;
  font-size: 16px;
}

.footer-contact-info a {
  color: #9ca3af;
}

.footer-contact-info a:hover {
  color: #fff;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: var(--crm-primary);
  transform: translateY(-3px);
}

.newsletter-form .form-control {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 12px 16px;
  border-radius: 8px 0 0 8px;
}

.newsletter-form .form-control:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--crm-primary);
  box-shadow: none;
}

.newsletter-form .btn {
  background: var(--crm-primary);
  border: none;
  border-radius: 0 8px 8px 0;
  padding: 12px 20px;
}

.newsletter-form .btn:hover {
  background: var(--crm-primary-dark);
}

@media (max-width: 767px) {
  .cta-headline {
    font-size: 36px;
  }
}

