.support-entry-card {
  cursor: pointer;
  height: 45px;
  border: 0;
  border-radius: 10px !important;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  box-shadow: 0 14px 30px rgba(102, 126, 234, 0.26);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.support-entry-card::before,
.support-modal-hero::before,
.support-modal-hero::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.support-entry-card::before {
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.22), transparent 42%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 45%);
}

.support-entry-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(102, 126, 234, 0.34);
}

.support-entry-content,
.support-entry-main,
.support-modal-topbar,
.support-action-row,
.support-check-item,
.support-hours-row {
  display: flex;
}

.support-entry-content {
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 0.75rem;
  padding: 0.58rem 0.9rem;
}

.support-entry-main,
.support-check-item {
  align-items: center;
}

.support-entry-main {
  gap: 0.75rem;
  min-width: 0;
}

.support-entry-icon,
.support-entry-arrow,
.support-step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.support-entry-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: #667eea;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.support-entry-icon-symbol {
  font-size: 12px;
}

.support-entry-copy {
  min-width: 0;
  line-height: 1.1;
}

.support-entry-kicker {
  display: block;
  margin-bottom: 0.12rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.support-entry-title {
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-size: 0.83rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.support-entry-arrow {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.support-entry-arrow-icon {
  font-size: 10px;
}

.support-modal-dialog {
  max-width: 760px;
}

.support-modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 28px !important;
  background: #eef3ef;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.22);
}

.support-modal-hero {
  position: relative;
  overflow: hidden;
  padding: 1.9rem 2rem 1.4rem;
  color: #fff;
  background: linear-gradient(135deg, #123c3d 0%, #185c58 62%, #d19a56 140%);
}

.support-modal-hero::before,
.support-modal-hero::after {
  border-radius: 999px;
}

.support-modal-hero::before {
  top: -120px;
  left: -80px;
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.12);
}

.support-modal-hero::after {
  right: -90px;
  bottom: -180px;
  width: 280px;
  height: 280px;
  background: rgba(255, 255, 255, 0.08);
}

.support-modal-topbar {
  position: relative;
  z-index: 1;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
}

.support-modal-eyebrow,
.support-panel-label,
.support-modal-tag {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}

.support-modal-eyebrow {
  gap: 0.4rem;
  margin-bottom: 0.6rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
}

.support-modal-title,
.support-panel-title,
.support-step-title {
  margin: 0;
  color: #0f172a;
  font-weight: 800;
}

.support-modal-title {
  color: #fff;
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1.3;
}

.support-modal-subtitle,
.support-panel-copy,
.support-step-text,
.support-note-box {
  line-height: 1.8;
}

.support-modal-subtitle {
  max-width: 34rem;
  margin: 0.55rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.95rem;
}

.support-modal-close {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  margin: 0 !important;
  padding: 0.6rem !important;
  border-radius: 14px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.12) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.support-modal-close:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.support-modal-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.15rem;
}

.support-modal-tag {
  gap: 0.35rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  color: #fff;
  font-size: 0.74rem;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.support-modal-body {
  padding: 1.8rem 2rem 2rem !important;
  background: linear-gradient(180deg, #f7faf7 0%, #eef3ef 100%);
}

.support-modal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 1rem;
  align-items: start;
}

.support-panel,
.support-step-item,
.support-hours-row,
.support-note-box {
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(255, 255, 255, 0.96);
}

.support-panel {
  border-radius: 22px;
  padding: 1.35rem;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.support-panel-accent {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 248, 245, 0.98) 100%);
}

.support-panel-label {
  gap: 0.45rem;
  margin-bottom: 0.9rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  color: #165e57;
  font-size: 0.72rem;
  font-weight: 800;
  background: #edf6f1;
}

.support-panel-title {
  font-size: 1.08rem;
}

.support-panel-copy {
  margin: 0.55rem 0 0;
  color: #5b6778;
  font-size: 0.9rem;
  line-height: 1.9;
}

.support-step-list,
.support-check-list {
  display: grid;
  gap: 0.8rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.support-step-item {
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: #f7faf8;
}

.support-step-index {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
  background: linear-gradient(135deg, #123c3d 0%, #1e6b64 100%);
  box-shadow: 0 10px 20px rgba(18, 60, 61, 0.18);
}

.support-step-title {
  color: #142033;
  font-size: 0.92rem;
}

.support-step-text {
  margin: 0.28rem 0 0;
  color: #64748b;
  font-size: 0.83rem;
}

.support-action-row {
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.15rem;
}

.support-btn-primary,
.support-btn-secondary {
  min-width: 160px;
  padding: 0.72rem 1rem;
  border: 0;
  border-radius: 14px;
  font-size: 0.85rem;
  font-weight: 800;
  box-shadow: none;
}

.support-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #123c3d 0%, #1e6b64 100%);
  box-shadow: 0 16px 28px rgba(18, 60, 61, 0.18);
}

.support-btn-primary:hover {
  color: #fff;
  transform: translateY(-1px);
}

.support-btn-secondary {
  color: #334155;
  background: #eef2f0;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.18);
}

.support-side-block + .support-side-block,
.support-note-box,
.support-hours,
.support-check-list {
  margin-top: 1rem;
}

.support-check-item {
  align-items: flex-start;
  gap: 0.7rem;
  color: #334155;
  font-size: 0.84rem;
}

.support-check-item i {
  margin-top: 0.25rem;
  color: #1f8f71;
  flex-shrink: 0;
}

.support-hours {
  display: grid;
  gap: 0.65rem;
}

.support-hours-row {
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  background: #f8faf9;
}

.support-hours-label {
  color: #475569;
  font-size: 0.82rem;
  font-weight: 700;
}

.support-hours-value {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  white-space: nowrap;
  color: #123c3d;
  font-size: 0.78rem;
  font-weight: 800;
  background: #e8f2ef;
}

.support-note-box {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  color: #6b4b23;
  font-size: 0.82rem;
  line-height: 1.9;
  background: linear-gradient(135deg, #fff7eb 0%, #f8f0df 100%);
  border-color: rgba(201, 139, 70, 0.18);
}

.support-note-box strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #5d3f1b;
}

@media (max-width: 991.98px) {
  .support-modal-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .support-modal-dialog {
    margin: 1rem;
  }

  .support-modal-hero,
  .support-modal-body {
    padding: 1.35rem !important;
  }

  .support-modal-title {
    font-size: 1.25rem;
  }

  .support-modal-topbar,
  .support-action-row,
  .support-hours-row {
    flex-direction: column;
  }

  .support-modal-close {
    align-self: flex-end;
  }

  .support-btn-primary,
  .support-btn-secondary {
    width: 100%;
  }

  .support-hours-row {
    align-items: flex-start;
  }
}