.contact-card {
    border-radius: 1.5rem;
    border: 1px solid #eef0f2;
    background: #fff;
    padding: 1.25rem;
}

.contact-ico {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--color-bg-light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.form-shell {
    border-radius: 1.75rem;
    border: 1px solid #eef0f2;
    background: #fff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
    padding: 2rem;
}

.form-label {
    font-weight: 700;
    font-size: .9rem;
    color: #495057;
    margin-bottom: .35rem;
}

.form-control,
.form-select {
    border-radius: .9rem;
    padding: .85rem 1rem;
    border-color: #e6e8eb;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(0, 72, 70, .35);
    box-shadow: 0 0 0 .2rem rgba(0, 72, 70, .10);
}

.btn-submit {
    height: 56px;
    border-radius: 1rem;
    font-weight: 700;
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-submit:hover {
    background: var(--color-primary-light);
    border-color: var(--color-primary-light);
}

.success-dot {
    width: 84px;
    height: 84px;
    border-radius: 999px;
    background: var(--color-primary-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem auto;
}
