/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  position: relative;
  padding: 96px 0 0;
  overflow: hidden;
  background: linear-gradient(145deg, #06081a 0%, #0d1240 25%, #0a0f2e 50%, #080c22 75%, #04060f 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 600px 400px at 15% 30%, rgba(99, 102, 241, 0.18) 0%, transparent 70%),
    radial-gradient(ellipse 500px 350px at 80% 20%, rgba(168, 85, 247, 0.14) 0%, transparent 70%),
    radial-gradient(ellipse 400px 300px at 60% 80%, rgba(14, 165, 233, 0.10) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.hero .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.06;
}

.hero .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero .badge-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(99, 102, 241, 0.15);
  border: 1px solid rgba(99, 102, 241, 0.35);
  color: #a5b4fc;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

.hero .badge-label i {
  font-size: 16px;
  color: #818cf8;
}

.hero h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 24px;
  color: #ffffff;
}

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

.hero .lead {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  max-width: 520px;
  margin: 0 auto 32px;
}

.hero .hero-actions {
  margin-bottom: 80px;
}

.hero .hero-actions .btn-main {
  background: linear-gradient(90deg, #6366f1, #a855f7);
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.4);
}

.hero .hero-actions .btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(99, 102, 241, 0.55);
}

.hero .hero-actions .btn-outline {
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.85);
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero .hero-actions .btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

.hero .hero-counters {
  background: linear-gradient(90deg, #6366f1, #a855f7, #ec4899, #f97316);
  border-radius: 8px 8px 0 0;
  padding: 32px;
}

.hero .hero-counters .counter-item {
  text-align: center;
}

.hero .hero-counters .counter-item h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

.hero .hero-counters .counter-item p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  margin: 4px 0 0;
}

@media (max-width: 991px) {
  .hero {
    padding: 80px 0 0;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero .hero-actions {
    margin-bottom: 48px;
  }
}

@media (max-width: 575px) {
  .hero {
    padding: 64px 0 0;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero .lead {
    font-size: 16px;
  }

  .hero .hero-actions {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .hero .hero-actions .btn-main,
  .hero .hero-actions .btn-outline {
    width: 100%;
    justify-content: center;
  }

  .hero .hero-counters {
    padding: 24px 16px;
  }

  .hero .hero-counters .counter-item h3 {
    font-size: 28px;
  }
}


.hero-phone {
  width: 260px;
  max-height: 520px;
  background: rgba(13, 18, 64, 0.8);
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, .08);
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0, 0, 0, .6), 0 0 0 1px rgba(255, 255, 255, .05);
}

.phone-screen {
  padding: 20px 16px;
  height: 100%;
}

.phone-notch {
  width: 80px;
  height: 8px;
  background: rgba(255, 255, 255, .1);
  border-radius: 4px;
  margin: 0 auto 20px;
}

.phone-card {
  background: var(--user-gradient) !important;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 12px;
}

.phone-card-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: .6rem;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.phone-card-val {
  color: #ffffff;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-top: 4px;
  font-weight: 700;
}

.phone-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}

.phone-item {
  background: rgba(255, 255, 255, .06);
  border-radius: 12px;
  padding: 12px 10px;
  text-align: center;
}

.phone-icon {
  font-size: 1.2rem;
  margin-bottom: 4px;
  color: #818cf8;
}

.phone-label {
  color: rgba(255, 255, 255, 0.55);
  font-size: .55rem;
  text-transform: uppercase;
  letter-spacing: .3px;
}

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

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/

/* Per-card color cycling */
.services .row > div:nth-child(1) { --svc-color: #6366f1; }
.services .row > div:nth-child(2) { --svc-color: #a855f7; }
.services .row > div:nth-child(3) { --svc-color: #f97316; }
.services .row > div:nth-child(4) { --svc-color: #0ea5e9; }
.services .row > div:nth-child(5) { --svc-color: #10b981; }
.services .row > div:nth-child(6) { --svc-color: #ec4899; }

.services .services-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  min-height: 400px;
}

.services .services-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services .services-image .image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(6, 8, 26, 0.95) 0%,
      rgba(6, 8, 26, 0.3) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}

.services .services-image .image-overlay h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 16px;
}

.services .services-image .image-overlay .overlay-link {
  color: #818cf8;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}

.services .services-image .image-overlay .overlay-link:hover {
  gap: 12px;
}

.services .service-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 25px;
  border-radius: 12px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  height: 100%;
  transition: all 0.3s ease;
}

.services .service-item:hover {
  border-color: var(--svc-color);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--svc-color), transparent 80%);
  transform: translateY(-4px);
}

.services .service-item:hover .service-icon {
  transform: scale(1.1) rotate(-5deg);
}

.services .service-item .service-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--svc-color, #6366f1), transparent 88%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.services .service-item .service-icon i {
  font-size: 24px;
  color: var(--svc-color, #6366f1);
  transition: all 0.3s ease;
}

.services .service-item .service-body h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.services .service-item .service-body p {
  font-size: 14px;
  line-height: 1.6;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0;
}

@media (max-width: 991px) {
  .services .services-image {
    min-height: 300px;
    margin-bottom: 8px;
  }
}

@media (max-width: 575px) {
  .services .service-item {
    flex-direction: column;
    padding: 24px;
  }
}


/* =======================
  SEO Section
======================= */
.seo-parent .seo-section {
  background: var(--background-color);
}

.seo-parent .seo-content {
  padding: 10px;
}

.seo-parent .seo-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--heading-color);
}

.seo-parent .seo-gradient {
  background: linear-gradient(90deg, #6366f1, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.seo-parent .seo-description {
  font-size: 1.1rem;
  color: var(--default-color);
  margin-bottom: 30px;
  line-height: 1.6;
}

.seo-parent .seo-features {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.seo-parent .seo-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--default-color);
  font-size: 0.95rem;
}

.seo-parent .seo-icon {
  font-size: 1.2rem;
}

.seo-parent .seo-features .seo-feature:nth-child(1) .seo-icon { color: #6366f1; }
.seo-parent .seo-features .seo-feature:nth-child(2) .seo-icon { color: #f59e0b; }
.seo-parent .seo-features .seo-feature:nth-child(3) .seo-icon { color: #10b981; }
.seo-parent .seo-features .seo-feature:nth-child(4) .seo-icon { color: #0ea5e9; }
.seo-parent .seo-features .seo-feature:nth-child(5) .seo-icon { color: #a855f7; }
.seo-parent .seo-features .seo-feature:nth-child(6) .seo-icon { color: #ec4899; }

.seo-parent .seo-card {
  background: var(--surface-color);
  padding: 25px;
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.seo-parent .seo-window-dots {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.seo-parent .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.seo-parent .dot.red   { background: #ef4444; }
.seo-parent .dot.yellow { background: #f4c025; }
.seo-parent .dot.green  { background: #22c358; }

.seo-parent .seo-stat {
  margin-bottom: 18px;
}

.seo-parent .seo-stat-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: var(--default-color);
  margin-bottom: 5px;
}

.seo-parent .seo-progress {
  height: 8px;
  background: color-mix(in srgb, var(--default-color), transparent 90%);
  border-radius: 10px;
  overflow: hidden;
}

.seo-parent .seo-stat:nth-child(2) .seo-progress-bar { background: linear-gradient(90deg, #6366f1, #a855f7); }
.seo-parent .seo-stat:nth-child(3) .seo-progress-bar { background: linear-gradient(90deg, #0ea5e9, #10b981); }
.seo-parent .seo-stat:nth-child(4) .seo-progress-bar { background: linear-gradient(90deg, #f59e0b, #f97316); }
.seo-parent .seo-stat:nth-child(5) .seo-progress-bar { background: linear-gradient(90deg, #ec4899, #a855f7); }

.seo-parent .seo-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #6366f1, #a855f7);
  border-radius: 10px;
  transition: width 0.6s ease-in-out;
}

@media (max-width: 768px) {
  .seo-parent .seo-title {
    font-size: 2rem;
  }

  .seo-parent .seo-description {
    font-size: 1rem;
  }

  .seo-parent .seo-card {
    padding: 20px;
  }
}

/* =======================
   Contact Section
======================= */
.contact-section {
  background:
    linear-gradient(rgba(6, 8, 26, 0.75), rgba(6, 8, 26, 0.75)),
    url("../../landing/img/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.contact-section .contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  margin: auto;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 50px 30px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-section .contact-icon i {
  font-size: 3rem;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-right: 20px;
  display: inline-block;
}

.contact-section .contact-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.contact-section .contact-description {
  max-width: 100%;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.contact-section .contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(90deg, #6366f1, #a855f7);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.4);
}

.contact-section .contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(99, 102, 241, 0.55);
}

.contact-section .contact-btn i {
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .contact-section .contact-card {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .contact-section .contact-title {
    font-size: 1.5rem;
  }

  .contact-section .contact-icon i {
    margin: 0;
  }
}


.contact-card.contact-card1 {
  flex-direction: column;
}

.contact-section .contact-card.contact-card1 .contact-icon i {
  margin-right: 0;
  margin-bottom: 20px;
}

.contact-section .contact-card.contact-card1 .contact-description {
  padding-bottom: 20px;
}

.contact-section .contact-card.contact-card1 .contact-button-area {
  display: flex;
  gap: 20px;
}

.contact-section .contact-card.contact-card1 .contact-btn {
  border-radius: 30px;
}

.contact-section .contact-card.contact-card1 .contact-btn.contact-btn2 {
  background: transparent;
  border: 2px solid rgba(99, 102, 241, 0.5);
  color: #a5b4fc;
  box-shadow: none;
}

/* =======================
   Tech Section
======================= */

/* Per-card color cycling (12 cards) */
.tech-section .row > div:nth-child(1)  { --tc: #6366f1; }
.tech-section .row > div:nth-child(2)  { --tc: #a855f7; }
.tech-section .row > div:nth-child(3)  { --tc: #10b981; }
.tech-section .row > div:nth-child(4)  { --tc: #0ea5e9; }
.tech-section .row > div:nth-child(5)  { --tc: #f97316; }
.tech-section .row > div:nth-child(6)  { --tc: #ec4899; }
.tech-section .row > div:nth-child(7)  { --tc: #f59e0b; }
.tech-section .row > div:nth-child(8)  { --tc: #14b8a6; }
.tech-section .row > div:nth-child(9)  { --tc: #6366f1; }
.tech-section .row > div:nth-child(10) { --tc: #a855f7; }
.tech-section .row > div:nth-child(11) { --tc: #10b981; }
.tech-section .row > div:nth-child(12) { --tc: #0ea5e9; }

.tech-section .tech-card {
  background: color-mix(in srgb, var(--tc, #6366f1), transparent 92%);
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  transition: 0.3s ease;
  border: 1px solid color-mix(in srgb, var(--tc, #6366f1), transparent 80%);
  height: 100%;
}

.tech-section .tech-card:hover {
  border-color: var(--tc, #6366f1);
  transform: translateY(-5px);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--tc, #6366f1), transparent 75%);
}

.tech-section .tech-icon {
  font-size: 32px;
  color: var(--tc, #6366f1);
  display: block;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

.tech-section .tech-card:hover .tech-icon {
  transform: scale(1.15) rotate(-5deg);
}

.tech-section .tech-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--default-color);
}

@media (max-width: 768px) {
  .tech-section .tech-title h2 {
    font-size: 2rem;
  }

  .tech-section .tech-subtitle {
    font-size: 1rem;
  }
}

/* =======================
   Agile Section
======================= */

/* Per-step color cycling (6 steps) */
.agile-section .agile-timeline > div:nth-child(1) { --ag: #6366f1; }
.agile-section .agile-timeline > div:nth-child(2) { --ag: #a855f7; }
.agile-section .agile-timeline > div:nth-child(3) { --ag: #0ea5e9; }
.agile-section .agile-timeline > div:nth-child(4) { --ag: #10b981; }
.agile-section .agile-timeline > div:nth-child(5) { --ag: #f97316; }
.agile-section .agile-timeline > div:nth-child(6) { --ag: #ec4899; }

.agile-section .agile-timeline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0;
}

.agile-section .agile-timeline::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, #6366f1, #a855f7, #0ea5e9, #10b981, #f97316, #ec4899);
  z-index: 1;
}

.agile-section .agile-item,
.agile-section .agile-item.reverse {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 16.66%;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.agile-section .agile-icon {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  margin: 0 auto 20px auto !important;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--ag, #6366f1), color-mix(in srgb, var(--ag, #6366f1), #ffffff 30%));
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 6px 20px color-mix(in srgb, var(--ag, #6366f1), transparent 60%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.agile-section .agile-item:hover .agile-icon {
  transform: scale(1.1) translateY(-4px) !important;
  box-shadow: 0 10px 28px color-mix(in srgb, var(--ag, #6366f1), transparent 45%);
}

.agile-section .agile-content,
.agile-section .agile-content.left {
  width: 100% !important;
  text-align: center !important;
  padding: 0 10px !important;
}

.agile-section .agile-content h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--heading-color);
}

.agile-section .agile-content p {
  font-size: 13px;
  line-height: 1.5;
  color: var(--default-color);
  margin: 0;
  opacity: 0.8;
}

@media (max-width: 991px) {
  .agile-section .agile-timeline {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }

  .agile-section .agile-timeline::before {
    display: none;
  }

  .agile-section .agile-item,
  .agile-section .agile-item.reverse {
    flex-direction: column !important;
    width: 100% !important;
    text-align: center !important;
    gap: 10px;
    margin-bottom: 40px;
    align-items: center !important;
  }

  .agile-section .agile-icon {
    margin: 0 auto 15px auto !important;
    flex-shrink: 0;
    width: 55px !important;
    height: 55px !important;
    font-size: 20px !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
  }

  .agile-section .agile-content,
  .agile-section .agile-content.left {
    text-align: center !important;
    padding: 0 15px !important;
    width: 100% !important;
  }

  .agile-section .agile-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .agile-section .agile-content p {
    font-size: 14px;
    max-width: 300px;
    margin: 0 auto;
  }
}

/* =======================
   eCom Section
======================= */

/* Per-card color cycling (9 cards) */
.ecom-section .row > div:nth-child(1) { --ec: #6366f1; }
.ecom-section .row > div:nth-child(2) { --ec: #a855f7; }
.ecom-section .row > div:nth-child(3) { --ec: #0ea5e9; }
.ecom-section .row > div:nth-child(4) { --ec: #10b981; }
.ecom-section .row > div:nth-child(5) { --ec: #f97316; }
.ecom-section .row > div:nth-child(6) { --ec: #ec4899; }
.ecom-section .row > div:nth-child(7) { --ec: #f59e0b; }
.ecom-section .row > div:nth-child(8) { --ec: #14b8a6; }
.ecom-section .row > div:nth-child(9) { --ec: #6366f1; }

.ecom-section .ecom-card {
  background: var(--surface-color);
  border-radius: 12px;
  padding: 25px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  transition: 0.3s ease;
  height: 100%;
}

.ecom-section .ecom-card:hover {
  transform: translateY(-6px);
  border-color: var(--ec, #6366f1);
  box-shadow: 0 12px 32px color-mix(in srgb, var(--ec, #6366f1), transparent 78%);
}

.ecom-section .ecom-icon {
  font-size: 32px;
  color: var(--ec, #6366f1);
  margin-bottom: 15px;
  display: inline-block;
  transition: 0.3s ease;
}

.ecom-section .ecom-card:hover .ecom-icon {
  transform: scale(1.15) rotate(-5deg);
}

.ecom-section .ecom-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--heading-color);
}

.ecom-section .ecom-card p {
  font-size: 0.9rem;
  color: var(--default-color);
  line-height: 1.6;
  margin: 0;
}

/* =======================
   Benefit Section
======================= */

/* Per-card color cycling (6 cards) */
.benefit-section .row > div:nth-child(1) { --bc: #6366f1; }
.benefit-section .row > div:nth-child(2) { --bc: #a855f7; }
.benefit-section .row > div:nth-child(3) { --bc: #f97316; }
.benefit-section .row > div:nth-child(4) { --bc: #0ea5e9; }
.benefit-section .row > div:nth-child(5) { --bc: #10b981; }
.benefit-section .row > div:nth-child(6) { --bc: #ec4899; }

.benefit-section .benefit-card {
  padding: 25px;
  border-radius: 12px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  transition: 0.3s ease;
  height: 100%;
}

.benefit-section .benefit-card:hover {
  transform: translateY(-5px);
  border-color: var(--bc, #6366f1);
  box-shadow: 0 10px 28px color-mix(in srgb, var(--bc, #6366f1), transparent 78%);
}

.benefit-section .benefit-icon {
  width: 48px;
  height: 48px;
  background: color-mix(in srgb, var(--bc, #6366f1), transparent 85%);
  color: var(--bc, #6366f1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-shrink: 0;
  font-size: 20px;
  transition: 0.3s ease;
}

.benefit-section .benefit-card:hover .benefit-icon {
  background: var(--bc, #6366f1);
  color: #ffffff;
  transform: scale(1.1) rotate(-5deg);
}

.benefit-section .benefit-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--heading-color);
}

.benefit-section .benefit-card p {
  font-size: 0.9rem;
  color: var(--default-color);
  line-height: 1.6;
  margin: 0;
}

/* =======================
   Feature Section
======================= */

/* Per-card color cycling (8 cards) */
.features-section .row > div:nth-child(1) { --fc: #6366f1; }
.features-section .row > div:nth-child(2) { --fc: #f59e0b; }
.features-section .row > div:nth-child(3) { --fc: #10b981; }
.features-section .row > div:nth-child(4) { --fc: #0ea5e9; }
.features-section .row > div:nth-child(5) { --fc: #a855f7; }
.features-section .row > div:nth-child(6) { --fc: #ec4899; }
.features-section .row > div:nth-child(7) { --fc: #f97316; }
.features-section .row > div:nth-child(8) { --fc: #14b8a6; }

.features-section .feature-card {
  background: var(--surface-color);
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  position: relative;
  overflow: hidden;
}

.features-section .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px color-mix(in srgb, var(--fc, #6366f1), transparent 78%);
  border-color: var(--fc, #6366f1);
}

.features-section .feature-card .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  color: var(--fc, #6366f1);
  margin: 0 auto 15px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--fc, #6366f1), transparent 88%);
  display: inline-block;
  transition: all 0.3s ease;
}

.features-section .feature-card:hover .icon {
  transform: scale(1.15) rotate(5deg);
  background: var(--fc, #6366f1);
  color: #ffffff;
}

.features-section .feature-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--heading-color);
}

.features-section .feature-card p {
  font-size: 14px;
  color: var(--default-color);
  margin: 0;
}

.features-section .feature-card::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: radial-gradient(circle, color-mix(in srgb, var(--fc, #6366f1), transparent 80%), transparent);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
  border-radius: 50%;
  z-index: 0;
}

.features-section .feature-card:hover::before {
  width: 200%;
  height: 200%;
}

.features-section .feature-card * {
  position: relative;
  z-index: 1;
}

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

  .features-section .feature-card {
    padding: 25px;
  }
}

/* =======================
   Industry Section
======================= */

/* Per-card color cycling (12 cards) */
.industries-section .row > div:nth-child(1)  { --ic: #6366f1; }
.industries-section .row > div:nth-child(2)  { --ic: #a855f7; }
.industries-section .row > div:nth-child(3)  { --ic: #0ea5e9; }
.industries-section .row > div:nth-child(4)  { --ic: #10b981; }
.industries-section .row > div:nth-child(5)  { --ic: #f97316; }
.industries-section .row > div:nth-child(6)  { --ic: #ec4899; }
.industries-section .row > div:nth-child(7)  { --ic: #f59e0b; }
.industries-section .row > div:nth-child(8)  { --ic: #14b8a6; }
.industries-section .row > div:nth-child(9)  { --ic: #6366f1; }
.industries-section .row > div:nth-child(10) { --ic: #a855f7; }
.industries-section .row > div:nth-child(11) { --ic: #0ea5e9; }
.industries-section .row > div:nth-child(12) { --ic: #10b981; }

.industry-card {
  background: color-mix(in srgb, var(--ic, #6366f1), transparent 93%);
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  transition: 0.3s ease;
  border: 1px solid color-mix(in srgb, var(--ic, #6366f1), transparent 82%);
  height: 100%;
}

.industry-card:hover {
  transform: translateY(-6px);
  border-color: var(--ic, #6366f1);
  box-shadow: 0 10px 28px color-mix(in srgb, var(--ic, #6366f1), transparent 78%);
}

.industry-card .icon {
  font-size: 28px;
  color: var(--ic, #6366f1);
  margin-bottom: 10px;
  display: block;
  transition: 0.3s;
}

.industry-card:hover .icon {
  transform: scale(1.2);
}

.industry-card span {
  font-size: 14px;
  font-weight: 500;
  color: var(--heading-color);
  display: block;
}

/* =======================
   Process Section
======================= */

/* Per-card color cycling (7 cards) */
.process-section .row > div:nth-child(1) { --pc: #6366f1; }
.process-section .row > div:nth-child(2) { --pc: #a855f7; }
.process-section .row > div:nth-child(3) { --pc: #0ea5e9; }
.process-section .row > div:nth-child(4) { --pc: #10b981; }
.process-section .row > div:nth-child(5) { --pc: #f97316; }
.process-section .row > div:nth-child(6) { --pc: #ec4899; }
.process-section .row > div:nth-child(7) { --pc: #f59e0b; }

.process-card {
  background: var(--surface-color);
  border-radius: 12px;
  padding: 30px 25px 25px;
  text-align: center;
  transition: 0.3s ease;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  height: 100%;
  position: relative;
}

.process-card:hover {
  transform: translateY(-8px);
  border-color: var(--pc, #6366f1);
  box-shadow: 0 12px 32px color-mix(in srgb, var(--pc, #6366f1), transparent 78%);
}

.process-card .step-number {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 35px;
  height: 35px;
  background: var(--pc, #6366f1);
  color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--pc, #6366f1), transparent 55%);
}

.process-card .icon {
  font-size: 36px;
  color: var(--pc, #6366f1);
  margin-bottom: 15px;
  display: inline-block;
  transition: 0.3s;
}

.process-card:hover .icon {
  transform: scale(1.2) rotate(-5deg);
}

.process-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--heading-color);
}

.process-card p {
  font-size: 14px;
  color: var(--default-color);
  line-height: 1.6;
}

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

  .process-card .step-number {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* =======================
  Why Section
======================= */

/* Per-card color cycling (6 cards) */
.why-section .row > div:nth-child(1) { --wc: #6366f1; }
.why-section .row > div:nth-child(2) { --wc: #a855f7; }
.why-section .row > div:nth-child(3) { --wc: #0ea5e9; }
.why-section .row > div:nth-child(4) { --wc: #10b981; }
.why-section .row > div:nth-child(5) { --wc: #f97316; }
.why-section .row > div:nth-child(6) { --wc: #ec4899; }

.why-section .why-card {
  background: var(--surface-color);
  padding: 25px;
  border-radius: 12px;
  text-align: left;
  transition: all 0.3s ease;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  height: 100%;
}

.why-section .why-card:hover {
  transform: translateY(-8px);
  border-color: var(--wc, #6366f1);
  box-shadow: 0 12px 32px color-mix(in srgb, var(--wc, #6366f1), transparent 78%);
}

.why-section .why-card .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--wc, #6366f1), transparent 88%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.why-section .why-card .icon {
  font-size: 26px;
  color: var(--wc, #6366f1);
  transition: 0.3s;
}

.why-section .why-card:hover .icon-box {
  background: var(--wc, #6366f1);
}

.why-section .why-card:hover .icon {
  color: #ffffff;
  transform: scale(1.1);
}

.why-section .why-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--heading-color);
}

.why-section .why-card p {
  font-size: 14px;
  color: var(--default-color);
  line-height: 1.6;
  margin: 0;
}

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

/* =======================
   Mobile App Section
======================= */

#mobileapp .section-label {
  display: inline-block;
  background: rgba(99, 102, 241, 0.1);
  color: #6366f1;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
  border: 1px solid rgba(99, 102, 241, 0.2);
}

#mobileapp .section-title-mobile {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
  color: var(--default-color);
}

#mobileapp .gradient-text {
  background: linear-gradient(90deg, #6366f1, #a855f7, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

#mobileapp .section-sub {
  color: var(--default-color);
  opacity: 0.7;
  font-size: 1.05rem;
  max-width: 600px;
  line-height: 1.7;
}

#mobileapp .app-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

#mobileapp .app-chips .chip:nth-child(1) { --chip-c: #6366f1; }
#mobileapp .app-chips .chip:nth-child(2) { --chip-c: #a855f7; }
#mobileapp .app-chips .chip:nth-child(3) { --chip-c: #10b981; }
#mobileapp .app-chips .chip:nth-child(4) { --chip-c: #0ea5e9; }
#mobileapp .app-chips .chip:nth-child(5) { --chip-c: #f97316; }
#mobileapp .app-chips .chip:nth-child(6) { --chip-c: #ec4899; }

#mobileapp .chip {
  background: color-mix(in srgb, var(--chip-c, #6366f1), transparent 88%);
  color: var(--chip-c, #6366f1);
  border: 1px solid color-mix(in srgb, var(--chip-c, #6366f1), transparent 70%);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: .82rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

#mobileapp .chip i {
  color: var(--chip-c, #6366f1);
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
  display: inline-block;
  transition: transform 0.3s ease;
}

#mobileapp .chip:hover {
  background: var(--chip-c, #6366f1);
  color: #ffffff;
  transform: translateY(-2px);
}

#mobileapp .chip:hover i {
  color: #ffffff;
  transform: scale(1.2) rotate(-5deg);
  filter: none;
}

#mobileapp .btn-primary {
  background: linear-gradient(90deg, #6366f1, #a855f7);
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .3s;
  border: none;
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.4);
}

#mobileapp .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(99, 102, 241, 0.55);
}

#mobileapp .btn-secondary-outline {
  border: 2px solid rgba(99, 102, 241, 0.4);
  color: #6366f1;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .3s;
  cursor: pointer;
  font-size: 1rem;
}

#mobileapp .btn-secondary-outline:hover {
  background: rgba(99, 102, 241, 0.08);
  border-color: #6366f1;
}

/* App mock items per-card colors (4 items) */
#mobileapp .row > div:nth-child(1) { --ami-color: #6366f1; }
#mobileapp .row > div:nth-child(2) { --ami-color: #a855f7; }
#mobileapp .row > div:nth-child(3) { --ami-color: #0ea5e9; }
#mobileapp .row > div:nth-child(4) { --ami-color: #10b981; }

#mobileapp .app-mock-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 30px 24px;
  border-radius: 20px;
  background: transparent;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s ease;
  border: 1px solid color-mix(in srgb, var(--ami-color, #6366f1), transparent 75%);
  cursor: pointer;
}

#mobileapp .app-mock-item::before {
  content: "";
  position: absolute;
  inset: -1.5px;
  border-radius: 22px;
  padding: 1.5px;
  background: linear-gradient(135deg, var(--ami-color, #6366f1), color-mix(in srgb, var(--ami-color, #6366f1), #ffffff 40%));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

#mobileapp .app-mock-item:hover {
  border-color: transparent;
  box-shadow: 0 20px 40px color-mix(in srgb, var(--ami-color, #6366f1), transparent 75%);
}

#mobileapp .app-mock-item:hover::before {
  opacity: 1;
}

#mobileapp .ami-icon i {
  font-size: 2.4rem;
  display: inline-block;
  color: var(--ami-color, #6366f1);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#mobileapp .app-mock-item:hover .ami-icon i {
  transform: translateY(-10px);
}

#mobileapp .ami-name {
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--default-color);
  letter-spacing: -0.5px;
  transition: transform 0.4s ease;
}

#mobileapp .ami-tag {
  font-size: 0.95rem;
  color: var(--default-color);
  opacity: 0.65;
  line-height: 1.5;
  font-weight: 500;
  transition: transform 0.4s ease;
}

#mobileapp .app-mock-item:hover .ami-name {
  transform: translateY(-5px);
}

#mobileapp .app-mock-item:hover .ami-tag {
  transform: translateY(-3px);
  opacity: 0.85;
}


/* =======================
   Whitelabel Section
======================= */

.whitelable-solution {
  background-color: rgba(99, 102, 241, 0.1);
  color: #6366f1;
  border: 1px solid rgba(99, 102, 241, 0.2);
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.whitelabel-heading {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
}

.wl-card-modern {
  transition: all 0.3s ease;
  border-color: color-mix(in srgb, var(--default-color), transparent 88%) !important;
}

.wl-card-modern:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(99, 102, 241, 0.12) !important;
  border-color: #6366f1 !important;
}

.wl-icon-box {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 1.5rem;
  background: color-mix(in srgb, var(--wl-icon-color, #6366f1), transparent 88%);
  color: var(--wl-icon-color, #6366f1);
}

.wl-list {
  list-style: none;
}

.wl-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.wl-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1, #a855f7);
}

.wl-portal-card {
  background-color: var(--surface-color);
  padding: 2rem;
  transition: all 0.3s ease;
}

.wl-title {
  color: var(--heading-color);
  font-weight: 700;
  font-size: 1.5rem;
}

.wl-title i {
  color: #6366f1;
}

.wl-description {
  color: var(--default-color);
  opacity: 0.7;
  margin-bottom: 1.5rem;
}

.wl-badge {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  font-weight: 500;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 50px;
  font-size: .70rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.wl-badge i {
  color: #6366f1;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 2px 4px rgba(99, 102, 241, 0.2));
  transition: transform 0.3s ease;
}

.wl-badge:hover {
  background-color: var(--background-color);
  border-color: #6366f1;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(99, 102, 241, 0.15);
  color: #6366f1;
}

.wl-badge:hover i {
  transform: scale(1.2) rotate(8deg);
  filter: drop-shadow(0 0 8px rgba(99, 102, 241, 0.5));
}

.wl-portal-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(99, 102, 241, 0.1);
  border-color: #6366f1;
}

@media (max-width: 1199px) {
  .whitelabel-heading {
    font-size: 2.5rem;
  }

  .wl-portal-card {
    padding: 1.5rem;
  }
}

@media (max-width: 991px) {
  .whitelabel-heading {
    font-size: 2.2rem;
    text-align: center;
  }

  .whitelable-solution {
    display: block;
    width: max-content;
    margin: 0 auto 16px auto;
  }

  .section-title {
    text-align: center;
    margin-bottom: 40px;
  }

  .wl-portal-card {
    margin-bottom: 20px;
  }

  .wl-badge {
    padding: 8px 16px;
    font-size: 0.50rem;
  }
}

@media (max-width: 767px) {
  .whitelabel-heading {
    font-size: 1.8rem;
  }

  .wl-title {
    font-size: 1.25rem;
  }

  .wl-portal-card {
    padding: 1.25rem;
    text-align: center;
  }

  .wl-list li {
    text-align: left;
    display: inline-block;
    width: 100%;
  }

  .wl-icon-box {
    margin: 0 auto 15px auto;
  }

  .wl-description {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .whitelabel-heading {
    font-size: 1.5rem;
  }

  .wl-badge {
    gap: 8px;
    padding: 10px;
  }
}


/* =======================
   Methodology Section
======================= */

/* Per-card color cycling */
.methodology-section .row > div:nth-child(1) { --meth-accent: #6366f1; }
.methodology-section .row > div:nth-child(2) { --meth-accent: #a855f7; }
.methodology-section .row > div:nth-child(3) { --meth-accent: #0ea5e9; }
.methodology-section .row > div:nth-child(4) { --meth-accent: #10b981; }
.methodology-section .row > div:nth-child(5) { --meth-accent: #f97316; }
.methodology-section .row > div:nth-child(6) { --meth-accent: #ec4899; }

.methodology-section .meth-card {
  background: var(--surface-color);
  border-radius: 12px;
  padding: 25px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  transition: 0.3s ease;
  height: 100%;
  position: relative;
}

.methodology-section .meth-card:hover {
  transform: translateY(-6px);
  border-color: var(--meth-accent, #6366f1);
  box-shadow: 0 12px 32px color-mix(in srgb, var(--meth-accent, #6366f1), transparent 78%);
}

.methodology-section .meth-icon-box {
  font-size: 32px;
  color: var(--meth-accent, #6366f1);
  margin-bottom: 15px;
  display: inline-block;
  transition: 0.3s ease;
}

.methodology-section .meth-card:hover .meth-icon-box {
  transform: scale(1.15) rotate(-5deg);
}

.methodology-section .meth-card h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--heading-color);
}

.methodology-section .meth-card p {
  font-size: 0.9rem;
  color: var(--default-color);
  line-height: 1.6;
  margin: 0;
}

.methodology-section .meth-step-number {
  font-size: 2.2rem;
  font-weight: 800;
  color: color-mix(in srgb, var(--meth-accent, #6366f1), transparent 85%);
  font-family: var(--heading-font);
  line-height: 1;
}

/* =======================
   Testimonial Section
======================= */

.testimonial-card {
  padding: 30px;
  background: var(--surface-color);
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s ease;
}

.testimonial-card .stars {
  color: #f59e0b;
  font-size: 0.9rem;
}

.testimonial-card .testimonial-text {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.testimonial-card .user-info h6 {
  color: var(--heading-color);
}
