/*
Direction contract: qualify, then convert. The Plakette is the hero object —
the visitor reads their own sticker, gets a verdict, and books from inside it.
*/

body { background: #eef1f4; }

.e-top { position: relative; padding: 40px 0 44px; background: var(--navy); }

.e-top__inner {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(520px, 1.18fr);
  gap: 52px;
  width: min(calc(100% - 40px), 1180px);
  margin: 0 auto;
  align-items: start;
}

.e-intro { padding-top: 12px; color: var(--white); }
.e-intro .eyebrow { color: var(--white); }

.e-intro h1 {
  max-width: 480px;
  margin: 18px 0 0;
  color: var(--white);
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.e-intro h1 em { color: #ff3636; font-style: normal; }

.e-intro > p {
  max-width: 440px;
  margin: 16px 0 0;
  color: #c9d2db;
  font-size: 17px;
  line-height: 1.45;
}

.e-place {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.e-place svg { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 2px; stroke: #ff3b3b; }
.e-place strong { display: block; color: var(--white); font-size: 15px; }
.e-place small { display: block; margin-top: 2px; color: #b7c3ce; font-size: 13px; }

.e-panel {
  padding: 22px;
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 26px 58px rgba(2, 10, 20, 0.24);
}

.e-question + .e-question { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }

.e-question h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 4px;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: 0;
}

.e-question h2 i {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.e-hint { margin: 0 0 12px; color: var(--muted); font-size: 14px; }

.e-colors {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.e-color {
  appearance: none;
  display: grid;
  gap: 6px;
  justify-items: center;
  padding: 9px 4px;
  border: 2px solid transparent;
  border-radius: 11px;
  background: none;
  color: var(--ink);
  font: inherit;
  cursor: pointer;
  transition: border-color 140ms ease-out, background 140ms ease-out;
}

.e-color:hover { background: var(--soft); }
.e-color[aria-pressed="true"] { border-color: var(--red); background: #fff4f4; }
.e-color__disc { display: block; width: 100%; max-width: 52px; }
.e-color__disc svg { width: 100%; height: auto; }
.e-color__name { font-size: 11.5px; font-weight: 700; }

.e-months {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 7px;
}

.e-month {
  appearance: none;
  display: grid;
  gap: 1px;
  justify-items: center;
  min-height: 52px;
  padding: 7px 2px;
  border: 2px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  cursor: pointer;
  transition: border-color 140ms ease-out;
}

.e-month:hover { border-color: #b9c1cb; }
.e-month[aria-pressed="true"] { border-color: var(--red); background: #fff4f4; }
.e-month strong { font-size: 17px; font-weight: 800; font-variant-numeric: tabular-nums; }
.e-month span { color: var(--muted); font-size: 10.5px; }

.e-verdict {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 18px;
  margin-top: 22px;
  padding: 18px;
  border-radius: 12px;
  background: var(--soft);
  align-items: start;
}

.e-verdict.is-overdue { background: #fff1f1; }
.e-verdict.is-due { background: #fff8ea; }
.e-verdict.is-later { background: #eef6f1; }
.e-verdict__disc svg { width: 84px; height: 84px; }
.e-verdict__body h3 { margin: 0; font-size: 21px; line-height: 1.15; letter-spacing: 0; }
.e-verdict__body p { margin: 8px 0 0; color: var(--ink); font-size: 14.5px; line-height: 1.5; }

.e-verdict__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.e-verdict__actions .primary-link { appearance: none; border: 0; font: inherit; font-weight: 800; cursor: pointer; }

.e-booking { padding: 34px 0 10px; }

.e-booking__inner { width: min(calc(100% - 40px), 1180px); margin: 0 auto; }

.e-booking .booking-stage { min-height: 548px; }
.e-booking #hdp-booking { min-height: 548px; }

.e-booking + .fact-rail { margin-top: 34px; }

@media (max-width: 980px) {
  .e-top__inner { grid-template-columns: 1fr; gap: 24px; }
  .e-intro { padding-top: 0; }
  .e-intro h1, .e-intro > p { max-width: 660px; }
}

@media (max-width: 720px) {
  .e-top { padding: 22px 0 26px; }
  .e-top__inner { width: min(calc(100% - 28px), 1180px); gap: 18px; }
  .e-intro h1 { font-size: 32px; }
  .e-intro > p { margin-top: 10px; font-size: 15px; }
  .e-place { margin-top: 16px; padding-top: 14px; }

  .e-panel { padding: 16px 14px; }
  .e-question h2 { font-size: 17px; }
  .e-colors { grid-template-columns: repeat(3, 1fr); gap: 7px; }
  .e-color__disc { max-width: 56px; }
  .e-months { grid-template-columns: repeat(4, 1fr); }
  .e-month { min-height: 50px; }

  .e-verdict { grid-template-columns: 60px 1fr; gap: 13px; padding: 14px; }
  .e-verdict__disc svg { width: 60px; height: 60px; }
  .e-verdict__body h3 { font-size: 19px; }
  .e-verdict__actions .primary-link,
  .e-verdict__actions .secondary-link { width: 100%; }

  .e-booking { padding: 22px 0 6px; }
  .e-booking__inner { width: min(calc(100% - 20px), 1180px); }
  .e-booking .booking-stage, .e-booking #hdp-booking { min-height: 510px; }
}
