/* --- Enhanced Home Section --- */
.home-section {
  background: linear-gradient(120deg, #23272a 60%, #181a1b 100%);
  border-radius: 1.5em;
  box-shadow: 0 8px 32px #00e67622, 0 2px 8px rgba(0,0,0,0.18);
  padding: 2.5em 2em 2em 2em;
  margin-bottom: 2.5em;
  position: relative;
  overflow: hidden;
}
.home-section h2 {
  color: #00e676;
  font-size: 2.7rem;
  margin-bottom: 1.2rem;
  letter-spacing: 1.5px;
  text-align: center;
  text-shadow: 0 2px 16px #00e67633;
}
#home-typed {
  color: #fff;
  font-size: 1.35rem;
  text-align: center;
  margin: 0 auto 2.2rem auto;
  max-width: 700px;
  min-height: 2.5em;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px #00e67611;
}
.top-reviews-section {
  margin: 2.5em 0 2em 0;
  text-align: center;
}
.top-reviews-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 2em;
  overflow-x: auto;
  padding-bottom: 1em;
  scrollbar-width: thin;
  scrollbar-color: #00e67633 #23272a;
}
.top-review-card {
  background: linear-gradient(120deg, #23272a 70%, #181a1b 100%);
  border-radius: 1.2em;
  box-shadow: 0 8px 32px #00e67633, 0 2px 8px rgba(0,0,0,0.18);
  padding: 1.2em 1.2em 0.7em 1.2em;
  min-width: 260px;
  max-width: 340px;
  flex: 0 0 300px;
  text-align: left;
  border: 2px solid #00e67622;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7em;
  position: relative;
  transition: box-shadow 0.18s, border 0.18s, transform 0.18s;
  scroll-snap-align: start;
}
.top-review-card:hover {
  box-shadow: 0 12px 40px #00e67655, 0 8px 32px rgba(0,0,0,0.28);
  border: 2px solid #00e67655;
  background: #23272aee;
  transform: translateY(-4px) scale(1.03);
}
.top-review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  background: #181a1b;
  border: 2px solid #00e67655;
  margin-bottom: 0.3em;
  box-shadow: 0 2px 8px #00e67622;
}
.top-review-user {
  color: #00e676;
  font-weight: 700;
  font-size: 1.08em;
  margin-right: 0.7em;
}
.top-review-plugin {
  color: #00b8d4;
  font-weight: 600;
  font-size: 0.98em;
  margin-left: 0.5em;
}
.top-review-rating {
  margin-left: 0.5em;
  font-size: 1.1em;
}
.top-review-content {
  color: #b0bec5;
  font-size: 1.08em;
  margin-bottom: 0.2em;
  white-space: pre-line;
  margin-top: 0.3em;
  font-weight: 500;
}

/* --- Enhanced Reviews Section --- */
.reviews-section {
  margin: 2rem 0;
  padding: 0;
  text-align: center;
  overflow-x: auto;
}
.reviews-section h2 {
  color: #00e676;
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 0 2px 8px #00e67622;
}
.reviews-scroll-list {
  display: flex;
  flex-direction: row;
  gap: 2em;
  overflow-x: auto;
  padding-bottom: 1em;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #00e67633 #23272a;
}
.review-card {
  background: linear-gradient(120deg, #23272a 70%, #181a1b 100%);
  border-radius: 1.2em;
  box-shadow: 0 8px 32px #00e67633, 0 2px 8px rgba(0,0,0,0.18);
  min-width: 340px;
  max-width: 400px;
  flex: 0 0 340px;
  margin: 1.5em 0;
  padding: 1.5em 1.5em 1em 1.5em;
  text-align: left;
  position: relative;
  display: flex;
  gap: 1.2em;
  align-items: flex-start;
  border: 2px solid #00e67622;
  transition: box-shadow 0.18s, border 0.18s, transform 0.18s;
  scroll-snap-align: start;
}
.review-card:hover {
  box-shadow: 0 12px 40px #00e67655, 0 8px 32px rgba(0,0,0,0.28);
  border: 2px solid #00e67655;
  background: #23272aee;
  transform: translateY(-4px) scale(1.03);
}
.review-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  background: #181a1b;
  border: 2.5px solid #00e67655;
  box-shadow: 0 2px 8px #00e67622;
  margin-right: 0.7em;
  flex-shrink: 0;
}
.review-body {
  flex: 1 1 auto;
  min-width: 0;
}
.review-header {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.3em;
}
.review-user {
  color: #00e676;
  font-weight: 700;
  font-size: 1.08em;
}
.review-date {
  color: #b0bec5;
  font-size: 0.98em;
  margin-left: auto;
}
.review-plugin {
  color: #00b8d4;
  font-weight: 600;
  margin-left: 1em;
}
.review-rating {
  margin-left: 1em;
}
.review-edit-btn, .review-delete-btn {
  background: #23272a;
  color: #00e676;
  border: 1px solid #00e67655;
  border-radius: 0.4em;
  padding: 0.2em 0.8em;
  font-size: 0.95em;
  cursor: pointer;
  margin-left: 0.5em;
  transition: background 0.18s, color 0.18s, border 0.18s;
}
.review-edit-btn:hover {
  background: #181a1b;
  color: #fff;
  border: 1px solid #00e676;
}
.review-delete-btn {
  color: #ff5252;
  border: 1px solid #ff525255;
}
.review-delete-btn:hover {
  background: #181a1b;
  color: #fff;
  border: 1px solid #ff5252;
}
.review-content {
  color: #b0bec5;
  font-size: 1.13em;
  margin-bottom: 0.5em;
  white-space: pre-line;
  margin-top: 0.2em;
  font-weight: 500;
}

/* --- Enhanced Support Section --- */
.support-section {
  margin: 2.5em 0 2em 0;
  text-align: center;
  background: linear-gradient(120deg, #23272a 60%, #181a1b 100%);
  border-radius: 1.2em;
  box-shadow: 0 8px 32px #00e67622, 0 2px 8px rgba(0,0,0,0.18);
  padding: 2em 1.5em;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.support-section h2, .support-section h3 {
  color: #00e676;
  margin-bottom: 0.7em;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px #00e67622;
}
.support-ticket-list {
  margin-top: 1.5em;
  text-align: left;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.support-ticket-card {
  background: linear-gradient(120deg, #181a1b 80%, #23272a 100%);
  border-radius: 0.9em;
  box-shadow: 0 4px 24px #00e67622, 0 2px 8px rgba(0,0,0,0.12);
  margin: 1em 0;
  padding: 1.2em 1.5em 1em 1.5em;
  border: 2px solid #00e67622;
  position: relative;
  transition: box-shadow 0.18s, border 0.18s, transform 0.18s;
}
.support-ticket-card:hover {
  box-shadow: 0 8px 32px #00e67644, 0 8px 32px rgba(0,0,0,0.18);
  border: 2px solid #00e67655;
  background: #23272aee;
  transform: translateY(-2px) scale(1.01);
}
.support-ticket-status {
  font-size: 1em;
  font-weight: 700;
  color: #00e676;
  margin-left: 1em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.support-ticket-responses {
  margin-top: 0.7em;
  padding-left: 1em;
  border-left: 2px solid #00e67633;
}
.support-ticket-response {
  color: #b0bec5;
  margin-bottom: 0.5em;
  font-size: 1em;
  font-weight: 500;
}
.support-ticket-admin {
  color: #00b8d4;
  font-weight: 600;
  margin-right: 0.5em;
}
.support-ticket-date {
  color: #b0bec5;
  font-size: 0.92em;
  margin-left: 0.5em;
}
.support-ticket-close-btn {
  background: #23272a;
  color: #ff5252;
  border: 1px solid #ff525255;
  border-radius: 0.4em;
  padding: 0.2em 0.8em;
  font-size: 0.95em;
  cursor: pointer;
  margin-left: 0.5em;
  transition: background 0.18s, color 0.18s, border 0.18s;
}
.support-ticket-close-btn:hover {
  background: #181a1b;
  color: #fff;
  border: 1px solid #ff5252;
}
.support-ticket-form input, .support-ticket-form textarea {
  width: 100%;
  border-radius: 0.5em;
  border: 1.5px solid #00e67655;
  background: #181a1b;
  color: #f5f6fa;
  font-size: 1.08em;
  padding: 0.7em 1em;
  margin-bottom: 0.7em;
  outline: none;
  transition: border 0.18s, box-shadow 0.18s;
  box-shadow: 0 2px 8px #00e67611;
}
.support-ticket-form input:focus, .support-ticket-form textarea:focus {
  border: 1.5px solid #00e676;
  box-shadow: 0 0 0 2px #00e67633;
}
.support-ticket-form button {
  background: #00e676;
  color: #181a1b;
  border: none;
  border-radius: 0.5rem;
  padding: 0.6rem 1.3rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 8px #00e67633;
  transition: background 0.18s, color 0.18s;
}
.support-ticket-form button:hover {
  background: #00b859;
  color: #fff;
}
