/* Support page layout */
.support-main {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 120px;
}

.support-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 32px;
  align-items: stretch;
  background: linear-gradient(145deg, rgba(21, 33, 66, 0.85), rgba(13, 20, 45, 0.9));
  border: 1px solid rgba(139, 211, 255, 0.15);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
}

.support-hero__text h1 {
  font-size: 2.6rem;
  margin: 10px 0 12px;
  color: #e9f2ff;
  line-height: 1.15;
}

.lead {
  color: #c9d6ff;
  line-height: 1.7;
  max-width: 640px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  color: #8bd3ff;
  font-weight: 700;
}

.support-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 8px;
}

.support-hero__meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.meta-chip {
  display: flex;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(139, 211, 255, 0.12);
  border-radius: 14px;
}

.meta-chip p {
  margin: 3px 0 0;
  color: #c6d6ff;
  font-weight: 500;
}

.meta-chip .icon {
  font-size: 1.4rem;
}

.support-hero__card {
  background: linear-gradient(180deg, rgba(76, 175, 239, 0.15), rgba(13, 71, 161, 0.25));
  border: 1px solid rgba(139, 211, 255, 0.3);
  border-radius: 18px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

.support-hero__card h3 {
  margin-top: 8px;
  margin-bottom: 12px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(0, 128, 0, 0.14);
  border-radius: 999px;
  color: #a4f3c0;
  font-weight: 700;
  border: 1px solid rgba(0, 255, 128, 0.25);
}

.highlight-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 8px;
  display: grid;
  gap: 8px;
  color: #dce7ff;
}

.highlight-list i {
  color: #8bd3ff;
  margin-right: 8px;
}

.pill-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8bd3ff;
  text-decoration: none;
  font-weight: 700;
  margin-top: 6px;
}

.pill-link:hover {
  color: #b4e4ff;
}

/* Cards */
.support-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.support-card {
  background: linear-gradient(160deg, rgba(20, 33, 66, 0.85), rgba(13, 20, 45, 0.9));
  border: 1px solid rgba(139, 211, 255, 0.18);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
}

.support-card h3 {
  margin: 12px 0 6px;
}

.support-card p {
  color: #c9d6ff;
  line-height: 1.6;
}

.card-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.2rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.gradient-blue { background: linear-gradient(145deg, #4cafef, #0d47a1); }
.gradient-green { background: linear-gradient(145deg, #1dd1a1, #0f9b8e); }
.gradient-purple { background: linear-gradient(145deg, #a06bff, #5326c7); }
.gradient-gold { background: linear-gradient(145deg, #f6d365, #fda085); color: #1a1a1a; }

.card-meta {
  margin-top: 10px;
  color: #9ad8ff;
  font-weight: 700;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: #8bd3ff;
  text-decoration: none;
  font-weight: 700;
}

.card-link:hover {
  color: #b4e4ff;
}

/* Form */
.support-form-section {
  margin-top: 60px;
}

.section-heading h2 {
  margin: 6px 0 8px;
  font-size: 2rem;
}

.section-subtitle {
  color: #c9d6ff;
  max-width: 760px;
}

.form-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 16px;
}

.support-form,
.aside-card {
  background: linear-gradient(160deg, rgba(20, 33, 66, 0.9), rgba(12, 19, 42, 0.95));
  border: 1px solid rgba(139, 211, 255, 0.15);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

.input-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}

.input-group label {
  color: #e6edff;
  font-weight: 700;
  font-size: 0.95rem;
}

.input-group input,
.input-group select,
.input-group textarea {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(139, 211, 255, 0.18);
  border-radius: 12px;
  padding: 12px;
  color: #fff;
  font-size: 1rem;
}

.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus {
  outline: 2px solid #4cafef;
  border-color: #4cafef;
}

.chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(139, 211, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  font-weight: 600;
  color: #dce7ff;
}

.chip input {
  accent-color: #4cafef;
}

.full-width {
  width: 100%;
  text-align: center;
}

.form-footnote {
  font-size: 0.85rem;
  color: #a5b6e6;
  margin-top: 8px;
}

.form-alert {
  margin-top: 10px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid rgba(139, 211, 255, 0.2);
  background: rgba(76, 175, 239, 0.08);
  color: #b4e4ff;
  display: none;
}

.form-alert.success {
  display: block;
  border-color: rgba(0, 200, 120, 0.3);
  background: rgba(0, 200, 120, 0.12);
  color: #b8ffd7;
}

.form-alert.error {
  display: block;
  border-color: rgba(255, 99, 132, 0.35);
  background: rgba(255, 99, 132, 0.12);
  color: #ffc7d5;
}

.support-aside {
  display: grid;
  gap: 12px;
}

.status-list,
.resource-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: grid;
  gap: 8px;
}

.status-list li,
.resource-list li {
  color: #c9d6ff;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
  background: #4cafef;
}

.dot.online {
  background: #38e58f;
  box-shadow: 0 0 8px rgba(56, 229, 143, 0.8);
}

.resource-list i {
  margin-right: 8px;
  color: #8bd3ff;
}

.status-note {
  margin-top: 10px;
  color: #a5b6e6;
  line-height: 1.5;
}

/* Steps */
.support-steps {
  margin-top: 60px;
}

.steps-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.step-card {
  position: relative;
  padding: 18px 16px 16px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(139, 211, 255, 0.16);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.28);
}

.step-number {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #0d47a1;
  color: #fff;
  border-radius: 10px;
  padding: 6px 10px;
  font-weight: 700;
}

.step-card h4 {
  margin: 6px 0 8px;
}

.step-card p {
  color: #c9d6ff;
  line-height: 1.6;
}

/* FAQ */
.faq-section {
  margin-top: 60px;
}

.faq-list {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.faq-item {
  border-radius: 12px;
  border: 1px solid rgba(139, 211, 255, 0.16);
  background: rgba(15, 23, 45, 0.9);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.faq-question {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  color: #e6edff;
  font-size: 1rem;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question .chevron {
  transition: transform 0.2s ease;
  color: #8bd3ff;
}

.faq-answer {
  display: none;
  padding: 0 16px 14px;
  color: #c9d6ff;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-question .chevron {
  transform: rotate(180deg);
}

/* CTA */
.support-cta {
  margin-top: 60px;
}

.cta-card {
  border-radius: 16px;
  padding: 20px;
  border: 1px solid rgba(139, 211, 255, 0.2);
  background: linear-gradient(120deg, rgba(76, 175, 239, 0.18), rgba(83, 38, 199, 0.2));
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Active nav state */
.support-btn.active,
.support-btn-menu.active {
  background: #0d47a1;
  border: 2px solid #0d47a1;
  color: #fff;
}

/* Responsive */
@media (max-width: 1100px) {
  .support-main {
    padding-top: 40px;
  }

  .support-hero {
    grid-template-columns: 1fr;
  }

  .support-hero__card {
    order: -1;
  }
}

@media (max-width: 900px) {
  .form-grid {
    grid-template-columns: 1fr;
  }

  .support-hero__meta {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@media (max-width: 640px) {
  .support-hero__text h1 {
    font-size: 2.1rem;
  }

  .support-hero {
    padding: 24px;
  }

  .support-main {
    padding: 30px 16px 80px;
  }
}

