  /* โหลดฟอนต์ Prompt */
  @import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600&display=swap');

  html[lang="th"] body {
    font-family: 'Prompt' !important;
  }

  body {
    font-family: 'Helvetica Neue', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
  }


  .section-superapp {
    width: 100%;
    padding: 112px 64px;
    background-color: #191919;
    background-image: url('../images/SuperApp_BG.svg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
  }

  .section-processworkflow {
    width: 100%;
    padding: 112px 64px;
    background-color: #191919;
    background-image: url('../images/processworkflow_BG.svg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
  }

.apiGateway-header {
    max-width: 900px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.IAM-header {
    max-width: 1000px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

  .section-api {
    background-image: url('../images/api_BG.svg');
  }

  .section-iam {
    background-image: url('../images/iam_BG.svg');
  }

  .color-w {
    color: white !important;
  }

  .superapp-container {
    max-width: 1280px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: center;
    color: white;
  }

  .superapp-header {
    max-width: 800px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .superapp-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
  }

  .superapp-subtitle {
    font-size: 16px;
    line-height: 1.5;
  }

  .superapp-features {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }

  .feature-box {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .feature-icon {
    width: 32px;
    height: 32px;
    position: relative;
  }

  .outline-square::before {
    content: "";
    position: absolute;
    width: 25.34px;
    height: 25.34px;
    top: 2.66px;
    left: 4px;
    border: 2px solid #59B0FF;
  }

  .outline-rectangle::before {
    content: "";
    position: absolute;
    width: 29.33px;
    height: 24px;
    top: 4px;
    left: 1.33px;
    border: 2px solid #59B0FF;
  }

  .outline-tall::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 26.67px;
    top: 2.67px;
    left: 4px;
    border: 2px solid #59B0FF;
  }

  .feature-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
  }

  .feature-description {
    font-size: 16px;
    line-height: 1.5;
  }

  .superapp-cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .superapp-button {
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 100px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    border: 1px solid #000000;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
  }

  .superapp-button:hover {
    background-color: #f0f0f0;
    border-color: #000000;
    color: #000000;
  }

  /* 🌙 Dark Mode Support */
  @media (prefers-color-scheme: dark) {
    .superapp-button {
      background-color: #ffffff;
      color: #191919;
      border: 1px solid #ffffff;
    }

    .superapp-button:hover {
      background-color: #e0e0e0;
      color: #000000;
      border-color: #ffffff;
    }
  }

  /* 🟨 Tablet breakpoint */
  @media (min-width: 768px) {
    .section-superapp {
      padding: 96px 48px;
    }

    .section-processworkflow {
      padding: 96px 48px;
    }

    .superapp-title {
      font-size: 52px;
    }

    .superapp-subtitle {
      font-size: 17px;
    }

    .superapp-features {
      flex-direction: row;
      gap: 48px;
    }

    .feature-title {
      font-size: 24px;
    }

    .feature-description {
      font-size: 17px;
    }
  }

  /* 🟩 Desktop breakpoint */
  @media (min-width: 1024px) {
    .section-superapp {
      padding: 186px 64px 64px 64px;
    }

    .section-processworkflow {
      padding: 186px 64px 64px 64px;
    }

    .superapp-title {
      font-size: 72px;
    }

    .superapp-subtitle {
      font-size: 18px;
    }

    .feature-title {
      font-size: 28px;
    }

    .feature-description {
      font-size: 18px;
    }
  }



  /* smarterteams */
  .section-smarterteams {
    width: 100%;
    padding: 64px 24px;
    background-color: #05070B;
    display: flex;
    justify-content: center;
  }

  .smarterteams-container {
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    gap: 64px;
  }

  .smarterteams-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }

  .smarterteams-text {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .smarterteams-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .smarterteams-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3;
    color: white;

  }

  .smarterteams-subtitle {
    font-size: 16px;
    line-height: 1.5;
    color: white;

  }

  .smarterteams-feature-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .smarterteams-feature {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 0 16px 24px;
  }

  .smarterteamsbox-feature {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 0 16px 24px;
    border-radius: 8px;
    background: #121927;
  }


  .smarterteams-feature.highlighted {
    border-left: 1px solid white;
    background-color: #05070B;
  }

  .feature-title {
    font-size: 20px;
    font-weight: 500;

    color: white;
    line-height: 1.4;
  }

  .feature-desc {
    font-size: 16px;
    color: white;
    line-height: 1.5;
  }

  .smarterteams-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
  }

  /* 🟩 Tablet and above */
  @media (min-width: 768px) {
    .section-smarterteams {
      padding: 96px 48px;
    }

    .smarterteams-title {
      font-size: 44px;
    }

    .smarterteams-subtitle {
      font-size: 17px;
    }

    .feature-title {
      font-size: 21px;
    }

    .feature-desc {
      font-size: 17px;
    }
  }

  /* 🖥 Desktop and above */
  @media (min-width: 1024px) {
    .section-smarterteams {
      padding: 112px 64px;
    }

    .smarterteams-content {
      flex-direction: row;
      align-items: center;
      gap: 80px;
    }

    .smarterteams-text,
    .smarterteams-image {
      flex: 1;
    }

    .smarterteams-title {
      font-size: 52px;
    }

    .smarterteams-subtitle {
      font-size: 18px;
    }

    .feature-title {
      font-size: 22px;
    }

    .feature-desc {
      font-size: 18px;
    }

    .smarterteams-image img {
      height: 640px;
    }
  }


  /* applicationportfolio */

  .section-applicationportfolio {
    width: 100%;
    padding: 64px 24px;
    background-color: #191919;
    display: flex;
    justify-content: center;
  }

  .applicationportfolio-container {
    max-width: 1280px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
    color: white;
  }

  .applicationportfolio-header {
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .applicationportfolio-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;

  }

  .applicationportfolio-subtitle {
    font-size: 16px;
    line-height: 1.5;

  }

  .applicationportfolio-cards {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .app-card {
    background-color: #05070B;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .app-card-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .app-card-body {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .app-card-title {
    font-size: 22px;
    font-weight: 500;

  }

  .app-card-text {
    font-size: 16px;

    line-height: 1.5;
  }

  /* 🌐 Tablet (≥768px) */
  @media (min-width: 768px) {
    .section-applicationportfolio {
      padding: 96px 48px;
    }

    .applicationportfolio-title {
      font-size: 44px;
    }

    .applicationportfolio-subtitle {
      font-size: 17px;
    }

    .applicationportfolio-cards {
      flex-direction: row;
      gap: 32px;
    }

    .app-card {
      flex: 1;
    }
  }

  /* 🖥 Desktop (≥1024px) */
  @media (min-width: 1024px) {
    .section-applicationportfolio {
      padding: 112px 64px;
    }

    .applicationportfolio-title {
      font-size: 52px;
    }

    .applicationportfolio-subtitle {
      font-size: 18px;
    }

    .app-card-title {
      font-size: 22px;
    }

    .app-card-text {
      font-size: 18px;
    }
  }


  /* section-unifieduser */

  .section-appspace {
    padding: 112px 24px;
    background-color: #E7E8E9;
    color: #000;
  }

  .appspace-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .appspace-content {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start;
    justify-content: space-between;
  }

  .appspace-heading {
    flex: 1;
    max-width: 480px;
  }

  .appspace-title {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 16px;
  }

  .appspace-description {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
  }

  .appspace-features {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .appspace-feature {
    display: flex;
    gap: 24px;
    align-items: flex-start;
  }

  .appspace-feature-iconbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    min-width: 32px;
  }

  .icon {
    width: 32px;
    height: 32px;
    border: 2px solid #59B0FF;
  }

  .feature-line {
    width: 2px;
    height: 80px;

    background-color: rgba(0, 0, 0, 0.30);
  }


  .api-line {
    width: 2px;
    height: 80px;
    background-color: #595E67;
  }

  .appspace-feature-text {
    flex: 1;
  }

  .feature-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #000;
  }

  .feature-description {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
  }

  @media (max-width: 960px) {
    .appspace-content {
      flex-direction: column;
      gap: 10px;
    }

    .appspace-heading,
    .appspace-features {
      max-width: 100%;
    }
  }


  /* Dual Modes */

  .section-dualmodes {
    background-color: #05070B;
    color: white;
    padding: 112px 24px;
    display: flex;
    justify-content: center;
  }

  .dualmodes-container {
    max-width: 1280px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
  }

  .dualmodes-header {
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .dualmodes-title {
    font-size: 52px;
    font-weight: 500;

  }

  .dualmodes-description {
    font-size: 18px;
    line-height: 1.5;
  }

  .dualmodes-cards {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .dualmodes-card {
    background-color: #05070B;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .card-content {
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .card-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;

  }

  .card-text {
    font-size: 18px;
    line-height: 1.5;

  }

  .card-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
  }

  /* 🟦 Tablet & Desktop Layout */
  @media (min-width: 768px) {
    .dualmodes-cards {
      flex-direction: row;
      gap: 32px;
    }

    .dualmodes-card {
      flex: 1;
    }

    .card-image img {
      height: 360px;
    }
  }


  /* Micro and Nano Apps */
  .section-nanoapps {
    background-color: #191919;
    color: white;
    padding: 112px 24px;
    display: flex;
    justify-content: center;
  }

  .nanoapps-container {
    max-width: 1280px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
  }

  .nanoapps-content {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }

  .nanoapps-heading {}

  .nanoapps-title {
    font-size: 52px;
    font-weight: 500;
    line-height: 1.2;
  }

  .nanoapps-description-box {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .nanoapps-description {
    font-size: 18px;
    line-height: 1.5;
  }

  .nanoapps-types {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .nanoapps-type {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
  }

  .nanoapps-type-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
  }

  .nanoapps-type-description {
    font-size: 18px;
    line-height: 1.5;
  }

  /* 🟦 Responsive Layout: Desktop */
  @media (min-width: 768px) {
    .nanoapps-content {
      flex-direction: row;
      gap: 80px;
      align-items: flex-start;
    }

    .nanoapps-heading {
      flex: 1;
    }

    .nanoapps-description-box {
      flex: 2;
    }

    .nanoapps-types {
      flex-direction: row;
      gap: 24px;
    }
  }



  /* section-mobileapplications */

  .section-mobileapplications {
    background-color: var(--Color-Scheme-1-Background, #05070B);
    color: var(--Color-Scheme-1-Text, #FFFFFF);
    padding: 112px 24px;
    display: flex;
    justify-content: center;
  }

  .mobileapps-container {
    max-width: 1280px;
    width: 100%;
  }

  .mobileapps-inner {
    display: flex;
    flex-direction: column;
    gap: 64px;
  }

  .mobileapps-image {
    width: 100%;
    max-height: 640px;
    object-fit: cover;
    border-radius: 16px;
  }

  .mobileapps-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .mobileapps-heading {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .mobileapps-title {
    font-size: 52px;
    font-weight: 500;
    line-height: 1.2;
  }

  .mobileapps-subtitle {
    font-size: 18px;
    line-height: 1.5;
  }

  .mobileapps-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .mobileapps-item {
    border-left: 1px solid var(--Color-Mirage-Light, #595E67);
    padding: 0px 0 0px 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .hightech-section {
    width: 100%;
    padding: 112px 64px;
    background: #E7E8E9;
    display: flex;
    justify-content: center;
  }

  .hightech-container {
    max-width: 1280px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
  }

  .hightech-content {
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
  }

  .hightech-text {
    flex: 1 1 400px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    color: white;
  }

  .hightech-image {
    flex: 1 1 400px;
  }

  .hightech-header {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #000;
  }

  .hightech-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #000;
  }

  .hightech-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    max-width: 500px;
  }

  .hightech-subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .hightech-feature-texts {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .hightech-title {
    font-size: 52px;
    font-weight: 500;
    line-height: 62.4px;
  }

  .hightech-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 0px 0;
  }

  .manufacturing-section {
    width: 100%;
    padding: 112px 64px;
    background: #05070B;
    display: flex;
    justify-content: center;
    align-items: center;

  }


  .manufacturing-container {
    max-width: 1280px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }

  .manufacturing-container2 {
    max-width: 1280px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .manufacturing-header {
    max-width: 768px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
  }

  .manufacturing-features {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .manufacturing-title {
    color: #ffffff;
    font-size: 52px;
    font-weight: 500;
    line-height: 62.4px;
  }

  .manufacturing-features {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .manufacturing-feature {
    flex: 1 1 220px;
    /* max-width: 300px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
  flex: 1 1 220px; /* ปรับขนาดให้ยืดหยุ่น */
  min-width: 250px; /* กำหนดขนาดขั้นต่ำ */
  padding: 10px;
  border-radius: 8px;
  text-align: center;
 
    
  }

  .manufacturing-feature-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    line-height: 30.8px;
  }

.manufacturing-line-clamp {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* จำกัดการแสดงผลให้แสดง 2 บรรทัด */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6; /* ระยะห่างระหว่างบรรทัด */
  height: 3.2em; /* กำหนดความสูงรวมของ 2 บรรทัด (1.6 * 2) */
  margin: 0; /* ปรับระยะห่างให้พอดี */
}



  .manufacturing-feature-text {
    color: #ffffff;
    font-size: 18px;
    line-height: 27px;
  }

  .item-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
  }

  .item-description {
    font-size: 18px;
    line-height: 1.5;
  }

  /* Responsive: Tablet/Desktop */
  @media (min-width: 1024px) {
    .mobileapps-inner {
      flex-direction: row;
      gap: 80px;
    }

    .mobileapps-image {
      flex: 1;
      height: 640px;
    }

    .mobileapps-content {
      flex: 1;
    }
  }

   .section-integration{
   background-image: url('../images/integration-footer.png') !important;
  }

  /* Workflows_SuperApp */
  .section-workflows-superapp {
    width: 100%;
    padding: 112px 24px;
    background-color: var(--Color-Neutral-Darker, #191919);
    background-image: url('../images/SuperApp_FT.svg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    position: relative;
    color: var(--Color-White, #ffffff);
  }

  .section-workflows-superapp::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(25, 25, 25, 0.6);
    /* Overlay for readability */
    z-index: 0;
  }

  .workflows-container {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    width: 100%;
  }

  .workflows-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }

  @media (min-width: 1024px) {
    .workflows-content {
      flex-direction: row;
      gap: 80px;
    }
  }

  .workflows-text,
  .workflows-description-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .workflows-title {
    font-size: 52px;
    font-weight: 500;
    line-height: 1.2;
  }

  .workflows-description {
    font-size: 18px;
    line-height: 1.5;
  }

  .btn-get-started {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 100px;
    background-color: var(--Color-White, #ffffff);
    color: var(--Color-Neutral-Darkest, #000000);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .btn-get-started:hover {
    background-color: #eaeaea;
    color: #000000;
  }


  /* --- sm xs --- */
  @media (min-width: 200px) and (max-width: 767px) {
    .superapp-container {
      max-width: 1280px;
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 10px;
      align-items: center;
      color: white;
    }

    .feature-box {
      display: flex;
      flex-direction: column;
      gap: 0px;
    }

    .superapp-features {
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: 100%;
    }

    .smarterteams-feature-list {
      display: flex;
      flex-direction: column;
      gap: 0px;
    }

    .applicationportfolio-container {
      max-width: 1280px;
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 0px;
      color: white;
    }

    .appspace-title {
      font-size: 36px;
      line-height: 1.2;
      font-weight: 500;
      margin-bottom: 16px;
    }

    .appspace-features {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .dualmodes-container {
      max-width: 1280px;
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 0px;
    }

    .card-content {
      padding: 20px;
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .nanoapps-title {
      font-size: 36px;
      font-weight: 500;
      line-height: 1.2;
    }

    .nanoapps-content {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }


    .mobileapps-title {
      font-size: 36px;
      font-weight: 500;
      line-height: 1.2;
    }

    .mobileapps-content {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .workflows-title {
      font-size: 36px;
      font-weight: 500;
      line-height: 1.2;
    }

    .workflows-content {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
  }


  /* superapp */

  .api-gateway-section {
    background-color: #191919;
    padding: 112px 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
  }

  .api-gateway-container {
    max-width: 1280px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
  }

  .api-gateway-content {
    display: flex;
    flex-direction: row;
    gap: 80px;
    flex-wrap: wrap;
  }

  .api-gateway-text {
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
    gap: 48px;
  }

  .api-gateway-heading h2 {
    color: white;
    font-size: 52px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
  }

  .api-gateway-heading p {
    color: white;
    font-size: 18px;
    line-height: 1.5;
  }

  .api-gateway-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .api-gateway-feature {
    border-left: 1px solid #595E67;
    padding-left: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .api-gateway-feature h3 {
    color: white;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 8px 0;
  }

  .api-gateway-feature p {
    color: white;
    font-size: 18px;
    margin: 0;
  }

  .api-gateway-image {
    flex: 1 1 500px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .api-gateway-image img {
    width: 100%;
    max-height: 640px;
    border-radius: 16px;
    object-fit: cover;
  }

  /* Responsive Design */
  @media (max-width: 1024px) {
    .api-gateway-content {
      flex-direction: column;
    }

    .api-gateway-text,
    .api-gateway-image {
      flex: 1 1 100%;
    }
  }