* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: -0.01em;
}


.sectiom-home-1 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 1px, transparent 1px),
    #ffffff;
  background-size: 40px 40px;
  padding: 120px 20px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* .sectiom-home-2 {
  background: linear-gradient(to bottom, 
    #FFFFFF 0%, 
    #FFFFFF 20%, 
    rgba(255, 255, 255, 0.95) 30%,
    rgba(255, 255, 255, 0.85) 40%,
    rgba(112, 246, 255, 0.2) 60%,
    rgba(221, 108, 241, 0.3) 80%,
    rgba(123, 183, 253, 0.6) 100%);
  background-size: 100% 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
} */

.sectiom-home-2 .tab-panel {
  text-align: left;
}

.sectiom-home-2 .sectiom-home-2-container {
  background: linear-gradient(to bottom, #034737 0%, rgb(3 71 55 / 90%) 50%, rgb(3 71 55 / 0%) 100%);
  max-width: 90%;
  width: 90%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  border-radius: 30px;
}

.sectiom-home-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.hero-inner {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-radius: 30px;
}

.hero-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 30px;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}


.hero-banner {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 8px 20px;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.hero-banner-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #525252;
  letter-spacing: -0.01em;
}

h1 {
  font-size: 4.3rem !important;
  font-weight: 700 !important;
  color: #0a0a0a !important;
  line-height: 1.15 !important;
  margin-bottom: 28px !important;
  letter-spacing: -0.04em !important;
}

/* Changing Text Animation */
.changing-text {
  display: inline-block;
  font-weight: 700 !important;
  transition: color 0.5s ease !important;
  animation: textChange 0.5s ease-in-out !important;
}

@keyframes textChange {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.changing-text.fade-out {
  animation: textFadeOut 0.5s ease-in-out forwards;
}

@keyframes textFadeOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.sectiom-home-1 p {
  font-size: 1.125rem;
  color: #525252;
  line-height: 1.65;
  margin-bottom: 48px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

p {
  font-size: 1.125rem;
  color: #525252;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: -0.01em;
}

#hero-btn {
  background-color: #0a0a0a;
  color: #ffffff;
  padding: 16px 40px;
  font-size: 0.9375rem;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  margin-bottom: 60px;
  letter-spacing: -0.01em;
}

#hero-btn:hover {
  background-color: #262626;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

nav button {
  display: inline-flex;
  height: 2.5rem;
  width: max-content;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  padding: 0.625rem 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: all 150ms;

  color: #262626;
  border: none;
  cursor: pointer;
  letter-spacing: -0.01em;
}

nav button:hover {
  background-color: #f5f5f5;
  color: #0a0a0a;
}

nav button[data-state="open"] {
  background-color: #f5f5f5;
  color: #0a0a0a;
}

nav button[data-state="open"] svg {
  transform: rotate(180deg);
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #034737;
  color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  font-size: 0.9375rem;
  letter-spacing: -0.01em;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-btn-demo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #0a0a0a;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  border: 1px solid #0a0a0a;
  font-size: 0.9375rem;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-btn .arrow-icon,
.cta-btn-demo .arrow-icon {
  transition: transform 0.3s ease;
}

.cta-btn:hover {
  background: #262626;
  box-shadow: 0 3px 8px -1px rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.08);
}

.cta-btn:hover .arrow-icon,
.cta-btn-demo:hover .arrow-icon {
  transform: translateX(4px);
}

.cta-btn-demo:hover {
  background: #f5f5f5;
  box-shadow: 0 3px 8px -1px rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.08);
}

#mobileMenuBtn {
  background: none;
  border: none;
  padding: 0.5rem;
}

.expanded-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background: white;
  z-index: 1;
  border-radius: 0 0 30px 30px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  padding: 0;
}

.expanded-dropdown.visible {
  opacity: 1;
  visibility: visible;
  max-height: 600px;
  padding: 1.5rem 0;
  overflow-y: auto;
  box-shadow: 0 19px 25px rgba(0, 0, 0, 0.15);
}


header {
  z-index: 1003 !important;
  position: relative;
}


header:has(.expanded-dropdown.visible) .header_div {
  border-radius: 30px 30px 0 0;
}

.channels-column {
  border-right: 1px solid #e5e7eb;
  padding-right: 2rem;
}

.channel-tab {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  color: #4b5563;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
}

.channel-tab:hover {
  background-color: #f3f4f6;
  color: #1f2937;
}

.channel-tab.active {
  background-color: #f5f5f5;
  color: #034737;
  font-weight: 500;
}

.channel-tab img {
  flex-shrink: 0;
}

/* Menu columns */
.menu-column {
  padding: 0 1rem;
}

.menu-column:not(:last-child) {
  border-right: none;
}

.menu-column h3 {
  color: #1f2937;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.menu-column ul {
  margin-top: 1rem;
}

.menu-column a {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  color: #4b5563;
  transition: all 0.2s ease;
  border-radius: 0.375rem;
}

.menu-column a:hover {
  color: #034737;
  background-color: #f8fafc;
  padding-left: 0.1rem;

}

.menu-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  flex-shrink: 0;
}

.menu-icon-image {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;
  border-radius: 50%;
}

.menu-icon-image img {
  width: 2rem;
  flex-shrink: 0;
  border-radius: 50%;
}


.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.verified-brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
}

.brand-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  padding: 6px 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.brand-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.brand-badge img {
  display: block;
}

.brands-section {
  background: rgb(240 240 240);
}

.brands-inner {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 0;
}

.brands-inner::before,
.brands-inner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10%;
  pointer-events: none;
  z-index: 2;
}

.brands-inner::before {
  left: 0;
  background: linear-gradient(to right, #f7f7f7c9 0%, rgba(255, 255, 255, 0) 100%);
}

.brands-inner::after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 100%, #f7f7f7c9 0%);
}

.brands-track {
  display: flex;
  width: max-content;
  gap: 40px;
  animation: brandsScroll 25s linear infinite;
}

.brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-logo img {
  height: 40px;
  width: auto;
  display: block;
  filter: grayscale(1);
  opacity: 0.9;
}

.brand-logo img:hover {
  filter: none;
  opacity: 1;
}

@keyframes brandsScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-20%);
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.hero-socials {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.hero-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hero-socials a:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* Social Icons */
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: white;
  margin-right: 10px;
}

.social-icon:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* WhatsApp */
.social-whatsapp {
  background-color: #25D366;
}

.social-whatsapp:hover {
  background-color: #20BA5A;
}

/* Instagram */
.social-instagram {
  background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
}

.social-instagram:hover {
  background: linear-gradient(45deg, #E07522, #C91F6E, #7129A0, #4850C7);
}

/* LinkedIn */
.social-linkedin {
  background-color: #0A66C2;
}

.social-linkedin:hover {
  background-color: #084F94;
}

.header_div {
  border-radius: 75px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  position: relative;
}

/* Logo container for animation */
.logo-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 45px;
  width: 140px;
}

/* Logo animations */
.logo-large,
.logo-small {
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.logo-small {
  opacity: 0;
  transform: scale(0.8);
}

/* Scrolled header state */
header.scrolled {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

header.scrolled .header_div {
  border-radius: 75px;
  /* background-color: #e3e3e3c7;
  border: 1px solid #ffffff; */
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 0.75rem 1rem;
}

header.scrolled .logo-large {
  opacity: 0;
  transform: scale(0.8);
}

header.scrolled .logo-small {
  opacity: 1;
  transform: scale(1);
  display: block !important;
}

/* Dropdown open state - same styling as scrolled */
body.dropdown-open header {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

body.dropdown-open header .header_div {
  border-radius: 75px;
  /* background-color: #e3e3e3c7;
  border: 1px solid #ffffff; */
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 0.75rem 1rem;
}

body.dropdown-open header .logo-large {
  opacity: 0;
  transform: scale(0.8);
}

body.dropdown-open header .logo-small {
  opacity: 1;
  transform: scale(1);
  display: block !important;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .expanded-dropdown {
    padding: 1.5rem;
  }

  .grid-cols-4,
  .grid-cols-5,
  .grid-cols-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .channels-column {
    grid-column: span 3;
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
    padding-right: 0;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .menu-column {
    grid-column: span 1;
  }

  .menu-column:not(:last-child) {
    border-right: none;
  }

  header.scrolled .header_div {
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 768px) {
  .sectiom-home-1 {
    padding: 80px 20px 60px;
  }

  .sectiom-home-1 h1 {
    font-size: 2.5rem;
    letter-spacing: -0.03em;
  }

  .sectiom-home-1 p {
    font-size: 1rem;
  }

  #hero-btn {
    padding: 14px 32px;
    font-size: 0.9375rem;
  }

  .hero-socials {
    gap: 16px;
  }

  .hero-socials a {
    width: 48px;
    height: 48px;
  }

  .hero-socials a svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 640px) {

  .grid-cols-4,
  .grid-cols-5,
  .grid-cols-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-column {
    grid-column: span 1;
  }
}

/* Feature Cards with Glowing Border */
.feature-card {
  border-radius: 1.5rem;
  padding: 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
}

/* Category Tags */
.category-tag {
  display: inline-block;
  padding: 0.375rem 0.875rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  width: fit-content;
}

/* Blue Card */
.feature-card-blue {
  background: #0667d9;

  box-shadow:
    0 0 20px rgba(59, 130, 246, 0.15),
    0 0 40px rgba(59, 130, 246, 0.1),
    0 4px 20px rgba(0, 0, 0, 0.05);
}

.feature-card-blue:hover {
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, 0.5);
  box-shadow:
    0 0 30px rgba(59, 130, 246, 0.3),
    0 0 60px rgba(59, 130, 246, 0.2),
    0 8px 30px rgba(0, 0, 0, 0.1);
}

/* Green Card */
.feature-card-green {
  background: #02693e;

  box-shadow:
    0 0 20px rgba(37, 211, 102, 0.15),
    0 0 40px rgba(37, 211, 102, 0.1),
    0 4px 20px rgba(0, 0, 0, 0.05);
}

.feature-card-green:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 211, 102, 0.5);
  box-shadow:
    0 0 30px rgba(37, 211, 102, 0.3),
    0 0 60px rgba(37, 211, 102, 0.2),
    0 8px 30px rgba(0, 0, 0, 0.1);
}

/* Purple Card */
.feature-card-purple {
  background: #8b045c;
  box-shadow:
    0 0 20px rgba(168, 85, 247, 0.15),
    0 0 40px rgba(168, 85, 247, 0.1),
    0 4px 20px rgba(0, 0, 0, 0.05);
}

.feature-card-purple:hover {
  transform: translateY(-4px);
  border-color: rgba(168, 85, 247, 0.5);
  box-shadow:
    0 0 30px rgba(168, 85, 247, 0.3),
    0 0 60px rgba(168, 85, 247, 0.2),
    0 8px 30px rgba(0, 0, 0, 0.1);
}

.feature-card-yellow {
  background: #7004d3;
  box-shadow:
    0 0 18px rgba(250, 204, 21, 0.12),
    0 0 36px rgba(250, 204, 21, 0.08),
    0 4px 18px rgba(0, 0, 0, 0.04);
}

.feature-card-yellow:hover {
  transform: translateY(-4px);
  border-color: rgba(250, 204, 21, 0.4);
  box-shadow:
    0 0 28px rgba(250, 204, 21, 0.25),
    0 0 55px rgba(250, 204, 21, 0.18),
    0 8px 28px rgba(0, 0, 0, 0.08);
}

.playbook-tabs {
  gap: 0.75rem;
}

.playbook-tab {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #475569;
  box-shadow: none;
  transition: all 0.25s ease;
}

.playbook-tab.active {
  background: #ffffff;
  color: #0f172a;
  border-color: transparent;
  box-shadow: 0 10px 30px rgba(10, 102, 194, 0.2);
}


/* Feature Card Content Wrapper - Two Column Layout */
.feature-card-content-wrapper {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}

.feature-card-text {
  flex: 1;
  min-width: 0;
}

.feature-card-image {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 1rem;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments for feature card layout */
@media (max-width: 768px) {
  .feature-card-content-wrapper {
    flex-direction: column;
    gap: 2rem;
  }

  .feature-card-image {
    order: -1;
  }

  .feature-image {
    max-width: 100%;
  }
}

/* Horizontal Scroll Container for Feature Cards */
.horizontal-scroll-container {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 1rem 0;
}

.horizontal-scroll-container::-webkit-scrollbar {
  display: none;
}

.horizontal-scroll-track {
  display: flex;
  gap: 1.5rem;
  padding: 0 2rem 0 calc((100vw - 100%) / 2 + 6rem + 12rem);
  width: max-content;
}

.horizontal-scroll-track .feature-card {
  min-width: calc((100vw - 10rem - 3rem) / 2.5);
  max-width: calc((100vw - 10rem - 3rem) / 2.5);
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.4;
  transform: scale(0.90);
}

.horizontal-scroll-track .feature-card.scrolling-active {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1024px) {
  .horizontal-scroll-track {
    padding: 0 2rem 0 calc((100vw - 100%) / 2 + 4rem + 2.5rem);
  }

  .horizontal-scroll-track .feature-card {
    min-width: calc((100vw - 10rem - 3rem) / 2.5);
    max-width: calc((100vw - 10rem - 3rem) / 2.5);
  }
}

@media (max-width: 768px) {
  .horizontal-scroll-track {
    padding: 0 1rem 0 calc((100vw - 100%) / 2 + 2rem + 1.5rem);
  }

  .horizontal-scroll-track .feature-card {
    min-width: calc((100vw - 10rem - 1.5rem) / 1.5);
    max-width: calc((100vw - 10rem - 1.5rem) / 1.5);
  }
}


/* Testimonials Section */
.testimonials-section {
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.98) 30%,
      rgba(240, 250, 255, 0.5) 70%,
      rgba(255, 255, 255, 1) 100%);
  padding: 0px 0 120px;
  position: relative;
  overflow: hidden;
}

.testimonials-container {
  position: relative;
  min-height: 500px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}

.testimonial-card {
  position: absolute;
  width: 320px;
  background: white;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.05);
}


.testimonial-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.testimonial-stars {
  color: #FFB800;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
}

.testimonial-text {
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  font-style: italic;
  margin: 0;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

.author-info {
  flex: 1;
  min-width: 0;
}

.author-name {
  font-weight: 600;
  font-size: 15px;
  color: #1f2937;
  margin-bottom: 2px;
}

.author-role {
  font-size: 13px;
  color: #6b7280;
}


.testimonial-card[data-testimonial="1"] {
  left: 5%;
  top: 5%;
  transform: rotate(-2deg);
}

.testimonial-card[data-testimonial="2"] {
  left: 55%;
  top: 0%;
  transform: rotate(3deg);
}

.testimonial-card[data-testimonial="3"] {
  left: 20%;
  top: 30%;
  transform: rotate(-1.5deg);
}

.testimonial-card[data-testimonial="4"] {
  left: 60%;
  top: 35%;
  transform: rotate(2.5deg);
}

.testimonial-card[data-testimonial="5"] {
  left: 0%;
  top: 50%;
  transform: rotate(-3deg);
}

.testimonial-card[data-testimonial="6"] {
  left: 45%;
  top: 55%;
  transform: rotate(1.5deg);
}

.testimonial-card[data-testimonial="7"] {
  left: 35%;
  top: 10%;
  transform: rotate(-2.5deg);
}

.testimonial-card[data-testimonial="8"] {
  left: 70%;
  top: 45%;
  transform: rotate(2deg);
}


.testimonial-card:hover {
  z-index: 100;
  transform: rotate(0deg) scale(1.05);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border-color: rgba(10, 102, 194, 0.2);
}


@media (max-width: 1024px) {
  .testimonials-container {
    min-height: 600px;
  }

  .testimonial-card {
    width: 300px;
  }

  .testimonial-card[data-testimonial="1"] {
    left: 3%;
    top: 5%;
  }

  .testimonial-card[data-testimonial="2"] {
    left: 55%;
    top: 0%;
  }

  .testimonial-card[data-testimonial="3"] {
    left: 18%;
    top: 30%;
  }

  .testimonial-card[data-testimonial="4"] {
    left: 60%;
    top: 35%;
  }

  .testimonial-card[data-testimonial="5"] {
    left: 0%;
    top: 50%;
  }

  .testimonial-card[data-testimonial="6"] {
    left: 45%;
    top: 55%;
  }

  .testimonial-card[data-testimonial="7"] {
    left: 33%;
    top: 10%;
  }

  .testimonial-card[data-testimonial="8"] {
    left: 70%;
    top: 45%;
  }
}

@media (max-width: 768px) {
  .testimonials-section {
    padding: 60px 0 100px;
  }

  .testimonials-container {
    min-height: auto;
    padding: 20px;
  }

  .testimonial-card {
    position: relative !important;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 24px;
    left: auto !important;
    top: auto !important;
    transform: none !important;
  }

  .testimonial-card:hover {
    transform: scale(1.02) !important;
    left: auto !important;
    top: auto !important;
  }
}

/* Conditional Display Rules Section */
.conditional-rules-container {
  padding: 2rem 1rem;
}

.condition-card {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: linear-gradient(135deg, rgba(221, 214, 254, 0.7) 0%, rgba(233, 213, 255, 0.6) 100%);
  border: 1px solid rgba(168, 85, 247, 0.2);
  border-radius: 0.75rem;
  padding: 0.65rem 1rem;
  font-size: 0.8125rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(168, 85, 247, 0.1);
  flex-shrink: 1;
  flex-wrap: wrap;
  max-width: fit-content;
  position: relative;
  z-index: 1;
}

/* Gradient border animation */
.condition-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 0.75rem;
  padding: 2px;
  background: linear-gradient(45deg,
      #a855f7,
      #ec4899,
      #f59e0b,
      #10b981,
      #3b82f6,
      #8b5cf6,
      #a855f7);
  background-size: 300% 300%;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.condition-card.animate-border::before {
  opacity: 1;
  animation: gradientRotate 3s linear infinite;
}

.condition-card.animate-scale {
  animation: scaleUp 0.5s ease-out forwards;
}

@keyframes gradientRotate {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

.condition-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(168, 85, 247, 0.2);
  border-color: rgba(168, 85, 247, 0.3);
  background: linear-gradient(135deg, rgba(221, 214, 254, 0.85) 0%, rgba(233, 213, 255, 0.75) 100%);
}

.condition-label {
  color: #6b7280;
  font-weight: 400;
  font-size: 0.8125rem;
}

.condition-value {
  color: #1f2937;
  font-weight: 600;
  font-size: 0.8125rem;
  background: rgba(255, 255, 255, 0.6);
  padding: 0.2rem 0.6rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(168, 85, 247, 0.15);
}

/* Larger screen optimizations */
@media (min-width: 1024px) {
  .conditional-rules-container {
    max-width: 1200px;
  }

  .condition-card {
    font-size: 0.875rem;
  }

  .condition-label,
  .condition-value {
    font-size: 0.875rem;
  }
}

/* Responsive adjustments for conditional cards */
@media (max-width: 768px) {
  .condition-card {
    padding: 0.625rem 1rem;
    font-size: 0.8125rem;
  }

  .condition-label,
  .condition-value {
    font-size: 0.8125rem;
  }

  .conditional-rules-container {
    padding: 1.5rem 0.5rem;
  }
}

@media (max-width: 640px) {
  .condition-card {
    width: 100%;
    justify-content: center;
  }
}

.answernode-ai-box {
  max-width: 1000px;
  margin: 3rem auto 0;
  position: relative;
  padding: 2px;
  border-radius: 24px;
  background: linear-gradient(135deg,
      #7c3aed 0%,
      #ec4899 25%,
      #f59e0b 50%,
      #06b6d4 75%,
      #3b82f6 100%);
  background-size: 200% 200%;
  animation: gradientShift 8s ease infinite;
  box-shadow:
    0 0 40px rgba(124, 58, 237, 0.3),
    0 0 80px rgba(236, 72, 153, 0.2),
    0 10px 40px rgba(0, 0, 0, 0.1);
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.ai-box-inner {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 22px;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  overflow: hidden;
}

.ai-box-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(124, 58, 237, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(236, 72, 153, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.ai-icon-wrapper {
  position: relative;
  flex-shrink: 0;
  z-index: 1;
}

.ai-brain-icon {
  width: 80px;
  height: 80px;
  filter: drop-shadow(0 4px 12px rgba(124, 58, 237, 0.3));
  animation: float 3s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

.ai-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.4) 0%, transparent 70%);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

.ai-content {
  flex: 1;
  z-index: 1;
}

.ai-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.ai-sparkle {
  display: inline-block;
  animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {

  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }

  50% {
    transform: scale(1.2) rotate(180deg);
    opacity: 0.8;
  }
}

.ai-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.75rem;
  background: linear-gradient(135deg, #034737 0%, #056b4f 100%);
  color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(3, 71, 55, 0.3);
  margin-left: 0.5rem;
}

.ai-description {
  font-size: 1rem;
  color: #525252;
  line-height: 1.6;
  margin: 0;
}

.ai-stats {
  display: flex;
  gap: 1.5rem;
  flex-shrink: 0;
  z-index: 1;
}

.ai-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  border: 1px solid rgba(124, 58, 237, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.ai-stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.2);
  border-color: rgba(124, 58, 237, 0.4);
}

.stat-value {
  font-size: 1.75rem;
  font-weight: 700;
  background: linear-gradient(135deg, #7c3aed 0%, #ec4899 50%, #f59e0b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.25rem;
}

.stat-label {
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .ai-box-inner {
    padding: 2rem;
    gap: 1.5rem;
  }

  .ai-brain-icon {
    width: 70px;
    height: 70px;
  }

  .ai-pulse {
    width: 70px;
    height: 70px;
  }

  .ai-title {
    font-size: 1.5rem;
  }

  .ai-stats {
    gap: 1rem;
  }

  .ai-stat {
    padding: 0.75rem 1rem;
  }

  .stat-value {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .answernode-ai-box {
    margin: 2rem auto 0;
  }

  .ai-box-inner {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }

  .ai-title {
    justify-content: center;
    font-size: 1.35rem;
  }

  .ai-badge {
    margin-left: 0;
    margin-top: 0.5rem;
  }

  .ai-stats {
    width: 100%;
    justify-content: center;
  }

  .ai-description {
    font-size: 0.95rem;
  }
}

@media (max-width: 640px) {
  .ai-box-inner {
    padding: 1.25rem;
  }

  .ai-brain-icon {
    width: 60px;
    height: 60px;
  }

  .ai-pulse {
    width: 60px;
    height: 60px;
  }

  .ai-title {
    font-size: 1.25rem;
    flex-direction: column;
    gap: 0.25rem;
  }

  .ai-stats {
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
  }

  .ai-stat {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 0.75rem 1rem;
  }

  .stat-value {
    font-size: 1.5rem;
  }

  .stat-label {
    font-size: 0.7rem;
  }
}

/* AnswerNode AI Profile Styles */
.answernode-ai-profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 3rem;
  padding: 1.5rem 2rem;
  margin-top: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: visible;
}

/* Black Gradient Moving Border */
.answernode-ai-profile::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 3rem;
  padding: 3px;
  background: linear-gradient(90deg,
      #000000,
      #1a1a1a,
      #333333,
      #4a4a4a,
      #333333,
      #1a1a1a,
      #000000);
  background-size: 300% 300%;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  animation: blackGradientMove 4s linear infinite;
  z-index: -1;
}

@keyframes blackGradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.answernode-ai-profile:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.2);
}

.ai-profile-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ai-profile-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #000000;
  border-radius: 50%;
  padding: 0.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.ai-profile-avatar svg {
  width: 24px;
  height: 24px;
  color: #ffffff;
  stroke-width: 2;
}

.ai-profile-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.ai-profile-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
  margin: 0;
  letter-spacing: -0.01em;
}

.ai-profile-badge {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
}

.ai-profile-right {
  display: flex;
  align-items: center;
}

.ai-boost-text {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  background: #000000;
  padding: 0.75rem 1.5rem;
  border-radius: 3rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  letter-spacing: -0.01em;
}

.ai-boost-text:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(255, 131, 199, 0.5);
}


/* AI Corner Icon - See HTML at lines 488-499 */
.ai-corner-icon {
  position: absolute;
  top: -12px;
  right: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #000000;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow:
    0 0 20px rgba(124, 58, 237, 0.6),
    0 0 40px rgba(168, 85, 247, 0.4),
    0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 10;
  animation: aiIconPulse 3s ease-in-out infinite;
  flex-shrink: 0;
}

.ai-star-icon {
  width: 28px;
  height: 28px;
  color: #ffffff;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  display: block;
  flex-shrink: 0;
}

.ai-sparkle-icon {
  width: 24px;
  height: 24px;
  color: #ffffff;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
  animation: aiIconRotate 4s linear infinite;
}

@keyframes aiIconPulse {

  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 0 20px rgba(0, 0, 0, 0.5),
      0 0 40px rgba(0, 0, 0, 0.3),
      inset 0 0 10px rgba(255, 255, 255, 0.1);
  }

  50% {
    transform: scale(1.1);
    box-shadow:
      0 0 30px rgba(0, 0, 0, 0.7),
      0 0 60px rgba(0, 0, 0, 0.5),
      inset 0 0 15px rgba(255, 255, 255, 0.2);
  }
}

@keyframes aiIconRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .answernode-ai-profile {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
    text-align: center;
  }

  .ai-profile-left {
    flex-direction: column;
    gap: 0.75rem;
  }

  .ai-profile-right {
    width: 100%;
  }

  .ai-boost-text {
    width: 100%;
    text-align: center;
    font-size: 0.9375rem;
  }

  .ai-corner-icon {
    width: 40px;
    height: 40px;
    top: -10px;
    right: -10px;
  }

  .ai-star-icon {
    width: 24px;
    height: 24px;
  }

  .ai-sparkle-icon {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 640px) {
  .answernode-ai-profile {
    padding: 1.25rem;
  }

  .ai-profile-avatar {
    width: 40px;
    height: 40px;
  }

  .ai-profile-avatar svg {
    width: 20px;
    height: 20px;
  }

  .ai-profile-name {
    font-size: 1rem;
  }

  .ai-profile-badge {
    font-size: 0.8125rem;
  }

  .ai-boost-text {
    font-size: 0.875rem;
    padding: 0.625rem 1.25rem;
  }

  .ai-corner-icon {
    width: 36px;
    height: 36px;
    top: -8px;
    right: -8px;
  }

  .ai-star-icon {
    width: 20px;
    height: 20px;
  }

  .ai-sparkle-icon {
    width: 18px;
    height: 18px;
  }
}

/* Features List Section */
.features-list-section {
  background: #2c5652;
  max-width: 90%;
  width: 90%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  border-radius: 30px;


}

.features-list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.features-list-content h2 {
  line-height: 1.2;
  margin-bottom: 2rem;
  color: #ffffff;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
}

.feature-item:last-child {
  border-bottom: none;
}

.feature-item-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0;
  transition: all 0.3s ease;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
  line-height: 1;
}

.feature-text {
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}


.feature-item:hover .feature-item-header {
  padding-left: 0.5rem;
}

.feature-item:hover .feature-icon {
  color: #ffffff;
  transform: rotate(90deg);
}

.feature-item:hover .feature-text {
  color: #ffffff;
  font-weight: 600;
}


.features-list:hover .feature-item {
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.features-list:hover .feature-item:hover {
  opacity: 1;
}

/* Feature Image Overlay */
.feature-image-overlay {
  position: fixed;
  width: 600px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.3);
}

.feature-image-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
}

/* Responsive Design */
@media (max-width: 1400px) {
  .feature-image-overlay {
    width: 450px;
    height: auto;
  }
}

@media (max-width: 1200px) {
  .feature-image-overlay {
    width: 400px;
    height: auto;
  }
}

@media (max-width: 1024px) {
  .features-list-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .feature-image-overlay {
    width: 350px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .features-list-section {
    padding: 60px 0;
  }

  .feature-text {
    font-size: 1.25rem;
  }

  .feature-image-overlay {
    width: 300px;
    height: auto;
  }
}

@media (max-width: 640px) {
  .features-list-content h2 {
    font-size: 1.75rem;
  }

  .feature-item-header {
    padding: 1rem 0;
  }

  /* Hide images on mobile for better UX */
  .feature-image-overlay {
    display: none;
  }
}

/* Social Proof Section */
.social-proof-section {
  padding: 60px 0;
  background-color: #f8fafc;
}

.social-proof-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: default;
}

.social-proof-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.proof-logo {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proof-logo img,
.proof-logo svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.proof-content h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 2px;
}

.proof-stars {
  display: flex;
  font-size: 1.1em;
  letter-spacing: 1px;
}

.proof-text {
  font-size: 0.75rem;
  color: #1e293b;
  font-weight: 500;
  margin-top: 2px;
}

/* Integrations Section */
.integrations-section {
  background: linear-gradient(to bottom, #ffffff 0%, #f8fafc 100%);
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.marquee-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.marquee-wrapper::before,
.marquee-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200px;
  z-index: 2;
  pointer-events: none;
}

.marquee-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, transparent 100%);
}

.marquee-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, transparent 100%);
}

.marquee-row {
  display: flex;
  width: fit-content;
  gap: 24px;
}

.marquee-scroll-left {
  animation: scrollLeft 60s linear infinite;
}

.marquee-scroll-right {
  animation: scrollRight 60s linear infinite;
}

.integration-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: white;
  padding: 16px 24px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  min-width: 200px;
  white-space: nowrap;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  user-select: none;
}

.integration-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 20px -3px rgba(0, 0, 0, 0.1), 0 6px 8px -2px rgba(0, 0, 0, 0.05);
  border-color: #cbd5e1;
  z-index: 10;
}

.int-icon-box {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.int-name {
  font-weight: 600;
  color: #1e293b;
  font-size: 0.95rem;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.marquee-wrapper:hover .marquee-row {
  animation-play-state: paused;
}

@media (max-width: 768px) {
  .integrations-section {
    padding: 60px 0;
  }

  .marquee-wrapper::before,
  .marquee-wrapper::after {
    width: 60px;
  }

  .integration-card {
    padding: 12px 16px;
    min-width: 160px;
  }
}

/* ============================================
   FOOTER SECTION STYLES
   ============================================ */

.footer-section {
  background: linear-gradient(to bottom,
      #ffffff 0%,
      #f8fafc 50%,
      #f1f5f9 100%);
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}

.footer-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right,
      transparent 0%,
      rgba(0, 0, 0, 0.1) 50%,
      transparent 100%);
}

/* Main Footer Content */
.footer-main {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* Brand Column */
.footer-brand {
  max-width: 400px;
}

.footer-logo {
  height: 40px;
  width: auto;
  margin-bottom: 20px;
}

.footer-tagline {
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 30px;
  letter-spacing: -0.01em;
}

/* Newsletter */
.footer-newsletter {
  margin-top: 30px;
}

.newsletter-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.newsletter-form {
  display: flex;
  gap: 8px;
  max-width: 350px;
}

.newsletter-input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 0.9375rem;
  color: #1e293b;
  background: #ffffff;
  transition: all 0.3s ease;
  outline: none;
}

.newsletter-input:focus {
  border-color: #034737;
  box-shadow: 0 0 0 3px rgba(3, 71, 55, 0.1);
}

.newsletter-input::placeholder {
  color: #94a3b8;
}

.newsletter-btn {
  padding: 12px 20px;
  background: #034737;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
}

.newsletter-btn:hover {
  background: #022f28;
  transform: translateX(2px);
}

/* Footer Columns */
.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-heading {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links li {
  margin: 0;
}

.footer-links a {
  font-size: 0.9375rem;
  color: #64748b;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-block;
  position: relative;
  letter-spacing: -0.01em;
}

.footer-links a:hover {
  color: #034737;
  transform: translateX(4px);
}

.footer-links a::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #034737;
  transition: width 0.3s ease;
}

.footer-links a:hover::before {
  width: 100%;
}

/* Footer Bottom */
.footer-bottom {
  padding: 30px 0;
}

.footer-bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* Social Links */
.footer-social {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.125rem;
}

.footer-social-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.footer-social-whatsapp {
  background: #25D366;
}

.footer-social-whatsapp:hover {
  background: #20BA5A;
}

.footer-social-instagram {
  background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
}

.footer-social-instagram:hover {
  background: linear-gradient(45deg, #E07522, #C91F6E, #7129A0, #4850C7);
}

.footer-social-linkedin {
  background: #0A66C2;
}

.footer-social-linkedin:hover {
  background: #084F94;
}

.footer-social-twitter {
  background: #000000;
}

.footer-social-twitter:hover {
  background: #1a1a1a;
}

.footer-social-facebook {
  background: #1877F2;
}

.footer-social-facebook:hover {
  background: #145DBF;
}

.footer-social-youtube {
  background: #FF0000;
}

.footer-social-youtube:hover {
  background: #CC0000;
}

/* Legal Links */
.footer-legal {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-legal a {
  font-size: 0.875rem;
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s ease;
  letter-spacing: -0.01em;
}

.footer-legal a:hover {
  color: #034737;
}

.footer-separator {
  color: #cbd5e1;
  font-size: 0.875rem;
}

/* Copyright */
.footer-copyright {
  text-align: center;
}

.footer-copyright p {
  font-size: 0.875rem;
  color: #94a3b8;
  margin: 0;
  letter-spacing: -0.01em;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .footer-section {
    padding: 60px 0 0;
  }

  .footer-main {
    padding-bottom: 50px;
  }

  .footer-brand {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .footer-section {
    padding: 50px 0 0;
  }

  .footer-main {
    padding-bottom: 40px;
  }

  .footer-logo {
    height: 36px;
  }

  .footer-tagline {
    font-size: 0.875rem;
  }

  .footer-column {
    margin-bottom: 30px;
  }

  .footer-column:last-child {
    margin-bottom: 0;
  }

  .newsletter-form {
    max-width: 100%;
  }

  .footer-bottom-content {
    gap: 20px;
  }

  .footer-legal {
    flex-direction: column;
    gap: 8px;
  }

  .footer-separator {
    display: none;
  }
}

@media (max-width: 640px) {
  .footer-section {
    padding: 40px 0 0;
  }

  .footer-main {
    padding-bottom: 30px;
  }

  .footer-social-link {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .newsletter-input {
    font-size: 0.875rem;
    padding: 10px 14px;
  }

  .newsletter-btn {
    padding: 10px 16px;
    font-size: 1rem;
  }
}