.main-info__cta { margin: 20px 0; text-align: center; }
.contact-button { display: inline-block; padding: 13px 25px; border-radius: 4px; background: #333; color: #fff; font-weight: 700; text-decoration: none; }
.contact-button:hover { background: #555; color: #fff; }
.order-popup { position: fixed; z-index: 10001; inset: 0; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(0, 0, 0, .55); opacity: 0; pointer-events: none; transition: opacity .2s; }
.order-popup--open { opacity: 1; pointer-events: auto; }
.order-form { position: relative; width: 100%; max-width: 460px; padding: 32px 24px 24px; border-radius: 6px; background: #fff; }
.order-form__fields { margin: 0; padding: 0; border: 0; }
.order-form__input { box-sizing: border-box; width: 100%; margin: 0 0 12px; padding: 12px; border: 1px solid #ccc; border-radius: 3px; }
.order-form__input-group { display: flex; gap: 8px; align-items: flex-start; margin: 4px 0 16px; font-size: 13px; }
.order-form__submit { width: 100%; padding: 13px; border: 0; border-radius: 3px; background: #333; color: #fff; font-weight: 700; cursor: pointer; }
.order-popup__close-btn { position: absolute; top: 7px; right: 12px; color: #333; font-size: 30px; line-height: 24px; transform: rotate(45deg); cursor: pointer; }
.order-form__hidden { display: none; }
