.book-tf { height: 100dvh; min-height: 100dvh; display: flex; flex-direction: column; background: #f7f5f2; overflow: hidden; }
.book-tf #book-host {
  flex: 1;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
}
.tf-top {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 12px clamp(16px, 4vw, 40px);
}
.tf-top .logo-btn img { height: 40px; }
.tf-tools { display: flex; align-items: center; gap: 10px; }
.tf-tel { font-weight: 800; text-decoration: none; color: var(--navy); font-size: 14px; }
.tf-modes { display: flex; border: 1.5px solid var(--line); border-radius: 999px; overflow: hidden; }
.tf-modes button {
  border: 0; background: #fff; padding: 7px 12px; font: inherit; font-size: 12px;
  font-weight: 800; cursor: pointer; color: var(--muted);
}
.tf-modes button.on { background: var(--navy); color: #fff; }
.tf-progress { height: 4px; background: rgba(18,32,46,.08); }
.tf-progress span {
  display: block; height: 100%; width: 0;
  background: var(--color-primary);
  transition: width .45s cubic-bezier(.2,.8,.2,1);
}
.tf-stage { position: relative; flex: 1; min-height: 60vh; overflow-y: auto; }
.tf-step {
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center; padding: 24px clamp(16px, 6vw, 72px) 88px;
  min-height: 100%;
  pointer-events: auto;
}
.tf-step.active { opacity: 1; visibility: visible; transform: none; }
.tf-step.enter { animation: tf-enter .48s cubic-bezier(.22, 1, .36, 1) both; }
.tf-step.enter-back { animation: tf-enter-back .48s cubic-bezier(.22, 1, .36, 1) both; }
.tf-step.leave, .tf-step.leave-back { pointer-events: none; }
.tf-step.leave { animation: tf-leave .2s ease both; }
.tf-step.leave-back { animation: tf-leave-back .2s ease both; }
@keyframes tf-enter {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}
@keyframes tf-enter-back {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: none; }
}
@keyframes tf-leave {
  from { opacity: 1; transform: none; }
  to { opacity: 0; transform: translateY(-16px); }
}
@keyframes tf-leave-back {
  from { opacity: 1; transform: none; }
  to { opacity: 0; transform: translateY(16px); }
}
@media (prefers-reduced-motion: reduce) {
  .tf-step.enter, .tf-step.enter-back, .tf-step.leave, .tf-step.leave-back { animation: none; }
}
.tf-count {
  color: var(--color-primary); font-weight: 800; letter-spacing: .18em;
  font-size: 11px; text-transform: uppercase; margin-bottom: 14px;
}
.tf-q {
  margin: 0; font-size: clamp(28px, 4.6vw, 52px); line-height: 1.08;
  font-weight: 900; letter-spacing: -.03em; max-width: 18ch;
}
.tf-q em { font-style: normal; color: var(--color-primary); }
.tf-sub { color: var(--muted); font-size: clamp(15px, 1.5vw, 18px); margin: 12px 0 0; max-width: 46ch; line-height: 1.5; }
.tf-input {
  width: min(680px, 92vw); margin-top: 28px; background: transparent;
  border: 0; border-bottom: 2px solid var(--line);
  color: var(--navy); font: inherit; font-weight: 800;
  font-size: clamp(22px, 3vw, 36px); text-align: center; padding: 12px 8px;
}
.tf-input:focus { outline: none; border-color: var(--color-primary); }
.tf-area { min-height: 90px; resize: vertical; font-size: 20px; }
.tf-choices { display: flex; flex-direction: column; gap: 10px; width: min(560px, 92vw); margin-top: 28px; }
.tf-choice {
  display: flex; align-items: center; gap: 14px; text-align: left;
  background: #fff; border: 1.5px solid var(--line); border-radius: 14px;
  padding: 14px 16px; color: var(--navy); font-weight: 700; cursor: pointer;
}
.tf-choice:hover, .tf-choice.sel { border-color: var(--color-primary); background: var(--accent-soft); }
.tf-choice b {
  width: 28px; height: 28px; border: 1.5px solid var(--line); border-radius: 8px;
  display: grid; place-items: center; font-size: 13px; flex: none;
}
.tf-choice.sel b, .tf-choice:hover b { border-color: var(--color-primary); color: var(--color-primary); }
.tf-cards {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px; width: min(920px, 94vw); margin-top: 26px; text-align: left;
}
.tf-card {
  background: #fff; border: 1.5px solid var(--line); border-radius: 16px;
  overflow: hidden; cursor: pointer; padding: 0; font: inherit; color: inherit; text-align: left;
}
.tf-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; display: block; background: #fff; }
.tf-card .pad { padding: 12px 14px 14px; }
.tf-card h4 { margin: 0 0 4px; font-size: 16px; }
.tf-card .small { color: var(--muted); font-size: 13px; font-weight: 600; }
.tf-card .price { color: var(--color-primary); font-weight: 800; font-size: 14px; }
.tf-card.sel { border-color: var(--color-primary); box-shadow: 0 10px 28px rgba(201,167,127,.2); }
.tf-packs {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 14px; width: min(880px, 94vw); margin-top: 26px; text-align: left;
}
.tf-pack {
  background: #fff; border: 1.5px solid var(--line); border-radius: 18px;
  overflow: hidden; cursor: pointer; padding: 0; font: inherit; color: inherit;
  text-align: left; display: flex; flex-direction: column;
}
.tf-pack:hover, .tf-pack.sel { border-color: var(--color-primary); }
.tf-pack.sel { box-shadow: 0 10px 28px rgba(201,167,127,.22); }
.tf-pack-media {
  position: relative; background: #f3f1ed; aspect-ratio: 2.35 / 1;
  display: grid; place-items: center; overflow: hidden;
}
.tf-pack-media img {
  width: 94%; height: 90%; object-fit: contain; display: block;
}
.tf-pack-price {
  position: absolute; top: 10px; right: 10px;
  background: var(--navy); color: #fff; font-size: 12px; font-weight: 800;
  padding: 5px 9px; border-radius: 999px;
}
.tf-pack-body { padding: 12px 14px 14px; display: grid; gap: 5px; }
.tf-pack-type {
  font-size: 11px; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: var(--accent);
}
.tf-pack-body h4 { margin: 0; font-size: 17px; letter-spacing: -.02em; }
.tf-pack-meta { color: var(--muted); font-size: 13px; font-weight: 600; }
.tf-pack-desc { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.4; }
.tf-pack-inc {
  display: flex; flex-wrap: wrap; gap: 6px;
  list-style: none; margin: 4px 0 0; padding: 0;
}
.tf-pack-inc li {
  background: var(--accent-soft); border-radius: 999px;
  padding: 3px 8px; font-size: 11px; font-weight: 700; color: var(--navy);
}
.tf-pack.is-custom {
  grid-column: 1 / -1; flex-direction: row; align-items: center;
  background: #f7f5f2; border-style: dashed; padding: 16px 18px;
}
.tf-pack.is-custom .tf-pack-body { padding: 0; }
.tf-when { width: min(640px, 94vw); margin-top: 24px; display: grid; gap: 14px; text-align: left; }
.tf-when label, .tf-addr label, .tf-pax label { display: block; font-weight: 800; font-size: 13px; margin-bottom: 6px; }
.tf-pax .field, .tf-addr .field, .tf-addr input.field {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px;
  font: inherit; font-size: 16px; background: #fff; color: var(--navy);
}
.tf-addr { width: min(680px, 94vw); margin-top: 24px; text-align: left; }
.tf-pax { width: min(520px, 92vw); margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; text-align: left; }
.tf-actions { margin-top: 28px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.tf-next {
  border: 0; border-radius: 999px; padding: 15px 32px; font: inherit; font-weight: 800;
  background: var(--navy); color: #fff; cursor: pointer;
}
.tf-next:hover { transform: translateY(-1px); }
.tf-hint { color: var(--muted); font-size: 13px; }
.tf-hint kbd { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 1px 7px; font: inherit; font-size: 12px; }
.tf-skip { background: none; border: 0; color: var(--muted); text-decoration: underline; cursor: pointer; font: inherit; }
.tf-back {
  position: fixed; left: 20px; bottom: 20px; z-index: 35;
  width: 42px; height: 42px; padding: 0;
  border-radius: 12px; border: 1px solid var(--line); background: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--navy); cursor: pointer; font: inherit;
  box-shadow: 0 2px 8px rgba(18,32,46,.08);
}
.tf-back[hidden] { display: none; }
.tf-back:hover { border-color: var(--accent); }
.tf-back svg { width: 18px; height: 18px; }
.tf-dots {
  position: fixed; left: 50%; bottom: 18px; transform: translateX(-50%);
  z-index: 35; display: none; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 6px; max-width: min(640px, calc(100vw - 120px));
  padding: 8px 12px; background: #fff; border: 1px solid var(--line); border-radius: 999px;
  box-shadow: 0 8px 24px rgba(18,32,46,.08);
}
.tf-dots.on { display: flex; }
.tf-dot {
  width: 10px; height: 10px; padding: 0; border: 0; border-radius: 99px;
  background: #e8e4dc; cursor: pointer;
  transition: transform .12s, background .12s, width .12s;
}
.tf-dot.done { background: #d4b896; }
.tf-dot.now { background: var(--navy); width: 22px; }
.tf-dot:disabled { cursor: default; opacity: .4; }
.tf-dot:hover:not(:disabled) { transform: scale(1.35); }
.tf-dot-tip {
  position: fixed; z-index: 50; left: 0; top: 0;
  transform: translate(-50%, -100%);
  white-space: nowrap; max-width: min(280px, 80vw);
  overflow: hidden; text-overflow: ellipsis;
  font-size: 12px; font-weight: 700; letter-spacing: -.01em;
  background: var(--navy); color: #fff; padding: 7px 11px; border-radius: 8px;
  pointer-events: none; opacity: 0; visibility: hidden;
  transition: opacity .12s ease, visibility .12s ease;
  box-shadow: 0 8px 22px rgba(18,32,46,.28);
}
.tf-dot-tip::after {
  content: ""; position: absolute; left: 50%; bottom: -4px;
  width: 8px; height: 8px; background: var(--navy);
  transform: translateX(-50%) rotate(45deg);
}
.tf-dot-tip.on { opacity: 1; visibility: visible; }
.tf-step .summary-box, .tf-recap { width: min(640px, 94vw); margin-top: 22px; text-align: left; background: #fff; border-radius: 16px; padding: 18px; }
.tf-recap dl { display: grid; grid-template-columns: 140px 1fr; gap: 6px 12px; margin: 0; }
.tf-recap dt { color: var(--muted); font-size: 13px; }
.tf-recap dd { margin: 0; font-weight: 700; }
.tf-err { color: var(--bad); font-size: 14px; min-height: 18px; }
@keyframes tf-shake {
  10%, 90% { transform: translateX(-2px); }
  20%, 80% { transform: translateX(4px); }
  30%, 50%, 70% { transform: translateX(-8px); }
  40%, 60% { transform: translateX(8px); }
}
.tf-shake { animation: tf-shake .4s; }
.book-tips {
  display: grid;
  gap: 12px;
  width: min(640px, 94vw);
  margin: 28px auto 0;
  text-align: left;
}
.book-tip {
  background: linear-gradient(180deg, #1a2d3f, #12202e);
  color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(18, 32, 46, .18);
}
.book-tip h3 {
  margin: 0;
  padding: 10px 16px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #d8c4a4, #c9a77f);
  color: var(--navy);
}
.book-tip p { margin: 0; padding: 14px 16px 16px; font-size: 14px; line-height: 1.5; }
.book-tip u { text-underline-offset: 2px; }
.pack-details {
  width: min(880px, 94vw);
  margin: 18px auto 0;
  text-align: left;
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
}
.pack-details.is-empty { color: var(--muted); font-weight: 600; }
.pack-details-kicker { margin: 0 0 4px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); font-weight: 800; }
.pack-details strong { display: block; margin-bottom: 6px; }
.pack-details p { margin: 0; color: var(--muted); }
.pack-details ul { margin: 8px 0 0; padding-left: 18px; }
.tf-input.is-box {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  font-size: 18px;
  text-align: left;
  background: #fff;
}
.tf-terms { width: min(680px, 94vw); margin-top: 22px; text-align: left; }
.tf-terms-label { display: block; font-weight: 800; margin-bottom: 8px; }
.cgv-box {
  max-height: 180px;
  overflow: auto;
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 12px 16px;
  text-align: left;
  font-size: 13px;
  line-height: 1.45;
}
.cgv-box ol { margin: 0; padding-left: 18px; }
.cgv-box li { margin: 0 0 8px; }
.tf-check { display: flex; align-items: flex-start; gap: 10px; margin: 14px 0; font-weight: 700; line-height: 1.4; }
.tf-check input { margin-top: 3px; width: 17px; height: 17px; accent-color: var(--navy); }
.no-return {
  margin-top: 14px;
  padding: 12px 14px;
  background: #f3f0eb;
  border-radius: 12px;
  font-weight: 700;
  color: var(--muted);
}
.fiche-page { max-width: 1180px; }
.fiche-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.fiche-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 28px;
  align-items: start;
}
.fiche-form, .form-section { display: grid; gap: 14px; }
.form-section {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 18px;
  padding: 18px;
}
.fiche-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fiche-form label, .form-row label {
  display: block; font-weight: 800; font-size: 13px; margin-bottom: 6px;
}
.fiche-form input, .fiche-form textarea, .fiche-form select {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 12px;
  font: inherit; font-size: 16px; background: #fff; color: var(--navy);
}
.form-row { display: grid; }
.fiche-aside .book-tips { width: 100%; margin: 0; }
.fiche-aside { position: sticky; top: 20px; }
.btn-wide { width: 100%; }
.fiche-media { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; border-radius: 12px 12px 0 0; background: var(--accent-soft); }
.choice.has-media { padding: 0; overflow: hidden; }
.choice.has-media .pad { padding: 14px 16px 16px; }
.choice-grid.is-media { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.zone-picks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
@media (max-width: 720px) {
  .tf-tel { display: none; }
  .tf-pax, .zone-picks { grid-template-columns: 1fr 1fr; }
  .tf-cards, .tf-packs { grid-template-columns: 1fr; }
  .fiche-layout, .fiche-form .row { grid-template-columns: 1fr; }
  .fiche-aside { position: static; }
  .fiche-head { flex-direction: column; align-items: stretch; }
}
