@font-face {
  font-family: FormaDJRText;
  src: url('/assets-mirror/FormaDJRText-Regular-7c96d66c124d.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 600;
  font-display: swap;
}
@font-face {
  font-family: FormaDJRText;
  src: url('/assets-mirror/FormaDJRText-Bold-2e0665cc7316.woff2') format('woff2');
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}
html { scroll-behavior: smooth; }
[data-aos] { opacity: 1 !important; transform: none !important; }
img { max-width: 100%; }

/* Chatra may hide the iframe when its dashboard visibility rules still target
   the old domain. This class is applied only after the visitor asks to chat. */
#chatra.mirror-chatra-force-open {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
  width: min(380px, calc(100vw - 20px)) !important;
  height: min(600px, calc(100vh - 20px)) !important;
  max-width: calc(100vw - 20px) !important;
  max-height: calc(100vh - 20px) !important;
  right: 10px !important;
  bottom: 10px !important;
  z-index: 2147483647 !important;
}
#chatra.mirror-chatra-force-open #chatra__iframe-wrapper,
#chatra.mirror-chatra-force-open #chatra__iframe {
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  height: 100% !important;
}
#mirror-chatra-close {
  position: absolute;
  top: 7px;
  right: 8px;
  z-index: 2147483647;
  display: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: #111;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.18);
}
#chatra.mirror-chatra-force-open #mirror-chatra-close { display: block; }

@media (max-width: 600px) {
  #chatra.mirror-chatra-force-open {
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-width: none !important;
    max-height: none !important;
  }
}

/* Local interaction layer for the server-rendered mobile navigation. */
.mirror-menu-open { opacity: 1 !important; visibility: visible !important; }
.mirror-menu-open > div:last-child { transform: translateX(0) !important; }

.mirror-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, .58);
}
.mirror-modal.is-open { display: grid; }
.mirror-modal__card {
  width: min(520px, 100%);
  border-radius: 18px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
}
.mirror-modal__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.mirror-modal__head h2 { color: #00a63c; font-size: 26px; font-weight: 700; }
.mirror-modal__close { width: 38px; height: 38px; border-radius: 50%; background: #f1f3f2; font-size: 24px; }
.mirror-modal p { margin: 12px 0 20px; color: #4b5563; }
.mirror-form { display: grid; gap: 12px; }
.mirror-form input, .mirror-form textarea {
  width: 100%; border: 1px solid #d7ddd9; border-radius: 9px; padding: 12px 14px; outline: none;
}
.mirror-form input:focus, .mirror-form textarea:focus { border-color: #01b53b; box-shadow: 0 0 0 3px rgba(1,181,59,.12); }
.mirror-form button { border-radius: 9px; background: #fa4215; padding: 12px 18px; color: white; font-weight: 700; }
.mirror-form__notice { display: none; color: #078333 !important; font-weight: 600; }
.mirror-form__notice.show { display: block; }

@media (max-width: 640px) {
  .mirror-modal__card { padding: 22px; }
  .mirror-modal__head h2 { font-size: 22px; }
}
