/* STRICT HOMEPAGE MOBILE FIX */
@media (max-width: 768px) {
  /* More air before CTA buttons */
  #home-view header p.text-lg.md\:text-xl,
  header p.text-lg.md\:text-xl {
    margin-bottom: 1.45rem !important;
  }

  #home-view header .flex.flex-col.sm\:flex-row.items-stretch.sm\:items-center.justify-center.gap-4.max-w-xl.mx-auto.mt-2,
  header .flex.flex-col.sm\:flex-row.items-stretch.sm\:items-center.justify-center.gap-4.max-w-xl.mx-auto.mt-2 {
    margin-top: 0.55rem !important;
    gap: 0.7rem !important;
  }

  /* Compact white section */
  #static-management-note .rounded-\[30px\] {
    padding: 0.9rem !important;
  }

  #static-management-note .max-w-2xl.mx-auto.text-center {
    margin-bottom: 0.35rem !important;
  }

  /* Force 3 compact visible boxes */
  #static-management-note .grid.sm\:grid-cols-3.max-w-3xl.mx-auto.items-start {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
    max-width: 100% !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
    margin-top: 0.85rem !important;
  }

  #static-management-note .grid.sm\:grid-cols-3.max-w-3xl.mx-auto.items-start > div {
    width: 100% !important;
    min-width: 0 !important;
    height: 108px !important;
    min-height: 108px !important;
    max-height: 108px !important;
    padding: 0.55rem !important;
    border-radius: 14px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  /* Hide long descriptive text */
  #static-management-note .grid.sm\:grid-cols-3.max-w-3xl.mx-auto.items-start > div p.text-xs,
  #static-management-note .grid.sm\:grid-cols-3.max-w-3xl.mx-auto.items-start > div p.mt-1 {
    display: none !important;
  }

  /* Compact icon circle */
  #static-management-note .grid.sm\:grid-cols-3.max-w-3xl.mx-auto.items-start > div > div {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    margin-bottom: 0.35rem !important;
  }

  /* Compact label */
  #static-management-note .grid.sm\:grid-cols-3.max-w-3xl.mx-auto.items-start > div p.mt-2,
  #static-management-note .grid.sm\:grid-cols-3.max-w-3xl.mx-auto.items-start > div p.text-sm {
    margin: 0 !important;
    font-size: 0.72rem !important;
    line-height: 1.1 !important;
  }

  /* Slightly tighter section transition */
  #properties-section {
    padding-top: 0.8rem !important;
  }
}
