.page-contacts {
    min-height: 100vh;
}

.contacts-main {
    max-width: 720px;
    margin: 0 auto;
    padding: 24px 16px 40px;
}

.contacts-page-title {
    margin: 0 0 8px;
    font-size: 1.75rem;
}

.contacts-lead {
    margin: 0 0 24px;
    color: #94a3b8;
    line-height: 1.55;
    font-size: 0.95rem;
}

.contacts-card {
    padding: 32px 28px;
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: rgba(15, 23, 42, 0.85);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.contacts-card h1 {
    margin: 0 0 8px;
    font-size: 1.5rem;
}

.contacts-section {
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.contacts-section:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.contacts-section h3 {
    margin: 0 0 12px;
    font-size: 1.1rem;
    color: #f1f5f9;
}

.contacts-section p {
    margin: 0 0 12px;
    color: #cbd5e1;
    line-height: 1.6;
    font-size: 0.92rem;
}

.contacts-section p:last-child {
    margin-bottom: 0;
}

.contacts-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contacts-list a {
    color: #7dd3fc;
    text-decoration: none;
}

.contacts-list a:hover {
    color: #03dac6;
    text-decoration: underline;
}

.contacts-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}

.contacts-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.contacts-btn:hover {
    transform: translateY(-1px);
}

.contacts-btn-telegram {
    background: linear-gradient(135deg, #0088cc, #006699);
    color: #fff;
}

.contacts-btn-donate {
    background: linear-gradient(135deg, #ffd54f, #ffb300);
    color: #1a1a2e;
    box-shadow: 0 4px 20px rgba(255, 179, 0, 0.25);
}

.contacts-note {
    margin-top: 12px;
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.5;
}

.contacts-footer {
    margin-top: 24px;
    text-align: center;
    font-size: 0.82rem;
    color: #64748b;
}

.contacts-footer a {
    color: #94a3b8;
}
