.cookie-banner {
  position: fixed;
  z-index: 1000;
  right: 24px;
  bottom: 24px;
  width: min(560px, calc(100% - 32px));
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: #123e2d;
  color: #fff;
  box-shadow: 0 24px 70px rgba(7, 29, 21, .32);
  font-family: "DM Sans", Arial, sans-serif;
}
.cookie-banner[hidden], .calendar-consent[hidden] { display: none; }
.cookie-banner strong { display: block; margin-bottom: 7px; font-size: 18px; }
.cookie-banner p { margin: 0; color: rgba(255, 255, 255, .78); font-size: 14px; line-height: 1.55; }
.cookie-banner a { color: #b8e6bd; text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.cookie-actions button {
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 99px;
  background: transparent;
  color: #fff;
  font: 700 10px/1 "DM Sans", Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}
.cookie-actions .cookie-accept { border-color: #39b54a; background: #39b54a; color: #071d15; }
.cookie-settings { padding: 0; border: 0; background: none; color: inherit; font: inherit; text-align: left; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.calendar-shell { position: relative; }
.calendly-frame[src="about:blank"] { display: none; }
.calendar-consent { display: grid; place-items: center; min-height: 430px; padding: 40px; border-radius: 14px; background: #eef2eb; text-align: center; }
.calendar-consent div { max-width: 460px; }
.calendar-consent strong { display: block; margin-bottom: 10px; color: #123e2d; font-size: 22px; }
.calendar-consent p { margin: 0 0 20px; color: #60766d; }
.calendar-consent button { padding: 14px 20px; border: 0; border-radius: 99px; background: #123e2d; color: #fff; font: 700 10px/1 "DM Sans", Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
@media (max-width: 600px) {
  .cookie-banner { right: 16px; bottom: 16px; padding: 20px; }
  .cookie-actions { flex-direction: column; }
  .cookie-actions button { width: 100%; }
  .calendar-consent { min-height: 360px; padding: 28px 20px; }
}
