:root {
  --primary-color: #342aef;
  --secondary-color: #ed3e3e;
  --accent-color: #f8a803;
  --text-primary: #161616;
  --text-secondary: #333333;
  --text-light: #888888;
  --text-white: #ffffff;
  --background-primary: #ffffff;
  --background-secondary: #f6f8fa;
  --background-dark: #161616;
  --background-hero: #fffbf4;
  --border-color: #dde1e6;
  --border-light: #cccccc;
  --shadow-light: 0 0 4px 0 rgba(0, 0, 0, 0.14);
  --shadow-modal: -12px 44px 100px 0 rgba(0, 0, 0, 0.3);
  --font-primary: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-display: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-brand: 'Baloo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-heading: 'Nohemi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-primary);
  line-height: 1.6;
  color: var(--text-primary);
  background-color: var(--background-primary);
  overflow-x: hidden;
}

html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  /* display: block; */
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  border-radius: 8px;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  text-decoration: none;
}

.btn-primary {
  background-color: var(--primary-color);
  color: var(--text-white);
  box-shadow: 0 2px 8px rgba(237, 62, 62, 0.2);
}

.btn-primary:hover {
  background-color: #d63333;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(237, 62, 62, 0.3);
}

.btn-secondary {
  background-color: var(--secondary-color);
  color: var(--text-white);
}

.btn-secondary:hover {
  background-color: #d63333;
  transform: translateY(-2px);
}

.btn-outline {
  background-color: transparent;
  color: var(--text-primary);
  border: 1px solid var(--border-light);
}

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

.section {
  padding: 80px 0;
}

.section-title {
  font-family: var(--font-primary);
  font-size: 52px;
  font-weight: 700;
  line-height: 1.26;
  text-align: center;
  color: var(--text-primary);
  margin-bottom: 20px;
}

.section-subtitle {
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.26;
  text-align: center;
  color: var(--text-secondary);
  margin-bottom: 60px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cta-mobile-swiper {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 24px auto;
  padding-bottom: 32px;
}

.cta-mobile-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-screen {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  display: block;
}

@media (max-width: 900px) {
  .mobile-screen {
    max-width: none;
    width: auto;
  }
}

@media (max-width: 600px) {
  .mobile-screen {
    max-width: none;
    width: auto;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }

  .section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 36px;
  }

  .btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

#cta-pagination {
  pointer-events: auto !important;
  z-index: 10;
}

/* Feature Comparison Table Styles */
.feature-compare-section {
  margin: 64px 0 0 0;
  padding: 0 16px;
}
.feature-compare-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
  color: var(--primary-color, #ed3e3e);
}
.feature-compare-table-wrapper {
  overflow-x: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  padding: 0;
}
.feature-compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}
.feature-compare-table th, .feature-compare-table td {
  padding: 16px 12px;
  text-align: center;
  font-size: 1rem;
  border-bottom: 1px solid #f0f0f0;
}
.feature-compare-table th {
  background: #fafbfc;
  color: #161616;
  font-weight: 700;
  font-size: 1.1rem;
  position: sticky;
  top: 0;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  border-bottom: 2px solid #e0e0e0;
}
.feature-compare-table td {
  color: #222;
}
.feature-compare-table tr td:first-child, .feature-compare-table tr th:first-child {
  text-align: left;
  font-weight: 500;
  color: #161616;
  background: #fafbfc;
}
.feature-compare-table tr:nth-child(even) td {
  background: #fcfcfc;
}
.feature-compare-table tr:nth-child(odd) td {
  background: #fff;
}
.feature-compare-table td {
  vertical-align: middle;
}
.feature-compare-table td {
  font-size: 1rem;
}
@media (max-width: 900px) {
  .feature-compare-table {
    min-width: 600px;
    font-size: 0.95rem;
  }
  .feature-compare-title {
    font-size: 1.3rem;
  }
}
@media (max-width: 600px) {
  .feature-compare-table {
    min-width: 400px;
    font-size: 0.9rem;
  }
  .feature-compare-title {
    font-size: 1.1rem;
  }
}

.feature-compare-table thead th {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Remove previous sticky header/table split styles if present */
.feature-compare-sticky-header {
  position: static;
  box-shadow: none;
  border-bottom: none;
  background: none;
}

.feature-compare-table-header,
.feature-compare-table-body {
  width: 100%;
  table-layout: auto;
}

/* Remove duplicate heading spacing if needed */
.feature-compare-table-wrapper > .feature-compare-title {
  display: none;
}
