.contacts-page {
    max-width: 1040px;
    margin: 0 auto;
    padding-bottom: 48px;
}

.contacts-hero {
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ffffff10;
}

.contacts-bc {
    font-size: 0.8rem;
    opacity: 0.65;
    margin-bottom: 12px;
}

.contacts-bc a {
    color: #8aa9ff;
    text-decoration: none;
}

.contacts-bc span { margin: 0 6px; }

.contacts-hero h1 {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
}

.contacts-hero__lead {
    font-size: 1rem;
    line-height: 1.65;
    opacity: 0.85;
    margin: 0 0 18px;
    max-width: 760px;
}

.contacts-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.contacts-chip {
    display: inline-flex;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none;
    color: #b8c6db;
    background: #131c29;
    border: 1px solid #2a3545;
    transition: 0.2s;
}

.contacts-chip:hover {
    color: #93c5fd;
    border-color: #4884ff55;
    background: #4884ff18;
}

.contacts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.contacts-card {
    background: #131c29;
    border: 1px solid #1f2a38;
    border-radius: 20px;
    padding: 24px 26px;
}

.contacts-card h2 {
    font-size: 1.05rem;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contacts-card h2 i {
    color: #4884ff;
    font-size: 0.95rem;
}

.contacts-card--form {
    grid-column: 1 / -1;
}

.contacts-quick-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contacts-quick-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #0d1420;
    border: 1px solid #ffffff08;
    text-decoration: none;
    color: inherit;
    transition: 0.2s;
}

a.contacts-quick-item:hover {
    border-color: #4884ff44;
    background: #4884ff10;
}

.contacts-quick-item--static {
    cursor: default;
}

.contacts-quick-item__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #4884ff22;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #93c5fd;
    flex-shrink: 0;
}

.contacts-quick-item strong {
    display: block;
    font-size: 0.82rem;
    margin-bottom: 2px;
}

.contacts-quick-item span span {
    font-size: 0.88rem;
    opacity: 0.88;
    word-break: break-word;
}

.contacts-social {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #ffffff10;
}

.contacts-social__label {
    display: block;
    font-size: 0.78rem;
    opacity: 0.65;
    margin-bottom: 10px;
}

.contacts-social__links {
    display: flex;
    gap: 10px;
}

.contacts-social__links a {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #ffffff08;
    border: 1px solid #ffffff15;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c8d6ea;
    text-decoration: none;
    transition: 0.2s;
}

.contacts-social__links a:hover {
    background: #4884ff22;
    border-color: #4884ff44;
    color: #93c5fd;
}

.contacts-legal-note {
    font-size: 0.88rem;
    line-height: 1.6;
    opacity: 0.85;
    margin: 0 0 16px;
}

.contacts-requisites {
    margin: 0 0 18px;
}

.contacts-requisites__row {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 8px 16px;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff08;
}

.contacts-requisites__row:last-child {
    border-bottom: none;
}

.contacts-requisites dt {
    font-size: 0.78rem;
    opacity: 0.65;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contacts-requisites dt i { color: #4884ff; }

.contacts-requisites dd {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 500;
    word-break: break-word;
}

.contacts-requisites dd a {
    color: #8aa9ff;
    text-decoration: none;
}

.contacts-requisites dd a:hover { text-decoration: underline; }

.contacts-legal-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contacts-legal-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8aa9ff;
    text-decoration: none;
    font-size: 0.88rem;
}

.contacts-legal-links a:hover { text-decoration: underline; }

.contacts-pay-list {
    list-style: none;
    margin: 12px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contacts-pay-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
}

.contacts-pay-list i { color: #3acf6b; }

.contacts-card p {
    font-size: 0.88rem;
    line-height: 1.6;
    opacity: 0.88;
    margin: 0 0 10px;
}

.contacts-pay-note {
    margin-top: 12px !important;
    padding: 12px 14px;
    border-radius: 12px;
    background: #4884ff12;
    border: 1px solid #4884ff28;
    font-size: 0.82rem !important;
}

.contacts-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 8px;
}

.contacts-form label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 600;
    opacity: 0.85;
}

.contacts-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.contacts-form input,
.contacts-form select,
.contacts-form textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #2a3545;
    background: #0d1420;
    color: #eef2f6;
    font: inherit;
    font-weight: 400;
}

.contacts-form input:focus,
.contacts-form select:focus,
.contacts-form textarea:focus {
    outline: none;
    border-color: #4884ff66;
    box-shadow: 0 0 0 3px #4884ff18;
}

.contacts-btn {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #4884ff, #3d6ed9);
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: 0.2s;
}

.contacts-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px #4884ff40;
}

.contacts-trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 20px;
}

.contacts-trust__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 18px 14px;
    border-radius: 16px;
    background: linear-gradient(145deg, #4884ff10, #131c29);
    border: 1px solid #4884ff22;
    font-size: 0.78rem;
    line-height: 1.4;
    opacity: 0.9;
}

.contacts-trust__item i {
    font-size: 1.2rem;
    color: #93c5fd;
}

.contacts-empty {
    font-size: 0.88rem;
    opacity: 0.8;
}

.contacts-empty a { color: #8aa9ff; }

@media (max-width: 800px) {
    .contacts-grid { grid-template-columns: 1fr; }
    .contacts-form__row { grid-template-columns: 1fr; }
    .contacts-trust { grid-template-columns: repeat(2, 1fr); }
    .contacts-requisites__row { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .contacts-card { padding: 18px 16px; }
    .contacts-trust { grid-template-columns: 1fr; }
}
