.v10-help-trigger,
.v10-help-modal,
.v10-help-modal * { box-sizing: border-box; }

body.v10-help-active { overflow: hidden; }

.v10-help-trigger {
  position: fixed;
  z-index: 610;
  right: 22px;
  bottom: 96px;
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  gap: 11px;
  padding: 8px 18px 8px 8px;
  color: #fff;
  background: #071a33;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 32px;
  box-shadow: 0 15px 38px rgba(7,26,51,.28);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.v10-help-trigger:hover { box-shadow: 0 20px 45px rgba(7,26,51,.34); transform: translateY(-3px); }
.v10-help-trigger__icon { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; color: #fff; background: #1e9e58; border-radius: 50%; }
.v10-help-trigger__icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.v10-help-trigger > span:last-child { display: grid; gap: 2px; text-align: left; }
.v10-help-trigger b { font-size: 13px; line-height: 1.1; }
.v10-help-trigger small { color: #a8cbe3; font-size: 10px; line-height: 1.1; }

.v10-help-modal[hidden] { display: none !important; }
.v10-help-modal {
  position: fixed;
  z-index: 99990;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 24px;
  background: rgba(4,20,38,.54);
  backdrop-filter: blur(5px);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  opacity: 0;
  transition: opacity .22s ease;
}
.v10-help-modal.is-open { opacity: 1; }
.v10-help-modal__panel {
  position: relative;
  width: min(470px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  padding: 38px;
  overflow: auto;
  color: #071a33;
  background: #fff;
  border: 1px solid #cfdee9;
  border-radius: 22px;
  box-shadow: 0 30px 90px rgba(4,20,38,.32);
  transform: translateX(24px);
  transition: transform .24s ease;
}
.v10-help-modal.is-open .v10-help-modal__panel { transform: none; }
.v10-help-modal__close { position: absolute; top: 16px; right: 16px; display: grid; width: 42px; height: 42px; place-items: center; color: #071a33; background: #f8fbfe; border: 1px solid #cfdee9; border-radius: 50%; font-size: 28px; line-height: 1; cursor: pointer; }
.v10-help-modal__brand { display: flex; width: 158px; height: 42px; align-items: center; margin-bottom: 26px; padding: 8px 11px; background: #f8fbfe; border: 1px solid #cfdee9; border-radius: 9px; }
.v10-help-modal__brand img { display: block; width: 100%; height: auto; }
.v10-help-modal__kicker { display: block; margin-bottom: 8px; color: #0d7fbe; font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.v10-help-modal h2 { max-width: 340px; margin: 0; color: #071a33; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 6vw, 48px); font-weight: 600; letter-spacing: -.035em; line-height: 1.02; }
.v10-help-modal h2 + p { margin: 18px 0 0; color: #586a7e; font-size: 16px; line-height: 1.55; }
.v10-help-modal__actions { display: grid; gap: 10px; margin-top: 26px; }
.v10-help-action { display: grid; grid-template-columns: 42px 1fr; gap: 0 13px; align-items: center; min-height: 68px; padding: 11px 14px; color: #071a33 !important; background: #f8fbfe; border: 1px solid #cfdee9; border-radius: 12px; text-decoration: none !important; transition: border-color .2s, transform .2s, box-shadow .2s; }
.v10-help-action:hover { border-color: #0d7fbe; box-shadow: 0 10px 25px rgba(7,26,51,.1); transform: translateY(-2px); }
.v10-help-action > span { display: grid; grid-row: 1 / 3; width: 42px; height: 42px; place-items: center; color: #fff; background: #0d7fbe; border-radius: 50%; font-size: 11px; font-weight: 900; }
.v10-help-action b { align-self: end; font-size: 14px; }
.v10-help-action small { align-self: start; color: #586a7e; font-size: 10px; }
.v10-help-action--whatsapp > span { background: #1e9e58; }
.v10-help-action--whatsapp:hover { border-color: #1e9e58; }
.v10-help-modal__note { margin: 15px 0 0; padding: 12px 13px; color: #586a7e; background: #edf5fa; border-radius: 9px; font-size: 11px; line-height: 1.5; }
.v10-help-modal__contact { display: inline-flex; margin-top: 20px; color: #071a33 !important; font-size: 12px; font-weight: 800; text-decoration: underline !important; text-underline-offset: 4px; }

@media (max-width: 620px) {
  .v10-help-trigger { right: 14px; bottom: 82px; min-height: 50px; padding: 5px; }
  body.v10-configurator-shell .v10-help-trigger { bottom: 106px; }
  .v10-help-trigger__icon { width: 40px; height: 40px; }
  .v10-help-trigger > span:last-child { display: none; }
  .v10-help-modal { align-items: flex-end; padding: 8px; }
  .v10-help-modal__panel { width: 100%; max-height: calc(100vh - 16px); padding: 30px 22px 25px; border-radius: 19px; transform: translateY(24px); }
  .v10-help-modal__brand { margin-bottom: 22px; }
  .v10-help-modal__close { top: 12px; right: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .v10-help-trigger,
  .v10-help-modal,
  .v10-help-modal__panel,
  .v10-help-action { transition: none !important; }
}
