/* ==========================================
   NOMAD 4006 — mobile.css
   Мобільна стрічка 480px, айдентика NOMAD
   ========================================== */
:root {
  --ink: #0c0d0f;
  --surface: #15171a;
  --card: #1b1e22;
  --paper: #f8f7f3;
  --muted: #9a9ca1;
  --copper: #b96f45;
  --copper-light: #d7966c;
  --line: rgba(248, 247, 243, 0.14);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: var(--copper-light); text-decoration: none; }

.wrap {
  max-width: 480px;
  margin: 0 auto;
  min-height: 100vh;
  background: var(--ink);
  padding: 0 16px;
}

h1, h2, .brand, .price-main, .timer-cell b, .sticky-price b, .cta {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Segoe UI", sans-serif;
  letter-spacing: 0.02em;
}

/* ===== Заголовок ===== */
.head { padding: 22px 4px 8px; text-align: center; }
.brand { font-size: 22px; text-transform: uppercase; }
.brand span { color: var(--copper-light); }
.brand em { font-style: normal; color: var(--muted); font-size: 14px; }
.head h1 {
  font-size: 26px;
  line-height: 1.15;
  margin: 12px 0 8px;
  text-transform: uppercase;
}
.head p { font-size: 14.5px; color: var(--muted); margin: 0; }

/* ===== Фото ===== */
.photo-card {
  margin: 16px 0 0;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 18px;
  overflow: hidden;
}
.photo-card img { width: 100%; }
.photo-tags {
  display: flex;
  justify-content: space-between;
  padding: 10px 14px;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--copper-light);
  border-top: 1px solid var(--line);
}

/* ===== Таймер ===== */
.timer-card {
  margin-top: 14px;
  background: var(--surface);
  border: 1px solid var(--copper);
  border-radius: 16px;
  padding: 14px 16px 12px;
  text-align: center;
}
.timer-label {
  color: var(--copper-light);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.timer-row { display: flex; justify-content: center; gap: 8px; }
.timer-cell {
  background: var(--card);
  border-radius: 10px;
  padding: 6px 12px;
  min-width: 52px;
}
.timer-cell b { display: block; font-size: 22px; color: var(--copper-light); }
.timer-cell span { font-size: 10px; color: var(--muted); }

/* ===== Ціна ===== */
.price-card {
  margin-top: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  text-align: center;
}
.price-top {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 6px;
}
.price-old { color: var(--muted); font-size: 16px; text-decoration: line-through; }
.price-badge {
  background: rgba(185, 111, 69, 0.18);
  color: var(--copper-light);
  font-size: 12px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 7px;
}
.price-main { font-size: 42px; margin-bottom: 16px; }
.price-note {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  font-size: 12.5px;
  color: var(--muted);
}
.price-note b { color: var(--copper-light); }

/* ===== CTA ===== */
.cta {
  width: 100%;
  background: var(--copper);
  color: var(--ink);
  border: none;
  border-radius: 14px;
  padding: 17px;
  font-size: 17px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(185, 111, 69, 0.35);
  transition: background 0.15s ease;
}
.cta:hover { background: var(--copper-light); }
.cta:disabled { opacity: 0.7; }
.cta-sm { width: auto; flex: 1.3; padding: 14px; font-size: 15px; }

/* ===== Текстові блоки ===== */
.text-block { padding: 24px 4px 0; }
.text-block h2 { font-size: 19px; text-transform: uppercase; margin: 0 0 10px; }
.text-block > p { font-size: 14.5px; color: var(--muted); margin: 0 0 10px; }
.bullets div { font-size: 14px; color: var(--muted); margin-bottom: 7px; }
.bullets b { color: var(--paper); }

.carry { display: flex; flex-wrap: wrap; gap: 8px; }
.carry span {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 12.5px;
  color: var(--muted);
}

.spec-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.9;
  color: var(--muted);
}
.spec-card b { color: var(--paper); }

/* ===== Чому ми ===== */
.why-card {
  margin-top: 26px;
  background: linear-gradient(150deg, #241a13, #1b1e22);
  border: 1px solid var(--copper);
  border-radius: 20px;
  padding: 22px 20px;
}
.why-card h2 { font-size: 19px; text-transform: uppercase; margin: 0 0 12px; }
.why-list div { font-size: 14px; line-height: 1.9; color: var(--paper); }

/* ===== Відгуки ===== */
.review {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 12px;
}
.review-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.review-head b { font-size: 14px; }
.review-head span { font-size: 12px; color: var(--copper-light); letter-spacing: 2px; }
.review p { font-size: 13.5px; color: var(--muted); line-height: 1.55; margin: 0; }

/* ===== Форма ===== */
.form-card {
  margin-top: 28px;
  background: var(--surface);
  border: 1px solid var(--copper);
  border-radius: 20px;
  padding: 22px 20px 24px;
  scroll-margin-top: 16px;
}
.form-card h2 { font-size: 19px; text-transform: uppercase; text-align: center; margin: 0 0 4px; }
.form-sub { text-align: center; font-size: 13.5px; color: var(--muted); margin: 0 0 18px; }
.form-card label {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--muted);
  margin-bottom: 12px;
}
.form-card input[type="text"],
.form-card input[type="tel"] {
  width: 100%;
  margin-top: 6px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 13px 14px;
  font-size: 15px;
  font-family: inherit;
  outline: none;
  background: var(--card);
  color: var(--paper);
}
.form-card input:focus { border-color: var(--copper); }
.form-card input.input-error { border-color: #e05b4b; }
.form-note {
  text-align: center;
  font-size: 11.5px;
  color: var(--muted);
  margin-top: 12px;
}

/* ===== Футер ===== */
.foot { padding: 34px 4px 40px; text-align: center; }
.foot nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 14px;
  margin-bottom: 14px;
}
.foot nav a { font-size: 12.5px; color: var(--muted); }
.foot nav a:hover { color: var(--copper-light); }
.foot p { font-size: 12px; color: var(--muted); margin: 4px 0; }

/* ===== Sticky ===== */
.sticky {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  background: var(--surface);
  border-top: 1px solid var(--copper);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 20;
}
.sticky-price { flex: 1; }
.sticky-price span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  text-decoration: line-through;
}
.sticky-price b { font-size: 21px; color: var(--copper-light); }
.sticky-space { height: 72px; }

/* ===== Сторінка подяки та інфо-сторінки (успадковують style.css) ===== */
