.contact-page { background: #fbfdfd; }
.contact-page__hero { padding: 62px 0 30px; margin-bottom: 0; background: #fbfdfd; border-bottom: 0; }
.contact-page__hero-inner { max-width: 1180px; }
.contact-page__breadcrumbs { margin-top: 22px; }
.contact-page__lead { max-width: 680px; margin: 16px auto 0; color: var(--color-muted); font-size: 13px; text-align: center; }
.contact-page__content { padding: 76px 0 96px; }
.contact-page__layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(320px, .8fr); gap: 26px; align-items: stretch; }
.contact-form-panel, .contact-info-panel { padding: 34px; border: 1px solid var(--color-border); border-radius: 8px; background: #fff; box-shadow: var(--color-shadow); }
.contact-info-panel { color: #fff; background: #0f202c; border-color: #0f202c; }
.contact-panel-heading { display: flex; align-items: flex-start; gap: 14px; }
.contact-panel-heading__icon { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; border-radius: 8px 3px 8px 3px; color: var(--color-brand); background: rgba(8,127,140,.1); font-size: 19px; }
.contact-info-panel .contact-panel-heading__icon { color: #50d5d2; background: rgba(80,213,210,.12); }
.contact-panel-heading > div > span { display: block; margin-bottom: 3px; color: var(--color-accent); font-size: 12px; font-weight: 800; }
.contact-panel-heading h2 { margin: 0; color: var(--color-ink); font-size: 26px; line-height: 1.35; }
.contact-info-panel .contact-panel-heading h2 { color: #fff; }
.contact-form-panel__intro, .contact-info-panel__intro { margin: 20px 0 28px; color: var(--color-muted); font-size: 13px; }
.contact-info-panel__intro { color: rgba(255,255,255,.64); }
.contact-form { margin-top: 8px; }
.contact-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 20px; }
.contact-form p { margin: 0; }
.contact-form__full { grid-column: 1 / -1; }
.contact-form label { display: block; margin-bottom: 7px; color: var(--color-ink); font-size: 13px; font-weight: 800; }
.contact-form .required { color: #c43a49; }
.contact-form__field { position: relative; display: block; }
.contact-form__field > i { position: absolute; top: 18px; right: 16px; color: var(--color-brand); font-size: 13px; pointer-events: none; }
.contact-form__field input, .contact-form__field select, .contact-form__field textarea { display: block; width: 100%; min-height: 54px; padding: 12px 43px 12px 15px; border: 1px solid var(--color-border); border-radius: 12px; outline: 0; color: var(--color-ink); background: #fbfdfd; transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease; }
.contact-form__field textarea { min-height: 164px; resize: vertical; }
.contact-form__field input:focus, .contact-form__field select:focus, .contact-form__field textarea:focus { border-color: var(--color-brand); background: #fff; box-shadow: 0 0 0 3px rgba(8,127,140,.1); }
.contact-form__field select { cursor: pointer; }
.contact-form__field--textarea > i { top: 17px; }
.contact-form__footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 25px; }
.contact-form__footer .button { min-width: 174px; }
.contact-form__privacy { display: inline-flex; align-items: center; gap: 8px; color: var(--color-muted); font-size: 11px; }
.contact-form__privacy i { color: var(--color-brand); }
.contact-form__trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.contact-notice { display: flex; align-items: flex-start; gap: 13px; padding: 16px 18px; margin-bottom: 24px; border: 1px solid; border-radius: 8px; }
.contact-notice > i { margin-top: 4px; font-size: 20px; }
.contact-notice strong, .contact-notice span { display: block; }
.contact-notice strong { margin-bottom: 3px; font-size: 14px; }
.contact-notice span { font-size: 12px; }
.contact-notice--success { color: #146c4a; border-color: #b8e4cf; background: #effaf4; }
.contact-notice--error { color: #8b2635; border-color: #f0c4ca; background: #fff4f5; }
.contact-info-list { display: grid; gap: 11px; padding: 0; margin: 0; list-style: none; }
.contact-info-list li { display: flex; align-items: flex-start; gap: 12px; min-width: 0; padding: 12px 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: rgba(255,255,255,.035); }
.contact-info-list__icon { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 8px 3px 8px 3px; color: #50d5d2; background: rgba(80,213,210,.1); font-size: 12px; }
.contact-info-list li div { min-width: 0; }
.contact-info-list small, .contact-info-list a, .contact-info-list strong { display: block; }
.contact-info-list small { margin-bottom: 2px; color: rgba(255,255,255,.48); font-size: 10px; }
.contact-info-list a, .contact-info-list strong { overflow-wrap: anywhere; color: rgba(255,255,255,.9); font-size: 12px; line-height: 1.8; }
.contact-info-list a:hover { color: #50d5d2; }
.contact-info-panel__footer { display: flex; align-items: center; gap: 12px; padding-top: 24px; margin-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }
.contact-info-panel__footer > span { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #50d5d2; background: rgba(80,213,210,.1); }
.contact-info-panel__footer p { margin: 0; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.9; }
.contact-socials { padding-top: 24px; margin-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.contact-socials strong { display: block; margin-bottom: 12px; color: rgba(255,255,255,.72); font-size: 11px; }
.contact-socials > div { display: flex; flex-wrap: wrap; gap: 8px; }
.contact-socials a { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 8px 3px 8px 3px; color: rgba(255,255,255,.75); background: rgba(255,255,255,.04); }
.contact-socials a:hover { color: #fff; border-color: #50d5d2; background: rgba(80,213,210,.13); }
@media (max-width: 850px) {
    .contact-page__layout { grid-template-columns: 1fr; }
    .contact-form-panel { order: 1; }
    .contact-info-panel { order: 2; }
}
@media (max-width: 560px) {
    .contact-page__hero { padding: 48px 0 28px; }
    .contact-page__lead { font-size: 12px; }
    .contact-page__content { padding: 52px 0 68px; }
    .contact-form-panel, .contact-info-panel { padding: 23px 17px; }
    .contact-panel-heading h2 { font-size: 21px; }
    .contact-form__grid { grid-template-columns: 1fr; gap: 15px; }
    .contact-form__full { grid-column: 1; }
    .contact-form__footer { align-items: stretch; flex-direction: column; }
    .contact-form__footer .button { width: 100%; }
}
