.nav-gradient-bar {
  height: 3px;
  background: linear-gradient(to right, #04d9ce, #046fd9);
}
/* Global Typography */
html {
  font-size: 14px;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.4rem;
}

p,
.section-subtitle,
.card-content p {
  font-size: 1.125rem;
}

button,
.nav-menu a,
.btn {
  font-size: 1rem;
}

.architecture-intro {
  font-size: 1.125rem;
}

/* Global Styles */
body {
  background-color: #04101c;
  color: #afafaf;
  padding-top: 74px;
  margin: 0;
  font-family: "Inter", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
  
  /* 12-Column Grid System */
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
  }
  
  .col-12 {
    grid-column: span 12;
  }
  
  @media (min-width: 768px) {
    .md\:col-6 {
      grid-column: span 6;
    }
    .md\:col-4 {
      grid-column: span 4;
    }
    .md\:col-3 {
      grid-column: span 3;
    }
  }
  
/* Navigation Bar */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff;
}

.nav-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-brand img,
.brand-logo {
  height: 28px;
  width: auto;
  display: block;
}


.nav-center {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}


.nav-menu {
  display: flex;
  gap: 28px;
  align-items: center;
  transition: opacity 0.35s ease;
}

.nav-link {
  text-decoration: none;
  color: #1f2f42;
  font-weight: 500;
  letter-spacing: 0.2px;
  position: relative;
  transition: color 0.2s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(4, 111, 217, 0.2), rgba(4, 111, 217, 0.6));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.nav-link:hover,
.nav-link:focus {
  color: #046fd9;
}

.nav-link:hover::after,
.nav-link:focus::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(4, 111, 217, 0.25);
  border-radius: 10px;
  background: rgba(4, 111, 217, 0.08);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.nav-toggle:hover {
  border-color: rgba(4, 111, 217, 0.45);
  background: rgba(4, 111, 217, 0.15);
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  background: #1f2f42;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

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

.nav-toggle.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 900px) {
  .nav-center {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    display: block;
  }

  .nav-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    background: #ffffff;
    border-bottom: 1px solid rgba(4, 111, 217, 0.12);
    padding: 22px 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .nav-menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-link {
    width: 100%;
    padding: 6px 0;
  }

  .nav-link::after {
    bottom: -6px;
  }

  .nav-toggle {
    display: flex;
  }
}
  
/* Hero Section */
.hero {
  position: relative;
  width: 100%;
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0 60px;
  background: radial-gradient(circle at 20% 20%, rgba(4, 111, 217, 0.18), transparent 45%),
              radial-gradient(circle at 80% 30%, rgba(3, 204, 255, 0.12), transparent 40%),
              #03111e;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  pointer-events: none;
}

.hero-background {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(110%) brightness(0.7);
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(110%) brightness(0.72);
}

.hero-particles {
  width: 160%;
  height: 160%;
  position: absolute;
  top: -30%;
  left: -30%;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="0 0 400 400"%3E%3Cg fill="none" stroke="rgba(4,111,217,0.14)" stroke-width="0.7"%3E%3Ccircle cx="50" cy="50" r="1.3"/%3E%3Ccircle cx="180" cy="120" r="1.5"/%3E%3Ccircle cx="320" cy="80" r="1.2"/%3E%3Ccircle cx="140" cy="260" r="1.4"/%3E%3Ccircle cx="280" cy="210" r="1.6"/%3E%3Ccircle cx="360" cy="320" r="1.3"/%3E%3Ccircle cx="60" cy="340" r="1.1"/%3E%3Ccircle cx="200" cy="20" r="1.4"/%3E%3Ccircle cx="20" cy="200" r="1.2"/%3E%3Ccircle cx="240" cy="360" r="1.5"/%3E%3Ccircle cx="120" cy="120" r="1.3"/%3E%3C/g%3E%3C/svg%3E');
  opacity: 0.55;
  animation: particle-drift 32s linear infinite;
}

@keyframes particle-drift {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(3%, 2%, 0) scale(1.02); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}

.hero .container {
  position: relative;
  z-index: 2;
  max-width: 1080px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  text-align: center;
}

.hero-title {
  margin: 0;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.1;
  color: #ffffff;
  letter-spacing: -0.6px;
}

.gradient-text {
  background: none;
  color: #ffffff;
}

.hero-subtitle {
  margin: 0 auto;
  max-width: 760px;
  font-size: clamp(18px, 2.4vw, 22px);
  color: #DFDFDF;
  line-height: 1.7;
}

.hero-cta {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: linear-gradient(120deg, #046fd9 0%, #13c0f8 100%);
  color: #ffffff;
  border-radius: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 28px rgba(4, 111, 217, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(4, 111, 217, 0.32);
  background: #ffffff;
  color: #046fd9;
}

.hero-highlights {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.hero-highlight {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(4, 111, 217, 0.18);
  border: 1px solid rgba(4, 111, 217, 0.28);
  color: #e9f4ff;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.hero-highlight i {
  color: #9fd9ff;
  font-size: 14px;
}

@media (max-width: 768px) {
  .hero {
    padding: 90px 0 40px;
    min-height: 82vh;
  }

  .hero-cta {
    width: 100%;
    gap: 12px;
  }

  .hero .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .hero .btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .hero-highlights {
    gap: 10px;
  }
}
  
  /* CTA Buttons */
  .cta-button {
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  
.cta-button--primary {
  background: linear-gradient(to right, #046fd9, #0aa3ff);
  color: #ffffff;
}
  
.cta-button--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(4, 111, 217, 0.32);
}
  
  .cta-button--secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
  }
  
  .cta-button--secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
  }
  
  /* Sections */
  .section {
    padding: 80px 0;
  }
  
  .section-alt {
    padding: 80px 0;
  }
  
  .section__title {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 600;
    margin-bottom: 40px;
    color: #ffffff;
  }
  
  .section-header {
    margin-bottom: 40px;
  }
  
  .section-title {
    font-size: 2.4rem; /* = 38.4px - matches h2 */
    font-weight: 600;
    margin-bottom: 0;
    color: #ffffff;
  }
  
.section-underline {
  height: 3px;
  background: linear-gradient(to right, #04d9ce, #046fd9);
  margin-top: 40px;
  margin-bottom: 32px;
  width: 20%;
}
  
  .section-subtitle {
    font-size: 22px;
    color: #dfdfdf;
    margin: 10px 0 40px 0;
    font-weight: 400;
  }
  
  /* Overview Section */
  .overview-goal {
    font-size: 22px;
    color: #dfdfdf;
    margin: 10px 0 40px 0;
    font-weight: 400;
  }
  
  .overview__title {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
  }
  
.overview__title-line {
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #046fd9, #16b8ff);
  margin-top: 10px;
  margin-bottom: 32px;
}
  
  .overview__subheading {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 500;
    margin-bottom: 32px;
    color: #ffffff;
  }
  
  .overview__goal-box {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 24px 32px;
    margin-bottom: 40px;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
  
  .overview__goal-text {
    margin: 0;
    line-height: 1.6;
    color: #ffffff;
  }
  
  .overview__goal-prefix {
    color: #046FD9;
    font-weight: 600;
    margin-right: 8px;
  }
  
  .overview__copy-block {
    margin-bottom: 60px;
  }
  
  .overview__copy-block p {
    line-height: 1.8;
    color: #AFAFAF;
    margin-bottom: 20px;
  }
  
  .overview__copy-block p:last-child {
    margin-bottom: 0;
  }
  
  .overview__copy-block strong {
    color: #ffffff;
    font-weight: 600;
  }
  
  /* New Overview Card Structure */
  .overview-text-wrapper {
    margin-bottom: 40px;
  }
  
.business-card {
  background: rgba(4, 16, 28, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
  transition: border-color 0.32s ease, box-shadow 0.32s ease, transform 0.32s ease;
}
  
  .overview-main-card {
    padding: 0;
  }
  
  .card-header {
    display: flex;
    align-items: center;
    gap: 16px;
  padding: 24px 32px;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .card-header i {
    font-size: 24px;
    color: #046FD9;
    width: 32px;
    text-align: center;
  }
  
.step-label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #04d9ce;
  letter-spacing: 0.6px;
}
  
  .card-header h3 {
    margin: 0;
    font-weight: 600;
    color: #ffffff;
  }
  
  .card-content {
    padding: 32px 32px;
  }
  
  .overview-intro {
    line-height: 1.8;
    color: #dfdfdf;
    margin: 0 0 32px 0;
  }
  
  .overview-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;
  }
  
  .overview-detail-block {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  
.overview-detail-block:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(4, 111, 217, 0.18);
  border-color: rgba(4, 111, 217, 0.3);
}
  
  .detail-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(4, 111, 217, 0.1);
    border: 1px solid rgba(4, 111, 217, 0.3);
    border-radius: 50%;
  }
  
  .detail-icon i {
    font-size: 20px;
    color: #046FD9;
  }
  
  .detail-content {
    flex: 1;
  }
  
  .detail-content h4 {
    margin: 0 0 12px 0;
    font-weight: 600;
    color: #ffffff;
  }
  
  .detail-content .detail-title {
    margin: 0 0 12px 0;
    font-weight: bold;
    color: #ffffff;
  }
  
  .detail-content p {
    margin: 0;
    line-height: 1.7;
    color: #dfdfdf;
  }
  
  .detail-content strong {
    color: #ffffff;
    font-weight: 600;
  }
  
  @media (max-width: 768px) {
    .card-header {
      padding: 20px 24px;
    }
  
    .card-content {
      padding: 24px;
    }
  
    .overview-detail-block {
      flex-direction: column;
      gap: 16px;
      padding: 20px;
    }
  
    .detail-icon {
      width: 40px;
      height: 40px;
    }
  
    .detail-icon i {
      font-size: 18px;
    }
  }
  
  /* Architecture Overview Section */
  .overview-architecture-wrapper {
    margin-top: 0;
  }
  
  .overview-architecture-card {
    margin-top: 0;
  }
  
  .architecture-intro {
    line-height: 1.8;
    color: #dfdfdf;
    margin: 0 0 32px 0;
  }
  
  .architecture-flow-diagram {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 16px;
    margin: 32px 0 0 0;
  }
  
  .flow-step-architecture {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 20px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    width: 25%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  
  .flow-step-architecture:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(4, 217, 206, 0.2);
    border-color: rgba(4, 217, 206, 0.3);
  }
  
  .flow-step-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  
  .flow-step-icon img {
    width: 48px;
    height: auto;
    object-fit: contain;
  }
  
  .flow-step-content {
    text-align: center;
  }
  
  .flow-step-label {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.4;
  }
  
  .flow-arrow-architecture {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #046FD9;
    font-size: 24px;
    padding: 0 8px;
    flex-shrink: 0;
  }
  
  .flow-arrow-architecture i {
    color: #046FD9;
  }
  
  @media (max-width: 768px) {
    .architecture-flow-diagram {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }
  
    .flow-arrow-architecture {
      transform: rotate(90deg);
      padding: 8px 0;
    }
  
    .flow-step-architecture {
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
    }
  
    /* Problem Cards Grid - Mobile: Stack vertically */
    .problem-cards-grid {
      flex-direction: column;
      gap: 40px;
    }
  
    .problem-card-item {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  
  /* Form Styles */
  .demo-form {
    width: 100%;
    max-width: 100%;
  }
  
  .form-group {
    margin-bottom: 0;
  }
  
  .form-group label {
    display: block;
    margin-bottom: 8px;
    color: #dfdfdf;
    font-weight: 500;
  }
  
  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 20px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: #dfdfdf;
    font-size: 16px;
    transition: border-color 0.2s ease, background 0.2s ease;
  }
  
  .form-group input:focus,
  .form-group textarea:focus {
    outline: none;
    border-color: #046fd9;
    background: rgba(255, 255, 255, 0.08);
  }
  
  .submit-button {
    width: 100%;
    padding: 16px;
  background: linear-gradient(120deg, #046fd9 0%, #13c0f8 100%);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  
  .submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(4, 111, 217, 0.32);
  }
  
  /* Common Styles for All Sections (Benefits, How It Works, API Modules, Compliance & Security, Get Started) */
  
  /* Hover effects for glass cards */
.business-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(4, 111, 217, 0.28);
  border-color: rgba(4, 217, 206, 0.45);
}
  
  /* Consistent text styling across all sections */
  .section-alt p {
    color: #dfdfdf;
    line-height: 1.8;
  }
  
  .section-alt strong {
    color: #ffffff;
    font-weight: 600;
  }
  
  .section-alt .muted-text,
  .section-alt .text-muted {
    color: #AFAFAF;
  }
  
  /* Section spacing consistency */
  .section-alt {
    padding: 80px 0;
  }
  
  .section-alt .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  /* Problem Section Styles */
  #problem .section-underline {
    background: linear-gradient(to right, #D99604, #D95D04);
  }
  
  .problem-content-wrapper {
    margin-top: 40px;
  }
  
.problem-cards-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.problem-card-item {
  grid-column: span 6;
  padding: 0;
  margin-bottom: 0;
}
  
  .problem-card {
    padding: 0;
  }
  
  .problem-card-title {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 12px 0;
    line-height: 1.4;
    display: flex;
    align-items: center;
  }
  
  .problem-card-title i {
    font-size: 20px;
    color: #D95D04;
    margin-right: 12px;
  }
  
  .problem-card-text {
    font-size: 22px;
    color: #dfdfdf;
    line-height: 1.8;
    margin: 0 0 16px 0;
  }
  
  .problem-card-text:last-child {
    margin-bottom: 0;
  }
  
  .problem-card-text strong {
    color: #ffffff;
    font-weight: 600;
  }
  
  .callout-line {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.05);
    border-left: 3px solid #D94D04;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-radius: 8px;
    padding: 16px;
    margin-top: 16px;
    box-shadow: none;
    outline: none;
  }
  
  .callout-line i {
    color: #D94D04;
    font-size: 14px;
    flex-shrink: 0;
  }
  
  .problem-card-summary {
    font-size: 16px;
    color: #DFDFDF;
    margin: 0;
    line-height: 1.6;
    flex: 1;
  }
  
  .problem-card-summary strong {
    color: #ffffff;
    font-weight: 600;
  }
  
  .problem-blockquote {
    margin: 24px 0 0 0;
    padding: 20px 24px;
    border-left: 4px solid #046FD9;
    background: rgba(4, 111, 217, 0.1);
    border-radius: 4px;
    font-size: 22px;
    color: #dfdfdf;
    line-height: 1.8;
    font-style: italic;
  }
  
  /* Problem Result Section */
  .problem-result-wrapper {
    margin-top: 40px;
  }
  
  .problem-summary-heading {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    margin: 40px auto;
    line-height: 1.6;
    text-align: center;
    max-width: 800px;
  }
  
  .problem-summary-heading strong {
    color: #ffffff;
    font-weight: 600;
  }
  
  /* Result Cards Container */
  .result-cards-container {
    background-color: rgba(4, 16, 28, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 2rem;
  margin-top: 24px;
  margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  
  /* Result Card Base Styles */
  .result-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
  }
  
.stablepay-solution-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

  .result-card-content {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  /* Problem Statement Card */
  .problem-statement-card .result-card-content {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
  
  .problem-statement-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  
  .problem-statement-icon {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0;
  }
  
  .problem-statement-icon i {
    color: #D94D04;
    font-size: 18px;
  }
  
  .problem-statement-text {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    line-height: 1.6;
    font-style: italic;
    font-weight: 500;
    flex: 1;
    text-align: left;
  }
  
  .problem-statement-text strong {
    color: #ffffff;
    font-weight: 600;
  }
  
  /* StablePay Solution Card */
  .stablepay-solution-card .result-card-content {
    align-items: flex-start;
  }
  
  .stablepay-icon {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  
  .stablepay-icon i {
    color: #046FD9;
    font-size: 20px;
  }
  
  .stablepay-content {
    flex: 1;
  }

.stablepay-content h4 {
  margin: 0 0 1rem 0;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}
  
  .stablepay-title {
    font-size: 22px;
    font-weight: 600;
    color: #1673ff;
    margin: 0 0 1rem 0;
  }
  
  .stablepay-description {
    font-size: 16px;
    color: #dfdfdf;
    margin: 0;
    line-height: 1.6;
  }
  
  /* Arrow Separator */
  .arrow-separator {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
  
  .arrow-separator i {
    color: #ffffff;
    font-size: 1.5rem;
  }
  
  /* How It Works Section */
  .how-it-works-wrapper {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 40px;
    margin-top: 40px;
  }
  
  .how-it-works-card {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  
.how-it-works-card .card-header {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 24px 32px 20px;
}
  
  .how-it-works-card .card-header h4 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    font-size: 22px;
  }
  
.step-label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #04d9ce;
  letter-spacing: 0.6px;
  line-height: 1;
  margin-top: 2px;
}
  
  .how-it-works-card .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  
  .how-it-works-card .card-header h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
  }
  
  .how-it-works-card .card-content p {
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
  }
  
  .step-description {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 120px;
  }
  
  .step-description p {
    color: #dfdfdf;
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
  
  .step-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 8px 0 0;
    flex-shrink: 0;
    border-radius: 50%;
    background: #046FD9;
  }
  
  /* Customer Journey Card */
  .customer-journey-card {
    grid-column: span 12;
  }

  .customer-journey-card .card-header {
    justify-content: flex-start;
    padding: 4px 32px;
  }

  .customer-journey-card .card-header h4 {
    color: #ffffff;
  }

  .customer-journey-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .customer-journey-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 20px;
    border-radius: 10px;
    background: rgba(4, 16, 28, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.12);
    min-width: 100px;
    flex: 0 0 auto;
    opacity: 0;
    transform: translateX(-20px);
    animation: journey-step-enter 0.6s ease forwards;
  }

  .customer-journey-step:nth-of-type(1) {
    animation-delay: 0.1s;
  }

  .customer-journey-step:nth-of-type(3) {
    animation-delay: 0.25s;
  }

  .customer-journey-step:nth-of-type(5) {
    animation-delay: 0.4s;
  }

  .customer-journey-step:nth-of-type(7) {
    animation-delay: 0.55s;
  }

  .customer-journey-step:nth-of-type(9) {
    animation-delay: 0.7s;
  }
 
  .customer-journey-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(4, 111, 217, 0.2);
    border: 1px solid rgba(4, 111, 217, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #046FD9;
    font-size: 22px;
  }

  .customer-journey-label {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #dfdfdf;
  }

  .customer-journey-arrow {
    color: #04D9CE;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: journey-arrow-bounce 1.8s ease-in-out infinite;
    opacity: 1;
    transform: translateY(0);
  }

  @keyframes journey-arrow-bounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-5px);
    }
  }

  @keyframes journey-step-enter {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @media (max-width: 1024px) {
    .customer-journey-step {
      min-width: 140px;
    }
  }

  @media (max-width: 768px) {
    .customer-journey-grid {
      flex-direction: column;
      gap: 16px;
    }

    .customer-journey-arrow {
      display: none;
    }
  }
  
  /* API Modules Section */
  #api-modules .platform-architecture {
    margin-top: 40px;
  }
  
  #api-modules .architecture-container {
    background: #1A1F26;
    border: 1px solid #2D3748;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
  }
  
  #api-modules .bx-diagram-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  #api-modules .arch-layer {
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  #api-modules .arch-layer-title,
  #api-modules .bxb-platform-title,
  #api-modules .blockchain-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
  }
  
  #api-modules .layer-user-terminals {
    background: rgba(128, 128, 128, 0.6);
    border: 1px solid rgba(128, 128, 128, 0.5);
  }
  
  #api-modules .layer-application {
    background: rgba(71, 85, 105, 0.7);
    border: 1px solid rgba(71, 85, 105, 0.5);
  }
  
  #api-modules .bxb-platform {
    background: linear-gradient(135deg, #00d4ff, #6366f1, #8b5cf6);
    border: 2px solid #00d4ff;
    box-shadow: 0 10px 32px rgba(0, 212, 255, 0.24);
  }
  
  #api-modules .bxb-platform-title {
    margin-bottom: 8px;
    background: linear-gradient(135deg, #00d4ff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
  
  #api-modules .api-layer {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 12px;
  }
  
  #api-modules .adapter-layer {
    background: rgba(26, 26, 46, 0.8);
    border: 1px solid rgba(22, 33, 62, 0.5);
    border-radius: 8px;
    padding: 12px;
  }
  
  #api-modules .api-layer-title,
  #api-modules .bxb-core-title,
  #api-modules .adapter-layer-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  #api-modules .adapter-layer-title {
    color: #00d4ff;
  }
  
  #api-modules .bxb-core {
    background: #0A0D11;
    border: 1px solid #3A4551;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  #api-modules .blockchain-layer {
    background: rgba(15, 15, 35, 0.9);
    border: 1px solid rgba(128, 128, 128, 0.5);
  }
  
  #api-modules .grid {
    display: grid;
    gap: 12px;
  }
  
  #api-modules .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  #api-modules .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  
  #api-modules .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  
  #api-modules .arch-component,
  #api-modules .core-component,
  #api-modules .blockchain-component {
    border-radius: 8px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    text-align: center;
    min-height: 72px;
  }
  
  #api-modules .component-user {
    background: rgba(71, 71, 71, 0.8);
    border: 1px solid rgba(80, 80, 80, 0.5);
    color: #ffffff;
  }
  
  #api-modules .component-app {
    background: rgba(71, 85, 105, 0.8);
    border: 1px solid rgba(71, 85, 105, 0.4);
    color: #ffffff;
  }
  
  #api-modules .core-component {
    background: #242932;
    border: 1px solid #3A4551;
    color: #ffffff;
  }
  
  #api-modules .blockchain-component {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
  }
  
  #api-modules .text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgba(255, 255, 255, 0.9);
  }
  
  #api-modules .text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(255, 255, 255, 0.95);
  }
  
  #api-modules .text-lg {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  
  #api-modules .font-medium {
    font-weight: 600;
  }
  
  #api-modules .text-blue-400 {
    color: #4C9AFF;
  }
  
  #api-modules .text-green-400 {
    color: #4ADE80;
  }
  
  #api-modules .text-purple-400 {
    color: #A78BFA;
  }
  
  #api-modules .text-orange-400 {
    color: #FB923C;
  }
  
  #api-modules .text-yellow-400 {
    color: #FACC15;
  }
  
  #api-modules .text-red-400 {
    color: #F87171;
  }
  
  #api-modules .text-white {
    color: #ffffff;
  }
  
  #api-modules .text-gray-200 {
    color: #E3E7EB;
  }
  
  #api-modules .text-slate-200 {
    color: #E3E7EB;
  }
  
  #api-modules .mb-1 {
    margin-bottom: 4px;
  }
  
  #api-modules .mb-2 {
    margin-bottom: 8px;
  }
  
  @media (max-width: 1200px) {
    #api-modules .grid-cols-6 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  
  @media (max-width: 968px) {
    #api-modules .grid-cols-6,
    #api-modules .grid-cols-4 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  
  @media (max-width: 768px) {
    #api-modules .architecture-container {
      padding: 24px;
    }
  
    #api-modules .arch-layer {
      padding: 14px;
    }
  
    #api-modules .grid-cols-6,
    #api-modules .grid-cols-4,
    #api-modules .grid-cols-3 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  
  @media (max-width: 540px) {
    #api-modules .grid-cols-6,
    #api-modules .grid-cols-4,
    #api-modules .grid-cols-3 {
      grid-template-columns: 1fr;
    }
  
    #api-modules .arch-layer-title,
    #api-modules .bxb-platform-title,
    #api-modules .blockchain-title {
      font-size: 18px;
    }
  }
  
  #api-modules .open-platform-content-wrapper {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  
  #api-modules .platform-stats-overview {
    width: 100%;
  }
  
#api-modules .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 20px;
}

#api-modules .stat-card {
  margin-bottom: 0;
  text-align: center;
}

#api-modules .stat-card .card-content {
  padding: 20px;
}

#api-modules .stat-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

#api-modules .stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(4, 111, 217, 0.25), rgba(4, 111, 217, 0.4));
  border: 1px solid rgba(4, 111, 217, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #12b7ff;
  font-size: 24px;
}

#api-modules .stat-value {
  font-size: 26px;
  font-weight: 700;
  color: #04D9CE;
  letter-spacing: 0.4px;
  min-height: 38px;
}

#api-modules .stat-label {
  font-size: 16px;
  font-weight: 600;
  color: #dfdfdf;
  letter-spacing: 0.3px;
}

#api-modules .stat-description {
  margin: 0;
  font-size: 15px;
  color: #AFAFAF;
  line-height: 1.6;
}
  
  #api-modules .capabilities-showcase {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  
  #api-modules .capability-intro-card {
    width: 100%;
  }
  
  #api-modules .capability-intro {
    margin-bottom: 0;
  }
  
  #api-modules .capability-intro .card-content p {
    margin: 0;
    color: #dfdfdf;
    line-height: 1.7;
  }
  
  #api-modules .capabilities-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
  
  #api-modules .capability-card {
    padding: 28px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  #api-modules .capability-card h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
  }
  
  #api-modules .capability-card p {
    margin: 0;
    font-size: 16px;
    color: #dfdfdf;
    line-height: 1.7;
  }
  
  #api-modules .capability-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(4, 111, 217, 0.22), rgba(4, 111, 217, 0.45));
    border: 1px solid rgba(4, 111, 217, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #12b7ff;
    font-size: 22px;
  }
  
  @media (max-width: 1200px) {
    #api-modules .stats-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
    #api-modules .capabilities-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  
  @media (max-width: 768px) {
    #api-modules .open-platform-content-wrapper {
      gap: 32px;
    }
  
    #api-modules .stats-grid,
    #api-modules .capabilities-grid {
      grid-template-columns: 1fr;
      gap: 24px;
    }
  
    #api-modules .stat-card,
    #api-modules .capability-card {
      align-items: flex-start;
      text-align: left;
    }
  }
  
  /* Compliance Section */
  .compliance-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-top: 40px;
  }
  
  .compliance-intro-card {
    max-width: 100%;
  }
  
  .compliance-intro-card .card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .compliance-description {
    font-size: 18px;
    line-height: 1.7;
    color: #dfdfdf;
    margin: 0;
  }
  
  .compliance-description strong {
    color: #ffffff;
    font-weight: 600;
  }
  
  .compliance-pillars-section {
    width: 100%;
  }
  
  .pillars-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 32px;
  }
  
  .pillar-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px;
    gap: 12px;
  }
  
.pillar-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(4, 111, 217, 0.25);
  border: 1px solid rgba(4, 111, 217, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #12b7ff;
  font-size: 24px;
}
  
  .pillar-card h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
  }
  
  .pillar-card p {
    margin: 0;
    font-size: 16px;
    color: #dfdfdf;
    line-height: 1.6;
  }
  
  @media (max-width: 1200px) {
    .pillars-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px;
    }
  }
  
  @media (max-width: 768px) {
    .compliance-content-wrapper {
      gap: 32px;
    }
  
    .pillars-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
    }
  
    .pillar-icon {
      width: 52px;
      height: 52px;
      font-size: 20px;
    }
  }
  
  @media (max-width: 540px) {
    .pillars-grid {
      grid-template-columns: 1fr;
    }
  }
  
  /* Get Started Section */
#get-started {
  padding: 32px 0;
}

#get-started .section-header {
  margin-bottom: 48px;
}

#get-started .section-subtitle {
  font-size: 16px;
  color: #dfdfdf;
  margin: 12px 0 0;
  text-align: center;
}

.get-started-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 16px;
}
.contact-cta-card {
  padding: 0;
  background: linear-gradient(135deg, rgba(4, 111, 217, 0.16), rgba(19, 192, 248, 0.08));
  border: 1px solid rgba(4, 111, 217, 0.35);
  box-shadow: 0 24px 40px rgba(4, 111, 217, 0.18);
}
.contact-cta-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48px;
  background: rgba(4, 16, 28, 0.7);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.contact-cta-card .card-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(19, 192, 248, 0.28), transparent 58%);
  opacity: 0.85;
  pointer-events: none;
}
.contact-cta-card .card-content > * {
  position: relative;
  z-index: 1;
}
.contact-cta-title {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  color: #ffffff;
  font-weight: 600;
}
.contact-cta-text {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #dfdfdf;
  max-width: 640px;
}
.contact-cta-link {
  color: #9fd9ff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(159, 217, 255, 0.4);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.contact-cta-link:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.65);
}
.contact-cta-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.contact-cta-actions .btn-primary {
  box-shadow: 0 18px 34px rgba(4, 111, 217, 0.32);
}
.contact-cta-actions .btn-primary:hover {
  box-shadow: 0 20px 40px rgba(4, 111, 217, 0.36);
}
.contact-cta-actions .btn-primary i {
  font-size: 18px;
}
  
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-secondary {
  background: transparent;
  color: #dfdfdf;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.btn-secondary:hover {
  border-color: transparent;
  background: #ffffff;
  color: #046fd9;
  box-shadow: 0 16px 32px rgba(4, 111, 217, 0.24);
}

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

.footer {
  padding: 60px 0 48px;
  background: rgba(2, 10, 17, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  margin-top: 40px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.footer-logo-image {
  height: 42px;
  width: auto;
  opacity: 0.85;
}

.footer-tagline {
  margin: 0;
  font-size: 18px;
  color: #afafaf;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.footer-logo {
  margin-top: 20px;
  opacity:0.6;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
}

.footer-logo i {
  font-size: 22px;
  color: #04d9ce;
}

.footer-logo span {
  letter-spacing: 0.6px;
}

.footer-description {
  margin: 0;
  color: #d0d7e3;
  font-size: 15px;
  opacity:0.6;
}

@media (max-width: 768px) {
  .contact-cta-card .card-content {
    padding: 32px;
  }
  .contact-cta-actions .btn-primary {
    width: 100%;
    justify-content: center;
  }
}
  
.innovation-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 48px;
}

.innovation-row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 32px;
  align-items: stretch;
}

.innovation-row--split {
  gap: 24px;
}

.innovation-row--split .innovation-column {
  grid-column: span 12;
  display: flex;
}

.innovation-row--split .innovation-column.media-column {
  justify-content: center;
  align-items: center;
}

.innovation-row--split .innovation-column .business-card {
  width: 100%;
}

.innovation-row-image {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

@media (min-width: 992px) {
  .innovation-row--split .innovation-column {
    grid-column: span 6;
  }
}

.innovation-video {
  grid-column: span 4;
  width: 100%;
  height: 83%;
  min-height: 100px;
  border-radius: 12px;
  opacity: 0.5;
  background: rgba(255, 255, 255, 0.02);
  object-fit: cover;
  overflow: hidden;
}

.innovation-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  grid-column: span 8;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100px;
}

.innovation-visual-card {
  grid-column: span 4;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(108, 108, 108, 0.18);
  border: none;
  backdrop-filter: blur(10px);
}

.innovation-visual-card:hover {
  transform: none;
  box-shadow: none;
  border-color: inherit;
}

.innovation-visual-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.innovation-visual-card .card-visual {
  margin: 0;
}

.innovation-visual-card .card-visual-caption {
  font-size: 28px;
  font-weight: 700;
  color: #04d9ce;
  margin: 0;
  text-shadow: 0 0 12px rgba(4, 217, 206, 0.6);
}

.innovation-video--text .card-visual-caption {
  font-size: 28px;
  font-weight: 700;
  color: #04d9ce;
  margin: 0;
  text-shadow: 0 0 12px rgba(4, 217, 206, 0.6);
}

.innovation-text-card {
  grid-column: span 8;
}

.innovation-card .card-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(4, 111, 217, 0.22), rgba(4, 111, 217, 0.38));
  border: 1px solid rgba(4, 111, 217, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9fe4ff;
  font-size: 22px;
}

.innovation-card--customer-experience {
  grid-column: auto;
  width: 100%;
}

.innovation-image {
  grid-column: span 5;
  width: 100%;
  height: 84%;
  border-radius: 12px;
  display: block;
  object-fit: cover;
  opacity: 0.2;
}

.innovation-card--transparency {
  grid-column: auto;
  width: 100%;
}

.innovation-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.innovation-video--text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  opacity: 1;
  background: rgba(108, 108, 108, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.innovation-video-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  line-height: 1.6;
}

.innovation-video-subtext {
  margin: 0;
  color: #f2f9ff;
  font-size: 16px;
  max-width: 440px;
}

.innovation-card--compliance {
  grid-column: span 8;
}

.innovation-card .card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.2px;
}

.innovation-card .card-content {
  margin-left: 0;
}

.innovation-card .card-description {
  color: #dfdfdf;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  text-align: left;
}

.innovation-card .card-visual {
  padding: 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.innovation-card .card-visual-caption {
  color: #afafaf;
  font-size: 14px;
  margin: 0;
}
  
  @media (max-width: 1024px) {
  .innovation-row {
    grid-template-columns: 1fr;
  }

  .innovation-video,
  .innovation-card {
    grid-column: span 12;
  }

  .innovation-visual-card,
  .innovation-text-card,
  .innovation-card--cost,
  .innovation-card--compliance,
  .innovation-video--text,
  .innovation-card--customer-experience,
  .innovation-image,
  .innovation-card--transparency {
    grid-column: span 12;
  }
}

@media (max-width: 768px) {
  .innovation-wrapper {
    margin-top: 32px;
  }

  .innovation-card {
    padding: 24px;
  }
}
  
#get-started .business-card {
  margin-bottom: 24px;
  transition: none;
  box-shadow: none;
}

#get-started .business-card:hover {
  transform: none;
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.15);
}
  
  