.site-header { gap: 22px; }
.header-actions, .footer-actions { display: flex; align-items: center; gap: 20px; }
.header-actions { flex-shrink: 0; }
.header-actions .button { min-height: 42px; padding: 10px 15px; font-size: 12px; }
.telegram-link { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; font-size: 13px; }
.telegram-link .icon { width: 18px; height: 18px; }
.header-actions .telegram-link { min-height: 42px; }
.hero-actions { gap: 24px; }
.hero-actions > .button { min-width: 176px; }
.contact-telegram { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); max-width: 300px; }
.contact-telegram > p { font-size: 14px; color: var(--muted); }
.contact-telegram > .telegram-link { margin-top: 5px; font-size: 14px; }
.contact-telegram > span { display: block; margin-top: 9px; font-size: 12px; color: var(--muted); }
.footer-top > p { font-size: 15px; margin: 0 auto; }
.footer-actions .button { min-height: 46px; padding: 12px 18px; }
.lead-rate-note { font-size: 12px; color: var(--muted); margin-top: 18px; }
.form-status { margin-top: 20px; padding: 18px; border: 1px solid var(--line); font-size: 14px; line-height: 1.7; }
.form-status.is-success { border-color: var(--ink); background: var(--soft); }
.form-status strong { display: block; font-family: var(--display); font-size: 18px; font-weight: 600; margin-bottom: 4px; }
.form-status a { display: inline-block; margin-top: 9px; text-decoration: underline; text-underline-offset: 4px; }
.form-status:focus { outline: none; }
.form-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.form-submit[aria-busy=true] { cursor: wait; opacity: .7; }

@media (min-width: 901px) and (max-width: 1100px) {
  .main-nav { gap: 15px; font-size: 12px; }
  .site-header { gap: 18px; }
  .header-actions { gap: 14px; }
  .footer-top > p { display: none; }
  .footer-actions { margin-left: auto; }
}

@media (max-width: 900px) {
  .site-header { height: 85px; gap: 20px; }
  .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 24px; flex-wrap: wrap; gap: 18px 30px; }
  .main-nav.is-open { display: flex; }
  .header-actions { margin-left: auto; gap: 15px; }
  .menu-toggle { display: flex; }
  .footer-top > p { display: none; }
  .footer-actions { margin-left: auto; }
}

@media (max-width: 600px) {
  .site-header { height: auto; padding: 17px 0 15px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 15px; }
  .site-header > .brand { grid-column: 1; grid-row: 1; }
  .menu-toggle { grid-column: 2; grid-row: 1; }
  .header-actions { grid-column: 1 / -1; grid-row: 2; margin: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 12px; }
  .header-actions .button { font-size: 12px; padding: 10px 8px; }
  .header-actions .telegram-link { justify-content: center; border: 1px solid var(--line); min-height: 42px; font-size: 12px; }
  .main-nav { left: -20px; right: -20px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .hero-actions > .button { font-size: 13px; }
  .hero-actions > .telegram-link { align-self: center; font-size: 13px; }
  .contact-telegram { max-width: none; }
  .footer-top { align-items: flex-start; flex-direction: column; gap: 25px; }
  .footer-actions { margin: 0; width: 100%; flex-direction: column; gap: 12px; }
  .footer-actions > .button { width: 100%; }
  .footer-actions .telegram-link { font-size: 13px; }
}
