:root {
  --dko-bg: #ffffff;
  --dko-mist: #d9e4e7;
  --dko-ink: #10181a;
  --dko-soft-ink: #334144;
  --dko-muted: #63777e;
  --dko-primary: #668899;
  --dko-primary-dark: #153f49;
  --dko-line: rgba(16, 24, 26, 0.14);
  --dko-shadow: 0 24px 70px rgba(16, 24, 26, 0.16);
}

.dko-booking[hidden],
.dko-consent[hidden] {
  display: none !important;
}

.dko-booking {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.dko-booking__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 37, 43, 0.7);
  backdrop-filter: blur(6px);
}

.dko-booking__panel {
  position: relative;
  width: min(100%, 520px);
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--dko-shadow);
  color: var(--dko-ink);
}

.dko-booking__eyebrow {
  margin: 0 0 8px;
  color: var(--dko-primary-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dko-booking__panel h2 {
  margin: 0 48px 10px 0;
  color: var(--dko-ink);
  font-size: clamp(1.55rem, 5vw, 2rem);
  line-height: 1.2;
}

.dko-booking__panel > p:not(.dko-booking__eyebrow) {
  margin: 0 0 22px;
  color: var(--dko-muted);
}

.dko-booking__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--dko-line);
  border-radius: 50%;
  background: #f5f8f8;
  color: var(--dko-ink);
  font-size: 1.35rem;
  cursor: pointer;
}

.dko-booking__choices {
  display: grid;
  gap: 10px;
}

.dko-booking__choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  padding: 13px 17px;
  border: 1px solid var(--dko-line);
  border-radius: 14px;
  background: #fff;
  color: var(--dko-ink);
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}

.dko-booking__choice:hover,
.dko-booking__choice:focus-visible {
  border-color: var(--dko-primary);
  background: #f2f7f8;
  outline: none;
}

.dko-booking__choice span {
  color: var(--dko-primary-dark);
}

.dko-consent {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9998;
  width: min(430px, calc(100% - 32px));
  padding: 20px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  background: #0b252b;
  box-shadow: var(--dko-shadow);
  color: #fff;
}

.dko-consent p {
  margin: 0;
  color: #d9e4e7;
  font-size: 0.86rem;
  line-height: 1.55;
}

.dko-consent strong {
  color: #fff;
}

.dko-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.dko-consent button {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-weight: 750;
  cursor: pointer;
}

.dko-consent button[data-consent="granted"] {
  border-color: #fff;
  background: #fff;
  color: #153f49;
}

.dko-mobile-booking {
  display: none;
}

@media (max-width: 720px) {
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .dko-booking {
    align-items: end;
    padding: 0;
  }

  .dko-booking__panel {
    width: 100%;
    padding: 28px 20px calc(24px + env(safe-area-inset-bottom));
    border-radius: 26px 26px 0 0;
  }

  .dko-consent {
    right: 12px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    width: calc(100% - 24px);
  }

  .dko-mobile-booking {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9000;
    display: flex;
    gap: 9px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--dko-line);
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(14px);
  }

  .dko-mobile-booking a,
  .dko-mobile-booking button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border: 0;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    cursor: pointer;
  }

  .dko-mobile-booking a {
    width: 52px;
    background: #e8eff1;
    color: #153f49;
  }

  .dko-mobile-booking button {
    flex: 1;
    background: #668899;
    color: #fff;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dko-booking *,
  .dko-consent * {
    transition: none !important;
  }
}

.card-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  color: var(--dko-primary-dark);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.card-more:hover,
.card-more:focus-visible {
  text-decoration: underline;
}

.program-summary {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: stretch;
}

.program-summary .card {
  height: 100%;
}

@media (max-width: 820px) {
  .program-summary { grid-template-columns: 1fr; }
}
