/* Generated by tools/build-css-bundles.ps1 - do not edit */

/* === assets/css/pricing-styles/main.css === */
: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;
}


/* === assets/css/home-styles/variables.css === */
:root {
  --primary-color: #ed3e3e;
  --secondary-color: #161616;
  --text-primary: #161616;
  --text-secondary: #333333;
  --text-light: #ffffff;
  --background-light: #f6f8fa;
  --background-cream: #fffbf4;
  --border-color: #dde1e6;
  --border-light: #cccccc;
  --accent-orange: #f8a803;
  
  --font-primary: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-baloo: 'Baloo', var(--font-primary);
  --font-sf: 'SF Pro Display', var(--font-primary);
  
  --container-max-width: 1440px;
  --container-padding: 2rem;
  --border-radius: 8px;
  --border-radius-large: 16px;
  --transition: all 0.3s ease;
  
  --z-header: 1000;
  --z-modal: 2000;
  --z-tooltip: 3000;
}


/* === assets/css/shinytxt.css === */
/* ShinyText Effect for Get Started Button */
.shiny-text {
  color: #ffffff; /* White text for contrast */
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(34, 197, 94, 0.9) 50%, /* Green accent from logo */
    rgba(59, 130, 246, 0.9) 50.5%, /* Blue accent */
    rgba(255, 255, 255, 0) 60%
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  animation: shine 3s linear infinite;
  position: relative;
}

/* Fallback for browsers that don't support background-clip: text */
@supports not (-webkit-background-clip: text) {
  .shiny-text {
    color: #22c55e; /* Green fallback */
    background: none;
    animation: none;
  }
}

@keyframes shine {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: -100%;
  }
}

.shiny-text.disabled {
  animation: none;
  color: #ffffff;
  background: none;
}

/* Shiny text effect only - keeping original button background */
.btn-primary.shiny-text-alt,
.btn-footer-primary.shiny-text-alt,
.pricing-cta.shiny-text-alt {
  background: var(--primary-color) !important; /* Keep original red background */
  color: transparent; /* Hide original text */
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  position: relative;
}

/* Shiny text effect using pseudo-element */
.btn-primary.shiny-text-alt::before,
.btn-footer-primary.shiny-text-alt::before,
.pricing-cta.shiny-text-alt::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    120deg,
    #ffffff 20%,
    #ffffff 35%,
    #22c55e 50%, /* Bright green accent from logo */
    #3b82f6 50.5%, /* Bright blue accent */
    #ffffff 65%,
    #ffffff 80%
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: shine 3s linear infinite;
  color: transparent;
  font-size: inherit;
  font-weight: inherit;
  text-align: center;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5));
}

/* Ensure proper text alignment for navigation buttons */
.nav-buttons .btn-primary.shiny-text-alt {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 130px !important;
  height: 36px !important;
  line-height: 1 !important;
}

/* Specific styling for header navigation buttons to match Login button size */
.nav-buttons .btn-primary.shiny-text-alt::before {
  font-size: 13px !important;
  font-weight: 500 !important;
}

/* Specific styling for pricing buttons to match original size */
.pricing-cta.shiny-text-alt::before {
  font-size: 14px !important;
  font-weight: 500 !important;
}

/* Fallback for browsers that don't support background-clip: text */
@supports not (-webkit-background-clip: text) {
  .btn-primary.shiny-text-alt,
  .btn-footer-primary.shiny-text-alt,
  .pricing-cta.shiny-text-alt {
    color: #ffffff !important;
    background: var(--primary-color) !important;
    font-weight: 600 !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.6) !important;
  }
  
  .btn-primary.shiny-text-alt::before,
  .btn-footer-primary.shiny-text-alt::before,
  .pricing-cta.shiny-text-alt::before {
    display: none;
  }
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .shiny-text {
    animation-duration: 4s; /* Slower on mobile for better performance */
  }
}


/* === assets/css/electric-border-advanced.css === */
/* Advanced Electric Border Effect - Animated Card Style with Lightning */
.electric-border-advanced {
  position: relative;
  display: inline-block;
  border-radius: 16px;
  padding: 3px;
  background: linear-gradient(45deg, #7df9ff, #00bfff, #7df9ff, #00bfff, #7df9ff);
  background-size: 300% 300%;
  animation: electricFlow 4s ease-in-out infinite;
  filter: drop-shadow(0 0 20px rgba(125, 249, 255, 0.4));
  overflow: visible;
}

.electric-border-advanced::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #7df9ff, #00bfff, #7df9ff, #00bfff, #7df9ff);
  background-size: 300% 300%;
  border-radius: 18px;
  z-index: -1;
  filter: blur(6px);
  opacity: 0.8;
  animation: electricFlow 4s ease-in-out infinite;
}

.electric-border-advanced::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: linear-gradient(45deg, #7df9ff, #00bfff, #7df9ff, #00bfff, #7df9ff);
  background-size: 300% 300%;
  border-radius: 20px;
  z-index: -2;
  filter: blur(12px);
  opacity: 0.6;
  animation: electricFlow 4s ease-in-out infinite;
}

@keyframes electricFlow {
  0% {
    background-position: 0% 50%;
    transform: scale(1);
  }
  25% {
    background-position: 100% 50%;
    transform: scale(1.02);
  }
  50% {
    background-position: 100% 100%;
    transform: scale(1);
  }
  75% {
    background-position: 0% 100%;
    transform: scale(1.02);
  }
  100% {
    background-position: 0% 50%;
    transform: scale(1);
  }
}

/* Pulsing glow effect */
@keyframes electricPulse {
  0%, 100% {
    box-shadow: 
      0 0 20px rgba(125, 249, 255, 0.5),
      0 0 40px rgba(125, 249, 255, 0.3),
      0 0 60px rgba(125, 249, 255, 0.1);
  }
  50% {
    box-shadow: 
      0 0 30px rgba(125, 249, 255, 0.8),
      0 0 60px rgba(125, 249, 255, 0.5),
      0 0 90px rgba(125, 249, 255, 0.2);
  }
}

.electric-border-advanced {
  animation: electricFlow 4s ease-in-out infinite, electricPulse 2s ease-in-out infinite;
}

/* Ensure the card inside has proper styling */
.electric-border-advanced .pricing-card {
  border-radius: 13px;
  background: var(--card-background, #ffffff);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* Add some electric distortion effect */
.electric-border-advanced {
  filter: drop-shadow(0 0 20px rgba(125, 249, 255, 0.4));
}

/* Hover effect for extra interactivity */
.electric-border-advanced:hover {
  animation-duration: 2s, 1s;
  filter: drop-shadow(0 0 30px rgba(125, 249, 255, 0.6));
}

/* Lightning Effect */
.lightning-bolt {
  position: absolute;
  width: 2px;
  height: 20px;
  background: linear-gradient(to bottom, #ffffff, #7df9ff, #00bfff);
  border-radius: 1px;
  opacity: 0;
  animation: lightningStrike 0.1s ease-out;
  z-index: 10;
}

.lightning-bolt::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff, #7df9ff, #00bfff);
  border-radius: 2px;
  filter: blur(1px);
  opacity: 0.7;
}

.lightning-bolt::after {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  width: 6px;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff, #7df9ff, #00bfff);
  border-radius: 3px;
  filter: blur(2px);
  opacity: 0.4;
}

@keyframes lightningStrike {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  10% {
    opacity: 1;
    transform: scaleY(1);
  }
  90% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform: scaleY(0);
  }
}

/* Lightning positions around the border */
.lightning-1 {
  top: 10%;
  left: 0;
  animation-delay: 0s;
}

.lightning-2 {
  top: 30%;
  right: 0;
  animation-delay: 0.5s;
}

.lightning-3 {
  top: 60%;
  left: 0;
  animation-delay: 1s;
}

.lightning-4 {
  top: 80%;
  right: 0;
  animation-delay: 1.5s;
}

.lightning-5 {
  top: 0;
  left: 20%;
  animation-delay: 2s;
}

.lightning-6 {
  top: 0;
  right: 20%;
  animation-delay: 2.5s;
}

.lightning-7 {
  bottom: 0;
  left: 40%;
  animation-delay: 3s;
}

.lightning-8 {
  bottom: 0;
  right: 40%;
  animation-delay: 3.5s;
}

/* Random lightning strikes */
@keyframes randomLightning {
  0%, 90%, 100% {
    opacity: 0;
  }
  5%, 15% {
    opacity: 1;
  }
}

.lightning-random {
  animation: randomLightning 4s infinite;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .electric-border-advanced {
    padding: 2px;
  }
  
  .electric-border-advanced::before {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
  }
  
  .electric-border-advanced::after {
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
  }
  
  .lightning-bolt {
    height: 15px;
  }
}


/* === assets/css/home-styles/header.css === */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 0.5px solid rgba(204, 204, 204, 0.2);
  z-index: var(--z-header);
  padding: 32px 0 24px;
}

.nav-container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 53px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 7.046px;
  text-decoration: none;
}

.logo-icon {
    width: 132.14px;
    height: 53px;
}

.logo-text {
  display: flex;
  flex-direction: column;
  gap: -17.12px;
}

.logo-primary,
.logo-secondary {
  font-family: var(--font-baloo);
  font-size: 22.02px;
  font-weight: 400;
  line-height: 34.659px;
  color: var(--text-primary);
}

.logo-primary {
  width: 73px;
  height: 35px;
}

.logo-secondary {
  width: 90.502px;
  height: 35px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-dropdown {
  display: flex;
  align-items: center;
  gap: 117px;
  padding: 16px 16px;
  background: #121212;
  border: 0.5px solid rgba(204, 204, 204, 0.2);
  border-radius: 10px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
}

.nav-items {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-item {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: var(--text-light);
  text-decoration: none;
  padding: 4px;
  transition: var(--transition);
}

.nav-item.active {
  color: var(--accent-orange);
}

.nav-item.dropdown {
  position: relative;
  cursor: pointer;
}

.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  border-radius: 8px;
  min-width: 200px;
  z-index: 100;
  flex-direction: column;
}

.nav-item.dropdown:hover .nav-dropdown-menu,
.nav-item.dropdown:focus-within .nav-dropdown-menu {
  display: flex;
}

.nav-dropdown-item {
  padding: 12px 20px;
  color: #222;
  text-decoration: none;
}

.dropdown-icon {
  width: 8px;
  height: 5px;
  display: inline-block;
  margin-left: 4px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 117px;
  padding: 10px 6px;
  background: #121212;
  border: 0.5px solid rgba(204, 204, 204, 0.2);
  border-radius: 10px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
}

.nav-buttons {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-buttons .btn-secondary {
  background: transparent;
  color: var(--text-light);
  border: none;
  padding: 10px 20px;
  height: 36px;
  width: 75px;
  font-size: 13px;
  border-radius: 6px;
}

.nav-buttons .btn-primary {
  padding: 10px 20px;
  height: 36px;
  width: 130px;
  font-size: 13px;
  border-radius: 6px;
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  z-index: calc(var(--z-header) + 1);
}

.mobile-menu-toggle span {
  width: 25px;
  height: 3px;
  background: var(--text-primary);
  margin: 3px 0;
  transition: var(--transition);
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}


/* === assets/css/pricing-styles/hero.css === */
.hero {
  background-color: var(--background-secondary);
  padding: 140px 0 60px;
  border-radius: 20px;
  margin: 10px;
}

.hero-content {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
  position: relative;
}

.hero-text {
  margin-bottom: 60px;
}

.hero-title {
  font-family: var(--font-primary);
  font-size: 52px;
  font-weight: 700;
  line-height: 1.26;
  color: var(--text-primary);
  margin-bottom: 20px;
  max-width: 484px;
  margin-left: auto;
  margin-right: auto;
}

.hero-subtitle {
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.26;
  color: var(--text-secondary);
  max-width: 558px;
  margin: 0 auto;
}

.hero-badge {
  position: absolute;
    top: 118%;
    right: 41%;
  /* top: 72px;
  right: 40px; */
  background-color: #ed3e3e;
  padding: 4px 12px;
  border-radius: 100px;
}

.badge-text {
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  color: var(--text-white);
  letter-spacing: 0.12px;
}

.billing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 290px;
  margin: 0 auto 40px;
}

.billing-option {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.billing-option.active {
  border-bottom: 1.5px solid var(--text-primary);
  padding-bottom: 6px;
}

.billing-text {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #888888;
  transition: all 0.3s ease;
}

.billing-option.active .billing-text {
  color: var(--text-primary);
  font-weight: 700;
}

.hero-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.hero-cta .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  background-color: var(--primary-color);
  color: var(--text-white);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(237, 62, 62, 0.2);
}

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

.hero-cta .btn-primary.large {
  padding: 18px 36px;
  font-size: 20px;
  font-weight: 700;
}

.hero-badge-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-badge-mobile {
  display: none;
}

/* Modern Billing Toggle Styles */
.billing-toggle-modern {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: var(--background-primary, #fff);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  padding: 2px;
  margin: 0 auto 12px auto;
  max-width: 340px;
  position: relative;
  border: none;
}

.billing-toggle-btn {
  border: none;
  background: none;
  color: var(--text-secondary, #888);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  padding: 10px 8px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  outline: none;
  min-width: 90px;
}

.billing-toggle-btn.active {
  background: var(--primary-color, #ed3e3e);
  color: var(--text-white, #fff);
  box-shadow: 0 2px 8px rgba(237,62,62,0.08);
}

.billing-savings {
  margin: 16px auto 0 auto;
  color: var(--primary-color, #ed3e3e);
  font-size: 15px;
  font-weight: 600;
  background: #fff4f4;
  border-radius: 8px;
  padding: 6px 14px;
  display: block;
  vertical-align: middle;
  text-align: center;
  max-width: 340px;
}

/* Pill-style Billing Toggle */
.billing-toggle-pill {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 48px;
  background: var(--background-light, #f6f8fa);
  border-radius: 32px;
  margin: 0 auto 16px auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.billing-toggle-pill input[type="radio"] {
  display: none;
}
.billing-toggle-pill label {
  flex: 1 1 0;
  z-index: 2;
  text-align: center;
  line-height: 48px;
  font-size: 17px;
  font-weight: 600;
  color: var(--primary-color, #ed3e3e);
  cursor: pointer;
  border-radius: 32px;
  transition: color 0.2s;
  user-select: none;
  position: relative;
}
.billing-toggle-pill input#billingMonthly:checked + label[for="billingMonthly"],
.billing-toggle-pill input#billingAnnual:checked + label[for="billingAnnual"] {
  color: var(--text-light, #fff);
}
.billing-toggle-pill .toggle-slider {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 130px;
  height: 40px;
  background: var(--primary-color, #ed3e3e);
  border-radius: 28px;
  transition: left 0.25s cubic-bezier(.4,0,.2,1);
  z-index: 1;
}
.billing-toggle-pill input#billingAnnual:checked ~ label[for="billingAnnual"] ~ .toggle-slider {
  left: 136px;
}
.billing-toggle-pill input#billingMonthly:checked ~ label[for="billingMonthly"] ~ input#billingAnnual ~ label[for="billingAnnual"] ~ .toggle-slider {
  left: 4px;
}

.billing-savings {
  display: block;
  margin: 0 auto 0 auto;
  color: var(--text-primary, #161616);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  max-width: 340px;
}
.billing-savings b {
  color: var(--text-primary, #161616);
  font-weight: 700;
}

@media (max-width: 768px) {
  .hero {
    padding: 120px 0 40px;
    margin: 5px;
  }

  .hero-content {
    padding: 0 20px;
  }

  .hero-title {
    font-size: 36px;
    max-width: 100%;
  }

  .hero-subtitle {
    font-size: 14px;
    max-width: 100%;
  }

  .hero-badge-wrapper {
    display: none !important;
  }
  .hero-badge-mobile {
    display: flex !important;
    position: absolute;
    top: -38px;
    right: 0;
    left: auto;
    margin: 0;
    transform: translateY(0);
    z-index: 2;
  }
  .billing-toggle {
    position: relative;
    z-index: 1;
  }
  .hero-badge {
    position: absolute;
    top: -38px;
    right: 0;
    left: auto;
    margin: 0;
    transform: translateY(0);
    display: inline-flex;
  }

  .billing-toggle {
    flex-direction: row !important;
    gap: 8px;
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
  }

  .billing-option {
    width: 100%;
    padding: 12px;
    background-color: var(--background-primary);
    border-radius: 8px;
    border: 1px solid var(--border-color);
  }

  .billing-option.active {
    border: 1px solid var(--primary-color);
    border-top: 1px solid var(--primary-color);
    background-color: var(--primary-color);
  }

  .billing-option.active .billing-text {
    color: var(--text-white);
  }

  .hero-cta {
    margin-top: 30px;
  }

  .hero-cta .btn-primary {
    padding: 14px 28px;
    font-size: 16px;
  }

  .hero-cta .btn-primary.large {
    padding: 16px 32px;
    font-size: 18px;
  }

  .billing-toggle-modern {
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding: 2px;
    max-width: 100%;
  }
  .billing-toggle-btn {
    width: auto;
    min-width: 90px;
    padding: 10px 8px;
    font-size: 15px;
    border-radius: 8px;
  }
  .billing-savings {
    margin: 10px 0 0 0;
    font-size: 14px;
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
}

@media (min-width: 769px) {
  .hero-badge-wrapper {
    display: flex !important;
  }
  .hero-badge-mobile {
    display: none !important;
  }
  .hero-badge {
    position: absolute;
    top: 118%;
    right: 41%;
    margin: 0;
    display: inline-flex;
  }
}

@media (max-width: 400px) {
  .billing-toggle-pill {
    width: 98vw;
    min-width: 0;
    max-width: 100%;
  }
  .billing-toggle-pill .toggle-slider {
    width: 48vw;
    min-width: 0;
    max-width: 48vw;
  }
}


/* === assets/css/pricing-styles/pricing.css === */
.pricing {
  padding: 80px 0;
  background-color: var(--background-secondary);
  margin: 10px;
  border-radius: 20px;
}

.pricing-container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(301px, 1fr));
  gap: 16px;
  justify-content: center;
}

.pricing-card {
  background-color: var(--background-primary);
  border: 1px solid var(--border-light);
  border-radius: 6px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.pricing-card.premium {
  background-color: var(--background-dark);
  color: var(--text-white);
}

.pricing-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pricing-title-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pricing-title {
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: inherit;
}

.popular-badge {
  background-color: #ed3e3e;
  color: var(--text-white);
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.12px;
  padding: 4px 12px;
  border-radius: 100px;
}

.pricing-description {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.26;
  color: var(--text-secondary);
}

.pricing-card.premium .pricing-description {
  color: var(--text-white);
}

.pricing-price {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price-display {
  display: flex;
  align-items: center;
  gap: 6px;
}

.price-amount {
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: inherit;
}

.price-period {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.26;
  color: inherit;
}

.price-billing {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: inherit;
}

.price-original {
  text-decoration: line-through;
  color: #b0b3bb;
  font-size: 1.1em;
  margin-right: 8px;
  font-weight: 500;
  vertical-align: middle;
}
.price-savings {
  color: var(--primary-color, #ed3e3e);
  font-weight: 600;
  margin-left: 4px;
  font-size: 1em;
}

.pricing-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 30px;
  border: 2px solid var(--primary-color);
  border-radius: 8px;
  background-color: var(--primary-color);
  color: var(--text-light);
  cursor: pointer;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(237, 62, 62, 0.2);
}

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

.premium-cta {
  background-color: #ed3e3e;
  border: 2px solid #ed3e3e;
  color: var(--text-white);
  box-shadow: 0 4px 12px rgba(237, 62, 62, 0.4);
}

.premium-cta:hover {
  background-color: #d63333;
  border-color: #d63333;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(237, 62, 62, 0.5);
}

.cta-text {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.cta-arrow {
  width: 6.5px;
  height: 11.5px;
}

.pricing-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-category {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: inherit;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.feature-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.feature-text {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: inherit;
}

.pricing-card .feature-text {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.26;
  color: var(--text-secondary);
}

.pricing-card.premium .feature-text {
  color: var(--text-white) !important;
}

.feature-section-title {
  display: flex;
  align-items: center;
}

.feature-section-title .feature-icon {
  margin-right: 12px;
}

@media (max-width: 1200px) {
  .pricing-container {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .pricing {
    padding: 60px 0;
    margin: 5px;
  }

  .pricing-container {
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pricing-card {
    padding: 24px 16px;
    gap: 24px;
  }

  .pricing-title {
    font-size: 18px;
  }

  .pricing-description {
    font-size: 13px;
  }

  .price-amount {
    font-size: 20px;
  }

  .pricing-cta {
    padding: 14px 24px;
  }

  .feature-text {
    font-size: 14px;
  }
}


/* === assets/css/home-styles/faq.css === */
.faq {
  background: var(--text-light);
  padding: 100px 80px;
}

.faq .section-title {
  margin-bottom: 64px;
}
.showcase--light {
    background-color: var(--color-background-light);
}
.faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: var(--text-light);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 16px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--text-primary);
  text-align: left;
  transition: var(--transition);
}

.faq-question:hover {
  background: rgba(0, 0, 0, 0.02);
}

.faq-icon {
  width: 14px;
  height: 14px;
  transition: var(--transition);
  flex-shrink: 0;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 0 16px 16px;
}

.faq-answer p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-secondary);
  margin: 0;
}

.faq-cta {
  text-align: center;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--border-color);
}

.faq-cta .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: var(--text-light);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  color: var(--text-primary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: var(--transition);
}

.faq-cta .btn-secondary:hover {
  background: var(--color-background-light);
  border-color: var(--text-primary);
  transform: translateY(-1px);
}


/* === assets/css/home-styles/footer.css === */
.footer {
  background: var(--text-primary);
  padding: 24px 80px 48px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.footer-main {
  display: flex;
  align-items: center;
  gap: 48px;
}

.footer-brand {
  flex: 1;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 7.046px;
}

.footer-logo-icon {
   width: 132.14px;
  height: 53px;
}

.footer-logo-text {
  display: flex;
  flex-direction: column;
  gap: -17.12px;
}

.footer-logo-primary,
.footer-logo-secondary {
  font-family: var(--font-baloo);
  font-size: 22.02px;
  font-weight: 400;
  line-height: 34.659px;
  color: var(--text-light);
}

.footer-logo-primary {
  width: 73px;
  height: 35px;
}

.footer-logo-secondary {
  width: 90.502px;
  height: 35px;
}

.footer-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 18px; /* adjust as needed */
}

.footer-nav-item {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: var(--text-light);
  text-decoration: none;
  padding: 4px;
  transition: var(--transition);
  white-space: nowrap;
}

.footer-nav-item.active {
  color: var(--accent-orange);
}

.footer-nav-item.dropdown {
  position: relative;
  cursor: pointer;
}

.footer-dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  bottom: 100%;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  border-radius: 8px;
  min-width: 180px;
  z-index: 10;
  flex-direction: column;
}

.footer-nav-item.dropdown:hover .footer-dropdown-menu,
.footer-nav-item.dropdown:focus-within .footer-dropdown-menu {
  display: flex;
}

.footer-dropdown-item {
  padding: 10px 18px;
  color: #222;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}

.footer-dropdown-item:hover {
  background: #f5f5f5;
}

.btn-footer-secondary {
  background: transparent;
  color: var(--text-light);
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
}

.btn-footer-primary {
  background: var(--primary-color);
  color: var(--text-light);
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex: 1;
}

.social-link {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.social-link:hover {
  transform: translateY(-2px);
}

.social-link img {
  max-width: 100%;
  max-height: 100%;
}

.footer-bottom {
  text-align: center;
}

.footer-bottom p {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: var(--text-light);
}


/* === assets/css/home-styles/responsive.css === */
/* Mobile Responsive Styles */

/* Tablet and below */
@media (max-width: 1024px) {
  .nav-container {
    padding: 0 40px;
  }
  
  .hero-background {
    padding: 150px 80px;
  }
  
  .hero-images {
    width: 100%;
    gap: 20px;
    overflow-x: auto;
    padding: 0 20px;
  }
  
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 40px;
  }
  
  .benefits-container {
    flex-direction: column;
  }
  
  .benefits-content,
  .benefits-visual {
    max-width: 100%;
    padding: 40px;
  }
  
  /* .theme-container {
    flex-direction: column;
  }
  
  .theme-content {
    padding: 40px;
  } */
  
  .package-features {
    padding: 80px 40px;
  }
  
  .features-grid-detailed {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .nav-container {
    padding: 0 20px;
  }
  
  .nav-menu {
    position: fixed;
    top: 109px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
  }
  
  .nav-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  
  .nav-dropdown {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    gap: 0;
  }
  
  .nav-items {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  
  .nav-item {
    color: var(--text-primary);
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
    width: 100%;
  }
  
  .nav-actions {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    gap: 0;
  }
  
  .nav-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  
  .nav-buttons .btn-secondary,
  .nav-buttons .btn-primary {
    width: 100%;
    height: 48px;
    font-size: 16px;
  }
  
  .nav-buttons .btn-secondary {
    color: var(--text-primary);
    border: 1px solid var(--text-primary);
  }
  
  .mobile-menu-toggle {
    display: flex;
  }
  
  .hero-background {
    padding: 100px 20px 0px 20px;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .hero-title {
    font-size: 24px;
    line-height: 1.1;
    padding: 0 5px;
    max-width: 100%;
    word-spacing: -1px;
    letter-spacing: -0.5px;
    white-space: normal;
    text-align: center;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  
  .hero-subtitle-under {
    font-size: 16px;
    line-height: 1.4;
    color: var(--text-secondary);
    text-align: center;
    margin: 15px 0 0 0;
    padding: 0 5px;
    max-width: 100%;
    white-space: normal;
  }
  
  .hero-subtitle {
    font-size: 14px;
    margin-bottom: 0px;
  }
  
  .hero-text {
    margin-bottom: 0px;
  }
  
  .hero-title {
    margin-bottom: 0px !important;
    font-size: 24px;
    line-height: 1.1;
    max-width: 100%;
    word-spacing: -1px;
    letter-spacing: -0.5px;
    white-space: normal;
    text-align: center;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  
  .hero-subtitle-below {
    text-align: center;
    margin: 20px 0;
  }
  
  .hero-subtitle-below .hero-subtitle {
    font-size: 14px;
    margin: 0 auto;
    max-width: 658px;
    padding: 0 20px;
  }
  
  /* Mobile spacing fixes for homepage sections - no spacing */
  .hero {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 60vh;
  }
  
  .hero-background {
    padding-bottom: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .hero-images-slider {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  
  .hero-content {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  
  .hero-subtitle-below {
    margin: 0px !important;
  }
  
  .hero-badges {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  
  .intro-third-line {
    font-size: 16px;
    color: var(--text-secondary);
    text-align: center;
    margin: 10px 0 0 0;
    font-weight: 500;
  }
  
  .footer {
    padding: 24px 20px 48px;
  }
  
  .footer-main {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  
  .footer-nav {
    flex-direction: column;
    gap: 15px;
  }
  
  .footer-social {
    justify-content: center;
  }
}

/* PC - Keep title in 2 lines */
@media (min-width: 769px) {
  .hero-title {
    font-size: 42px;
    line-height: 1.1;
    max-width: 1000px;
  }
  
  .intro-third-line {
    font-size: 18px;
    color: var(--text-secondary);
    text-align: center;
    margin: 15px 0 0 0;
    font-weight: 500;
  }
  
  .hero-subtitle-under {
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-secondary);
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0 10px;
    max-width: 100%;
    white-space: nowrap;
  }
  
  .hero-badges {
    flex-direction: row !important;
    gap: 20px !important;
    margin-top: 20px !important;
    margin-bottom: 40px !important;
    position: relative !important;
    z-index: 5 !important;
  }
  
  /* Restore original desktop footer layout */
  .footer {
    padding: 24px 80px 48px;
  }
  
  .footer-main {
    display: flex;
    align-items: center;
    gap: 48px;
    flex-direction: row;
    text-align: left;
  }
  
  .footer-nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 18px;
    flex-direction: row;
  }
  
  .footer-social {
    justify-content: flex-end;
  }
}
  
  .hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  
  .hero-badges {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 0px;
    position: relative;
    z-index: 5;
  }
  
  .hero-images {
    position: static;
    transform: none;
    margin-top: 0px;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .app-screenshot {
    width: 200px;
    height: 400px;
  }
  
  .intro-title {
    font-size: 24px;
  }
  
  .intro-subtitle {
    font-size: 32px;
  }
  
  .section-title {
    font-size: 28px;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 20px;
  }
  
  .partners-container {
    gap: 30px;
    padding: 0 20px;
  }
  
  .benefits-content {
    padding: 40px 20px;
  }
  
  .benefits-content h2 {
    font-size: 28px;
  }
  
  .benefits-actions {
    flex-direction: column;
    gap: 15px;
  }
  
  .benefits-visual {
    padding: 20px;
  }
  
  .device-mockup {
    width: 300px;
    height: 334px;
  }
  
  .cta-section {
    padding: 60px 20px;
  }
  
  .cta-content h2 {
    font-size: 28px;
  }
  
  .cta-actions {
    flex-direction: column;
    gap: 15px;
  }
  
  .testimonials {
    padding: 60px 20px;
  }
  
  .testimonial-card {
    flex-direction: column;
  }
  
  .testimonial-sidebar {
    width: 100%;
    padding: 30px 20px;
  }
  
  .package-features {
    padding: 60px 20px;
  }
  
  .theme-content {
    padding: 40px 20px;
  }
  
  .theme-content h2 {
    font-size: 28px;
  }
  
  /* .theme-visual {
    padding: 20px;
  } */
  
  .mobile-devices {
    width: 300px;
    height: 310px;
  }
  
  .mobile-device {
    width: 160px;
    height: 322px;
  }
  
  .faq {
    padding: 60px 20px;
  }
}

/* iPad specific styles */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-images-swiper .swiper-pagination {
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
  }
  
  .hero-badges {
    margin-top: 20px;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
  }
}

/* iPad landscape */
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  .hero-images-swiper .swiper-pagination {
    margin-bottom: 50px;
  }
  
  .hero-badges {
    margin-top: 15px;
    margin-bottom: 40px;
  }
  
  .hero-images-swiper .app-screenshot {
    height: 500px;
  }
  
  .hero-images-slider {
    width: 1100px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .hero {
    padding-top: 80px;
  }
  
  .hero-title {
    font-size: 22px;
    padding: 0 3px;
    line-height: 1.1;
    max-width: 100%;
    word-spacing: -1px;
    letter-spacing: -0.5px;
    white-space: normal;
    text-align: center;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  
  .intro-subtitle {
    font-size: 28px;
  }
  
  .section-title {
    font-size: 24px;
  }
  
  .hero-badges {
    align-items: stretch;
  }
  
  .badge {
    justify-content: center;
    text-align: center;
  }
  
  .app-screenshot {
    width: 160px;
    height: 320px;
  }
  
  .benefits-content h2,
  .theme-content h2,
  .cta-content h2 {
    font-size: 24px;
  }
  
  .device-mockup {
    width: 250px;
    height: 279px;
  }
  
  .mobile-devices {
    width: 250px;
    height: 260px;
  }
  
  .mobile-device {
    width: 130px;
    height: 261px;
  }
}

/* Responsive styles for testimonial slider */


@media (max-width: 900px) {
  .testimonials-swiper {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .testimonial-card {
    padding: 24px 16px;
    gap: 16px;
  }
  .mobile-screens.swiper {
    display: block !important;
    gap: 0 !important;
    width: 100%;
    overflow: visible;
  }
}

@media (max-width: 600px) {
  .testimonials-swiper {
    @media (max-width: 900px) {
      .mobile-screens.swiper {
        display: block !important;
        gap: 0 !important;
        width: 100%;
        overflow: visible;
      }
    }
    @media (max-width: 600px) {
      .mobile-screens.swiper {
        display: block !important;
        gap: 0 !important;
        width: 100%;
        overflow: visible;
      }
      .mobile-screen {
        width: auto !important;
        height: auto !important;
        max-width: 100%;
        max-height: 100%;
      }
    }    padding-bottom: 40px !important; /* Normal space for mobile */
  }
  .swiper-pagination {
    position: static !important;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    z-index: 10;
    pointer-events: auto;
  }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 8px;
    gap: 12px;
  }
  .testimonial-sidebar {
    align-self: flex-end;
  }
  .testimonial-header h3 {
    font-size: 1.1rem;
  }
  .testimonial-content blockquote {
    font-size: 1rem;
  }
}

/* Desktop: bullets outside and below the slider - place this AFTER the mobile media query */
@media (min-width: 601px) {
  .swiper-pagination {
    position: static !important;
    margin-top: 32px;
    text-align: center;
    z-index: 1;
  }
}



/* === assets/css/pricing-styles/responsive.css === */
.cta-section {
  background-color: var(--background-hero);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.cta-section .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.cta-section .cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 30px;
  max-width: 600px;
  margin: 0 auto;
}

.cta-section .cta-title {
  font-family: var(--font-primary);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-primary);
  margin: 0;
  max-width: 100%;
}

.cta-section .cta-description {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-secondary);
  margin: 0;
  max-width: 100%;
}

.cta-section .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 36px;
  background-color: var(--primary-color);
  color: var(--text-white);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(237, 62, 62, 0.2);
}

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

.cta-section .btn-primary.large {
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 700;
}

.cta-visual {
  flex: 1;
  position: relative;
  padding: 80px 40px 0;
  /* display: flex; */
  justify-content: space-between;
  align-items: flex-start;
  max-width: 720px;
  height: 650px;
}

.mobile-screens {
  display: flex;
  gap: 32px;
  position: relative;
  z-index: 2;
}

.mobile-screen {
  width: 196px;
  height: 420px;
  border-radius: 30px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.mobile-screen:hover {
  transform: translateY(-10px);
}

.banner-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 699px;
  height: 172px;
  object-fit: cover;
  z-index: 1;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal {
  background-color: var(--background-dark);
  border-radius: 10px;
  box-shadow: var(--shadow-modal);
  max-width: 700px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-content {
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  text-align: center;
}

.modal-title {
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
  color: var(--text-white);
  letter-spacing: -2.08px;
  max-width: 580px;
}

.modal-description {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.19;
  color: var(--text-white);
  max-width: 580px;
}

.modal-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  background-color: var(--primary-color);
  color: var(--text-white);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(237, 62, 62, 0.2);
}

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

@media (max-width: 1200px) {
  .cta-content {
    flex-direction: column;
    min-height: auto;
  }

  .cta-text-content {
    padding: 40px 20px;
    max-width: 100%;
    text-align: center;
  }

  .cta-visual {
    padding: 40px 20px;
    max-width: 100%;
    height: auto;
    justify-content: center;
  }

  .mobile-screens {
    gap: 16px;
  }

  .mobile-screen {
    width: 120px;
    height: 260px;
  }

  .banner-image {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}

@media (max-width: 900px) {
  .mobile-screens.swiper {
    display: block !important;
    gap: 0 !important;
    width: 100%;
    overflow: visible;
  }
}

@media (max-width: 768px) {
  .cta-section {
    padding: 60px 0;
  }

  .cta-section .container {
    padding: 0 20px;
  }

  .cta-section .cta-content {
    gap: 20px;
  }

  .cta-section .cta-title {
    font-size: 32px;
    max-width: 100%;
  }

  .cta-section .cta-description {
    font-size: 16px;
    max-width: 100%;
  }

  .cta-section .btn-primary {
    padding: 16px 32px;
    font-size: 16px;
  }

  .cta-section .btn-primary.large {
    padding: 18px 36px;
    font-size: 18px;
  }

  .mobile-screens {
    flex-wrap: wrap;
    gap: 12px;
  }

  .mobile-screen {
    width: 100px;
    height: 200px;
  }

  .modal-content {
    padding: 40px 20px;
    gap: 30px;
  }

  .modal-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .modal-description {
    font-size: 16px;
  }

  .mobile-screens.swiper {
    display: block !important;
    gap: 0 !important;
    width: 100%;
    overflow: visible;
  }
}

@media (max-width: 600px) {
  .mobile-screens.swiper {
    display: block !important;
    gap: 0 !important;
    width: 100%;
    overflow: visible;
  }
}

