/*
 * GE2studio V1.10.8 — stronger launcher visibility without layout changes.
 * Round launcher, three initial choices, deterministic local FAQ search, WhatsApp and callback.
 */

.ge2-contact-widget {
  position: fixed;
  z-index: 210;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  font-family: "Manrope Variable", "Avenir Next", "Segoe UI", sans-serif;
  pointer-events: none;
}

.ge2-contact-widget > * { pointer-events: auto; }
.ge2-contact-widget [hidden] { display: none !important; }

.ge2-contact-launcher {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  padding: 0;
  color: var(--ivory, #f4f0e8);
  border: 1px solid rgba(221, 100, 44, .38);
  border-radius: 50%;
  background: rgba(18, 19, 20, .96);
  box-shadow: 0 18px 52px rgba(16, 17, 18, .3), inset 0 1px rgba(255, 255, 255, .045);
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease, opacity .16s ease;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.ge2-contact-launcher:hover {
  transform: translateY(-2px);
  border-color: rgba(221, 100, 44, .72);
  background: rgba(12, 13, 14, .99);
}

.ge2-contact-launcher:active { transform: translateY(0) scale(.97); }
.ge2-contact-launcher:focus-visible { outline: 2px solid var(--orange-bright, #dd642c); outline-offset: 3px; }

.ge2-contact-launcher::after {
  position: absolute;
  right: calc(100% + 11px);
  top: 50%;
  content: attr(data-label);
  padding: 7px 10px;
  color: var(--ivory, #f4f0e8);
  border: 1px solid rgba(244, 240, 232, .13);
  border-radius: 9px;
  background: rgba(17, 18, 19, .96);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .24);
  font-size: 10px;
  font-weight: 720;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(5px, -50%);
  transition: opacity .16s ease, transform .16s ease;
}

@media (hover: hover) and (pointer: fine) {
  .ge2-contact-launcher:hover::after,
  .ge2-contact-launcher:focus-visible::after { opacity: 1; transform: translate(0, -50%); }
}

.ge2-contact-launcher-icon {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--orange-bright, #dd642c);
  border-radius: inherit;
  background: transparent;
}

.ge2-contact-launcher-icon svg,
.ge2-contact-action-icon svg,
.ge2-contact-close svg,
.ge2-contact-arrow,
.ge2-callback-submit svg,
.ge2-assistant-input-row button svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ge2-contact-launcher-icon svg { width: 23px; height: 23px; }

.ge2-contact-widget.is-open .ge2-contact-launcher {
  opacity: 0;
  pointer-events: none;
  transform: translateY(7px);
}

.ge2-contact-backdrop {
  position: fixed;
  z-index: 1;
  inset: 0;
  background: rgba(7, 8, 9, .48);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  animation: ge2-contact-fade .18s ease both;
}

.ge2-contact-panel {
  position: fixed;
  z-index: 2;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  box-sizing: border-box;
  width: min(448px, calc(100vw - 36px));
  max-height: min(790px, calc(100dvh - 36px));
  padding: 25px;
  overflow: auto;
  color: var(--ivory, #f4f0e8);
  border: 1px solid rgba(244, 240, 232, .15);
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 0, rgba(221, 100, 44, .15), transparent 36%),
    rgba(16, 17, 18, .985);
  box-shadow: 0 34px 100px rgba(0, 0, 0, .46), inset 0 1px rgba(255, 255, 255, .035);
  animation: ge2-contact-enter .24s cubic-bezier(.2, .75, .22, 1) both;
  overscroll-behavior: contain;
}

.ge2-contact-panel:focus { outline: none; }

.ge2-contact-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.ge2-contact-panel-head > div > span {
  display: block;
  margin-bottom: 9px;
  color: var(--orange-bright, #dd642c);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ge2-contact-panel-head h2 {
  max-width: 290px;
  margin: 0;
  color: var(--ivory, #f4f0e8);
  font-family: "Newsreader Variable", Georgia, serif;
  font-size: clamp(28px, 7vw, 36px);
  font-weight: 520;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.ge2-contact-close {
  display: grid;
  flex: 0 0 44px;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: rgba(244, 240, 232, .82);
  border: 1px solid rgba(244, 240, 232, .14);
  border-radius: 50%;
  background: rgba(244, 240, 232, .035);
  cursor: pointer;
}

.ge2-contact-close:hover { color: var(--ivory, #f4f0e8); border-color: rgba(221, 100, 44, .48); }
.ge2-contact-close svg { width: 17px; height: 17px; }

.ge2-contact-intro {
  max-width: 340px;
  margin: 17px 0 21px;
  color: rgba(244, 240, 232, .62);
  font-size: 12px;
  line-height: 1.65;
}

.ge2-contact-actions {
  display: grid;
  gap: 10px;
}

.ge2-contact-action {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 13px;
  width: 100%;
  min-height: 70px;
  padding: 11px 13px;
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(244, 240, 232, .13);
  border-radius: 17px;
  background: rgba(244, 240, 232, .035);
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.ge2-contact-action:hover {
  transform: translateY(-1px);
  border-color: rgba(221, 100, 44, .45);
  background: rgba(244, 240, 232, .055);
}

.ge2-contact-action:focus-visible { outline: 2px solid var(--orange-bright, #dd642c); outline-offset: 2px; }
.ge2-contact-action-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--orange-bright, #dd642c);
  border-radius: 13px;
  background: rgba(221, 100, 44, .1);
}
.ge2-contact-action-icon svg { width: 22px; height: 22px; }
.ge2-contact-action strong { display: block; font-size: 13px; font-weight: 780; }
.ge2-contact-action small { display: block; margin-top: 2px; color: rgba(244, 240, 232, .5); font-size: 10px; }
.ge2-contact-arrow { width: 19px; height: 19px; color: rgba(244, 240, 232, .48); transition: transform .18s ease, color .18s ease; }
.ge2-contact-action:hover .ge2-contact-arrow { color: var(--orange-bright, #dd642c); transform: translateX(2px); }


.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ge2-assistant {
  padding: 15px;
  border: 1px solid rgba(244, 240, 232, .11);
  border-radius: 19px;
  background: rgba(244, 240, 232, .025);
}

.ge2-assistant-form { margin: 0; }
.ge2-assistant-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  gap: 8px;
  align-items: center;
}
.ge2-assistant-input-row input {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 11px 13px;
  color: var(--ivory, #f4f0e8);
  border: 1px solid rgba(244, 240, 232, .15);
  border-radius: 13px;
  background: rgba(6, 7, 8, .36);
  outline: none;
  font: inherit;
  font-size: 11px;
  -webkit-appearance: none;
  appearance: none;
}
.ge2-assistant-input-row input::placeholder { color: rgba(244, 240, 232, .33); }
.ge2-assistant-input-row input:hover { border-color: rgba(244, 240, 232, .27); }
.ge2-assistant-input-row input:focus { border-color: rgba(221, 100, 44, .75); box-shadow: 0 0 0 3px rgba(221, 100, 44, .1); }
.ge2-assistant-input-row input::-webkit-search-cancel-button { filter: invert(1); opacity: .45; }
.ge2-assistant-input-row button {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  color: #fffaf4;
  border: 0;
  border-radius: 13px;
  background: var(--orange, #b94a1b);
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease;
}
.ge2-assistant-input-row button:hover { background: var(--orange-bright, #dd642c); transform: translateY(-1px); }
.ge2-assistant-input-row button:focus-visible { outline: 2px solid var(--orange-bright, #dd642c); outline-offset: 2px; }
.ge2-assistant-input-row button svg { width: 19px; height: 19px; }

.ge2-assistant-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 11px;
}
.ge2-assistant-suggestions button,
.ge2-assistant-related button {
  min-height: 32px;
  padding: 6px 9px;
  color: rgba(244, 240, 232, .66);
  border: 1px solid rgba(244, 240, 232, .11);
  border-radius: 999px;
  background: rgba(244, 240, 232, .025);
  font-size: 9px;
  font-weight: 680;
  cursor: pointer;
  transition: color .16s ease, border-color .16s ease, background-color .16s ease;
}
.ge2-assistant-suggestions button:hover,
.ge2-assistant-related button:hover { color: var(--ivory, #f4f0e8); border-color: rgba(221, 100, 44, .44); background: rgba(221, 100, 44, .07); }
.ge2-assistant-suggestions button:focus-visible,
.ge2-assistant-related button:focus-visible { outline: 2px solid var(--orange-bright, #dd642c); outline-offset: 2px; }

.ge2-assistant-transcript {
  display: grid;
  gap: 9px;
  max-height: 245px;
  margin-top: 13px;
  padding-right: 3px;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(221, 100, 44, .42) transparent;
}
.ge2-assistant-message {
  max-width: 92%;
  padding: 11px 12px;
  border-radius: 15px;
  font-size: 10px;
  line-height: 1.55;
  animation: ge2-contact-form-enter .18s ease both;
}
.ge2-assistant-message p { margin: 0; }
.ge2-assistant-message.is-user {
  justify-self: end;
  color: #fffaf4;
  border: 1px solid rgba(221, 100, 44, .28);
  border-bottom-right-radius: 5px;
  background: rgba(185, 74, 27, .22);
}
.ge2-assistant-message.is-assistant {
  justify-self: start;
  color: rgba(244, 240, 232, .7);
  border: 1px solid rgba(244, 240, 232, .1);
  border-bottom-left-radius: 5px;
  background: rgba(244, 240, 232, .035);
}
.ge2-assistant-message.is-assistant > span {
  display: block;
  margin-bottom: 5px;
  color: var(--orange-bright, #dd642c);
  font-size: 8px;
  font-weight: 820;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.ge2-assistant-message h3 {
  margin: 0 0 6px;
  color: var(--ivory, #f4f0e8);
  font-size: 11.5px;
  font-weight: 760;
  line-height: 1.35;
}
.ge2-assistant-message.is-welcome { max-width: 100%; }
.ge2-assistant-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid rgba(244, 240, 232, .08);
}
.ge2-assistant-sources a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--ivory, #f4f0e8);
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
}
.ge2-assistant-sources a::after { content: "↗"; color: var(--orange-bright, #dd642c); }
.ge2-assistant-sources a:hover { text-decoration: underline; text-decoration-color: rgba(221, 100, 44, .55); text-underline-offset: 3px; }
.ge2-assistant-related { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 9px; }
.ge2-assistant-note { margin-top: 7px !important; color: rgba(244, 240, 232, .44); font-size: 8.5px; }

.ge2-contact-human { margin-top: 17px; }
.ge2-contact-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: rgba(244, 240, 232, .42);
  font-size: 8.5px;
  font-weight: 790;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.ge2-contact-divider::before,
.ge2-contact-divider::after { content: ""; height: 1px; flex: 1 1 auto; background: rgba(244, 240, 232, .09); }
.ge2-contact-human .ge2-contact-actions { grid-template-columns: 1fr 1fr; }
.ge2-contact-human .ge2-contact-action {
  grid-template-columns: 35px minmax(0, 1fr);
  min-height: 60px;
  gap: 9px;
  padding: 9px 10px;
}
.ge2-contact-human .ge2-contact-action-icon { width: 35px; height: 35px; border-radius: 11px; }
.ge2-contact-human .ge2-contact-action-icon svg { width: 18px; height: 18px; }
.ge2-contact-human .ge2-contact-arrow { display: none; }
.ge2-contact-human .ge2-contact-action strong { font-size: 11px; }
.ge2-contact-human .ge2-contact-action small { font-size: 8.5px; }

.ge2-callback-form {
  margin-top: 15px;
  padding-top: 18px;
  border-top: 1px solid rgba(244, 240, 232, .11);
  animation: ge2-contact-form-enter .2s ease both;
}

.ge2-callback-form-fields { display: grid; gap: 12px; }
.ge2-contact-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ge2-callback-form label:not(.ge2-contact-privacy) { display: grid; gap: 6px; }
.ge2-callback-form label > span {
  color: rgba(244, 240, 232, .68);
  font-size: 10px;
  font-weight: 690;
}
.ge2-callback-form label > span small { color: rgba(244, 240, 232, .36); font-size: 9px; font-weight: 560; }

.ge2-callback-form input,
.ge2-callback-form select {
  box-sizing: border-box;
  width: 100%;
  min-height: 47px;
  padding: 10px 12px;
  color: var(--ivory, #f4f0e8);
  border: 1px solid rgba(244, 240, 232, .14);
  border-radius: 12px;
  background: rgba(244, 240, 232, .045);
  outline: none;
}

.ge2-callback-form input::placeholder { color: rgba(244, 240, 232, .28); }
.ge2-callback-form select { color-scheme: dark; }
.ge2-callback-form input:hover,
.ge2-callback-form select:hover { border-color: rgba(244, 240, 232, .25); }
.ge2-callback-form input:focus,
.ge2-callback-form select:focus { border-color: rgba(221, 100, 44, .72); box-shadow: 0 0 0 3px rgba(221, 100, 44, .1); }
.ge2-callback-form input[aria-invalid="true"],
.ge2-callback-form select[aria-invalid="true"] { border-color: #e98762; }

.ge2-contact-privacy {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  margin-top: 1px;
  color: rgba(244, 240, 232, .55);
  font-size: 9.5px;
  line-height: 1.55;
}
.ge2-contact-privacy input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--orange-bright, #dd642c);
}
.ge2-contact-privacy a { color: var(--ivory, #f4f0e8); text-decoration: underline; text-decoration-color: rgba(221, 100, 44, .55); text-underline-offset: 2px; }

.ge2-callback-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 50px;
  margin-top: 2px;
  padding: 11px 16px;
  color: #fffaf4;
  border: 0;
  border-radius: 13px;
  background: var(--orange, #b94a1b);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  transition: background-color .18s ease, transform .18s ease, opacity .18s ease;
}
.ge2-callback-submit:hover { background: var(--orange-bright, #dd642c); transform: translateY(-1px); }
.ge2-callback-submit:disabled { cursor: wait; opacity: .66; transform: none; }
.ge2-callback-submit svg { width: 18px; height: 18px; }

.ge2-contact-feedback {
  padding: 15px 16px;
  border: 1px solid rgba(244, 240, 232, .14);
  border-radius: 14px;
  background: rgba(244, 240, 232, .045);
}
.ge2-contact-feedback[data-tone="success"] { border-color: rgba(141, 167, 142, .42); background: rgba(141, 167, 142, .08); }
.ge2-contact-feedback[data-tone="error"] { border-color: rgba(233, 135, 98, .45); background: rgba(233, 135, 98, .075); }
.ge2-contact-feedback strong { display: block; margin-bottom: 4px; font-size: 12px; }
.ge2-contact-feedback span { display: block; color: rgba(244, 240, 232, .58); font-size: 10px; line-height: 1.55; }

.ge2-contact-panel-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(244, 240, 232, .09);
  color: rgba(244, 240, 232, .42);
  font-size: 9px;
}
.ge2-contact-panel-foot span { display: inline-flex; align-items: center; gap: 7px; text-transform: uppercase; letter-spacing: .11em; font-weight: 760; }
.ge2-contact-panel-foot span i { width: 6px; height: 6px; border-radius: 50%; background: var(--sage, #8da78e); }
.ge2-contact-panel-foot small { font-size: 9px; }

.ge2-contact-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

body.ge2-contact-dialog-open { overflow: hidden; }

@keyframes ge2-contact-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ge2-contact-enter { from { opacity: 0; transform: translate3d(0, 14px, 0) scale(.985); } to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); } }
@keyframes ge2-contact-form-enter { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 620px) {
  .ge2-contact-widget {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
  }
  .ge2-contact-launcher { width: 52px; height: 52px; }
  .ge2-contact-launcher::after { display: none; }
  .ge2-contact-panel {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: min(92dvh, 820px);
    padding: 23px max(20px, env(safe-area-inset-right)) max(22px, calc(18px + env(safe-area-inset-bottom))) max(20px, env(safe-area-inset-left));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 25px 25px 0 0;
  }
  .ge2-contact-panel-head h2 { max-width: 270px; }
  .ge2-contact-field-row { grid-template-columns: 1fr; }
  .ge2-assistant-transcript { max-height: 225px; }
  .ge2-contact-human .ge2-contact-actions { grid-template-columns: 1fr 1fr; }
  .ge2-contact-panel-foot { padding-bottom: 0; }
}

@media (max-width: 360px) {
  .ge2-contact-panel { padding-inline: 17px; }
  .ge2-contact-action { min-height: 60px; }
  .ge2-contact-human .ge2-contact-actions { grid-template-columns: 1fr; }
  .ge2-assistant { padding: 12px; }
  .ge2-assistant-suggestions { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 3px; scrollbar-width: none; }
  .ge2-assistant-suggestions::-webkit-scrollbar { display: none; }
  .ge2-contact-panel-foot small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .ge2-contact-launcher,
  .ge2-contact-action,
  .ge2-contact-arrow,
  .ge2-callback-submit,
  .ge2-contact-backdrop,
  .ge2-contact-panel,
  .ge2-callback-form,
  .ge2-assistant-message {
    animation: none !important;
    transition: none !important;
  }
}

@media print {
  .ge2-contact-widget { display: none !important; }
}


/* V1.10.5 — simplify the first interaction to exactly three choices. */
.ge2-contact-panel {
  width: min(410px, calc(100vw - 36px));
  padding: 23px;
}

.ge2-contact-panel-head h2 {
  max-width: 270px;
  font-size: clamp(27px, 6.6vw, 34px);
}

.ge2-contact-start { margin-top: 21px; }
.ge2-contact-start .ge2-contact-actions { gap: 9px; }
.ge2-contact-start .ge2-contact-action {
  min-height: 68px;
  border-radius: 16px;
}

.ge2-contact-subview {
  margin-top: 18px;
  animation: ge2-contact-form-enter .18s ease both;
}

.ge2-contact-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  margin: 0;
  padding: 0 2px;
  color: rgba(244, 240, 232, .6);
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 9.5px;
  font-weight: 720;
  cursor: pointer;
}
.ge2-contact-back:hover { color: var(--ivory, #f4f0e8); }
.ge2-contact-back:focus-visible { outline: 2px solid var(--orange-bright, #dd642c); outline-offset: 3px; border-radius: 5px; }
.ge2-contact-back svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ge2-contact-subview-head { margin: 7px 0 15px; }
.ge2-contact-subview-head > span {
  display: block;
  margin-bottom: 5px;
  color: var(--orange-bright, #dd642c);
  font-size: 8px;
  font-weight: 810;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ge2-contact-subview-head h3 {
  margin: 0;
  color: var(--ivory, #f4f0e8);
  font-family: "Newsreader Variable", Georgia, serif;
  font-size: 25px;
  font-weight: 530;
  letter-spacing: -.035em;
  line-height: 1.08;
}
.ge2-contact-subview-head p {
  margin: 7px 0 0;
  color: rgba(244, 240, 232, .52);
  font-size: 10px;
  line-height: 1.5;
}

.ge2-contact-subview.ge2-assistant {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.ge2-contact-subview .ge2-assistant-transcript { max-height: 330px; }

.ge2-callback-form.ge2-contact-subview {
  margin-top: 18px;
  padding-top: 0;
  border-top: 0;
}

@media (max-width: 620px) {
  .ge2-contact-panel { padding-top: 21px; }
  .ge2-contact-panel-head h2 { max-width: 255px; }
  .ge2-contact-start { margin-top: 18px; }
  .ge2-contact-start .ge2-contact-action { min-height: 65px; }
  .ge2-contact-subview .ge2-assistant-transcript { max-height: 38dvh; }
}

@media (max-width: 360px) {
  .ge2-contact-start .ge2-contact-action { min-height: 62px; }
  .ge2-contact-subview-head h3 { font-size: 23px; }
}


/* V1.10.8 — stronger visibility, with no change to launcher size or position. */
.ge2-contact-launcher {
  border-color: rgba(221, 100, 44, .62);
  box-shadow:
    0 18px 52px rgba(16, 17, 18, .3),
    0 0 0 1px rgba(221, 100, 44, .08),
    0 0 30px rgba(221, 100, 44, .16),
    inset 0 1px rgba(255, 255, 255, .045);
  animation: ge2-contact-launcher-glow 4.8s ease-in-out infinite;
}

.ge2-contact-launcher::before {
  position: absolute;
  inset: -7px;
  content: "";
  border: 1px solid rgba(221, 100, 44, .52);
  border-radius: inherit;
  box-shadow: 0 0 18px rgba(221, 100, 44, .18);
  opacity: 0;
  pointer-events: none;
  transform: scale(.94);
  animation: ge2-contact-attention-ring-strong 4.8s cubic-bezier(.2, .68, .22, 1) infinite;
}

.ge2-contact-launcher-icon {
  filter: drop-shadow(0 0 5px rgba(221, 100, 44, .28));
}

.ge2-contact-launcher:hover,
.ge2-contact-launcher:focus-visible {
  animation: none;
  border-color: rgba(221, 100, 44, .88);
  box-shadow:
    0 18px 52px rgba(16, 17, 18, .3),
    0 0 0 1px rgba(221, 100, 44, .13),
    0 0 34px rgba(221, 100, 44, .24),
    inset 0 1px rgba(255, 255, 255, .045);
}

.ge2-contact-launcher:hover::before,
.ge2-contact-launcher:focus-visible::before {
  animation: none;
  opacity: .5;
  transform: scale(1.08);
}

.ge2-contact-widget.is-open .ge2-contact-launcher,
.ge2-contact-widget.is-open .ge2-contact-launcher::before {
  animation: none;
}

.ge2-contact-widget.is-open .ge2-contact-launcher::before { opacity: 0; }

@keyframes ge2-contact-launcher-glow {
  0%, 46%, 100% {
    border-color: rgba(221, 100, 44, .62);
    box-shadow:
      0 18px 52px rgba(16, 17, 18, .3),
      0 0 0 1px rgba(221, 100, 44, .08),
      0 0 30px rgba(221, 100, 44, .16),
      inset 0 1px rgba(255, 255, 255, .045);
  }
  9% {
    border-color: rgba(221, 100, 44, .9);
    box-shadow:
      0 18px 52px rgba(16, 17, 18, .3),
      0 0 0 1px rgba(221, 100, 44, .17),
      0 0 40px rgba(221, 100, 44, .3),
      inset 0 1px rgba(255, 255, 255, .045);
  }
  25% {
    border-color: rgba(221, 100, 44, .7);
    box-shadow:
      0 18px 52px rgba(16, 17, 18, .3),
      0 0 0 1px rgba(221, 100, 44, .1),
      0 0 32px rgba(221, 100, 44, .2),
      inset 0 1px rgba(255, 255, 255, .045);
  }
}

@keyframes ge2-contact-attention-ring-strong {
  0% { opacity: 0; transform: scale(.94); }
  8% { opacity: .62; }
  28% { opacity: .14; transform: scale(1.18); }
  42%, 100% { opacity: 0; transform: scale(1.25); }
}

@media (prefers-reduced-motion: reduce) {
  .ge2-contact-launcher {
    animation: none !important;
    border-color: rgba(221, 100, 44, .72);
    box-shadow:
      0 18px 52px rgba(16, 17, 18, .3),
      0 0 0 1px rgba(221, 100, 44, .1),
      0 0 30px rgba(221, 100, 44, .2),
      inset 0 1px rgba(255, 255, 255, .045);
  }
  .ge2-contact-launcher::before {
    animation: none !important;
    opacity: .34;
    transform: scale(1.07);
  }
}


/* V1.10.7 — callback time choices without the inconsistent Android native select popup. */
.ge2-callback-window {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.ge2-callback-window legend {
  margin: 0 0 7px;
  padding: 0;
  color: rgba(244, 240, 232, .68);
  font-size: 10px;
  font-weight: 690;
}

.ge2-callback-window-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.ge2-callback-form label.ge2-callback-window-option {
  position: relative;
  display: block;
  min-width: 0;
  cursor: pointer;
}

.ge2-callback-form .ge2-callback-window-option input[type="radio"] {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}

.ge2-callback-form label.ge2-callback-window-option > span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 9px 10px;
  color: rgba(244, 240, 232, .68);
  border: 1px solid rgba(244, 240, 232, .14);
  border-radius: 12px;
  background: rgba(244, 240, 232, .045);
  font-size: 10.5px;
  font-weight: 650;
  line-height: 1.25;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease, box-shadow .16s ease;
}

.ge2-callback-form label.ge2-callback-window-option > span::before {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(244, 240, 232, .34);
  border-radius: 50%;
  background: transparent;
  transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.ge2-callback-form .ge2-callback-window-option:hover > span {
  color: rgba(244, 240, 232, .86);
  border-color: rgba(244, 240, 232, .25);
}

.ge2-callback-form label.ge2-callback-window-option:has(input[type="radio"]:checked) > span,
.ge2-callback-form .ge2-callback-window-option input[type="radio"]:checked + span {
  color: var(--ivory, #f4f0e8) !important;
  border-color: rgba(221, 100, 44, .68) !important;
  background: rgba(221, 100, 44, .10) !important;
  box-shadow: inset 0 0 0 1px rgba(221, 100, 44, .08) !important;
}

.ge2-callback-form label.ge2-callback-window-option:has(input[type="radio"]:checked) > span::before,
.ge2-callback-form .ge2-callback-window-option input[type="radio"]:checked + span::before {
  border-color: var(--orange-bright, #dd642c) !important;
  background: var(--orange-bright, #dd642c) !important;
  box-shadow: 0 0 0 3px rgba(221, 100, 44, .14) !important;
}

.ge2-callback-form .ge2-callback-window-option input[type="radio"]:focus-visible + span {
  border-color: rgba(221, 100, 44, .82);
  box-shadow: 0 0 0 3px rgba(221, 100, 44, .12);
}

.ge2-callback-form .ge2-callback-window-option input[type="radio"][aria-invalid="true"] + span {
  border-color: #e98762;
}

@media (max-width: 340px) {
  .ge2-callback-window-options { gap: 7px; }
  .ge2-callback-form label.ge2-callback-window-option > span {
    min-height: 46px;
    padding: 8px;
    font-size: 10px;
  }
}
