/* ========================================
   MINIMAL RESPONSIVE FIX
   Only prevents overflow, maintains Figma design
   ======================================== */

/* Prevent horizontal overflow on all devices */
* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.section-12,
.frame-2147224244 {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  background-color: #f3f3f3;
}

/* Mobile: Stack cards vertically */
@media (max-width: 991px) {
  .layout {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 15px;
  }

  .card,
  .card2,
  .card3 {
    min-width: 100% !important;
    /* max-width: 100%; */
    height: auto !important;
  }
  .frame-1618874627 {
    display: none;
  }
  .frame-2147224363 {
    flex-direction: column;
    gap: 30px;
  }

  .mask-group2,
  .frame-1618874627 {
    width: 100%;
    max-width: 100%;
  }
}

/* Small mobile adjustments */
@media (max-width: 575px) {
  .section-12,
  .frame-2147224244 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .layout {
    padding: 0 10px;
  }
}
