.contacto-section {
    max-width: 1240px;
    margin: 0 auto;
    padding: 96px 56px 108px;
}

.contacto-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: start;
}

.contacto-title {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 1;
    letter-spacing: -0.03em;
    min-height: 128px;
}

.contacto-description {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    color: #48524C;
    margin-top: 24px;
    max-width: 440px;
}

.contacto-notice {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.55;
    color: #5C665E;
    margin-top: 18px;
    max-width: 460px;
}

.contact-list {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.contact-item {
    border-top: 1px solid rgba(18, 24, 18, 0.14);
    padding-top: 18px;
}

.contact-label {
    font-family: 'Space Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #7C857E;
    margin-bottom: 8px;
}

.contact-value {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #141414;
}

.contact-value a {
    color: #15512B;
    text-decoration: none;
}

.contact-value a:hover {
    text-decoration: underline;
}

.contact-form-card {
    background: #F4F5F0;
    border: 1px solid rgba(18, 24, 18, 0.12);
    border-radius: 24px;
    padding: 40px;
}

.form-success {
    text-align: center;
    padding: 48px 16px;
}

.form-success-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(21, 81, 43, 0.14);
    border: 1px solid rgba(21, 81, 43, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-family: 'Golos Text', sans-serif;
    font-size: 32px;
    color: #15512B;
}

.form-success-title {
    font-family: 'Golos Text', sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 12px;
}

.form-success-body {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.55;
    color: #5C665E;
    max-width: 300px;
    margin: 0 auto;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-label {
    display: block;
    font-family: 'Space Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #7C857E;
    margin-bottom: 8px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.form-textarea {
    resize: vertical;
}

.form-submit {
    margin-top: 6px;
    background: #15512B;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    font-family: 'Golos Text', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 16px;
    border-radius: 12px;
    width: 100%;
}

.form-privacy {
    font-weight: 500;
    font-size: 13px;
    color: #9AA39B;
    text-align: center;
}

.form-privacy a {
    color: #15512B;
    text-decoration: underline;
}

.form-error {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.45;
    color: #8A2A2A;
    text-align: center;
}

.form-submit:disabled {
    opacity: 0.7;
    cursor: wait;
}
