:root {
  --bg: #f5f5f7;
  --surface: rgba(255, 255, 255, 0.72);
  --card: #ffffff;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --line: rgba(0, 0, 0, 0.08);
  --blue: #0071e3;
  --blue-press: #0077ed;
  --green: #34c759;
  --orange: #ff9f0a;
  --red: #ff3b30;
  --shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  --radius: 22px;
  --radius-sm: 14px;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; min-height: 100%; }
body {
  background:
    radial-gradient(900px 420px at 90% -10%, rgba(0, 113, 227, 0.08), transparent 55%),
    var(--bg);
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.page { overflow-x: clip; min-height: 100vh; display: flex; flex-direction: column; }
main { flex: 1; }

/* ---------- Nav (frosted glass) ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 0.7rem clamp(1.1rem, 4vw, 2.8rem);
  background: rgba(245, 245, 247, 0.72);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--line);
}
.nav__brand {
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.04em;
}
.nav__mark { color: var(--ink); }
.nav__tld { color: var(--blue); }
.nav__links {
  display: flex;
  gap: 1.25rem;
  margin-left: 0.5rem;
  color: var(--muted);
  font-weight: 500;
  font-size: 0.95rem;
}
.nav__links a:hover { color: var(--ink); }
.nav__auth {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.nav__login, .nav__user { font-weight: 600; color: var(--ink); }
.nav__role {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.04);
  color: var(--muted);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 980px;
  padding: 0.8rem 1.35rem;
  border: 0;
  font-weight: 600;
  transition: transform 0.15s ease, background 0.15s ease, opacity 0.15s ease;
}
.btn:hover { transform: scale(1.02); }
.btn:active { transform: scale(0.98); }
.btn-sm { padding: 0.5rem 1rem; font-size: 0.9rem; }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-press); }
.btn-primary:disabled {
  background: #c7c7cc;
  cursor: not-allowed;
  transform: none;
}
.btn-ghost {
  background: rgba(0, 0, 0, 0.04);
  color: var(--ink);
}
.btn-ghost:hover { background: rgba(0, 0, 0, 0.08); }

/* ---------- Hero ---------- */
.hero { padding: clamp(2rem, 5vw, 3.5rem) 0 1rem; }
.hero__inner {
  width: min(1120px, calc(100% - 2.2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
}
.eyebrow {
  margin: 0 0 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue);
}
.hero h1, .pagetitle {
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 800;
  margin: 0 0 0.9rem;
  color: var(--ink);
}
.hero .sub, .intro {
  margin: 0 0 1.4rem;
  max-width: 46ch;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.55;
  font-weight: 500;
}
.searchbar {
  display: flex;
  gap: 0.55rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 980px;
  padding: 0.35rem 0.35rem 0.35rem 1.1rem;
  box-shadow: var(--shadow);
  max-width: 480px;
  margin-bottom: 1.2rem;
}
.searchbar input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 1rem;
  min-width: 0;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.trust {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.2rem;
  margin: 1.2rem 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 500;
}
.trust li::before {
  content: "✓";
  color: var(--green);
  font-weight: 800;
  margin-right: 0.35rem;
}
.hero__photo {
  min-height: clamp(240px, 34vw, 420px);
  border-radius: 28px;
  background:
    linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.25) 100%),
    url("https://images.unsplash.com/photo-1523805009345-7448845a9e53?auto=format&fit=crop&w=1400&q=80")
      center/cover no-repeat;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}

/* ---------- Sections ---------- */
.section {
  width: min(1120px, calc(100% - 2.2rem));
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 3.2rem) 0 1.2rem;
}
.section h2, .detail__h2 {
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  letter-spacing: -0.035em;
  font-weight: 800;
  margin: 0 0 0.35rem;
}
.section--alt {
  width: 100%;
  background: #000;
  color: #f5f5f7;
  margin-top: 2rem;
}
.section--alt h2 { color: #fff; }
.section--alt .intro { color: rgba(245, 245, 247, 0.7); }
.section--alt > * {
  width: min(1120px, calc(100% - 2.2rem));
  margin-left: auto;
  margin-right: auto;
}

.dash-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.dash-head--sub { align-items: center; margin-top: 1.5rem; }
.howto-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin: 1.2rem 0 1.6rem;
}
.howto-strip > div {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 1rem 1.1rem;
  display: grid;
  gap: 0.25rem;
}
.howto-strip strong { font-size: 0.95rem; }
.howto-strip span { color: var(--muted); font-size: 0.88rem; line-height: 1.4; }

/* ---------- Filters / destinations ---------- */
.dest-row {
  display: flex;
  gap: 0.65rem;
  overflow-x: auto;
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
}
.dest-pill {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid var(--line);
  background: var(--card);
  border-radius: 980px;
  padding: 0.55rem 0.95rem;
  white-space: nowrap;
  font-weight: 600;
}
.dest-pill span {
  background: rgba(0, 113, 227, 0.1);
  color: var(--blue);
  border-radius: 999px;
  padding: 0.1rem 0.45rem;
  font-size: 0.78rem;
}
.filterbar {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-bottom: 1.4rem;
  padding: 1rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.filter-search {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 980px;
  padding: 0.7rem 1rem;
  background: var(--bg);
  outline: none;
}
.filter-search:focus { border-color: var(--blue); }
.chips { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.chip {
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--ink);
  border-radius: 980px;
  padding: 0.4rem 0.85rem;
  font-weight: 600;
  font-size: 0.88rem;
}
.chip[data-active="true"] {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.filterbar__count {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
}

/* ---------- Leader chips ---------- */
.leader-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.8rem;
}
.leader-chip {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0.85rem 1rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.leader-chip:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.leader-chip img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.leader-chip strong { display: block; font-size: 0.98rem; }
.leader-chip span { color: var(--muted); font-size: 0.82rem; }

.host-hero {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  margin-bottom: 1.8rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem;
  box-shadow: var(--shadow);
}
.host-hero__photo {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
}
.host-meta { color: var(--muted); margin: 0 0 0.5rem; font-weight: 600; }

/* ---------- Cards ---------- */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.2rem;
}
.card {
  display: flex;
  flex-direction: column;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  animation: rise 0.55s ease both;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}
.card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  display: block;
}
.card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.card:hover .card__media img { transform: scale(1.04); }
.pill, .badge {
  position: absolute;
  top: 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
}
.pill--region {
  left: 0.75rem;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  backdrop-filter: blur(8px);
}
.badge { right: 0.75rem; color: #fff; }
.badge--hot { background: var(--orange); }
.badge--soldout { background: #8e8e93; }
.badge--ok { background: var(--green); }

.card__body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1rem 1.15rem 1.15rem;
  flex: 1;
}
.card__meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 500;
}
.card__rating { color: var(--ink); font-weight: 700; }
.card h3 {
  font-size: 1.2rem;
  letter-spacing: -0.025em;
  margin: 0;
  font-weight: 800;
}
.card__when {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--blue);
}
.card__blurb {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card__host { margin: 0; font-size: 0.85rem; color: var(--muted); font-weight: 500; }
.card__host a { color: var(--blue); font-weight: 600; }

.avail {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.25rem;
}
.avail__bar {
  flex: 1;
  height: 5px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.avail__bar span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), #64d2ff);
}
.avail__label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--muted);
  white-space: nowrap;
}
.card__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.7rem;
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid var(--line);
}
.card__price { display: flex; flex-direction: column; }
.price { font-size: 1.2rem; font-weight: 800; letter-spacing: -0.02em; }
.per { font-size: 0.75rem; color: var(--muted); }
.deposit {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--blue);
  margin-top: 0.1rem;
}

/* ---------- Detail ---------- */
.crumb {
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 600;
  color: var(--muted);
}
.crumb:hover { color: var(--blue); }
.detail {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.9fr);
  gap: 1.6rem;
  align-items: start;
}
.detail__media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 16 / 8;
  margin-bottom: 1rem;
}
.detail__media img { width: 100%; height: 100%; object-fit: cover; }
.detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
}
.detail__title {
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  letter-spacing: -0.04em;
  font-weight: 800;
  margin: 0 0 0.6rem;
}
.detail__blurb {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0 0 1.2rem;
  font-weight: 500;
}
.leaderbox {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0.95rem 1.1rem;
}
.leaderbox__avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  flex-shrink: 0;
}
.leaderbox p { margin: 0.15rem 0 0; color: var(--muted); font-size: 0.88rem; }
.textlink { color: var(--blue); font-weight: 700; font-size: 0.9rem; }
.tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.tag {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.04);
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  color: var(--muted);
}
.included { margin: 0; padding: 0 0 0 1.15rem; color: var(--muted); line-height: 1.8; font-weight: 500; }
.finemeta { color: var(--muted); font-size: 0.85rem; margin: 0.55rem 0 0; font-weight: 500; }

.reviews { display: grid; gap: 0.8rem; }
.review {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.95rem 1.1rem;
}
.review__head { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 0.25rem; }
.review__stars { color: var(--orange); letter-spacing: 0.08em; }
.review p { margin: 0; color: var(--muted); line-height: 1.5; }

.bookbox {
  position: sticky;
  top: 84px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1.25rem;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.bookbox__price { display: flex; align-items: baseline; gap: 0.45rem; }
.bookbox__price .price { font-size: 1.7rem; }
.bookbox__row {
  display: flex;
  justify-content: space-between;
  font-size: 0.92rem;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.45rem;
  font-weight: 500;
}
.bookbox__row strong { color: var(--ink); }
.bookbox__label { font-size: 0.82rem; font-weight: 700; color: var(--muted); }
.bookbox__select, .authcard input, .authcard select, .reviewform select, .reviewform textarea,
.glass-panel input, .glass-panel select, .glass-panel textarea {
  width: 100%;
  padding: 0.72rem 0.85rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--ink);
  outline: none;
}
.bookbox__select:focus, .authcard input:focus, .glass-panel input:focus,
.glass-panel textarea:focus, .glass-panel select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.15);
}
.bookbox__cta { width: 100%; }
.bookbox__note { margin: 0; font-size: 0.8rem; color: var(--muted); text-align: center; font-weight: 500; }
.bookbox__spots {
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--blue);
  background: rgba(0, 113, 227, 0.08);
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
}

/* ---------- Auth / panels ---------- */
.authwrap { display: grid; place-items: center; min-height: 55vh; }
.authcard, .glass-panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.6rem 1.5rem;
  box-shadow: var(--shadow);
}
.authcard {
  width: min(420px, 100%);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.authcard h1 {
  font-size: 1.7rem;
  letter-spacing: -0.035em;
  font-weight: 800;
  margin: 0;
}
.authcard .intro { margin: 0; }
.authcard label, .glass-panel label, .reviewform label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--muted);
}
.authswap { margin: 0.2rem 0 0; font-size: 0.9rem; color: var(--muted); text-align: center; }
.authswap a { color: var(--blue); font-weight: 700; }

.notice {
  border-radius: 12px;
  padding: 0.75rem 0.95rem;
  font-size: 0.92rem;
  margin: 0 0 0.8rem;
  font-weight: 500;
}
.notice--warn { background: #fff4e5; color: #9a5b00; }
.notice--ok { background: #e8f8ee; color: #0b6b33; }

/* ---------- Account / tables ---------- */
.empty {
  background: var(--card);
  border: 1px dashed var(--line);
  border-radius: 18px;
  padding: 2rem;
  text-align: center;
  display: grid;
  gap: 0.75rem;
  justify-items: center;
  color: var(--muted);
}
.bookings { display: grid; gap: 0.9rem; }
.booking {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.05rem 1.2rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.4rem 1rem;
  align-items: center;
}
.booking__head { display: flex; align-items: center; gap: 0.7rem; flex-wrap: wrap; }
.booking__title { font-size: 1.15rem; font-weight: 800; letter-spacing: -0.02em; }
.booking__meta, .booking__money { margin: 0.15rem 0 0; color: var(--muted); font-size: 0.9rem; font-weight: 500; }
.booking__money { color: var(--blue); font-weight: 700; }
.statuschip {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgba(52, 199, 89, 0.15);
  color: #0b6b33;
}
.statuschip--pending { background: rgba(255, 159, 10, 0.18); color: #9a5b00; }
.statuschip--cancelled, .statuschip--rejected { background: rgba(255, 59, 48, 0.12); color: #b00020; }
.statuschip--admin { background: rgba(175, 82, 222, 0.14); color: #6b1f9a; }
.statuschip--leader { background: rgba(0, 113, 227, 0.12); color: #0058b0; }
.statuschip--traveler { background: rgba(52, 199, 89, 0.14); color: #0b6b33; }
.statuschip--approved { background: rgba(52, 199, 89, 0.15); color: #0b6b33; }
.reviewform {
  grid-column: 1 / -1;
  border-top: 1px solid var(--line);
  padding-top: 0.85rem;
  display: grid;
  gap: 0.65rem;
}
.reviewform__row { display: flex; gap: 0.55rem; }

.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.8rem;
  margin: 1rem 0 0.4rem;
}
.stat {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem 1.1rem;
  display: grid;
  gap: 0.15rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
}
.stat__num {
  font-size: 1.55rem;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.tablewrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--card);
  box-shadow: var(--shadow);
}
.table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.table th, .table td {
  text-align: left;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}
.table th {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
  font-weight: 700;
}
.table tr:last-child td { border-bottom: 0; }
.table a { color: var(--blue); font-weight: 700; }

/* ---------- Create trip ---------- */
.create-wrap { padding-bottom: 3rem; }
.create-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
  gap: 1.2rem;
  align-items: start;
}
.create-main { display: grid; gap: 1rem; }
.create-side .sticky-panel { position: sticky; top: 88px; display: grid; gap: 0.8rem; }
.create-main h2, .create-side h2 {
  margin: 0 0 0.8rem;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  font-weight: 800;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.fieldhint { margin: -0.3rem 0 0.7rem; font-size: 0.82rem; color: var(--muted); font-weight: 500; }
.create-preview {
  margin-top: 0.7rem;
  height: 160px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  border: 1px solid var(--line);
}
.checkline {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 0.55rem !important;
  font-size: 0.92rem !important;
  color: var(--ink) !important;
}
.checkline input { width: auto !important; }

/* ---------- Steps / success ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding-bottom: 2.4rem;
}
.step {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 1.25rem;
}
.step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-weight: 800;
  margin-bottom: 0.65rem;
}
.step h3 { margin: 0 0 0.35rem; font-size: 1.1rem; font-weight: 800; }
.step p { margin: 0; color: rgba(245, 245, 247, 0.72); line-height: 1.5; font-size: 0.92rem; }

.success { text-align: center; align-items: center; }
.success__mark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 1.6rem;
  display: grid;
  place-items: center;
}
.success__rows { width: 100%; display: grid; gap: 0.55rem; text-align: left; }
.success__actions { display: flex; gap: 0.65rem; flex-wrap: wrap; justify-content: center; }

.status { color: var(--muted); padding: 1rem 0 2rem; font-weight: 500; }

/* ---------- Footer ---------- */
.sitefooter {
  margin-top: 2.5rem;
  border-top: 1px solid var(--line);
  background: #fff;
}
.sitefooter__inner {
  width: min(1120px, calc(100% - 2.2rem));
  margin: 0 auto;
  padding: 2rem 0 1.4rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 1.5rem;
}
.sitefooter__brand p {
  color: var(--muted);
  max-width: 34ch;
  margin: 0.55rem 0 0;
  font-size: 0.9rem;
  font-weight: 500;
}
.sitefooter__col { display: grid; gap: 0.4rem; align-content: start; }
.sitefooter__col h4 {
  margin: 0 0 0.25rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--muted);
  font-weight: 700;
}
.sitefooter__col a { color: var(--ink); font-size: 0.92rem; font-weight: 500; }
.sitefooter__col a:hover { color: var(--blue); }
.sitefooter__legal {
  width: min(1120px, calc(100% - 2.2rem));
  margin: 0 auto;
  padding: 0.85rem 0 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 500;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .hero__inner, .detail, .create-grid { grid-template-columns: 1fr; }
  .hero__photo { order: -1; min-height: 210px; }
  .steps, .howto-strip { grid-template-columns: 1fr; }
  .nav__links { display: none; }
  .bookbox, .create-side .sticky-panel { position: static; }
  .booking { grid-template-columns: 1fr; }
  .sitefooter__inner { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
}
