/* ═══ دعم فَرّه — Premium Support Page ═══ */

.frh-support-body {
  --support-accent: #38bdf8;
  --support-accent-2: #8b5cf6;
  --support-glow: rgba(56, 189, 248, 0.35);
  --support-card-border: rgba(56, 189, 248, 0.28);
  --support-ribbon: linear-gradient(90deg, #0369a1, #38bdf8, #a78bfa, #38bdf8, #0369a1);
}

.frh-support-rays {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    conic-gradient(from 0deg at 50% 15%, transparent 0deg, rgba(56, 189, 248, 0.05) 35deg, transparent 70deg),
    conic-gradient(from 180deg at 50% 15%, transparent 0deg, rgba(139, 92, 246, 0.04) 40deg, transparent 80deg);
  animation: supportRaysSpin 32s linear infinite;
}

@keyframes supportRaysSpin {
  to { transform: rotate(360deg); }
}

.frh-support-sparkles {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.frh-support-sparkles span {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--support-accent);
  box-shadow: 0 0 12px var(--support-glow);
  animation: supportSparkle 5s ease-in-out infinite;
  opacity: 0;
}

@keyframes supportSparkle {
  0%, 100% { opacity: 0; transform: scale(0.4) translateY(0); }
  50% { opacity: 0.85; transform: scale(1.3) translateY(-14px); }
}

.frh-support-shell {
  max-width: 680px;
  position: relative;
  z-index: 2;
}

/* ─── Hero ─── */
.frh-support-hero {
  position: relative;
  text-align: center;
  padding: 36px 24px 32px;
  margin-bottom: 24px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--support-card-border);
  background: linear-gradient(
    165deg,
    rgba(56, 189, 248, 0.12) 0%,
    rgba(139, 92, 246, 0.08) 45%,
    rgba(7, 7, 15, 0.6) 100%
  );
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.frh-support-hero-aurora {
  position: absolute;
  inset: -50% -30%;
  background: radial-gradient(ellipse at 50% 0%, rgba(56, 189, 248, 0.2), transparent 55%);
  pointer-events: none;
  animation: supportAurora 8s ease-in-out infinite alternate;
}

@keyframes supportAurora {
  0% { opacity: 0.6; transform: translateY(0); }
  100% { opacity: 1; transform: translateY(-8px); }
}

.frh-support-hero-inner {
  position: relative;
  z-index: 1;
}

.frh-support-ribbon {
  display: inline-block;
  padding: 7px 18px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.35);
  color: #7dd3fc;
  margin-bottom: 20px;
  background-image: var(--support-ribbon);
  background-size: 200% auto;
  animation: supportRibbonShift 6s linear infinite;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid rgba(56, 189, 248, 0.3);
  -webkit-text-fill-color: #7dd3fc;
  background-image: none;
}

@keyframes supportRibbonShift {
  to { background-position: 200% center; }
}

.frh-support-seal {
  position: relative;
  width: 88px;
  height: 88px;
  margin: 0 auto 18px;
}

.frh-support-seal-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(56, 189, 248, 0.35);
  animation: supportSealSpin 12s linear infinite;
}

.frh-support-seal-ring::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px dashed rgba(139, 92, 246, 0.25);
  animation: supportSealSpin 20s linear infinite reverse;
}

@keyframes supportSealSpin {
  to { transform: rotate(360deg); }
}

.frh-support-seal-inner {
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  background: linear-gradient(145deg, rgba(56, 189, 248, 0.2), rgba(139, 92, 246, 0.15));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 32px rgba(56, 189, 248, 0.2);
  animation: supportSealFloat 4s ease-in-out infinite;
}

@keyframes supportSealFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.frh-support-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(1.6rem, 5vw, 2rem);
  font-weight: 900;
  background: linear-gradient(135deg, #fff 30%, #7dd3fc 70%, #c4b5fd);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.frh-support-hero-sub {
  margin: 0 auto 22px;
  max-width: 400px;
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--text-muted);
}

.frh-support-trust {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.frh-support-trust-item {
  flex: 1;
  min-width: 90px;
  max-width: 120px;
  padding: 12px 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.25s, border-color 0.25s;
}

.frh-support-trust-item:hover {
  transform: translateY(-2px);
  border-color: rgba(56, 189, 248, 0.3);
}

.frh-support-trust-icon {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 4px;
}

.frh-support-trust-item strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
}

.frh-support-trust-item small {
  display: block;
  font-size: 0.62rem;
  color: var(--text-muted);
  margin-top: 2px;
}

/* ─── Progress ─── */
.frh-support-progress {
  margin-bottom: 20px;
  padding: 0 8px;
}

.frh-support-progress-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  margin-bottom: 16px;
  overflow: hidden;
}

.frh-support-progress-fill {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, #38bdf8, #8b5cf6);
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.5);
  transition: width 0.5s cubic-bezier(0.34, 1.4, 0.64, 1);
}

.frh-support-steps {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.frh-support-step {
  flex: 1;
  text-align: center;
  opacity: 0.45;
  transition: opacity 0.35s;
}

.frh-support-step.active,
.frh-support-step.done {
  opacity: 1;
}

.frh-support-step-dot {
  width: 36px;
  height: 36px;
  margin: 0 auto 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border: 2px solid rgba(255, 255, 255, 0.1);
  transition: all 0.35s;
}

.frh-support-step-dot span {
  font-size: 0.8rem;
  font-weight: 900;
  color: var(--text-muted);
}

.frh-support-step.active .frh-support-step-dot {
  background: linear-gradient(135deg, #38bdf8, #8b5cf6);
  border-color: transparent;
  box-shadow: 0 4px 20px rgba(56, 189, 248, 0.4);
  transform: scale(1.08);
}

.frh-support-step.active .frh-support-step-dot span {
  color: #fff;
}

.frh-support-step.done .frh-support-step-dot {
  background: rgba(34, 197, 94, 0.2);
  border-color: rgba(34, 197, 94, 0.4);
}

.frh-support-step.done .frh-support-step-dot span {
  color: #86efac;
}

.frh-support-step-label {
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--text-muted);
}

.frh-support-step.active .frh-support-step-label {
  color: var(--text);
}

/* ─── Note ─── */
.frh-support-note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: 18px;
  margin-bottom: 22px;
  border: 1px solid rgba(251, 191, 36, 0.22);
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.08), rgba(251, 146, 60, 0.04));
}

.frh-support-note-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
}

.frh-support-note strong {
  display: block;
  font-size: 0.82rem;
  color: #fcd34d;
  margin-bottom: 4px;
}

.frh-support-note p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.65;
  color: #fde68a;
}

.frh-support-note a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ─── Search ─── */
.frh-support-search {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 16px;
  border-radius: 16px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.frh-support-search-icon {
  font-size: 1rem;
  opacity: 0.6;
}

.frh-support-search input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 14px 0;
  font-family: var(--font);
  font-size: 0.9rem;
  color: var(--text);
  outline: none;
}

.frh-support-search input::placeholder {
  color: var(--text-muted);
}

/* ─── Loading ─── */
.frh-support-loading {
  text-align: center;
  padding: 48px 20px;
  color: var(--text-muted);
}

.frh-support-loading-ring {
  width: 40px;
  height: 40px;
  margin: 0 auto 14px;
  border-radius: 50%;
  border: 3px solid rgba(56, 189, 248, 0.15);
  border-top-color: #38bdf8;
  animation: supportSpin 0.8s linear infinite;
}

@keyframes supportSpin {
  to { transform: rotate(360deg); }
}

.frh-support-loading p {
  margin: 0;
  font-size: 0.85rem;
}

/* ─── Groups & Categories ─── */
.frh-support-group {
  margin-bottom: 26px;
  animation: supportFadeUp 0.5s ease backwards;
}

.frh-support-group:nth-child(1) { animation-delay: 0.05s; }
.frh-support-group:nth-child(2) { animation-delay: 0.1s; }
.frh-support-group:nth-child(3) { animation-delay: 0.15s; }
.frh-support-group:nth-child(4) { animation-delay: 0.2s; }
.frh-support-group:nth-child(5) { animation-delay: 0.25s; }

@keyframes supportFadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.frh-support-group-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.92rem;
  font-weight: 900;
  color: #7dd3fc;
}

.frh-support-group-title::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #38bdf8, #8b5cf6);
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.5);
}

.frh-support-group-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.3), transparent);
}

.frh-support-cats {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 10px;
}

.frh-support-cat {
  position: relative;
  text-align: right;
  padding: 18px 18px 18px 56px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.3, 0.64, 1);
  overflow: hidden;
  font-family: var(--font);
  color: inherit;
}

.frh-support-cat-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 0%, rgba(56, 189, 248, 0.15), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.frh-support-cat:hover {
  border-color: rgba(56, 189, 248, 0.35);
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
}

.frh-support-cat:hover .frh-support-cat-glow,
.frh-support-cat.selected .frh-support-cat-glow {
  opacity: 1;
}

.frh-support-cat.selected {
  border-color: rgba(56, 189, 248, 0.55);
  background: linear-gradient(145deg, rgba(56, 189, 248, 0.14), rgba(139, 92, 246, 0.08));
  box-shadow:
    0 12px 40px rgba(56, 189, 248, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform: translateY(-2px) scale(1.01);
}

.frh-support-cat.selected::after {
  content: '✓';
  position: absolute;
  top: 12px;
  left: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #38bdf8, #8b5cf6);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: supportPop 0.35s cubic-bezier(0.34, 1.5, 0.64, 1);
}

.frh-support-cat.urgent {
  border-color: rgba(239, 68, 68, 0.22);
}

.frh-support-cat.urgent .frh-support-cat-glow {
  background: radial-gradient(circle at 100% 0%, rgba(239, 68, 68, 0.12), transparent 60%);
}

.frh-support-cat.urgent.selected {
  border-color: rgba(239, 68, 68, 0.5);
  background: linear-gradient(145deg, rgba(239, 68, 68, 0.1), rgba(251, 146, 60, 0.06));
  box-shadow: 0 12px 40px rgba(239, 68, 68, 0.12);
}

.frh-support-cat-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.frh-support-cat.selected .frh-support-cat-icon {
  background: rgba(56, 189, 248, 0.15);
  border-color: rgba(56, 189, 248, 0.3);
}

.frh-support-cat strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  margin-bottom: 5px;
}

.frh-support-cat p {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.frh-support-cat-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 800;
  background: rgba(239, 68, 68, 0.12);
  color: #fca5a5;
  border: 1px solid rgba(239, 68, 68, 0.28);
  animation: supportUrgentPulse 2s ease-in-out infinite;
}

@keyframes supportUrgentPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.2); }
  50% { box-shadow: 0 0 0 6px rgba(239, 68, 68, 0); }
}

.frh-support-cat.hidden-by-search {
  display: none;
}

.frh-support-group.hidden-by-search {
  display: none;
}

.frh-support-no-results {
  text-align: center;
  padding: 32px 20px;
  color: var(--text-muted);
  font-size: 0.88rem;
}

/* ─── Selected preview ─── */
.frh-support-selected {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 18px;
  margin: 18px 0 0;
  border: 1px solid rgba(56, 189, 248, 0.35);
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.1), rgba(139, 92, 246, 0.06));
  animation: supportFadeUp 0.35s ease;
}

.frh-support-selected > span:first-child {
  font-size: 1.6rem;
}

.frh-support-selected small {
  display: block;
  font-size: 0.62rem;
  color: var(--text-muted);
  font-weight: 700;
}

.frh-support-selected strong {
  font-size: 0.92rem;
}

/* ─── Form ─── */
.frh-support-form-card {
  position: relative;
  border-radius: 26px;
  padding: 26px 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  animation: supportFadeUp 0.45s ease;
}

.frh-support-form-aurora {
  position: absolute;
  inset: -40% 0 auto;
  height: 200px;
  background: radial-gradient(ellipse at 50% 0%, rgba(56, 189, 248, 0.12), transparent 70%);
  pointer-events: none;
}

.frh-support-form-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1;
}

.frh-support-form-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.22), rgba(139, 92, 246, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 24px rgba(56, 189, 248, 0.15);
  flex-shrink: 0;
}

.frh-support-form-kicker {
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  color: #7dd3fc;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.frh-support-form-head h2 {
  margin: 0 0 6px;
  font-size: 1.15rem;
}

.frh-support-form-head p {
  margin: 0;
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.frh-support-form-terms {
  margin-top: 8px !important;
  font-size: 0.72rem !important;
}

.frh-support-form-terms a {
  color: #93c5fd;
  font-weight: 800;
  text-decoration: none;
}

.frh-support-user-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 14px;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.28);
  font-size: 0.82rem;
  font-weight: 700;
  color: #86efac;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.frh-support-user-chip-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.6);
  animation: supportDotPulse 2s ease infinite;
}

@keyframes supportDotPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.frh-support-field {
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.frh-support-field label {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--text-muted);
}

.frh-support-field label span {
  color: #f87171;
}

.frh-support-field label em {
  font-style: normal;
  font-weight: 600;
  opacity: 0.7;
}

.frh-support-input-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.28);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.frh-support-input-wrap:focus-within {
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.1);
}

.frh-support-input-wrap span {
  color: var(--text-muted);
  font-weight: 800;
}

.frh-support-input-wrap input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 14px 0;
  color: var(--text);
  font-family: var(--font);
  font-size: 0.9rem;
  outline: none;
}

.frh-support-field input:not(.frh-support-input-wrap input),
.frh-support-field textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.28);
  color: var(--text);
  font-family: var(--font);
  font-size: 0.9rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.frh-support-field input:focus,
.frh-support-field textarea:focus {
  outline: none;
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.1);
}

.frh-support-field textarea {
  min-height: 150px;
  resize: vertical;
  line-height: 1.7;
}

.frh-support-hint {
  margin: 8px 0 0;
  font-size: 0.68rem;
  color: var(--text-muted);
}

.frh-support-hint a {
  color: #93c5fd;
  font-weight: 700;
}

.frh-support-char-bar {
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  margin-top: 10px;
  overflow: hidden;
}

.frh-support-char-fill {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, #38bdf8, #8b5cf6);
  transition: width 0.2s;
}

.frh-support-char-count {
  text-align: left;
  font-size: 0.65rem;
  color: var(--text-muted);
  margin-top: 6px;
}

/* ─── Buttons ─── */
.frh-support-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}

.frh-support-btn {
  flex: 1;
  min-width: 140px;
  padding: 15px 22px;
  border-radius: 16px;
  border: none;
  font-family: var(--font);
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.3, 0.64, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}

.frh-support-btn em {
  font-style: normal;
  opacity: 0.8;
}

.frh-support-btn-primary {
  background: linear-gradient(135deg, #0ea5e9, #6366f1, #8b5cf6);
  background-size: 200% auto;
  color: #fff;
  box-shadow: 0 8px 28px rgba(56, 189, 248, 0.3);
}

.frh-support-btn-primary:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(56, 189, 248, 0.4);
  background-position: 100% center;
}

.frh-support-btn-primary:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.frh-support-btn-ghost {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text-muted);
}

.frh-support-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

/* ─── Success ─── */
.frh-support-success-card {
  position: relative;
  text-align: center;
  padding: 52px 28px 36px;
  border-radius: 26px;
  border: 1px solid rgba(34, 197, 94, 0.25);
  overflow: hidden;
  animation: supportFadeUp 0.5s ease;
}

.frh-support-success-burst {
  position: absolute;
  inset: -50%;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.12), transparent 55%);
  pointer-events: none;
  animation: supportAurora 6s ease-in-out infinite alternate;
}

.frh-support-success-ring {
  position: relative;
  width: 88px;
  height: 88px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.12);
  border: 2px solid rgba(34, 197, 94, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: supportPop 0.6s cubic-bezier(0.34, 1.6, 0.64, 1);
}

.frh-support-success-check {
  font-size: 2.2rem;
  font-weight: 900;
  color: #86efac;
}

.frh-support-success-card h2 {
  margin: 0 0 12px;
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
}

.frh-support-success-card > p {
  margin: 0 auto 20px;
  max-width: 380px;
  color: var(--text-muted);
  line-height: 1.7;
  font-size: 0.88rem;
  position: relative;
  z-index: 1;
}

.frh-support-success-tags {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.frh-support-success-tags span {
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-muted);
}

@keyframes supportPop {
  0% { transform: scale(0.4); opacity: 0; }
  70% { transform: scale(1.06); }
  100% { transform: scale(1); opacity: 1; }
}

/* ─── Help cards ─── */
.frh-support-help {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 36px;
  margin-bottom: 20px;
}

.frh-support-help-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}

.frh-support-help-card span {
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.frh-support-help-card strong {
  display: block;
  font-size: 0.82rem;
  margin-bottom: 2px;
}

.frh-support-help-card small {
  font-size: 0.62rem;
  color: var(--text-muted);
}

.frh-support-help-card:hover {
  transform: translateY(-3px);
  border-color: rgba(56, 189, 248, 0.35);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.hidden {
  display: none !important;
}

/* ─── Responsive ─── */
@media (max-width: 640px) {
  .frh-support-cats {
    grid-template-columns: 1fr;
  }

  .frh-support-trust-item {
    min-width: calc(33% - 8px);
    padding: 10px 6px;
  }

  .frh-support-help {
    grid-template-columns: 1fr;
  }

  .frh-support-actions {
    flex-direction: column;
  }

  .frh-support-btn {
    width: 100%;
  }

  .frh-support-hero {
    padding: 28px 18px 24px;
  }
}
