/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  position: relative;
  padding: 96px 0 0px 0;
  overflow: hidden;
}

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

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

.hero .hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(208deg, #cbe8fd 0%, #ffffff 58%, #efe1a7 100%)
}

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

.hero .badge-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: color-mix(in srgb, var(--contrast-color), transparent 85%);
  color: var(--accent-color);
  padding: 8px 16px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
  border: 1px solid #cbd5e1;
}

.hero .badge-label i {
  font-size: 16px;
}

.hero h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 24px;
  color: var(--default-color);
}

.hero h1 .accent {
  color: var(--accent-color);
}

.hero-title span {
  display: block;
}

.hero .lead {
  font-size: 18px;
  line-height: 1.6;
  color: color-mix(in srgb, var(--text), transparent 20%);
  max-width: 500px;
  margin: 0 0 32px 0;
  opacity: 0.70;
}

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

.hero .hero-actions .btn-main {
  background: var(--accent-color);
  color: var(--contrast-color);
  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;
}

.hero .hero-actions .btn-main:hover {
  background: color-mix(in srgb, var(--accent-color), black 10%);
}

.hero .hero-actions .btn-outline {
  border: 2px solid;
  padding: 14px 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: var(--contrast-color);
  color: var(--heading-color);
}

.hero .hero-counters {
  background: #f9ab00;
  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: #000000;
  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: color-mix(in srgb, #000000, transparent 20%);
  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;
  height: auto;
  max-height: 520px;
  background: #e2e8f0;
  border-radius: 40px;
  border: 2px solid #cbd5e1;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05), inset 0 0 2px white;

}

.phone-screen {
  padding: 20px 16px;
  height: auto;
  background: #006dca;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.02);
  position: relative;
}

.phone-notch {
  width: 80px;
  height: 8px;
  background: #cbd5e1;
  border-radius: 4px;
  margin: 0 auto 20px;
}

.phone-card {
  background: linear-gradient(90deg, var(--nav-hover-color), #9E9E9E) !important;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 12px;
  border: 1px solid #939393;
}

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

.phone-item {
  background: color-mix(in srgb, #ffffff, transparent 24%);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 14px;
  padding: 12px 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}


.phone-item:hover .phone-icon {
  transform: scale(1.1);
  background: var(--accent-color);
  color: white;
  filter: drop-shadow(0 4px 8px rgba(0, 117, 218, 0.4));
}

.phone-icon {
  width: 36px;
  height: 36px;
  background: #006dc9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  font-size: 1.1rem;
  color: #f6fbff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.phone-label {
  color: var(--default-color);
  opacity: 0.9;
  font-size: .55rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 700;
}

.phone-card .phone-card-label {
  color: var(--contrast-color);
  font-weight: 700;
}

.phone-card .phone-card-val {
  color: var(--contrast-color);
  font-weight: 600;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.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(15, 42, 68, 0.95) 0%,
      rgba(15, 42, 68, 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: var(--accent-color);
  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: 8px;
  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(--accent-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.services .service-item:hover .service-icon {
  background: var(--accent-color);
}

.services .service-item:hover .service-icon i {
  color: var(--contrast-color);
}

.services .service-item .service-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 8px;
  /* background: color-mix(in srgb, var(--accent-color), transparent 90%); */
  background: linear-gradient(135deg,
      var(--accent-color),
      var(--default-color));
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.services .service-item .service-icon i {
  font-size: 24px;
  color: var(--contrast-color);
  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;
  }
}


/* =======================
  mobilleapp section 
======================= */


.section-label {
  display: inline-block;
  background: rgba(0, 117, 218, 0.1);
  color: var(--accent-color);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
}

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

.gradient-text {
  background: var(--user-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.section-sub {
  color: #666;
  font-size: 1.05rem;
  max-width: 600px;
  line-height: 1.7;
}

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

.chip {
  background: rgba(0, 117, 218, 0.1);
  color: var(--accent-color);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: .82rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}

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

.chip:hover i {
  transform: scale(1.2) rotate(-5deg);
  filter: brightness(1.2) drop-shadow(0 0 5px var(--accent-color));
}

.btn-primary {
  background: var(--user-gradient);
  color: var(--contrast-color);
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .2s;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}


.app-mock-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  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 rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.app-mock-item::before {
  content: "";
  position: absolute;
  inset: -1.5px;
  border-radius: 22px;
  padding: 1.5px;
  background: var(--user-gradient);
  -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;
}

.app-mock-item:hover {
  border-color: transparent;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
}

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

.ami-icon i {
  font-size: 2.4rem;
  display: inline-block;
  background: var(--user-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-text-fill-color 0.3s ease;
}

.app-mock-item:hover .ami-icon i {
  transform: translateY(-10px);
  -webkit-text-fill-color: var(--accent-color);
}

.ami-name {
  font-weight: 700;
  font-size: 18px;
  color: var(--default-color);
  letter-spacing: -0.5px;
  transition: transform 0.4s ease;
}

.ami-tag {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
  font-weight: 500;
  transition: transform 0.4s ease;
}

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

.app-mock-item:hover .ami-tag {
  transform: translateY(-3px);
  color: #444;
}


/* =======================
  Globle seo BASE
======================= */
.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-feat-title {
  font-weight: 700;
  font-size: .95rem;
  margin-bottom: 4px;
}

.seo-parent .seo-feat-desc {
  font-size: .83rem;
  color: var(--muted);
  line-height: 1.6;
  opacity: 0.8;
}

.seo-parent .seo-gradient {
  background: linear-gradient(90deg, var(--accent-color), var(--default-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

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

.seo-parent .seo-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: rgba(0, 87, 255, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.3rem;
  color: var(--accent-color);
}

.seo-parent .seo-card {
  background: var(--surface-color);
  padding: 25px;
  border-radius: 16px;
  border: 1px solid #e0e5eb;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

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

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

.seo-parent .seo-progress {
  height: 8px;
  background: #e9ecef;
  border-radius: 10px;
  overflow: hidden;
}

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

.seo-parent .growth-box {
  padding: 16px;
  background: color-mix(in srgb, var(--accent-color), transparent 94%);
  border-radius: var(--radius-sm);
}

.seo-parent .growth-header {
  font-size: .8rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--heading-color);
}

.seo-parent .growth-header i {
  color: var(--accent-color);
}

.seo-parent .growth-number {
  font-family: var(--heading-font);
  font-size: 2rem;
  color: var(--accent-color);
  line-height: 1.2;
  font-weight: 700;
}

.seo-parent .growth-sub {
  font-size: .75rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

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

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

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

@media (max-width: 576px) {
  .seo-parent .growth-box {
    padding: 12px;
  }

  .seo-parent .growth-number {
    font-size: 1.75rem;
  }

  .seo-parent .growth-header {
    font-size: 0.75rem;
  }
}

/* =======================
   Quick-setup Section
======================= */

.quick-setup .qs-label {
  color: var(--accent-color);
  letter-spacing: 1px;
}

.quick-setup h2 {
  color: var(--heading-color);
}


.quick-setup .qs-icon-wrapper {
  width: 60px;
  height: 60px;
  background: linear-gradient(90deg, var(--accent-color), var(--default-color));
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 15px;
  position: relative;
  font-size: 1.5rem;
  z-index: 2;
}

.quick-setup .col-lg-3:not(:last-child)::before {
  content: '';
  position: absolute;
  width: 220px;
  height: 1px;
  background: #ced4da;
  top: 40px;
  left: 50%;
  z-index: 1;
}

.quick-setup .qs-number {
  position: absolute;
  top: -10px;
  right: -10px;
  background: var(--accent-color);
  color: var(--contrast-color);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.quick-setup h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--heading-color);
}

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


#quick .quick-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0;
}

@media (min-width: 992px) {
  .quick-setup .col-lg-3:not(:last-child) .qs-icon-wrapper::after {
    content: '';
    position: absolute;
    width: 220px;
    height: 2px;
    background: #e9ecef;
    left: 100%;
    top: 50%;
    z-index: -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: #f39c12;
  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);
}













/* =======================
   Contact Section BASE
======================= */
.contact-section {
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../../landing/img/hero-bg.jpg");
  /* replace with your image path */

  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: color-mix(in srgb, var(--background-color), transparent 0%);
  padding: 50px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e5eb;
}

.contact-section .contact-icon i {
  font-size: 3rem;
  color: var(--accent-color);
  margin-right: 20px;
  display: inline-block;
}

.contact-section .contact-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--heading-color);
}

.contact-section .contact-description {
  max-width: 100%;
  margin: 0 auto 0px;
  color: var(--default-color);
  line-height: 1.6;
}

.contact-section .contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--contrast-color);
  background: linear-gradient(90deg, var(--accent-color), var(--default-color));
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-section .contact-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

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

.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: 1px solid var(--accent-color);
  color: var(--accent-color);
}

@media (max-width: 1199px) {
  .contact-section .contact-card {
    padding: 30px 20px;
    max-width: 95%;
  }
}

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

  .contact-section .contact-icon i {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 2.5rem;
  }

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

  .contact-section .contact-button-area {
    flex-direction: row;
    justify-content: center;
    width: auto;
    gap: 12px;
    margin-top: 5px;
  }

  .contact-section .contact-btn {
    width: fit-content;
    padding: 10px 22px;
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .contact-section {
    background-attachment: scroll;
    padding: 40px 0;
  }

  .contact-section .contact-card {
    padding: 25px 15px;
  }

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

  .contact-section .contact-description {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .contact-section .contact-button-area {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px;
  }

  .contact-section .contact-btn {
    width: 100%;
    max-width: 250px;
    justify-content: center;
  }

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

/* =======================
   whitelabel Section 
======================= */

.whitelable-solution {
  background-color: rgba(0, 117, 218, 0.1);
  color: var(--accent-color);
  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 {
  border: 1px solid #bae6fd !important;
  border-radius: 16px;
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
}

.wl-card-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
}

.wl-card-desc {
  color: #334155;
  margin-bottom: 16px;
}

.wl-card-modern:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
}

#whitelabel .card-c1 {
  background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
  border: 1px solid #bae6fd;
}

#whitelabel .card-c2 {
  background: linear-gradient(135deg, #f0fdf4, #dcfce7);
  border: 1px solid #bbf7d0;
}

#whitelabel .card-c3 {
  background: linear-gradient(135deg, #fefce8, #fef9c3);
  border: 1px solid #fde68a;
}

#whitelabel .card-c4 {
  background: linear-gradient(135deg, #faf5ff, #ede9fe);
  border: 1px solid #ddd6fe;
}

#whitelabel .card-c5 {
  background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
  border: 1px solid #bae6fd;
}

.wl-icon-box {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 1.5rem;
  background-color: rgba(0, 117, 218, 0.1);
}

.wl-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
}

.wl-features li::before {
  content: '✓';
  font-weight: 700;
  color: #10b981;
}

.wl-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--text-2);
}




.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: var(--accent-color);
}

.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 rgba(0, 0, 0, 0.08);
  font-weight: 500;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 50px;
  font-size: 13px;
  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: var(--accent-color);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 2px 4px rgba(0, 117, 218, 0.2));
  transition: transform 0.3s ease;
}

.wl-badge:hover {
  background-color: var(--background-color);
  border-color: var(--accent-color);
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 117, 218, 0.12);
  color: var(--accent-color);
}

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

.wl-portal-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  border-color: var(--accent-color);
}


@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;
  }
}




/* =======================
   Tech Section BASE
======================= */
.tech-section .tech-card {
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  transition: 0.3s ease;
  border: 1px solid transparent;
  height: 100%;
}

.tech-section .tech-card:hover {
  border-color: var(--accent-color);
  transform: translateY(-5px);
}

.tech-section .tech-icon {
  font-size: 32px;
  color: var(--accent-color);
  display: block;
  margin-bottom: 10px;
}

.tech-section .tech-name {
  font-size: 14px;
  font-weight: 500;
  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 BASE
======================= */
.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;
  width: auto;
  background: color-mix(in srgb, var(--accent-color), transparent 85%);
  transform: none;
  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(90deg, var(--accent-color), var(--default-color));
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.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 BASE
======================= */
.ecom-section .ecom-card {
  background: var(--surface-color);
  border-radius: 12px;
  padding: 25px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  height: 100%;
}

.ecom-section .ecom-card:hover {
  transform: translateY(-6px);
  border-color: var(--accent-color);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

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

.ecom-section .ecom-card:hover .ecom-icon {
  transform: scale(1.1);
}

.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;
}



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

.methodology-section .meth-card {
  background: var(--surface-color);
  border-radius: 12px;
  padding: 25px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  height: 100%;
  position: relative;
}

.methodology-section .meth-card:hover {
  transform: translateY(-6px);
  border-color: var(--accent-color);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

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

.methodology-section .meth-card:hover .meth-icon-box {
  transform: scale(1.1);
}

.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: var(--default-color);
  font-family: var(--heading-font);
  line-height: 1;
  opacity: 0.3;
}

/* =======================
   Benefit Section BASE
======================= */
.benefit-section .benefit-card {
  padding: 25px;
  border-radius: 12px;
  background: var(--surface-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  height: 100%;
}

.benefit-section .benefit-card:hover {
  transform: translateY(-5px);
  border-color: var(--accent-color);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.benefit-section .benefit-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(90deg, var(--accent-color), var(--default-color));
  color: var(--contrast-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-shrink: 0;
  font-size: 20px;
}

.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 BASE
======================= */
.features-section .feature-card {
  background: var(--surface-color);
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.features-section .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-color: var(--accent-color);
}

.features-section .feature-card .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  color: var(--accent-color);
  margin: 0 auto 15px;
  border-radius: 50%;
  background: rgba(232, 103, 44, 0.1);
  display: inline-block;
  transition: all 0.3s ease;
}

.features-section .feature-card:hover .icon {
  transform: scale(1.15) rotate(5deg);
  background: var(--accent-color);
  color: var(--contrast-color);
}

.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, rgba(232, 103, 44, 0.15), 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 BASE
======================= */
.industry-card {
  background: color-mix(in srgb, var(--default-color), transparent 90%);
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  transition: 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.08);
  height: 100%;
}

.industry-card:hover {
  transform: translateY(-6px);
  border-color: var(--accent-color);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.industry-card .icon {
  font-size: 28px;
  color: var(--accent-color);
  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
======================= */
.process-card {
  background: color-mix(in srgb, var(--surface-color), transparent 90%);
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  transition: 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.08);
  height: 100%;
  position: relative;
}

.process-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent-color);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.process-card .step-number {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 35px;
  height: 35px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

.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
======================= */
.why-section .why-card {
  background: var(--surface-color);
  padding: 25px;
  border-radius: 12px;
  text-align: left;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 100%;
}

.why-section .why-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent-color);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.why-section .why-card .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: rgba(232, 103, 44, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.why-section .why-card .icon {
  font-size: 26px;
  color: var(--accent-color);
  transition: 0.3s;
}

.why-section .why-card:hover .icon-box {
  background: var(--accent-color);
}

.why-section .why-card:hover .icon {
  color: var(--contrast-color);
  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;
  }
}





/* =======================
  Product SECTION
======================= */
@keyframes float {
  0% {
    transform: translateY(0px);
  }

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

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

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding: 6px 14px;
  background: #f0f9ff;
  border-radius: 100px;
  border: 1px solid #bae6fd;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.section-header {
  margin-bottom: 56px;
}

.section-title-product {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 16px;
  color: var(--text);
}

#product .section-desc {
  font-size: 16px;
  color: var(--text-3);
  max-width: 560px;
  line-height: 1.8;
}

.products-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#products .tab-btn.active {
  background: #0ea5e9;
  border-color: #0ea5e9;
  color: white;
  box-shadow: 0 8px 20px rgba(14, 165, 233, 0.3);
  transform: translateY(-1px);
}

.tab-btn {
  padding: 12px 24px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  border: 1.5px solid #e2e8f0;
  background: white;
  color: #64748b;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.tab-btn:hover {
  background-color: #f8fafc;
  border-color: #0ea5e9;
  color: #0ea5e9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.product-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.product-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pf-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.2s;
  border: 1px solid #f1f5f9;
}

.pf-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
    0 1px 4px rgba(0, 0, 0, 0.02);
  border-color: #e2e8f0;
}

.pf-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.pf-item h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}

.pf-item p {
  font-size: 13px;
  color: var(--text-3);
  line-height: 1.6;
}

.product-visual {
  background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #bae6fd;
  position: relative;
  overflow: hidden;
}

.product-visual-emoji {
  font-size: 80px;
  margin-bottom: 20px;
  display: block;
  animation: float 4s ease-in-out infinite;
}

.product-visual h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}

.product-visual p {
  font-size: 14px;
  color: var(--text-3);
}

#product-emoji {
  display: inline-block;
  animation: float 4s ease-in-out infinite;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
  transition: all 0.5s ease;
}

.product-section .badge {
  background: white;
  border: 1px solid #e2e8f0;
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  color: #0ea5e9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* =======================
  API  SECTION
======================= */

.section-desc-api {
  font-size: 16px;
  max-width: 560px;
  line-height: 1.8;
}

.api-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.api-code-block {
  background: #0f172a;
  border-radius: 16px;
  padding: 28px;
  font-family: 'DM Mono', monospace;
  font-size: 13px;
  line-height: 1.8;
  color: #94a3b8;
  overflow: hidden;
  position: relative;
}

.api-code-block .line {
  display: block;
}

.code-comment {
  color: #475569;
}

.code-key {
  color: #38bdf8;
}

.code-url {
  color: #fb923c;
}

.code-key {
  color: #38bdf8;
}

.code-str {
  color: #34d399;
}

.code-val {
  color: #a78bfa;
}

.api-features {
  display: flex;
  flex-direction: column;
}

.api-feat {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  background: white;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  transition: all 0.2s;
}

.api-feat-num {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #0ea5e9, #38bdf8);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DM Mono', monospace;
  font-size: 13px;
  font-weight: 500;
  color: white;
}

.api-feat h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}

.api-feat p {
  font-size: 13px;
  color: var(--text);
}


/* =======================
  Corporate   SECTION
======================= */


.pf2-card {
  background: var(--off-white);
  border-radius: var(--radius-sm);
  padding: 20px;
  border: 1px solid var(--border-light);
  transition: all 0.2s;
}

.pf2-icon {
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
}

.pf2-card h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.pf2-card p {
  font-size: 13px;
  color: var(--text-3);
  margin: 0;
}

.pf2-card:hover {
  transform: translateY(-6px);
  border-color: var(--contrast-color);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.portal-mockup {
  background: linear-gradient(135deg, #f8fafc, #f0f9ff);
  border-radius: 16px;
  padding: 32px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07), 0 1px 4px rgba(0, 0, 0, 0.04);
}

.pm-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
}

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

.pm-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  margin-left: auto;
}

.pm-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.pm-stat {
  background: white;
  border-radius: 10px;
  padding: 14px;
  text-align: center;
  border: 1px solid var(--border-light);
}

.pm-stat-val {
  font-size: 20px;
  font-weight: 800;
  color: var(--text);
  display: block;
}

.pm-row.head {
  background: #f8f9fc;
  font-weight: 600;
  color: #64748b;
}

.pm-stat-label {
  font-size: 10px;
  color: #94a3b8;
}

.pm-table {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border-light);
}

.pm-row.head {
  background: var(--contrast-color);
  font-weight: 600;
  color: var(--text);
}

.pm-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px 14px;
  font-size: 12px;
  border-bottom: 1px solid #f1f5f9;
}

.pm-row.data {
  color: #334155;
}

.pm-status.ok {
  background: #f0fdf4;
  color: #10b981;
}

.pm-status.pend {
  background: #fefce8;
  color: #f59e0b;
}

.pf2-card i {
  width: 45px;
  height: 45px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 20px;
  color: var(--accent-color);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}



/* =======================
  Brands & Create  SECTION
======================= */

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

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

.brand-section .section-title {
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 16px;
  color: var(--text);
}

.brand-section .section-desc {
  font-size: 14px;
  color: #64748b;
  max-width: 560px;
  line-height: 1.8;
}


.brand-section .brands-marquee {
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
  position: relative;
}

.brand-section .brands-track {
  display: flex;
  gap: 20px;
  animation: marquee 30s linear infinite;
  width: max-content;
}

.brand-section .brands-marquee:hover .brands-track {
  animation-play-state: paused;
}

.brand-section .brand-badge i {
  font-size: 1.2rem;
  display: inline-block;
}

.brand-section .brand-badge {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}

.brand-section .cert-card:hover {
  transform: translateY(-4px);

}

.brand-section .brand-logo {
  font-size: 20px;
}

.brand-section .brand-name {
  font-size: 14px;
  font-weight: 600;
  color: #334155;
}

.brand-section .brand-cert {

  font-size: 10px;
  color: #10b981;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  padding: 2px 8px;
  border-radius: 4px;
}

.brand-section .fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.brand-section .certs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.brand-section .cert-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
}

.brand-section .cert-ribbon {
  position: absolute;
  top: -1px;
  right: 16px;
  background: #f59e0b;
  color: white;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px 8px;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}

.brand-section .cert-badge-icon {
  font-size: 40px;
  margin-bottom: 12px;
  display: block;
}

.brand-section .cert-card h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}

.brand-section .cert-card p {
  font-size: 12px;
  color: #64748b;
}



/* =======================
  Platform  SECTION
======================= */

.platform {
  background-color: #e5f1fb;
  ;
}


.platform .section-title-platform {
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
  max-width: 610px;
}

.platform .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.platform .feature-pill {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgb(255 255 255);
  border: 1px solid rgb(226 232 240);
  border-radius: 14px;
  padding: 20px 22px;
  transition: all 0.25s;
}

.platform .feature-pill .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00c2ff, #00e5c3);
  flex-shrink: 0;
}

.platform .feature-pill:hover {
  transform: translateY(-4px);
  border-color: rgb(0 214 222);


}

.platform .feature-pill span {
  font-size: 14px;
  font-weight: 500;
}


@media (max-width: 1199px) {
  .platform .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .platform .section-title-platform {
    max-width: 100%;
  }
}

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

  .platform .container {
    text-align: center;
  }

  .platform .section-title-platform {
    margin: 0 auto 16px;
  }

  .platform .section-desc-api {
    margin: 0 auto;
    max-width: 600px;
  }

  .platform .feature-pill {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .platform {
    padding: 40px 0;
  }

  .platform .features-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .platform .feature-pill {
    padding: 16px 18px;
  }

  .platform .feature-pill span {
    font-size: 13px;
  }
}


@media (max-width: 400px) {
  .platform .section-title-platform {
    font-size: 24px;
  }

  .platform .whitelable-solution {
    font-size: 12px;
  }
}

/* =======================
  PAYMENT GATEWAY SECTION
======================= */

.payment .section-title-payment {
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1.15;
  margin-bottom: 16px;
  max-width: 610px;
}

.payment .payment-logos {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
}

.payment .pay-badge {
  border: 1px solid rgb(226 232 240);
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}


.payment .pay-badge::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(30deg);
  transition: all 0.6s ease;
}

.payment .pay-badge:hover::after {
  left: 120%;
}

.payment .pay-badge i {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.payment .pay-badge:hover {
  transform: translateY(-4px);
  border-color: rgb(0 214 222);
}

.payment .pay-badge:hover i {
  transform: scale(1.25) rotate(-10deg);
}

.payment .bi-credit-card-2-front {
  color: #4dabf7;
}

.payment .bi-bank {
  color: #fcc419;
}

.payment .bi-lightning-charge-fill {
  color: #ffec99;
}

.payment .bi-phone {
  color: #a38cf4;
}

.payment .bi-wallet2 {
  color: #51cf66;
}

.payment .bi-globe {
  color: #3bc9db;
}

.payment .bi-shield-lock {
  color: #4dabf7;
}

.payment .bi-rocket-takeoff {
  color: #ff922b;
}

.payment .bi-browser-safari {
  color: #4dbaf7;
}

.payment .bi-gem {
  color: #ff8787;
}

@media (max-width: 1199px) {
  .payment .section-title-payment {
    max-width: 100%;
  }
}

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

  .payment .container {
    text-align: center;
  }

  .payment .section-title-payment {
    margin: 0 auto 16px;
  }

  .payment .payment-logos {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .payment {
    padding: 40px 0;
  }

  .payment .pay-badge {
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }

  .payment .payment-logos {
    gap: 10px !important;
  }
}

@media (max-width: 480px) {
  .payment .section-title-payment {
    font-size: 24px;
  }

  .payment .section-desc-api {
    font-size: 14px;
  }
}

/* =======================
  MOBILE APP SECTION 
======================= */

.app-section {
  background-color: #e5f1fb;
}

.app-section .section-title-payment {
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1.15;
  margin-bottom: 16px;
  max-width: 610px;
}

.app-section .section-desc-api {
  max-width: 610px;
}


.app-section .app-feature-list {
  list-style: none;
  margin-top: 28px;
  padding: 0;
}

.app-section .app-feature-list li {
  padding: 8px 0;
  color: var(--default-color);
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.7;
}

.app-section .app-feature-list li::before {
  content: '✦';
  color: #00e5c3;
  font-size: 10px;
}

.app-section .app-badges {
  display: flex;
  gap: 14px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.app-section .store-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #0ea5e9;
  border: 1px solid #0ea5e9;
  border-radius: 14px;
  padding: 14px 22px;
  text-decoration: none;
  color: var(--contrast-color);
  transition: all 0.25s;
}

.app-section .store-btn:hover {
  background: var(--default-color);
  transform: translateY(-3px);
  color: var(--contrast-color);
}

.app-section .phones-visual {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: flex-end;
}

.app-section .phone-mock:first-child {
  transform: rotate(-6deg) translateY(20px);
}

.app-section .phone-mock:last-child {
  transform: rotate(6deg) translateY(20px);
}

.app-section .phone-mock:hover {
  transform: rotate(0) translateY(-10px) !important;
}

.app-section .phone-mock:last-child {
  transform: rotate(6deg) translateY(20px);
}

.app-section .phone-mock {
  width: 140px;
  height: 280px;
  background: linear-gradient(160deg, #1a2a5e, #0d1a40);
  border: 2px solid rgba(0, 194, 255, 0.25);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 32px;
  color: #00c2ff;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.3s;
}


.app-section .phone-mock small {
  font-size: 11px;
  color: var(--muted);
  font-family: 'Syne', sans-serif;
  letter-spacing: 1px;
}

.app-section .store-btn .s-icon {
  font-size: 24px;
}


.app-section .store-btn .s-text small {
  display: block;
  font-size: 11px;
  color: var(--contrast-color);
}

.app-section .store-btn .s-text strong {
  font-size: 15px;
  font-weight: 700;
}


@media (max-width: 1199px) {
  .app-section .phone-mock {
    width: 120px;
    height: 240px;
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .app-section .app-inner {
    text-align: center;
  }

  .app-section .section-title-payment,
  .app-section .section-desc-api {
    max-width: 100%;
    margin-right: auto;
  }

  .app-section .app-feature-list {
    display: inline-block;
    margin-bottom: 20px;
  }

  .app-section .app-badges {
    justify-content: center;
  }

  .app-section .phones-visual {
    margin-top: 40px;
    align-items: center;
  }

  .app-section .phone-mock:first-child,
  .app-section .phone-mock:last-child {
    transform: rotate(0) translateY(0);
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .app-section {
    padding: 40px 0;
  }

  .app-section .store-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 18px;
  }

  .app-section .phone-mock {
    width: 110px;
    height: 220px;
    font-size: 24px;
  }
}

@media (max-width: 400px) {
  .app-section .phones-visual {
    gap: 10px;
  }

  .app-section .phone-mock {
    width: 100px;
    height: 200px;
  }

  .app-section .section-title-payment {
    font-size: 24px;
  }
}