.hot-cmp-btn {
  appearance: none;
  border: 1px solid #1f1f1a;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font: 600 0.95rem/1.2 "Source Sans 3", sans-serif;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hot-cmp-btn--primary {
  background: #d3b34b;
  color: #1f1f1a;
}

.hot-cmp-btn--primary:hover {
  background: #c8a53b;
}

.hot-cmp-btn--secondary {
  background: #f3f0e6;
  color: #1f1f1a;
}

.hot-cmp-btn--secondary:hover,
.hot-cmp-btn--ghost:hover {
  background: #e8e2d2;
}

.hot-cmp-btn--ghost {
  background: #fff;
  color: #1f1f1a;
}

.hot-cmp-banner {
  position: fixed;
  right: 1rem;
  left: 1rem;
  bottom: 1rem;
  z-index: 2147481000;
  display: grid;
  gap: 1rem;
  padding: 1.15rem 1.2rem;
  border: 1px solid #20201a;
  border-radius: 20px;
  background: rgba(246, 244, 237, 0.98);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.hot-cmp-banner__text h2 {
  margin: 0 0 0.35rem;
  font: 700 1.25rem/1.1 "Spectral", serif;
}

.hot-cmp-banner__text p,
.hot-cmp-banner__text a {
  margin: 0;
  font: 400 0.97rem/1.45 "Source Sans 3", sans-serif;
  color: #26261f;
}

.hot-cmp-banner__text a,
.hot-cmp-modal__policy {
  text-decoration: underline;
}

.hot-cmp-banner__actions,
.hot-cmp-modal__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hot-cmp-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147481100;
  background: rgba(0, 0, 0, 0.42);
}

.hot-cmp-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2147481200;
  width: min(680px, calc(100vw - 2rem));
  transform: translate(-50%, -50%);
  border: 1px solid #20201a;
  border-radius: 24px;
  background: #f7f4ec;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}

.hot-cmp-modal__header,
.hot-cmp-modal__body,
.hot-cmp-modal__footer {
  padding: 1.15rem 1.2rem;
}

.hot-cmp-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d4c7;
}

.hot-cmp-modal__header h2 {
  margin: 0;
  font: 700 1.4rem/1.1 "Spectral", serif;
}

.hot-cmp-modal__close {
  border: 0;
  background: transparent;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.hot-cmp-modal__body {
  display: grid;
  gap: 0.95rem;
}

.hot-cmp-modal__option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 0.85rem 0.95rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #dfd9ca;
}

.hot-cmp-modal__option input {
  margin-top: 0.2rem;
  width: 1.1rem;
  height: 1.1rem;
}

.hot-cmp-modal__option-text {
  display: grid;
  gap: 0.2rem;
}

.hot-cmp-modal__option-text strong {
  font: 700 1rem/1.2 "Source Sans 3", sans-serif;
}

.hot-cmp-modal__option-text span,
.hot-cmp-modal__policy {
  font: 400 0.94rem/1.4 "Source Sans 3", sans-serif;
  color: #2c2c25;
}

.hot-cmp-footer-link {
  position: fixed;
  left: 0.9rem;
  bottom: 0.8rem;
  z-index: 2147480900;
  border: 0;
  background: rgba(32, 32, 26, 0.88);
  color: #fff;
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font: 600 0.85rem/1 "Source Sans 3", sans-serif;
  cursor: pointer;
}

.hot-cmp-debug {
  position: fixed;
  right: 0.9rem;
  bottom: 0.9rem;
  z-index: 2147481300;
  width: min(360px, calc(100vw - 1.8rem));
  max-height: 42vh;
  overflow: auto;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  border: 1px solid #9c9788;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.hot-cmp-debug__title {
  margin-bottom: 0.65rem;
  font: 700 0.95rem/1 "Source Sans 3", sans-serif;
}

.hot-cmp-debug__list,
.hot-cmp-debug__row {
  display: grid;
  gap: 0.2rem;
}

.hot-cmp-debug__row {
  grid-template-columns: 1fr auto;
  padding: 0.2rem 0;
  border-top: 1px solid #ece8dc;
}

.hot-cmp-debug__row dt,
.hot-cmp-debug__row dd {
  margin: 0;
  font: 400 0.78rem/1.35 monospace;
}

@media (min-width: 768px) {
  .hot-cmp-banner {
    left: auto;
    width: min(720px, calc(100vw - 2rem));
  }
}
