.atech-contact-assist[hidden] { display: none !important; }
.atech-contact-assist { position: fixed; inset: 0; z-index: 99999; display: grid; place-items: center; padding: 20px; font-family: Inter, Arial, sans-serif; }
.atech-contact-assist-backdrop { position: absolute; inset: 0; background: rgba(3, 14, 31, .78); backdrop-filter: blur(5px); }
.atech-contact-assist-panel { position: relative; width: min(560px, 100%); max-height: min(88vh, 760px); overflow: auto; padding: 30px; border: 1px solid rgba(70, 214, 255, .35); border-radius: 24px; color: #0b1b35; background: #fff; box-shadow: 0 28px 90px rgba(0, 0, 0, .34); }
.atech-contact-assist-close { position: absolute; top: 13px; right: 16px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: #0b1b35; background: #eef4fa; font-size: 26px; line-height: 1; cursor: pointer; }
.atech-contact-assist-kicker { color: #006f91; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.atech-contact-assist h2 { margin: 8px 44px 9px 0; color: #071a35; font-size: clamp(25px, 4vw, 36px); line-height: 1.08; }
.atech-contact-assist p { color: #53657d; line-height: 1.55; }
.atech-contact-assist-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 22px 0; }
.atech-contact-assist-actions a, .atech-contact-assist-form button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 16px; border: 0; border-radius: 14px; color: #041427; background: #42d9f7; font-weight: 800; text-align: center; text-decoration: none; cursor: pointer; }
.atech-contact-assist-actions a:last-child { color: #fff; background: #133d80; }
.atech-contact-assist details { border-top: 1px solid #dbe5ef; padding-top: 16px; }
.atech-contact-assist summary { color: #123c7b; font-weight: 800; cursor: pointer; }
.atech-contact-assist-form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 16px; }
.atech-contact-assist-form label { display: grid; gap: 6px; color: #243a58; font-size: 13px; font-weight: 700; }
.atech-contact-assist-form label:nth-of-type(4), .atech-contact-assist-consent, .atech-contact-assist-form button, .atech-contact-assist-status { grid-column: 1 / -1; }
.atech-contact-assist-form input, .atech-contact-assist-form textarea { width: 100%; box-sizing: border-box; border: 1px solid #c9d7e7; border-radius: 10px; padding: 11px 12px; color: #071a35; background: #fafdff; font: inherit; }
.atech-contact-assist-consent { display: flex !important; grid-template-columns: auto 1fr; align-items: start; }
.atech-contact-assist-consent input { width: auto; margin-top: 3px; }
.atech-contact-assist-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; }
.atech-contact-assist-form button[disabled] { opacity: .55; cursor: default; }
.atech-contact-assist-status { margin: 0; color: #0b6d52 !important; font-size: 13px; font-weight: 700; }
html.atech-assist-open { overflow: hidden; }
@media (max-width: 600px) {
  .atech-contact-assist { align-items: end; padding: 10px; }
  .atech-contact-assist-panel { max-height: 92vh; padding: 24px 18px; border-radius: 20px 20px 12px 12px; }
  .atech-contact-assist-actions, .atech-contact-assist-form { grid-template-columns: 1fr; }
  .atech-contact-assist-form label, .atech-contact-assist-form label:nth-of-type(4), .atech-contact-assist-consent, .atech-contact-assist-form button, .atech-contact-assist-status { grid-column: 1; }
}
@media (prefers-reduced-motion: reduce) { .atech-contact-assist * { scroll-behavior: auto !important; } }
@media print { .atech-contact-assist { display: none !important; } }
