:root {
  --ms-ink: #171615;
  --ms-cream: #fffaf1;
  --ms-gold: #c8a45d;
  --ms-muted: #665f57;
}

html.ms-modal-open,
body.ms-modal-open {
  overflow: hidden;
}

.ms-consent {
  position: fixed;
  z-index: 1200;
  inset: auto 18px 18px;
  display: none;
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid rgba(200, 164, 93, .48);
  border-radius: 18px;
  background: rgba(23, 22, 21, .98);
  color: #fff;
  box-shadow: 0 22px 80px rgba(0, 0, 0, .34);
}

.ms-consent.is-visible { display: block; }

.ms-consent__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
}

.ms-consent h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.ms-consent p {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.55;
}

.ms-consent a { color: #efd486; }

.ms-consent__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.ms-consent button,
.ms-consent-settings {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.ms-consent.is-visible + .ms-consent-settings,
html.ms-modal-open .ms-consent-settings { display: none; }

.ms-consent .ms-consent__accept {
  border-color: #efd486;
  background: linear-gradient(135deg, #f5dda0, #c8a45d);
  color: #171615;
}

.ms-consent-settings {
  position: fixed;
  z-index: 1100;
  left: 14px;
  bottom: 14px;
  min-height: 36px;
  padding: 0 13px;
  border-color: rgba(200, 164, 93, .42);
  background: rgba(23, 22, 21, .92);
  box-shadow: 0 8px 26px rgba(0, 0, 0, .18);
  font-size: 12px;
}

.coaching-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid rgba(200, 164, 93, .28);
  border-radius: 18px;
  background: rgba(255, 250, 241, .92);
  color: var(--ms-ink);
  box-shadow: 0 20px 60px rgba(27, 20, 17, .08);
}

.coaching-form__full { grid-column: 1 / -1; }
.coaching-form label { display: grid; gap: 7px; font-size: 14px; font-weight: 800; }
.coaching-form input,
.coaching-form select,
.coaching-form textarea {
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  padding: 11px 13px;
  border: 1px solid rgba(23, 22, 21, .24);
  border-radius: 10px;
  background: #fff;
  color: var(--ms-ink);
  font: inherit;
}

.coaching-form textarea { min-height: 126px; resize: vertical; }
.coaching-form input:focus,
.coaching-form select:focus,
.coaching-form textarea:focus {
  outline: 3px solid rgba(200, 164, 93, .3);
  border-color: #9e7a2f;
}

.coaching-form__privacy {
  display: flex !important;
  grid-column: 1 / -1;
  align-items: flex-start;
  gap: 10px !important;
  font-weight: 600 !important;
  line-height: 1.5;
}

.coaching-form__privacy input { width: 20px; min-height: 20px; margin-top: 1px; flex: 0 0 auto; }
.coaching-form__privacy a { text-decoration: underline; }
.coaching-form .button { border: 0; cursor: pointer; }
.coaching-form__hint { grid-column: 1 / -1; margin: 0; font-size: 13px !important; }

#marco-homepage-preview .entry-popup-card {
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  overscroll-behavior: contain;
}

#marco-homepage-preview .entry-popup-close {
  z-index: 5;
  display: grid;
  place-items: center;
  padding: 0;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .18);
}

#marco-homepage-preview .entry-popup-close:focus-visible,
.ms-consent button:focus-visible,
.ms-consent-settings:focus-visible {
  outline: 3px solid #efd486;
  outline-offset: 3px;
}

.offer-page main,
.offer-page .hero,
.offer-page .panel,
.offer-page .card,
.offer-page .copy,
.offer-page .media { min-width: 0; }

.offer-page img { max-width: 100%; }

@media (max-width: 700px) {
  .ms-consent { inset: auto 10px 10px; padding: 17px; border-radius: 15px; }
  .ms-consent__inner { grid-template-columns: 1fr; gap: 15px; }
  .ms-consent__actions { display: grid; grid-template-columns: 1fr; }
  .ms-consent button { width: 100%; }
  .ms-consent-settings { left: 8px; bottom: 8px; }
  .coaching-form { grid-template-columns: 1fr; }
  .coaching-form > * { grid-column: 1; }
  #marco-homepage-preview .entry-popup { align-items: center; padding: 10px; }
  #marco-homepage-preview .entry-popup .entry-popup-card { max-height: calc(100dvh - 20px); }
  #marco-homepage-preview .entry-popup-visual { height: min(190px, 27vh); }
  #marco-homepage-preview .entry-popup-content { padding: 4px 18px 20px; margin-top: -10px; }
  #marco-homepage-preview .entry-popup .entry-popup-close { top: max(10px, env(safe-area-inset-top)); right: 10px; width: 44px; height: 44px; }
  .offer-page main { width: auto; max-width: 100%; padding: 24px 16px 56px; overflow: hidden; }
  .offer-page h1 { overflow-wrap: anywhere; font-size: clamp(38px, 12vw, 58px); }
  .offer-page .copy, .offer-page .card { padding: 24px; }
  .offer-page .button { box-sizing: border-box; max-width: 100%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
