/* ================================================================
   PosterBell — design system (single lightweight stylesheet)
   Warm paper background, ink text, amber bell accent.
   No framework, no external fonts. ~5 KB gzipped.
   ================================================================ */
:root {
  --paper: #f7f5f0;
  --card: #ffffff;
  --ink: #171c2e;
  --ink-soft: #545c73;
  --ink-faint: #8a90a3;
  --line: #e7e4db;
  --line-strong: #d8d4c8;
  --brand: #f59e0b;
  --brand-hi: #fbbf24;
  --brand-deep: #b45309;
  --brand-soft: #fdf1d9;
  --navy: #141a2e;
  --navy-soft: #1f2742;
  --ok: #1a7f4b;
  --ok-soft: #e5f4ec;
  --wait: #a16207;
  --err: #b3341f;
  --err-soft: #fbeae6;
  --radius: 14px;
  --shadow-sm: 0 1px 2px rgba(23, 28, 46, 0.06), 0 2px 8px rgba(23, 28, 46, 0.05);
  --shadow-md: 0 4px 12px rgba(23, 28, 46, 0.08), 0 12px 32px rgba(23, 28, 46, 0.10);
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
  font-size: 16px;
}
img { max-width: 100%; }
a { color: var(--brand-deep); text-underline-offset: 2px; }
a:hover { color: var(--brand); }
h1, h2, h3 { line-height: 1.2; letter-spacing: -0.015em; margin: 0 0 0.4em; }
h1 { font-size: clamp(1.9rem, 4.5vw, 2.6rem); font-weight: 800; }
h2 { font-size: 1.35rem; font-weight: 750; }
h3 { font-size: 1.02rem; font-weight: 700; }
p { margin: 0 0 1em; }
code { background: #f1efe8; border: 1px solid var(--line); padding: 1px 6px; border-radius: 6px; font-size: 0.9em; }
:focus-visible { outline: 3px solid rgba(245, 158, 11, 0.55); outline-offset: 2px; }

.wrap { max-width: 1020px; margin: 0 auto; padding: 0 20px; }
.narrow { max-width: 500px; margin: 0 auto; }
.muted { color: var(--ink-soft); }
.fine { font-size: 0.83rem; }
.small { font-size: 0.85rem; }
.inline { display: inline; }
.skip-link {
  position: absolute; left: -9999px; top: 8px; z-index: 100;
  background: var(--navy); color: #fff; padding: 8px 14px; border-radius: 8px;
}
.skip-link:focus { left: 8px; }

/* ---------------- buttons ---------------- */
.btn {
  display: inline-block; border: 1px solid var(--line-strong); background: var(--card); color: var(--ink);
  border-radius: 11px; padding: 9px 16px; font: inherit; font-size: 0.95rem; font-weight: 650;
  cursor: pointer; text-decoration: none; line-height: 1.3;
  transition: transform 0.08s ease, box-shadow 0.12s ease, border-color 0.12s ease, background 0.12s ease;
}
.btn:hover { border-color: var(--ink-faint); }
.btn:active { transform: translateY(1px); }
.btn.sm { padding: 6px 12px; font-size: 0.88rem; border-radius: 9px; }
.btn.lg { padding: 13px 24px; font-size: 1.05rem; border-radius: 13px; }
.btn.wide { width: 100%; text-align: center; }
.btn.primary {
  background: linear-gradient(180deg, var(--brand-hi), var(--brand));
  border-color: var(--brand-deep);
  color: #3d2503;
  box-shadow: 0 2px 6px rgba(180, 83, 9, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.btn.primary:hover { filter: brightness(1.05); border-color: var(--brand-deep); }
.btn.ghost-dark { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.28); color: #e8ebf5; }
.btn.ghost-dark:hover { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.45); }
.btn:disabled { opacity: 0.55; cursor: default; }
.link-arrow { font-weight: 650; text-decoration: none; border-bottom: 1px solid transparent; }
.link-arrow:hover { border-bottom-color: currentColor; }

/* ---------------- site header / footer ---------------- */
.site-head { background: rgba(247, 245, 240, 0.85); backdrop-filter: blur(8px); position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); }
.head-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 20px; }
.site-head.slim .head-inner { border-bottom: none; }
.brand { font-weight: 800; font-size: 1.08rem; letter-spacing: -0.02em; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.brand-bell { font-size: 1.1em; display: inline-block; }
.brand-bell.xl { font-size: 3rem; margin-bottom: 6px; }
.brand.light { color: #f3d9a0; }
.head-nav { display: flex; align-items: center; gap: 18px; font-weight: 600; font-size: 0.95rem; }
.head-nav a:not(.btn) { color: var(--ink-soft); text-decoration: none; }
.head-nav a:not(.btn):hover { color: var(--ink); }

.site-foot { background: var(--navy); color: #aeb6cf; margin-top: 72px; }
.foot-inner { display: flex; flex-wrap: wrap; gap: 10px 24px; align-items: center; justify-content: space-between; padding: 26px 20px; font-size: 0.92rem; }
.foot-inner p { margin: 0; }
.foot-nav { display: flex; gap: 18px; flex-wrap: wrap; }
.foot-nav a { color: #cdd4e8; text-decoration: none; }
.foot-nav a:hover { color: #fff; }
.foot-fine { width: 100%; font-size: 0.8rem; color: #7c86a5; margin: 0; }

/* ---------------- hero ---------------- */
.hero { padding: 76px 0 84px; background:
  radial-gradient(1200px 500px at 85% -10%, rgba(245, 158, 11, 0.16), transparent 60%),
  radial-gradient(900px 420px at -10% 110%, rgba(20, 26, 46, 0.07), transparent 55%);
}
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: center; }
.kicker {
  text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.72rem;
  color: var(--brand-deep); font-weight: 800; margin: 0 0 14px;
}
.hero-copy h1 { font-size: clamp(2.2rem, 5.4vw, 3.3rem); margin-bottom: 18px; }
.lede { font-size: 1.13rem; color: var(--ink-soft); max-width: 52ch; }
.cta-row { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin: 26px 0 14px; }
.trust { font-size: 0.83rem; color: var(--ink-faint); margin: 0; }

.hero-art { position: relative; min-height: 320px; }
.bell-orb {
  width: 240px; height: 240px; margin: 0 auto;
  background: radial-gradient(circle at 32% 28%, #fff8e8, var(--brand-soft) 68%);
  border: 1px solid #f0dcb2; border-radius: 50%;
  display: grid; place-items: center;
  box-shadow: var(--shadow-md), inset 0 2px 8px rgba(255,255,255,0.7);
  animation: bob 5s ease-in-out infinite;
}
.bell-emoji { font-size: 96px; transform-origin: 50% 12%; animation: sway 5s ease-in-out infinite; filter: drop-shadow(0 10px 14px rgba(180, 83, 9, 0.25)); }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes sway { 0%, 100% { transform: rotate(0deg); } 20% { transform: rotate(-9deg); } 40% { transform: rotate(7deg); } 60% { transform: rotate(-4deg); } 80% { transform: rotate(2deg); } }
.toast {
  position: absolute; right: 0; bottom: 8px;
  background: var(--card); border: 1px solid var(--line); border-radius: 14px;
  box-shadow: var(--shadow-md); padding: 12px 14px; min-width: 240px;
  animation: float 5s ease-in-out 0.6s infinite;
}
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.toast-head { display: flex; align-items: center; gap: 8px; font-size: 0.92rem; }
.toast-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 4px rgba(245,158,11,0.2); flex: none; }
.toast-sub { font-size: 0.8rem; color: var(--ink-faint); margin: 4px 0 8px; }
.toast-btns { display: flex; gap: 8px; }
.toast-btns span { font-size: 0.8rem; font-weight: 700; background: var(--brand-soft); border: 1px solid #f0dcb2; color: var(--brand-deep); border-radius: 8px; padding: 4px 9px; }

/* ---------------- steps ---------------- */
.steps { padding: 64px 20px; }
.steps h2 { margin-bottom: 24px; }
.step-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; counter-reset: step; }
.step-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 20px; box-shadow: var(--shadow-sm); position: relative; }
.step-n {
  display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%;
  background: var(--brand); color: #3d2503; font-weight: 800; margin-bottom: 12px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 6px rgba(180,83,9,0.3);
}
.step-card h3 { margin-bottom: 6px; }
.step-card p { color: var(--ink-soft); font-size: 0.94rem; margin: 0; }

/* ---------------- feature band ---------------- */
.band { background: var(--navy); color: #dfe4f2; padding: 64px 0; }
.band h2 { color: #fff; }
.band-sub { color: #9aa3c0; max-width: 60ch; margin-bottom: 30px; }
.feat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.feat { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius); padding: 22px; }
.feat h3 { color: #f5c463; margin-bottom: 10px; }
.feat ul { list-style: none; margin: 0; padding: 0; }
.feat li { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 0.95rem; color: #c3cadf; }
.feat li:last-child { border-bottom: none; }
.feat li b { color: #eef1fa; }

/* ---------------- FAQ ---------------- */
.faq { padding: 64px 20px; }
.faq h2 { margin-bottom: 20px; }
.faq-list { max-width: 720px; }
.faq-list details { background: var(--card); border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; padding: 2px 18px; box-shadow: var(--shadow-sm); }
.faq-list summary { cursor: pointer; font-weight: 700; padding: 14px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-size: 1.3rem; color: var(--brand-deep); font-weight: 400; line-height: 1; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { color: var(--ink-soft); margin: 0 0 16px; font-size: 0.96rem; }

/* ---------------- CTA band ---------------- */
.cta-band { background: linear-gradient(120deg, var(--brand-soft), #fff3da); border-top: 1px solid #f0dcb2; border-bottom: 1px solid #f0dcb2; padding: 56px 0; text-align: center; }
.cta-band h2 { font-size: 1.7rem; }
.cta-band p { color: var(--ink-soft); margin-bottom: 20px; }

/* ---------------- panels / forms (auth + dashboard) ---------------- */
.panel { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow-sm); margin: 32px auto 8px; }
.narrow .panel { max-width: none; }
.panel.center { text-align: center; }
.panel h2 { margin-bottom: 14px; }
.seal {
  display: inline-grid; place-items: center; width: 56px; height: 56px; border-radius: 50%;
  font-size: 1.7rem; font-weight: 800; margin-bottom: 12px;
}
.seal.ok { background: var(--ok-soft); color: var(--ok); border: 1px solid #bfe3cf; }
.seal.err { background: var(--err-soft); color: var(--err); border: 1px solid #f0c4ba; }

form label { display: block; margin: 14px 0 0; font-weight: 650; font-size: 0.92rem; }
input[type="text"], input[type="email"], input[type="file"], input:not([type]), textarea, select {
  width: 100%; margin-top: 6px; padding: 11px 13px; font: inherit; color: var(--ink);
  border: 1px solid var(--line-strong); border-radius: 10px; background: #fbfaf7;
}
input::placeholder, textarea::placeholder { color: var(--ink-faint); }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.25); background: #fff; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.consent { font-weight: 450; color: var(--ink-soft); font-size: 0.86rem; display: flex; gap: 9px; align-items: flex-start; }
.consent input { width: auto; margin: 3px 0 0; accent-color: var(--brand-deep); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.alert { color: var(--err); font-weight: 650; background: var(--err-soft); border: 1px solid #f0c4ba; border-radius: 10px; padding: 10px 12px; }
.ok-line { color: var(--ok); font-weight: 650; background: var(--ok-soft); border: 1px solid #bfe3cf; border-radius: 10px; padding: 10px 12px; }

/* ---------------- dashboard ---------------- */
.bar { background: var(--navy); }
.bar-inner { display: flex; align-items: center; gap: 16px; padding: 11px 20px; max-width: 1120px; }
.bar-who { color: #9aa3c0; font-size: 0.92rem; }
.bar form.inline { margin-left: auto; }
.dash { padding: 30px 20px 80px; max-width: 1120px; }
.dash-head { margin-bottom: 20px; }
.dash h1 { margin-bottom: 4px; }

.p-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 16px; margin-bottom: 28px; }
.p-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 10px; position: relative; transition: border-color .15s ease, box-shadow .15s ease; }
.p-card:hover { border-color: var(--line-strong); box-shadow: var(--shadow-md); }
.p-card-link { position: absolute; inset: 0; z-index: 0; border-radius: inherit; }
.p-actions { position: relative; z-index: 1; }
.p-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.p-title { margin: 0; font-size: 1.05rem; }
.chip { font-size: 0.75rem; font-weight: 700; color: var(--ink-faint); background: #f1efe8; border: 1px solid var(--line); border-radius: 999px; padding: 3px 10px; white-space: nowrap; }
.p-sub { margin: 0; font-size: 0.9rem; }
.p-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: auto; }

.pd-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-bottom: 18px; }
.pd-actions { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.crumb { font-size: 0.9rem; margin: 0 0 8px; }
.crumb a { text-decoration: none; }

.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 180px)); gap: 12px; margin: 0 0 24px; }
.stat { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 16px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.stat-n { font-size: 1.7rem; font-weight: 800; color: var(--brand-deep); line-height: 1.1; }
.stat-l { color: var(--ink-soft); font-size: 0.85rem; font-weight: 600; }

.dash .panel { margin: 0 0 22px; }
.dash .panel h2 { margin-bottom: 6px; }

table.grid { width: 100%; border-collapse: collapse; background: transparent; }
.table-wrap { overflow-x: auto; }
table.grid th, table.grid td { text-align: left; padding: 11px 12px; border-bottom: 1px solid var(--line); vertical-align: middle; }
table.grid th { color: var(--ink-faint); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.06em; font-weight: 700; }
table.grid tbody tr:last-child td { border-bottom: none; }
td.when { color: var(--ink-soft); white-space: nowrap; font-size: 0.9rem; }
td.act { white-space: nowrap; }
td.act form { display: inline-flex; gap: 6px; flex-wrap: wrap; }

.pill { display: inline-block; font-size: 0.8rem; font-weight: 700; border-radius: 999px; padding: 3px 11px; border: 1px solid transparent; }
.pill.new { color: var(--wait); background: #fdf1d9; border-color: #f0dcb2; }
.pill.notified { color: var(--ok); background: var(--ok-soft); border-color: #bfe3cf; }
.pill.responded { color: #14532d; background: #d9efe2; border-color: #a5d8bd; }
.pill.expired { color: var(--ink-soft); background: #eef0f4; border-color: var(--line-strong); }
.pill.failed { color: var(--err); background: var(--err-soft); border-color: #f0c4ba; }

ul.msgs { padding: 0; list-style: none; margin: 12px 0 0; }
.msg { border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; margin-bottom: 10px; background: #fbfaf7; }
.msg-head { display: flex; gap: 10px; flex-wrap: wrap; align-items: baseline; }
.msg-head a { font-size: 0.9rem; }
.msg p { margin: 8px 0 0; white-space: pre-wrap; }
.msg-reply { margin-top: 10px; padding-left: 12px; border-left: 3px solid var(--line-strong); }
.msg-reply p { margin: 4px 0 0; }
.reply-form { margin-top: 10px; }
.msg-composer { background: var(--brand-soft); border-color: var(--line-strong); }
.msg-composer form { margin-top: 6px; }

/* Telegram bot setup box */
.tg-setup { display: flex; gap: 18px; align-items: center; background: #fbfaf7; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; margin: 14px 0 18px; flex-wrap: wrap; }
.tg-qr { border: 1px solid var(--line); border-radius: 10px; padding: 7px; background: #fff; flex: none; }
.tg-steps { flex: 1; min-width: 240px; }
.tg-steps p { margin: 0 0 9px; font-size: 0.95rem; }
.tg-steps p:last-child { margin-bottom: 0; }
.ok-badge { color: #fff; background: var(--ok); border-radius: 999px; padding: 3px 12px; font-size: 0.78rem; font-weight: 700; white-space: nowrap; }

/* ---------------- visitor ("bell") page ---------------- */
body:has(.v-shell) { background:
  radial-gradient(900px 460px at 50% -12%, rgba(245, 158, 11, 0.18), transparent 62%),
  radial-gradient(700px 400px at 110% 108%, rgba(20, 26, 46, 0.06), transparent 55%),
  var(--paper);
}
.v-shell { min-height: 100vh; display: grid; place-items: center; padding: 28px 16px; }
.v-card {
  width: 100%; max-width: 480px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(23, 28, 46, 0.10), 0 28px 70px rgba(23, 28, 46, 0.14);
  padding: 30px 26px 18px;
}
.v-head { text-align: center; margin-bottom: 8px; }
.v-head .kicker { color: var(--brand-deep); margin-bottom: 8px; }
.v-head h1 { font-size: clamp(1.45rem, 4vw, 1.8rem); margin-bottom: 4px; }
.v-author { color: var(--ink-soft); margin: 0 0 2px; font-weight: 600; }
.v-sub { color: var(--ink-faint); font-size: 0.92rem; margin: 0 0 4px; }

.bell { text-align: center; padding: 20px 0 6px; }
.bell-stage { position: relative; display: inline-block; }
.ring {
  position: relative; z-index: 1;
  width: 100%; padding: 18px 20px; font-size: 1.18rem; font-weight: 800; font-family: inherit;
  border: 1px solid var(--brand-deep); border-radius: 15px; cursor: pointer;
  background: linear-gradient(180deg, #fcd34d, var(--brand));
  color: #3d2503;
  box-shadow: 0 6px 18px rgba(245, 158, 11, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  display: flex; align-items: center; justify-content: center; gap: 10px;
  transition: transform 0.08s ease, filter 0.12s ease, box-shadow 0.12s ease;
}
.ring:hover { filter: brightness(1.05); }
.ring:active { transform: scale(0.985); }
.ring:disabled { opacity: 0.65; cursor: default; }
.ring-ico { font-size: 1.35em; display: inline-block; }
.ring.ringing .ring-ico { animation: shake 0.7s ease-in-out; }
@keyframes shake { 0%, 100% { transform: rotate(0); } 20% { transform: rotate(-16deg); } 45% { transform: rotate(12deg); } 70% { transform: rotate(-7deg); } }
.pulse {
  position: absolute; inset: -6px; border-radius: 20px; z-index: 0;
  border: 2px solid rgba(245, 158, 11, 0.5); opacity: 0; pointer-events: none;
}
.pulse.go { animation: pulse 1.6s ease-out 2; }
@keyframes pulse { 0% { opacity: 0.7; transform: scale(1); } 100% { opacity: 0; transform: scale(1.14); } }
.status { min-height: 1.5em; margin: 14px 0 0; font-weight: 700; font-size: 0.98rem; }
.status.wait { color: var(--wait); }
.status.ok { color: var(--ok); }
.status.err { color: var(--err); }
.v-note { margin: 12px 0 0; padding: 10px 14px; background: var(--brand-soft); border-left: 3px solid var(--brand-deep); border-radius: 8px; font-size: 0.95rem; color: var(--ink); }
.v-note p { margin: 2px 0; }

.v-divider { display: flex; align-items: center; gap: 12px; color: var(--ink-faint); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin: 20px 0 14px; }
.v-divider::before, .v-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }

.v-contact details { border: 1px solid var(--line); border-radius: 13px; padding: 2px 16px; background: #fbfaf7; }
.v-contact summary { cursor: pointer; font-weight: 700; font-size: 1rem; padding: 13px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.v-contact summary::-webkit-details-marker { display: none; }
.v-contact summary::after { content: "+"; font-size: 1.25rem; color: var(--brand-deep); line-height: 1; }
.v-contact details[open] summary::after { content: "–"; }
.v-contact details p { margin: 12px 0 0; }
.v-foot { border-top: 1px solid var(--line); margin-top: 20px; padding: 13px 0 8px; font-size: 0.82rem; color: var(--ink-faint); text-align: center; }

/* ---------------- docs page ---------------- */
.doc { max-width: 680px; margin: 40px auto 60px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 32px; box-shadow: var(--shadow-sm); }
.doc h1 { margin-bottom: 10px; }
.doc h2 { margin-top: 1.8em; }
.doc ul { padding-left: 22px; }
.doc li { margin-bottom: 6px; }

/* ---------------- responsive ---------------- */
@media (max-width: 840px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero { padding: 48px 0 56px; }
  .hero-art { min-height: 300px; max-width: 420px; margin: 0 auto; width: 100%; }
  .bell-orb { width: 200px; height: 200px; }
  .bell-emoji { font-size: 78px; }
  .toast { min-width: 210px; right: -6px; }
  .head-nav a:not(.btn):first-child { display: none; }
}
@media (max-width: 560px) {
  .form-row { grid-template-columns: 1fr; }
  .cta-row { flex-direction: column; align-items: flex-start; }
  .band, .steps, .faq { padding: 44px 16px; }
  .v-card { padding: 24px 18px 14px; }
  .pd-actions { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
}
