.info-dai-page {
  padding-top: 30px !important;
}

.info-dai-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f1f7f2 100%);
  border: 1px solid #d9e9dc;
  border-radius: 18px;
  padding: 26px;
}

.info-dai-page .universal-breadcrumb {
  margin-bottom: 10px;
}

.info-dai-page .universal-breadcrumb-list {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 13px;
}

.info-dai-page .universal-breadcrumb .breadcrumb-item,
.info-dai-page .universal-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #6b7280;
}

.info-dai-page .universal-breadcrumb .breadcrumb-item a {
  color: #0d6a3f;
}

.info-dai-page .universal-breadcrumb .breadcrumb-item.active {
  color: #374151;
}

.info-dai-eyebrow {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0d6a3f;
  background: #def3e5;
}

.info-dai-title {
  margin: 10px 0 8px;
  font-size: 46px;
  line-height: 1.08;
  color: #0e255e;
}

.info-dai-lead {
  margin: 0;
  max-width: 620px;
  font-size: 20px;
  line-height: 1.6;
  color: #1f2b4d;
}

.info-dai-wa-btn {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  min-height: 120px;
  padding: 18px 18px 18px 54px;
  border-radius: 14px;
  border: 1px solid #0f7c45;
  background: linear-gradient(135deg, #1aa75f 0%, #0f7c45 100%);
  color: #ffffff;
  text-decoration: none;
  position: relative;
  box-shadow: 0 10px 20px rgba(15, 124, 69, 0.2);
}

.info-dai-wa-btn i {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
}

.info-dai-wa-btn .label {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.92;
}

.info-dai-wa-btn .number {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.info-dai-wa-btn:hover {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(15, 124, 69, 0.28);
}

.dai-search-wrap .input-group {
  border: 1px solid #dbe2ea;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.dai-search-wrap .input-group-text,
.dai-search-wrap .form-control {
  border: 0;
  background: transparent;
}

.dai-search-wrap .dai-reset-btn {
  display: none;
}

.dai-search-wrap .form-control {
  box-shadow: none;
  min-height: 50px;
}

.dai-results-empty {
  padding: 48px 16px;
  text-align: center;
  color: #6b7280;
  background: #f9fafb;
  border: 1px dashed #d1d5db;
  border-radius: 14px;
}

.dai-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.dai-grid-item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .dai-grid-item {
    width: 20%;
  }
}

.dai-card {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  text-align: left;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dai-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
}

.dai-card-media {
  width: 100%;
  margin: 0;
  aspect-ratio: 3 / 4;
  background: #f1f5f9;
  border-radius: 0;
  overflow: hidden;
}

.dai-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dai-card-body {
  padding: 12px;
  text-align: left;
}

.dai-card-name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #111827;
}

.dai-card-location {
  margin: 6px 0 0;
  font-size: 13px;
  color: #4b5563;
}

.dai-placeholder .dai-card-media {
  background: linear-gradient(90deg, #eef2f7 25%, #f8fafc 37%, #eef2f7 63%);
  background-size: 400% 100%;
  animation: dai-shimmer 1.3s infinite;
}

.dai-placeholder-line {
  display: block;
  width: 100%;
  height: 12px;
  border-radius: 6px;
  margin-top: 8px;
  background: linear-gradient(90deg, #eef2f7 25%, #f8fafc 37%, #eef2f7 63%);
  background-size: 400% 100%;
  animation: dai-shimmer 1.3s infinite;
}

.dai-placeholder-line.short {
  width: 70%;
}

@keyframes dai-shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}

.dai-detail-modal-content {
  border-radius: 12px;
}

.dai-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: flex-start;
}

.dai-detail-photo {
  flex: 0 0 160px;
  max-width: 160px;
  aspect-ratio: 3 / 4;
  align-self: flex-start;
  overflow: hidden;
  border-radius: 10px;
  background: #f1f5f9;
  border: 1px solid #e5e7eb;
}

.dai-detail-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.dai-detail-content {
  flex: 1 1 0;
  min-width: 0;
}

.dai-detail-row {
  margin-bottom: 12px;
}

.dai-detail-label {
  margin: 0 0 4px;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #6b7280;
  text-transform: uppercase;
}

.dai-detail-value {
  margin: 0;
  color: #111827;
}

@media (max-width: 575.98px) {
  .info-dai-hero {
    padding: 18px;
  }

  .info-dai-title {
    font-size: 34px;
  }

  .info-dai-lead {
    font-size: 17px;
  }

  .info-dai-wa-btn {
    min-height: 96px;
    margin-top: 16px;
    padding: 16px 16px 16px 48px;
  }

  .info-dai-wa-btn .number {
    font-size: 18px;
  }

  .dai-detail-photo,
  .dai-detail-content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .dai-detail-photo {
    max-width: 160px;
  }
}
