.banner {
  padding: 16px 24px 0;
}

.banner.hidden {
  display: none;
}

.banner div {
  display: flex;
  position: relative;
  width: 100%;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: var(--Base-600, #1d1f20);
  color: var(--Base-100, #fff);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.1px;
}

.banner a {
  margin-left: 12px;
  color: var(--Base-100, #fff);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: underline;
}

.banner button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  background: none;
  border: 0;
  padding: 0;
}

.header {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--Base-100, #fff);
  border-bottom: 1px solid var(--Base-200, #edeef0);
}

.headerNav {
  margin-left: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}

.headerNav ul {
  display: flex;
  align-items: flex-start;
  list-style: none;
}

.headerNavMobileToggler {
  display: none;
}

.headerNav ul li {
  padding: 8px 16px;
}

.headerCTA {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 12px;
}

.headerLink {
  color: var(--Base-600, #1d1f20);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: -0.2px;
  text-decoration: none;
}

.headerLink:hover {
  text-decoration: underline;
}

.hero {
  margin: 80px 94px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero h2 {
  max-width: 830px;
  color: var(--Base-600, #1d1f20);
  text-align: center;
  font-family: Gilroy;
  font-size: 92px;
  line-height: 88px;
  letter-spacing: -3.6px;
}

.hero p {
  max-width: 550px;
  margin: 32px 0;
  color: var(--Base-500, #31373d);
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.3px;
}

.heroImg {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.heroFlag {
  display: inline-flex;
  padding: 2px 8px 2px 2px;
  align-items: center;
  margin-bottom: 36px;
  border-radius: 100px;
  background: var(--Dark-100, #f4f5f6);
}

.heroFlag span {
  padding: 2px 8px;
  margin-right: 8px;
  border-radius: 100px;
  background: var(--Base-600, #1d1f20);
  color: var(--Base-100, #fff);
}

.heroFlag a {
  display: flex;
  align-items: center;
  color: var(--Base-500, #31373d);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.1px;
}

.heroFlag img {
  width: 14px;
  height: 14px;
}

.heroCTA {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.proven {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 64px 94px;
  gap: 24px;
}

.card {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 36px 40px 0px 40px;
  border-radius: 20px;
  border: 1px solid var(--Base-200, #edeef0);
  background: var(--Dark-100, #f4f5f6);
}

.card::before {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: var(--Base-100, #ffffff);
  border-radius: 20px;
  border: 1px solid var(--Base-200, #edeef0);
}

.card > * {
  position: relative;
}

.card > h4 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.card > p {
  color: var(--Base-400, #555e67);
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.2px;
  margin-bottom: 64px;
}

.card > p strong {
  color: var(--Base-500, #31373d);
  font-weight: 600;
}

.card > img {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: 4px;
}

.card small {
  color: var(--Base-600, #1d1f20);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
}

.valueProp {
  margin: 120px 94px;
}

.valueProp > h2 {
  margin: 0 auto;
  max-width: 664px;
  color: var(--Base-600, #1d1f20);
  text-align: center;
  font-family: Gilroy;
  font-size: 52px;
  line-height: 58px;
  letter-spacing: -1.2px;
}

.valueProp > p {
  margin: 16px 0 64px;
  color: var(--Base-500, #31373d);
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.3px;
}

.valuePropContentSlider {
  margin-top: 64px;
}

.valuePropContentSlider .slick-slide img {
  margin: 0 auto;
}

.valuePropContentSlider .integrationsPair {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.valuePropContentSlider .integrationsPair img {
  margin: 0; /* override slide centering */
  width: 48%;
  height: auto;
}

.valuePropContent {
  display: flex;
  gap: 24px;
}

.valuePropContent div {
  transition: opacity 0.15s, color 0.15s, background-color 0.15s;
  opacity: 0.7;
  color: var(--Base-400, #555e67);
  padding: 16px;
  border-radius: 12px;
  border: 2px solid transparent;
}

.valuePropContent div.active {
  opacity: 1 !important;
  color: var(--Base-600, #1d1f20) !important;
  background-color: var(--Base-100, #fff) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  border-color: var(--Base-600, #1d1f20) !important;
}

.valuePropContent h4 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.valuePropSliderMobile {
  display: none;
}

.valuePropSliderMobile .card > img {
  max-width: 100%;
  margin: 48px auto 4px;
  max-height: 200px;
}

.valuePropSliderMobile .slick-slide {
  padding: 0 8px;
}

.valuePropCardGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.valuePropCardGrid img {
  max-height: 380px;
}

.valuePropCardGrid > div:nth-child(1),
.valuePropCardGrid > div:nth-child(4) {
  width: calc(58% - 12px);
}

.valuePropCardGrid > div:nth-child(2),
.valuePropCardGrid > div:nth-child(3) {
  width: calc(42% - 12px);
}

.valuePropCardGrid > div:nth-child(3) img {
  right: -37px;
  border-bottom-right-radius: 24px;
}

.testimonial {
  margin: 64px 94px;
  text-align: center;
}

.testimonial p {
  margin: 24px auto;
  max-width: 610px;
  color: var(--Base-600, #1d1f20);
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.3px;
}

.testimonial small {
  color: var(--Base-500, #31373d);
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.1px;
}

.testimonial small span {
  color: var(--Base-400, #555e67);
  font-weight: 400;
}

.cta {
  position: relative;
  margin: 88px 94px;
  display: flex;
  border-top: 1px solid var(--Base-200, #edeef0);
  border-bottom: 1px solid var(--Base-200, #edeef0);
}

.cta::before {
  content: "";
  position: absolute;
  top: -24px;
  bottom: -24px;
  left: 24px;
  right: 24px;
  border-left: 1px solid var(--Base-200, #edeef0);
  border-right: 1px solid var(--Base-200, #edeef0);
  z-index: -1;
}

.ctaContent {
  display: flex;
  flex-direction: column;
  padding: 56px 88px;
  border-right: 1px solid var(--Base-200, #edeef0);
}

.ctaContent h2 {
  color: var(--Base-600, #1d1f20);
  font-family: Gilroy;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.8px;
}

.ctaContent h2 span {
  color: var(--Base-300, #9098a0);
}

.ctaContent p {
  max-width: 388px;
  color: var(--Base-600, #1d1f20);
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.2px;
}

.ctaButtons {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.ctaRight {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 24px;
}

.ctaImages {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  padding: 56px 64px;
}

.ctaCells {
  display: flex;
  justify-content: space-between;
}

.ctaCells:first-child {
  border-bottom: 1px solid var(--Base-200, #edeef0);
}

.ctaCells:last-child {
  border-top: 1px solid var(--Base-200, #edeef0);
}

.ctaCells span {
  display: block;
  height: 40px;
}

.ctaCells span + span {
  border-left: 1px solid var(--Base-200, #edeef0);
}

.footer {
  background: var(--Base-600, #1d1f20);
}

.footerLinks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 64px 94px;
}

.footerTerms {
  display: flex;
  border-top: 1px solid var(--Base-500, #31373d);
  padding: 20px 92px 60px 92px;
  justify-content: space-between;
  align-items: flex-start;
  color: var(--Base-300, #9098a0);
  font-size: 12px;
  line-height: 18px;
}

.footerTerms a {
  color: var(--Base-300, #9098a0);
}

.headerNav ul li.dropdown {
  position: static;
}

.dropdown-arrow {
  font-size: 10px;
  margin-left: 3px;
  vertical-align: middle;
  display: inline-block;
  transition: transform 0.2s ease;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--Base-100, #fff);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 12px 12px;
  padding: 24px 94px;
  z-index: 100;
  margin-top: 0;
  border-top: 1px solid var(--Base-200, #edeef0);
  transition: opacity 0.2s ease;
}

.dropdown-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.headerNav ul li.dropdown.keep-open .dropdown-menu {
  display: block;
}

.headerNav ul li.dropdown.keep-open .dropdown-arrow {
  transform: rotate(180deg);
}

.headerNav ul li.dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}

.dropdown-item {
  background: var(--Dark-100, #f4f5f6);
  border-radius: 10px;
  transition: all 0.2s ease;
  height: 100%;
}

.dropdown-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.dropdown-item a {
  display: block;
  padding: 16px;
  color: var(--Base-600, #1d1f20);
  text-decoration: none;
  height: 100%;
}

.dropdown-item h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  margin-bottom: 6px;
  color: var(--Base-600, #1d1f20);
}

.dropdown-item p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.1px;
  color: var(--Base-400, #555e67);
  margin: 0;
}

/* ===== MOBILE MENU STYLES ===== */
.mobileMenu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(-100%);
  transition: transform 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
}

.mobileMenu.active {
  transform: translateX(0);
  visibility: visible;
}

body.mobileMenuOpen {
  overflow: hidden;
}

.mobileMenuHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid var(--Base-200, #edeef0);
}

.mobileMenuClose {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.mobileMenuClose:hover {
  transform: rotate(90deg);
  background-color: rgba(0, 0, 0, 0.1);
}

.mobileMenuClose:before,
.mobileMenuClose:after {
  content: "";
  position: absolute;
  top: 19px;
  left: 10px;
  right: 10px;
  height: 2px;
  background: #000;
}

.mobileMenuClose:before {
  transform: rotate(45deg);
}

.mobileMenuClose:after {
  transform: rotate(-45deg);
}

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

.mobileMenuNav li {
  border-bottom: 1px solid var(--Base-200, #edeef0);
}

.mobileMenuNav li:last-child {
  border-bottom: none;
}

.mobileMenuNav a {
  display: block;
  padding: 20px 24px;
  color: var(--Base-600, #1d1f20);
  font-size: 18px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.mobileMenuNav a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.mobileDropdown > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobileDropdown > a:after {
  content: "+";
  font-size: 24px;
  font-weight: 300;
  transition: transform 0.3s ease;
}

.mobileDropdown.active > a:after {
  content: "+";
  transform: rotate(45deg);
}

.mobileSubmenu {
  display: block;
  background: var(--Dark-100, #f4f5f6);
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.mobileDropdown.active .mobileSubmenu {
  max-height: 1000px;
}

.mobileSubmenu li {
  border-bottom: 1px solid var(--Base-200, #edeef0);
}

.mobileSubmenu li:last-child {
  border-bottom: none;
}

.mobileSubmenu a {
  padding: 16px 24px 16px 36px;
  font-size: 16px;
}

.mobileSubmenu h4 {
  margin: 0 0 4px 0;
  font-weight: 500;
  font-size: 16px;
}

.mobileSubmenu p {
  margin: 0;
  font-size: 14px;
  color: var(--Base-400, #555e67);
}

.mobileMenuCTA {
  padding: 24px;
  text-align: center;
  border-top: 1px solid var(--Base-200, #edeef0);
}

.mobileMenuCTA a {
  display: block;
  padding: 15px 16px;
  background: var(--Base-600, #1d1f20);
  color: #fff;
  border-radius: 12px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.mobileMenuCTA a:hover {
  transform: translateY(-2px);
}

@media only screen and (max-width: 767px) {
  .desktopOnly {
    display: none;
  }
  .banner div {
    flex-direction: column;
    padding-right: 36px;
  }
  .banner a {
    margin-left: 0;
  }

  .headerNavMobileToggler {
    display: block;
    background: none;
    border: none;
    padding: 8px;
    margin-left: auto;
  }

  .headerNav {
    display: none;
  }

  .headerNav ul li.dropdown .dropdown-arrow {
    display: none;
  }

  .mobileDropdown .dropdown-arrow {
    display: none;
  }

  .hero {
    margin: 42px 24px;
  }
  .hero h2 {
    max-width: 345px;
    font-size: 44px;
    line-height: normal;
  }
  .hero p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.2px;
  }
  .proven {
    margin: 42px 48px;
    gap: 20px;
  }
  .proven img {
    width: calc((100% - 40px) / 3);
  }
  .valueProp {
    margin: 42px 24px;
  }
  .valueProp > h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .valueProp > p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.2px;
  }
  .valuePropContent {
    flex-wrap: wrap;
  }
  .valuePropSliderMobile {
    display: block;
  }
  .valuePropCardGrid > div {
    width: 100% !important;
  }
  .testimonial p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.2px;
  }
  .cta {
    margin: 42px 0;
    flex-direction: column;
  }
  .ctaContent {
    align-items: center;
    text-align: center;
    padding: 40px 48px;
  }
  .ctaContent h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .ctaContent p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  .ctaButtons {
    margin-top: 20px;
  }
  .ctaCells {
    display: none;
  }
  .ctaRight {
    padding-right: 0;
  }
  .ctaImages {
    border-top: 1px solid var(--Base-200, #edeef0);
    padding: 40px 32px;
  }
  .footerLinks {
    padding: 40px 24px 20px;
  }
  .footerTerms {
    flex-direction: column-reverse;
    gap: 16px;
    padding: 20px 24px 40px;
    border-top: none;
  }
}
