@charset "utf-8";
/* SUPPORT PAGE — 24K GOLD THEME OVERRIDES */

/* PAGE BACKGROUND */
body.support-page {
    background: #050507;
    color: #f5f3e8;
}

/* WRAPPER */
.support-wrapper {
    max-width: 1100px;
    margin: 80px auto 60px;
    padding: 30px 24px;
    background: radial-gradient(circle at top, #2b210f 0%, #050507 55%);
    border-radius: 18px;
    border: 1px solid rgba(255, 215, 128, 0.35);
    box-shadow:
        0 0 40px rgba(0, 0, 0, 0.8),
        0 0 18px rgba(255, 215, 128, 0.25);
}

/* SECTION TITLE */
.support-title {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffd978;
    text-align: center;
    margin-bottom: 10px;
}

.support-subtitle {
    text-align: center;
    color: #c9c3b0;
    font-size: 0.98rem;
    margin-bottom: 32px;
}

/* GRID LAYOUT */
.support-grid {
    display: grid;
    grid-template-columns: 2fr 1.4fr;
    gap: 26px;
}

@media (max-width: 900px) {
    .support-grid {
        grid-template-columns: 1fr;
    }
}

/* LEFT COLUMN — FORM CARD */
.support-card {
    background: rgba(10, 10, 12, 0.9);
    border-radius: 16px;
    padding: 22px 20px;
    border: 1px solid rgba(255, 215, 128, 0.25);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

.support-card h2 {
    font-size: 1.3rem;
    color: #ffe9a3;
    margin-bottom: 10px;
}

.support-card p {
    font-size: 0.95rem;
    color: #d7d0bf;
    margin-bottom: 18px;
}

/* FORM ELEMENTS */
.support-form-group {
    margin-bottom: 16px;
}

.support-form-group label {
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #f0e2c0;
    margin-bottom: 6px;
}

.support-form-group input,
.support-form-group textarea,
.support-form-group select {
    width: 100%;
    padding: 11px 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 215, 128, 0.35);
    background: rgba(8, 8, 10, 0.95);
    color: #f5f3e8;
    font-size: 0.95rem;
    transition: 0.25s ease;
}

.support-form-group textarea {
    min-height: 130px;
    resize: vertical;
}

.support-form-group input:focus,
.support-form-group textarea:focus,
.support-form-group select:focus {
    outline: none;
    border-color: #ffd978;
    box-shadow: 0 0 12px rgba(255, 215, 128, 0.45);
}

/* SUBMIT BUTTON */
.support-submit {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    border-radius: 999px;
    border: 1px solid #ffd978;
    background: linear-gradient(135deg, #ffdf8a, #f3b93c);
    color: #2b210f;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    cursor: pointer;
    box-shadow:
        0 0 18px rgba(0, 0, 0, 0.8),
        0 0 16px rgba(255, 215, 128, 0.55);
    transition: 0.22s ease;
}

.support-submit:hover {
    transform: translateY(-1px);
    box-shadow:
        0 0 26px rgba(0, 0, 0, 0.9),
        0 0 22px rgba(255, 215, 128, 0.75);
}

/* RIGHT COLUMN — INFO / FAST SUPPORT */
.support-side {
    background: radial-gradient(circle at top, #3b2a12 0%, #090808 60%);
    border-radius: 16px;
    padding: 22px 20px;
    border: 1px solid rgba(255, 215, 128, 0.3);
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.8);
}

.support-side h3 {
    font-size: 1.1rem;
    color: #ffe9a3;
    margin-bottom: 10px;
}

.support-side p {
    font-size: 0.9rem;
    color: #d7d0bf;
    margin-bottom: 14px;
}

.support-meta {
    margin-top: 10px;
    font-size: 0.85rem;
    color: #b9b19c;
}

.support-meta strong {
    color: #ffe9a3;
}

/* BADGE / LABEL */
.support-badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 215, 128, 0.6);
    color: #ffe9a3;
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* SMALL LINKS */
.support-link {
    color: #ffd978;
    font-size: 0.88rem;
}

.support-link:hover {
    color: #fff3c0;
}
/* 24K GOLD SUPPORT BANNER */
.support-banner {
    text-align: center;
    padding: 35px 20px 28px;
    background: linear-gradient(135deg, #3b2a12, #1a1408 60%);
    border-bottom: 1px solid rgba(255, 215, 128, 0.35);
    box-shadow:
        inset 0 0 22px rgba(255, 215, 128, 0.15),
        0 4px 18px rgba(0, 0, 0, 0.6);
}

.support-banner h1 {
    font-size: 2.2rem;
    color: #ffd978;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.support-banner p {
    color: #d7d0bf;
    font-size: 1rem;
    letter-spacing: 0.02em;
}
.faq-item {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 215, 128, 0.25);
}

.faq-item h3 {
    color: #ffd978;
    margin-bottom: 6px;
    font-size: 1.1rem;
}

.faq-item p {
    color: #d7d0bf;
    font-size: 0.95rem;
}
.support-wrapper {
    margin-bottom: 40px;
}
.support-wrapper p {
    margin-bottom: 10px;
    color: #d7d0bf;
    font-size: 0.95rem;
}
