@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Sora:wght@400;600;700&display=swap");

body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
.hero-title,
button,
nav a,
p,
span {
  font-family: "Sora", sans-serif;
}

.hero_cards {
  position: relative;
  left: -10px;
  padding: 10px;
  height: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.hero_cards svg {
  width: 20px;
}

.nav-links a {
  position: relative;
  font-weight: 500;
  display: inline-block;
  overflow: hidden;
  transition: color 0.3s ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, #8b5cf6, #0ea5e9);
  transition: all 0.4s ease;
  transform: translateX(-50%);
  border-radius: 5px;
}

.nav-links a:hover {
  color: transparent;
  background: linear-gradient(90deg, #8b5cf6, #0ea5e9);
  background-clip: text;
  -webkit-background-clip: text;
}

.nav-links a:hover::after {
  width: 100%;
}

.gradient-text {
  background: linear-gradient(90deg, #8b5cf6 0%, #0ea5e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-border {
  position: relative;
  background: transparent;
  border-radius: 16px;
  z-index: 1;
}

.gradient-text {
  background: linear-gradient(to right, #7F00FF, #E100FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.card-hover {
  transition: all 0.3s ease;
}

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

.feature-card:hover {
  box-shadow: 0 0 30px rgba(139, 92, 246, 0.3);
}

.popular-plan {
  border: 2px solid transparent;
  background: linear-gradient(white, white),
    linear-gradient(135deg, #8b5cf6, #0ea5e9);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  position: relative;
}

.popular-plan::after {
  content: "Most Popular";
  position: absolute;
  top: -12px;
  right: 20px;
  background: linear-gradient(135deg, #8b5cf6, #0ea5e9);
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
}

.dark .popular-plan {
  background: linear-gradient(#1f2937, #1f2937),
    linear-gradient(135deg, #8b5cf6, #0ea5e9);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.accordion.active .accordion-content {
  max-height: 500px;
}


.blob {
  filter: blur(60px);
  opacity: 0.7;
  position: absolute;
  z-index: -1;
}

.nav-open {
  transform: translateX(0);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #8b5cf6, #0ea5e9);
  border-radius: 4px;
}

.dark ::-webkit-scrollbar-track {
  background: #1f2937;
}

.glass {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.dark .glass {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-grid-pattern {
  background-image: radial-gradient(circle at 10% 20%,
      rgba(139, 92, 246, 0.1) 0%,
      transparent 20%),
    radial-gradient(circle at 90% 80%,
      rgba(14, 165, 233, 0.1) 0%,
      transparent 20%);
  background-size: 600px 600px;
}

.hero-gradient-overlay {
  background: radial-gradient(ellipse at center,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%);
}

.dark .hero-gradient-overlay {
  background: radial-gradient(ellipse at center,
      rgba(15, 23, 42, 0) 0%,
      rgba(15, 23, 42, 1) 100%);
}

.feature-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.feature-card:hover {
  transform: translateY(-10px) rotateX(5deg);
}

.shine-effect {
  position: relative;
  overflow: hidden;
}

.shine-effect::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(25deg);
  transition: all 0.6s ease;
}

.shine-effect:hover::after {
  left: 140%;
}

.pulse-effect {
  animation: pulse-slow 3s infinite;
}

.tech-grid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' fill='none' stroke='rgba(148, 163, 184, 0.1)'%3e%3cpath d='M0 .5H31.5V32'/%3e%3c/svg%3e");
}

.dark .tech-grid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' fill='none' stroke='rgba(148, 163, 184, 0.05)'%3e%3cpath d='M0 .5H31.5V32'/%3e%3c/svg%3e");
}

.cage-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: linear-gradient(90deg,
      rgba(15, 23, 42, 0.02) 1px,
      transparent 1px),
    linear-gradient(rgba(15, 23, 42, 0.02) 1px, transparent 1px);
  background-size: 30px 30px;
}

.dark .cage-bg {
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 30px 30px;
}

@keyframes float {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(5deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

@keyframes float-reverse {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(20px) rotate(-5deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

@keyframes pulse-slow {
  0% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.animate-float {
  animation: float 6s ease-in-out infinite;
}

.animate-float-reverse {
  animation: float-reverse 7s ease-in-out infinite;
}

.animate-rotate {
  animation: rotate 20s linear infinite;
}

.section-hidden {
  opacity: 0;
  transform: translateY(50px);
}

.section-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease, transform 1s ease;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.feature-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.feature-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,
      rgba(139, 92, 246, 0.2),
      rgba(14, 165, 233, 0.2));
  z-index: -1;
}

.testimonial-card {
  perspective: 1000px;
  transform-style: preserve-3d;
}

.testimonial-content {
  transform: rotateY(0deg);
  transition: transform 0.6s ease;
}

.testimonial-card:hover .testimonial-content {
  transform: rotateY(10deg);
}

.toggle-slider.active {
  background: linear-gradient(to right, #9333ea, #ec4899);
}

.dark .toggle-slider.active {
  background: #4b5563;
}

.toggle-slider.active .toggle-circle {
  transform: translateX(34px);
}

.toggle-slider {
  width: 70px;
  height: 34px;
  background: #ddd;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
}

.toggle-circle {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: all 0.4s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.pricing-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.4s ease;
}

.pricing-card:hover {
  transform: translateY(-10px) rotateX(4deg) rotateY(-4deg);
}

.card-top#starter {
  background: linear-gradient(135deg, #3b82f6, #6366f1);
}

.dark .card-top#starter {
  background: linear-gradient(135deg, #111827, #1f2937) !important;
}

.card-top#enterprise {
  background: linear-gradient(135deg, #7c3aed, #4c1d95);
}

.dark .card-top#enterprise {
  background: linear-gradient(135deg, #111827, #1f2937) !important;
}

.card-top#professional {
  background: linear-gradient(135deg, #9333ea, #ec4899);
}

.dark .card-top#professional {
  background: linear-gradient(135deg, #111827, #1f2937) !important;
}

.card-top {
  padding: 2rem;
  padding-bottom: 50px;
  color: white;
  text-align: center;
  position: relative;
}

.card-top#starter {
  background: linear-gradient(135deg, #3b82f6, #6366f1);
}

.card-top#professional {
  background: linear-gradient(135deg, #9333ea, #ec4899);
}

.card-top#enterprise {
  background: linear-gradient(135deg, #7c3aed, #4c1d95);
}

.dark .card-top#starter {
  background: linear-gradient(135deg, #1f2937, #111827) !important;
}

.dark .card-top#professional {
  background: linear-gradient(135deg, #1f2937, #111827) !important;
}

.dark .card-top#enterprise {
  background: linear-gradient(135deg, #1f2937, #111827) !important;
}

.card-top::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 80px;
  background: white;
  border-top-left-radius: 50% 40px;
  border-top-right-radius: 50% 40px;
  z-index: 1;
}

.dark .card-top::after {
  background: #111827;
}

.card-bottom {
  background: white;
  padding: 2rem;
  padding-top: 0;
  position: relative;
  z-index: 2;
}

.dark .card-bottom {
  background: #111827;
}

.btn-shine {
  color: white;
  font-weight: bold;
  padding: 0.75rem;
  border-radius: 0.5rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

#starter-btn {
  background: linear-gradient(to right, #3b82f6, #6366f1);
}

#professional-btn {
  background: linear-gradient(to right, #9333ea, #ec4899);
}

#enterprise-btn {
  background: linear-gradient(to right, #7c3aed, #4c1d95);
}

.dark .btn-shine {
  background: #1f2937 !important;
  color: #f9fafb;
}

.price {
  font-size: 3rem;
  font-weight: bold;
  display: block;
}

.process-step {
  position: relative;
  z-index: 2;
}

.process-step::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2rem;
  height: 100%;
  width: 4px;
  background: linear-gradient(to bottom,
      rgba(139, 92, 246, 0.5),
      rgba(14, 165, 233, 0.5));
  z-index: -1;
}

.process-step:last-child::after {
  display: none;
}

.decorative-circle {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}

.decorative-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(139, 92, 246, 0.15);
  z-index: -1;
  pointer-events: none;
}

.decorative-dot {
  position: absolute;
  border-radius: 50%;
  background: rgba(139, 92, 246, 0.3);
  z-index: -1;
  pointer-events: none;
}

.morph-blob {
  position: absolute;
  border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
  background: linear-gradient(45deg,
      rgba(139, 92, 246, 0.1),
      rgba(14, 165, 233, 0.1));
  z-index: -1;
  filter: blur(30px);
  opacity: 0.7;
  animation: morph 15s ease-in-out infinite;
}

@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    transform: scale(1) rotate(0deg);
  }

  33% {
    border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
    transform: scale(1.2) rotate(120deg);
  }

  66% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    transform: scale(1.1) rotate(240deg);
  }

  100% {
    border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    transform: scale(1) rotate(360deg);
  }
}

#chat-buttin {
  height: 150px;
}

#chat-button img {
  animation: floatUpDown 4s ease-in-out infinite;
  transform-origin: center;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-12px) rotate(5deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

#chatbot-header {
  background: linear-gradient(to right, #8b5cf6, #0ea5e9);
}

.dark #chatbot-header {
  background: linear-gradient(135deg, #111827, #1f2937) !important;
}

:root {
  --primary-500: #6366f1;
  --primary-600: #4f46e5;
  --primary-700: #4338ca;
  --primary-800: #3730a3;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-900: #111827;
  --dark-bg: #0f172a;
  --dark-text: #e2e8f0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.gradient-text {
  background: linear-gradient(90deg, #6366f1, #8b5cf6, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

section {
  padding: 7rem 0;
  position: relative;
  overflow: hidden;
}

.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 5rem;
}

.badge {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background-color: #e0e7ff;
  border-radius: 9999px;
  color: var(--primary-600);
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}

.dark .badge {
  background-color: rgba(99, 102, 241, 0.15);
  color: #a5b4fc;
}

h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.25rem;
  color: var(--gray-600);
  max-width: 600px;
  margin: 0 auto;
}

.dark .section-subtitle {
  color: var(--gray-300);
}

.steps-container {
  max-width: 900px;
  margin: 0 auto;
}

.step {
  display: flex;
  flex-direction: column;
  margin-bottom: 6rem;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.step.visible {
  opacity: 1;
  transform: translateY(0);
}

.step-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.step-number {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 25px -5px rgba(99, 102, 241, 0.3);
}

.step-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.step-description {
  color: var(--gray-600);
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.dark .step-description {
  color: var(--gray-300);
}

.step-image {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  margin-top: 2rem;
  position: relative;
  height: 280px;
  background: linear-gradient(120deg, #f0f9ff, #e0f2fe);
}

.dark .step-image {
  background: linear-gradient(120deg, #1e293b, #334155);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.step-image-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2rem;
}

.image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #f8fafc, #e2e8f0);
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.dark .image-placeholder {
  background: linear-gradient(45deg, #1e293b, #334155);
}

.placeholder-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.placeholder-icon i {
  font-size: 25px;
  color: white;
}

.placeholder-line {
  height: 10px;
  border-radius: 5px;
  background-color: #cbd5e1;
  margin-bottom: 0.75rem;
}

.dark .placeholder-line {
  background-color: #334155;
}

.decoration {
  position: absolute;
  z-index: -1;
  opacity: 0.05;
  pointer-events: none;
}

.decoration-1 {
  top: 10%;
  left: 5%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: linear-gradient(45deg, var(--primary-500), var(--primary-700));
  filter: blur(80px);
}

.decoration-2 {
  bottom: 15%;
  right: 5%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(45deg, #8b5cf6, #ec4899);
  filter: blur(80px);
}

.feature-img {
  will-change: transform, opacity, filter;
  transform-origin: center;
}

.review-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #4f46e5 0%, #a78bfa 100%);
  border-radius: 10px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 4px 6px rgba(79, 70, 229, 0.1),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.review_box:hover .review-icon {
  transform: rotate(15deg) scale(1.1);
  box-shadow: 0 6px 12px rgba(79, 70, 229, 0.15),
    inset 0 2px 2px rgba(255, 255, 255, 0.3);
}

.review-icon svg {
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
}

.review_row {
  overflow-x: auto;
  scrollbar-width: none;
  padding: 24px 8px;
  margin: -24px -8px;
}

.review-body {
  display: flex;
  gap: 13px;
  padding: 12px 0;
  animation: marquee 40s linear infinite;
}

.review-body:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.review_box {
  background: white;
  border-radius: 16px;
  padding: 1rem;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 320px;
  box-shadow: 0 8px 24px -4px rgba(79, 70, 229, 0.08),
    0 4px 12px -2px rgba(79, 70, 229, 0.04);
  border: 1px solid rgba(245, 243, 255, 0.8);
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(2px);
}

.review_box:hover::before {
  opacity: 1;
}

.review_description {
  font-size: 16px;
  font-family: "Sora", sans-serif;
  color: #374151;
  line-height: 1.7;
  margin-bottom: 24px;
  position: relative;
  font-weight: 400;
}

.review_name {
  font-family: "Sora", sans-serif;
  color: #111827;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px;
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}

.review_name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #4f46e5 0%, transparent 90%);
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.6s ease;
}

.review_box:hover .review_name::after {
  transform: scaleX(1);
}

@keyframes spin-slow {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes progress {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

@keyframes pulse-fast {

  0%,
  100% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }
}

@keyframes pulse-medium {

  0%,
  100% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.8;
  }
}

@keyframes pulse-slow {

  0%,
  100% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.5;
  }
}

@keyframes glow {

  0%,
  100% {
    box-shadow: 0 0 10px rgba(99, 102, 241, 0.5);
  }

  50% {
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.8);
  }
}

.animate-spin-slow {
  animation: spin-slow 20s linear infinite;
}

.animate-progress {
  animation: progress 2s ease-out forwards;
}

.animate-pulse-fast {
  animation: pulse-fast 1.5s ease-in-out infinite;
}

.animate-pulse-medium {
  animation: pulse-medium 2s ease-in-out infinite;
}

.animate-pulse-slow {
  animation: pulse-slow 2.5s ease-in-out infinite;
}

.shadow-glow {
  animation: glow 3s ease-in-out infinite alternate;
}

.shadow-3xl {
  box-shadow: 0 25px 50px -12px rgba(59, 130, 246, 0.25),
    0 0 25px -5px rgba(139, 92, 246, 0.25);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.animate-infinite-scroll {
  display: flex;
  width: max-content;
  animation: scroll 45s linear infinite;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@keyframes float {
  0% {
    transform: translateY(-50%) translateY(0);
  }

  50% {
    transform: translateY(-50%) translateY(-10px);
  }

  100% {
    transform: translateY(-50%) translateY(0);
  }
}

.animate-float {
  animation: float 4s ease-in-out infinite;
}




@media (min-width: 768px) {
  .step {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
  }

  .step:nth-child(odd) .step-content {
    order: 1;
  }

  .step:nth-child(even) .step-content {
    order: 2;
  }

  .step:nth-child(odd) .step-image {
    order: 2;
  }

  .step:nth-child(even) .step-image {
    order: 1;
  }

  .step-content {
    flex: 1;
  }

  .step-image {
    flex: 1;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  section {
    padding: 4rem 0;
  }

  h2 {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.1rem;
  }

  .step {
    margin-bottom: 4rem;
  }

  .step-title {
    font-size: 1.5rem;
  }
}
