:root {
  --bg: #050505;
  --bg-soft: #101010;
  --panel: rgba(16, 16, 16, 0.92);
  --line: rgba(255, 255, 255, 0.12);
  --text: #f6f6f6;
  --muted: #b7b7b7;
  --gold: #b98b4a;
  --gold-soft: #e5cfab;
  --ochre-deep: #7e5b2d;
  --ochre-mid: #a97a3e;
  --ochre-soft: #d8bf96;
  --ochre-fade: #a98954;
  --ok: #b7f0c4;
  --err: #ffccc5;
  --radius: 18px;
  --shadow: 0 16px 34px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Segoe UI", Tahoma, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 6% 0%, rgba(169, 122, 62, 0.18), transparent 36%),
    radial-gradient(circle at 92% 16%, rgba(216, 191, 150, 0.12), transparent 34%),
    var(--bg);
  padding-bottom: 104px;
}

body.auth-page {
  padding-bottom: 24px;
}

body.landing-page {
  padding-bottom: 0;
  background: var(--bg);
}

.landing-main {
  width: min(1220px, 96vw);
  margin: 0 auto;
  min-height: 0;
  padding: 0 0 14px;
}

body.landing-page .bg-orb {
  display: none;
}

body.landing-page .landing-main {
  width: 100%;
  margin: 0;
  padding: 0 clamp(10px, 2.2vw, 28px) 14px;
}

.landing-flash {
  width: 100%;
  margin: 10px 0 0;
}

img {
  max-width: 100%;
}

.wrap {
  width: min(1100px, 94vw);
  margin-inline: auto;
}

.space-y {
  display: grid;
  gap: 14px;
}

.bg-orb {
  position: fixed;
  border: 1px solid rgba(200, 168, 97, 0.2);
  border-radius: 999px;
  pointer-events: none;
  z-index: -1;
}

.bg-orb-left {
  width: 220px;
  height: 220px;
  left: -110px;
  top: 8%;
}

.bg-orb-right {
  width: 280px;
  height: 280px;
  right: -120px;
  top: 48%;
}

.topbar {
  margin-top: 18px;
  margin-bottom: 14px;
  padding: 12px 14px;
  background: rgba(9, 9, 9, 0.84);
  border: 1px solid var(--line);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.topbar-wide {
  margin: 0;
  width: 100%;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 14px clamp(14px, 3vw, 34px);
  backdrop-filter: blur(12px);
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.96), rgba(10, 10, 10, 0.82));
}

.topbar-auth {
  justify-content: space-between;
}

.topbar-public {
  justify-content: space-between;
}

.topbar-public-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.topbar-public-links > a:not(.btn) {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.86rem;
}

.topbar-public-links > a:not(.btn):hover {
  color: var(--gold-soft);
}

.topbar-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.topbar-user {
  color: var(--gold-soft);
  font-size: 0.82rem;
}

.topbar-logout {
  margin: 0;
}

.logo {
  display: flex;
  align-items: baseline;
  gap: 6px;
  text-decoration: none;
  color: var(--text);
}

.logo-mark {
  font-size: 1.24rem;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.logo-sub {
  font-size: 0.9rem;
  color: var(--gold-soft);
}

.bottom-nav a img,
.card-head img,
summary img {
  width: 15px;
  height: 15px;
}

.card {
  background: linear-gradient(150deg, rgba(18, 18, 18, 0.98), rgba(8, 8, 8, 0.95));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 16px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(1.5rem, 4vw, 2.15rem);
}

.hero p {
  color: var(--muted);
  margin-top: 8px;
  margin-bottom: 0;
}

.hero-links {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.kpis {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kpi h3 {
  margin: 0;
  font-size: 0.84rem;
  color: var(--gold-soft);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.kpi h3 img {
  width: 14px;
  height: 14px;
}

.kpi p {
  margin: 8px 0 0;
  font-size: clamp(1.1rem, 4vw, 1.75rem);
  font-weight: 700;
}

.kpi small {
  color: var(--muted);
  display: block;
  margin-top: 6px;
}

.double-grid {
  display: grid;
  gap: 12px;
}

.card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.card-head h1,
.card-head h2 {
  margin: 0;
  font-size: clamp(1.06rem, 4vw, 1.5rem);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.subtabs {
  margin-top: 6px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.subtabs a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  text-decoration: none;
  color: var(--muted);
  padding: 8px 12px;
  font-size: 0.9rem;
}

.subtabs a img {
  width: 14px;
  height: 14px;
}

.subtabs a.active {
  color: #0f0f0f;
  border-color: rgba(200, 168, 97, 0.5);
  background: linear-gradient(145deg, #f4e6c3, var(--gold));
}

.muted {
  color: var(--muted);
  margin: 0;
}

.flash-stack {
  display: grid;
  gap: 8px;
}

.flash {
  border-radius: 12px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  overflow-wrap: anywhere;
}

.flash-success {
  color: var(--ok);
  border-color: rgba(183, 240, 196, 0.4);
}

.flash-error {
  color: var(--err);
  border-color: rgba(255, 204, 197, 0.4);
}

.form-grid {
  display: grid;
  gap: 10px;
}

.form-grid label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.92rem;
}

.form-grid .full {
  grid-column: 1 / -1;
}

.agenda-time-group {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
}

.agenda-signal-wrap {
  display: flex;
  align-items: flex-end;
}

.agenda-signal-wrap .toggle-chip span {
  min-height: 44px;
  padding: 0 12px;
  white-space: nowrap;
}

.form-grid label.toggle-chip {
  display: inline-flex;
  gap: 0;
}

.choice-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.toggle-chip {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}

.toggle-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.toggle-chip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  padding: 10px 14px;
  transition: all 180ms ease;
}

.toggle-chip span::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  transition: all 180ms ease;
}

.toggle-chip input:checked + span {
  color: #0f0f0f;
  border-color: rgba(200, 168, 97, 0.65);
  background: linear-gradient(145deg, #f5e9cd, var(--gold));
}

.toggle-chip input:checked + span::before {
  border-color: rgba(15, 15, 15, 0.75);
  background: rgba(15, 15, 15, 0.7);
}

input,
select,
textarea,
button {
  font: inherit;
}

input,
select,
textarea {
  width: 100%;
  background: var(--bg-soft);
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  padding: 11px 12px;
}

input[type="date"],
input[type="time"] {
  min-width: 0;
  max-width: 100%;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(200, 168, 97, 0.75);
  box-shadow: 0 0 0 3px rgba(200, 168, 97, 0.18);
}

textarea {
  resize: vertical;
}

.hidden {
  display: none !important;
}

.month-duo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
}

.month-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(200, 168, 97, 0.36);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.05), rgba(200, 168, 97, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.month-chip span {
  color: var(--gold-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.month-chip select {
  width: auto;
  min-width: 94px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--text);
  font-weight: 600;
  cursor: pointer;
}

.month-chip select:focus {
  outline: none;
  box-shadow: none;
}

.month-chip select option {
  background: #111;
  color: #f3f3f3;
}

.btn {
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 10px 14px;
  font-weight: 600;
  cursor: pointer;
}

.btn-sm {
  padding: 8px 11px;
  font-size: 0.84rem;
}

.btn.gold {
  color: #0b0b0b;
  background: linear-gradient(145deg, #f0dfc0, var(--ochre-mid));
}

.btn.ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.22);
}

.table-box {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
}

table {
  width: 100%;
  min-width: 100%;
  border-collapse: collapse;
}

th,
td {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

th {
  color: var(--gold-soft);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

td {
  font-size: 0.9rem;
}

.badge {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(200, 168, 97, 0.55);
  color: var(--gold-soft);
  padding: 4px 8px;
  font-size: 0.75rem;
}

.history-pack summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-soft);
  font-weight: 600;
  margin-bottom: 10px;
}

.history-pack summary::-webkit-details-marker {
  display: none;
}

.history-pack summary span {
  color: var(--muted);
  font-weight: 500;
  margin-left: auto;
}

.history-check-btn {
  min-width: 34px;
  padding-inline: 10px;
  line-height: 1;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background: rgba(2, 2, 2, 0.76);
}

.modal-card {
  width: min(520px, 100%);
  max-height: calc(100vh - 28px);
  overflow: auto;
  background: linear-gradient(150deg, rgba(18, 18, 18, 0.98), rgba(8, 8, 8, 0.95));
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 14px;
}

.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.modal-head h3 {
  margin: 0;
  font-size: 1.02rem;
  color: var(--gold-soft);
}

.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.scheduled-picker-list {
  display: grid;
  gap: 8px;
  max-height: 50vh;
  overflow: auto;
  margin: 6px 0 10px;
}

.scheduled-picker-item {
  width: 100%;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  padding: 10px 11px;
  display: grid;
  gap: 4px;
  cursor: pointer;
}

.scheduled-picker-item strong {
  font-size: 0.92rem;
}

.scheduled-picker-item span {
  color: var(--gold-soft);
  font-size: 0.8rem;
}

.scheduled-picker-item small {
  color: var(--muted);
  font-size: 0.78rem;
}

.scheduled-picker-item:hover {
  border-color: rgba(200, 168, 97, 0.58);
  background: rgba(200, 168, 97, 0.12);
}

.bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  margin-inline: auto;
  bottom: 10px;
  width: min(860px, calc(100vw - 14px));
  padding: 8px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(9, 9, 9, 0.92);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(10px);
  z-index: 20;
}

.bottom-nav a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #d8d8d8;
  padding: 9px 4px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  transition: all 180ms ease;
}

.bottom-nav a span {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.bottom-nav a img {
  width: 18px;
  height: 18px;
  opacity: 0.9;
}

.bottom-nav a:hover {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.2);
}

.bottom-nav a.active {
  color: #0f0f0f;
  border-color: rgba(200, 168, 97, 0.72);
  background: linear-gradient(150deg, #f3e7cb, var(--gold));
}

.bottom-nav a.active img {
  filter: brightness(0.2) saturate(0);
}

.report-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.auth-card {
  width: min(460px, 100%);
  margin-inline: auto;
  margin-top: clamp(5vh, 9vh, 14vh);
}

.auth-form {
  margin-top: 12px;
}

.signup-flow-note {
  margin-top: 8px;
  font-size: 0.88rem;
}

.signup-plan-field input[readonly] {
  border-color: rgba(200, 168, 97, 0.46);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(200, 168, 97, 0.1));
  color: var(--gold-soft);
  cursor: not-allowed;
  pointer-events: none;
}

.signup-selected-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(200, 168, 97, 0.44);
  background: rgba(200, 168, 97, 0.14);
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 0 10px;
}

.signup-terms-wrap {
  display: grid;
  gap: 6px;
  justify-items: start;
}

.signup-terms-chip {
  justify-self: start;
}

.signup-terms-chip span {
  padding: 8px 12px;
  font-size: 0.84rem;
}

.signup-terms-chip span strong {
  font-weight: 700;
  color: #f5e4c6;
}

.signup-required-note {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
  padding-left: 4px;
}

.lp2-stage {
  position: relative;
  width: 100%;
  min-height: calc(100dvh - 96px);
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 12px;
  overflow: clip;
  padding: 8px 0 0;
}

.lp2-backdrop {
  position: absolute;
  inset: -8% -4% auto;
  height: 86%;
  pointer-events: none;
  z-index: 0;
}

.lp2-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(28px);
  opacity: 0.5;
}

.lp2-glow-a {
  width: 36vw;
  min-width: 320px;
  height: 36vw;
  min-height: 320px;
  left: -6%;
  top: 6%;
  background: radial-gradient(circle, rgba(173, 122, 55, 0.34), rgba(173, 122, 55, 0));
  animation: lp2FloatA 9s ease-in-out infinite alternate;
}

.lp2-glow-b {
  width: 32vw;
  min-width: 280px;
  height: 32vw;
  min-height: 280px;
  right: -5%;
  top: 18%;
  background: radial-gradient(circle, rgba(218, 190, 152, 0.28), rgba(218, 190, 152, 0));
  animation: lp2FloatB 11s ease-in-out infinite alternate;
}

.lp2-grid {
  position: absolute;
  inset: 4% 0 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at center, black 25%, transparent 82%);
  animation: lp2GridShift 16s linear infinite;
}

.lp2-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 0;
  display: grid;
  gap: 14px;
}

.lp2-left,
.lp2-plan {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
}

.lp2-left {
  padding: clamp(16px, 2.8vw, 30px);
  background:
    radial-gradient(circle at 0% 0%, rgba(173, 122, 55, 0.18), transparent 44%),
    linear-gradient(155deg, rgba(15, 15, 15, 0.98), rgba(8, 8, 8, 0.98));
}

.lp2-kicker {
  margin: 0;
  color: var(--ochre-soft);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.75rem;
  font-weight: 700;
}

.lp2-left h1 {
  margin: 10px 0 10px;
  line-height: 1.08;
  max-width: 19ch;
  font-size: clamp(1.62rem, 4.1vw, 3.05rem);
}

.lp2-left h1 span {
  color: #f0dbbb;
  text-shadow: 0 0 18px rgba(173, 122, 55, 0.22);
}

.lp2-copy {
  margin: 0 0 14px;
  color: var(--muted);
  max-width: 58ch;
}

.lp2-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.lp2-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 0 12px;
  background: linear-gradient(145deg, #ecd8b5, var(--ochre-mid));
  color: #0b0b0b;
  font-size: 0.77rem;
  font-weight: 700;
}

.lp2-demo {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  min-height: 356px;
  display: grid;
  grid-template-columns: 138px 1fr;
  overflow: hidden;
  background: linear-gradient(150deg, rgba(11, 11, 11, 0.96), rgba(7, 7, 7, 0.94));
}

.lp2-menu {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(173, 122, 55, 0.2), rgba(12, 12, 12, 0.66));
  padding: 12px 10px;
  display: grid;
  gap: 7px;
  align-content: start;
}

.lp2-menu-item {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.02);
  color: var(--muted);
  border-radius: 10px;
  padding: 8px 9px;
  text-align: left;
  cursor: pointer;
  transition: all 180ms ease;
}

.lp2-menu-item:hover {
  border-color: rgba(255, 255, 255, 0.3);
  color: #f0ede6;
}

.lp2-menu-item.is-active {
  background: linear-gradient(145deg, #ecd8b5, var(--ochre-mid));
  border-color: rgba(173, 122, 55, 0.64);
  color: #111;
  font-weight: 700;
}

.lp2-screen {
  padding: 13px;
  display: grid;
  gap: 9px;
  align-content: start;
}

.lp2-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.lp2-stat {
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  padding: 8px;
  display: grid;
  gap: 4px;
  transition: all 180ms ease;
}

.lp2-stat small {
  color: var(--muted);
  font-size: 0.72rem;
}

.lp2-stat strong {
  color: #f3e2c8;
  font-size: 0.9rem;
}

.lp2-feed {
  display: grid;
  gap: 7px;
}

.lp2-row {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: #efefef;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 9px;
  cursor: pointer;
  transition: all 180ms ease;
}

.lp2-row em {
  font-style: normal;
  color: var(--ochre-soft);
  font-size: 0.74rem;
}

.lp2-row:hover {
  border-color: rgba(255, 255, 255, 0.26);
}

.lp2-actions {
  margin-top: 2px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.lp2-action {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 7px 11px;
  color: #f1f1f1;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition: all 180ms ease;
}

.lp2-action:hover {
  border-color: rgba(255, 255, 255, 0.34);
}

.lp2-stat.is-active,
.lp2-row.is-active,
.lp2-action.is-active {
  border-color: rgba(173, 122, 55, 0.56);
  box-shadow: inset 0 0 0 1px rgba(173, 122, 55, 0.24);
}

.lp2-cursor {
  --x: 44px;
  --y: 44px;
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  border: 2px solid rgba(243, 223, 196, 0.95);
  box-shadow: 0 0 0 7px rgba(173, 122, 55, 0.21);
  transform: translate(calc(var(--x) - 50%), calc(var(--y) - 50%));
  transition: transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 5;
}

.lp2-right {
  display: flex;
}

.lp2-plan {
  width: 100%;
  padding: clamp(16px, 2.5vw, 26px);
  background:
    radial-gradient(circle at top right, rgba(218, 190, 152, 0.18), transparent 62%),
    linear-gradient(145deg, rgba(20, 20, 20, 0.98), rgba(9, 9, 9, 0.98));
  display: grid;
  gap: 10px;
  align-content: start;
}

.lp2-plan-kicker {
  margin: 0;
  color: var(--ochre-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 0.73rem;
}

.lp2-plan h2 {
  margin: 0;
  font-size: clamp(1.2rem, 3vw, 1.86rem);
}

.lp2-price {
  margin: 0;
  color: #f2dcc0;
  font-size: clamp(1.45rem, 3.5vw, 2.32rem);
  font-weight: 800;
}

.lp2-plan-copy {
  margin: 0;
  color: var(--muted);
}

.lp2-plan-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 7px;
}

.lp2-bars {
  margin-top: 2px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.lp2-bars span {
  border-radius: 999px;
  height: 6px;
  background: linear-gradient(90deg, rgba(173, 122, 55, 0.28), rgba(236, 216, 181, 0.9));
  animation: lp2Bars 2.8s ease-in-out infinite;
}

.lp2-bars span:nth-child(2) {
  animation-delay: 220ms;
}

.lp2-bars span:nth-child(3) {
  animation-delay: 420ms;
}

.lp2-bars span:nth-child(4) {
  animation-delay: 620ms;
}

.lp2-cta {
  margin-top: 3px;
}

.lp2-sac {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 9px 11px;
  background: linear-gradient(140deg, rgba(12, 12, 12, 0.78), rgba(9, 9, 9, 0.74));
}

.lp2-sac-form {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) minmax(320px, 2fr) auto;
  gap: 8px;
  align-items: end;
}

.lp2-sac-form label {
  display: grid;
  gap: 5px;
  color: rgba(236, 236, 236, 0.78);
  font-size: 0.78rem;
}

.lp2-sac-form input,
.lp2-sac-form textarea {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.16);
  font-size: 0.89rem;
}

.lp2-sac-form textarea {
  min-height: 44px;
  max-height: 110px;
}

.lp-viewport {
  width: 100%;
  margin: 0;
  min-height: calc(100dvh - 96px);
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 12px;
  padding-top: 10px;
}

.lp-hero-shell {
  display: grid;
  gap: 16px;
  min-height: 0;
}

.lp-left {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  padding: clamp(16px, 2.8vw, 32px);
  background:
    radial-gradient(circle at 0% 0%, rgba(169, 122, 62, 0.22), transparent 42%),
    radial-gradient(circle at 80% 88%, rgba(216, 191, 150, 0.12), transparent 46%),
    linear-gradient(150deg, rgba(14, 14, 14, 0.98), rgba(7, 7, 7, 0.98));
  box-shadow: var(--shadow);
}

.lp-kicker-strong {
  margin: 0;
  color: var(--ochre-soft);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 700;
}

.lp-left h1 {
  margin: 10px 0 10px;
  line-height: 1.08;
  font-size: clamp(1.6rem, 4.1vw, 3rem);
  max-width: 20ch;
}

.lp-left h1 span {
  color: #f2dcb9;
  text-shadow: 0 0 24px rgba(185, 139, 74, 0.26);
}

.lp-subtext {
  color: var(--muted);
  margin: 0 0 14px;
  max-width: 56ch;
}

.lp-highlight-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 14px;
}

.lp-highlight-row span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 0 12px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #0e0e0e;
  background: linear-gradient(145deg, #ead7b1, var(--ochre-mid));
}

.lp-live-stage {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: grid;
  grid-template-columns: 132px 1fr;
  min-height: 330px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(160deg, rgba(12, 12, 12, 0.98), rgba(8, 8, 8, 0.97));
}

.lp-live-side {
  padding: 14px 12px;
  display: grid;
  gap: 8px;
  align-content: start;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(126, 91, 45, 0.25), rgba(12, 12, 12, 0.6));
}

.lp-live-side strong {
  color: var(--ochre-soft);
  font-size: 0.88rem;
}

.lp-live-side span {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--muted);
  font-size: 0.78rem;
  padding: 7px 9px;
}

.lp-live-main {
  padding: 14px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 9px;
}

.lp-live-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.lp-live-cards article {
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  padding: 8px;
  display: grid;
  gap: 3px;
}

.lp-live-cards small {
  color: var(--muted);
  font-size: 0.72rem;
}

.lp-live-cards strong {
  color: #f0dbc0;
  font-size: 0.88rem;
}

.lp-live-list {
  display: grid;
  gap: 7px;
}

.lp-live-list div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 7px 8px;
}

.lp-live-list span {
  font-size: 0.8rem;
}

.lp-live-list em {
  font-style: normal;
  color: var(--ochre-soft);
  font-size: 0.74rem;
}

.lp-live-gif {
  width: 100%;
  height: 100%;
  min-height: 134px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  opacity: 0.72;
  animation: lpGifPulse 5.2s ease-in-out infinite;
}

.lp-live-cursor {
  position: absolute;
  left: 64%;
  top: 44%;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 2px solid rgba(243, 223, 196, 0.95);
  box-shadow: 0 0 0 8px rgba(126, 91, 45, 0.24);
  animation: lpCursorWide 4s ease-in-out infinite;
}

.lp-right {
  display: flex;
  align-items: stretch;
}

.lp-plan-card-strong {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  padding: clamp(16px, 2.6vw, 28px);
  background:
    radial-gradient(circle at top right, rgba(216, 191, 150, 0.26), transparent 56%),
    linear-gradient(145deg, rgba(20, 20, 20, 0.98), rgba(9, 9, 9, 0.97));
  box-shadow: var(--shadow);
  display: grid;
  align-content: start;
  gap: 10px;
  animation: lpPlanFloat 5.8s ease-in-out infinite;
}

.lp-plan-mini {
  margin: 0;
  color: var(--ochre-soft);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.lp-plan-card-strong h2 {
  margin: 0;
  font-size: clamp(1.2rem, 3vw, 1.9rem);
}

.lp-price-strong {
  margin: 0;
  color: #f2dcbc;
  font-size: clamp(1.45rem, 3.4vw, 2.3rem);
  font-weight: 800;
}

.lp-plan-list-strong {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 7px;
}

.lp-plan-lottie {
  width: 100%;
  max-width: 300px;
  height: 170px;
  justify-self: center;
}

.lp-subscribe-btn {
  margin-top: 2px;
}

.lp-sac-dock {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  padding: 9px 11px;
  background: linear-gradient(140deg, rgba(12, 12, 12, 0.82), rgba(9, 9, 9, 0.76));
}

.lp-sac-form-subtle {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(280px, 2fr) auto;
  gap: 8px;
  align-items: end;
}

.lp-sac-form-subtle label {
  display: grid;
  gap: 5px;
  color: rgba(230, 230, 230, 0.78);
  font-size: 0.78rem;
}

.lp-sac-form-subtle input,
.lp-sac-form-subtle textarea {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.15);
  font-size: 0.88rem;
}

.lp-sac-form-subtle textarea {
  min-height: 44px;
  max-height: 104px;
}

.lp-hero {
  padding: clamp(14px, 3vw, 22px);
}

.lp-grid {
  display: grid;
  gap: 16px;
}

.lp-kicker {
  display: inline-flex;
  margin: 0;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.76rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--gold-soft);
  border: 1px solid rgba(200, 168, 97, 0.38);
  background: rgba(200, 168, 97, 0.12);
}

.lp-demo h1 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: clamp(1.5rem, 4vw, 2.35rem);
  line-height: 1.14;
}

.lp-demo-window {
  position: relative;
  margin-top: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  overflow: hidden;
  display: grid;
  grid-template-columns: 132px 1fr;
  min-height: 240px;
  background: linear-gradient(160deg, rgba(9, 9, 9, 0.95), rgba(24, 24, 24, 0.93));
}

.lp-demo-left {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 14px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.3);
}

.lp-demo-left strong {
  color: var(--gold-soft);
  font-size: 0.92rem;
}

.lp-demo-left span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 8px 9px;
  font-size: 0.8rem;
  color: var(--muted);
}

.lp-demo-right {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.lp-demo-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.lp-demo-row article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.03);
  display: grid;
  gap: 4px;
}

.lp-demo-row small {
  color: var(--muted);
  font-size: 0.74rem;
}

.lp-demo-row strong {
  font-size: 0.95rem;
  color: var(--gold-soft);
}

.lp-demo-table {
  display: grid;
  gap: 8px;
}

.lp-demo-table div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 9px 10px;
  background: rgba(255, 255, 255, 0.03);
}

.lp-demo-table span {
  font-size: 0.85rem;
}

.lp-demo-table em {
  font-size: 0.78rem;
  color: var(--gold-soft);
  font-style: normal;
}

.lp-demo-btn {
  justify-self: start;
}

.lp-demo-cursor {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 2px solid rgba(200, 168, 97, 0.95);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 0 8px rgba(200, 168, 97, 0.17);
  left: 66%;
  top: 44%;
  animation: lpCursor 3.8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes lpCursorWide {
  0% {
    transform: translate(-120px, -60px) scale(1);
  }
  28% {
    transform: translate(-28px, 22px) scale(1);
  }
  44% {
    transform: translate(-28px, 22px) scale(0.88);
  }
  62% {
    transform: translate(72px, -18px) scale(1);
  }
  100% {
    transform: translate(-120px, -60px) scale(1);
  }
}

@keyframes lpCursor {
  0% {
    transform: translate(-90px, -44px) scale(1);
  }
  30% {
    transform: translate(-12px, 20px) scale(1);
  }
  48% {
    transform: translate(-12px, 20px) scale(0.9);
  }
  70% {
    transform: translate(62px, -12px) scale(1);
  }
  100% {
    transform: translate(-90px, -44px) scale(1);
  }
}

@keyframes lpGifPulse {
  0% {
    transform: scale(1);
    opacity: 0.68;
  }
  50% {
    transform: scale(1.02);
    opacity: 0.82;
  }
  100% {
    transform: scale(1);
    opacity: 0.68;
  }
}

@keyframes lpPlanFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}

.lp-plan-card {
  display: grid;
  align-content: start;
  gap: 10px;
}

.lp-plan-badge {
  display: inline-flex;
  width: fit-content;
  margin: 0;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(200, 168, 97, 0.14);
  border: 1px solid rgba(200, 168, 97, 0.4);
  color: var(--gold-soft);
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

.lp-plan-card h2 {
  margin: 0;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
}

.lp-plan-price {
  margin: 0;
  color: var(--gold-soft);
  font-size: clamp(1.2rem, 3vw, 1.95rem);
  font-weight: 700;
}

.lp-plan-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: #ececec;
}

.lp-plan-form {
  margin-top: 2px;
}

.lp-note {
  font-size: 0.82rem;
}

.lp-feature-grid {
  display: grid;
  gap: 12px;
}

.lp-feature-item {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.lp-feature-item h3 {
  margin-top: 0;
  margin-bottom: 6px;
}

.lp-sac form {
  margin-top: 12px;
}

.lp-success {
  width: min(720px, 100%);
  margin-inline: auto;
  display: grid;
  gap: 12px;
}

.lp-success-meta {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  overflow-wrap: anywhere;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
}

.reveal.visible {
  animation: rise 520ms ease forwards;
}

.reveal-grid .reveal {
  opacity: 0;
}

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

@keyframes lp2FloatA {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(32px, -14px, 0) scale(1.06);
  }
}

@keyframes lp2FloatB {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(-26px, 24px, 0) scale(1.05);
  }
}

@keyframes lp2GridShift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-56px, -56px, 0);
  }
}

@keyframes lp2Bars {
  0% {
    transform: scaleX(0.75);
    opacity: 0.6;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    transform: scaleX(0.75);
    opacity: 0.6;
  }
}

@media (min-width: 780px) {
  table {
    min-width: 620px;
  }

  .kpis {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .report-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .double-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp2-shell {
    grid-template-columns: minmax(0, 1.62fr) minmax(340px, 0.9fr);
    align-items: stretch;
  }

  .lp2-plan {
    min-height: 100%;
  }

  .lp-grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
    align-items: start;
  }

  .lp-hero-shell {
    grid-template-columns: minmax(0, 1.55fr) minmax(330px, 0.9fr);
    align-items: stretch;
  }

  .lp-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .month-duo {
    gap: 14px;
  }

  .bottom-nav {
    bottom: 14px;
  }

  .bottom-nav a {
    flex-direction: row;
    gap: 7px;
    padding: 9px 8px;
  }

  .bottom-nav a span {
    font-size: 0.8rem;
  }
}

@media (max-width: 779px) {
  body {
    padding-bottom: 92px;
  }

  body.landing-page {
    padding-bottom: 0;
  }

  .wrap {
    width: min(1100px, 95vw);
  }

  .space-y {
    gap: 10px;
  }

  .topbar {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 12px;
    border-radius: 14px;
  }

  .topbar-wide {
    margin: 0;
    border-radius: 0;
    padding: 10px;
  }

  .landing-main {
    width: 100%;
    min-height: 0;
    padding: 0 0 10px;
  }

  .landing-flash {
    margin-top: 8px;
  }

  .topbar-public-links {
    gap: 8px;
  }

  .topbar-wide .topbar-public-links {
    gap: 6px;
  }

  .topbar-public-links > a:not(.btn) {
    font-size: 0.78rem;
  }

  .topbar-wide .topbar-public-links > a:not(.btn) {
    display: none;
  }

  .card {
    padding: 12px;
    border-radius: 14px;
  }

  .card-head {
    margin-bottom: 8px;
  }

  .card-head h1,
  .card-head h2 {
    font-size: 1rem;
    gap: 6px;
  }

  .kpis,
  .report-grid {
    gap: 8px;
  }

  .kpi h3 {
    font-size: 0.72rem;
  }

  .kpi p {
    margin-top: 6px;
    font-size: clamp(0.96rem, 4.2vw, 1.24rem);
  }

  .kpi small {
    margin-top: 4px;
    font-size: 0.76rem;
  }

  .double-grid {
    gap: 10px;
  }

  .lp2-stage {
    min-height: calc(100dvh - 78px);
    gap: 10px;
    padding-top: 6px;
  }

  .lp2-shell {
    gap: 10px;
  }

  .lp2-left,
  .lp2-plan {
    border-radius: 15px;
    padding: 12px;
  }

  .lp2-left h1 {
    font-size: clamp(1.38rem, 7.3vw, 2rem);
  }

  .lp2-copy {
    margin-bottom: 10px;
  }

  .lp2-tags {
    margin-bottom: 10px;
  }

  .lp2-tags span {
    font-size: 0.71rem;
    min-height: 27px;
    padding: 0 10px;
  }

  .lp2-demo {
    grid-template-columns: 88px 1fr;
    min-height: 260px;
  }

  .lp2-menu {
    padding: 8px 6px;
    gap: 6px;
  }

  .lp2-menu-item {
    font-size: 0.73rem;
    padding: 6px;
  }

  .lp2-stats {
    grid-template-columns: 1fr;
  }

  .lp2-row {
    padding: 7px 8px;
    font-size: 0.8rem;
  }

  .lp2-actions {
    gap: 6px;
  }

  .lp2-action {
    font-size: 0.75rem;
    padding: 6px 9px;
  }

  .lp2-cursor {
    display: none;
  }

  .lp2-sac {
    padding: 8px;
  }

  .lp2-sac-form {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .lp2-sac-form .btn {
    width: 100%;
  }

  .lp-viewport {
    min-height: calc(100dvh - 78px);
    gap: 10px;
    padding-top: 8px;
  }

  .lp-hero-shell {
    gap: 10px;
  }

  .lp-left,
  .lp-plan-card-strong {
    border-radius: 16px;
    padding: 12px;
  }

  .lp-left h1 {
    font-size: clamp(1.36rem, 7vw, 2rem);
  }

  .lp-highlight-row {
    margin-bottom: 10px;
  }

  .lp-highlight-row span {
    min-height: 28px;
    padding: 0 10px;
    font-size: 0.73rem;
  }

  .lp-live-stage {
    grid-template-columns: 90px 1fr;
    min-height: 250px;
  }

  .lp-live-side {
    padding: 9px 7px;
    gap: 6px;
  }

  .lp-live-side span {
    font-size: 0.7rem;
    padding: 5px 6px;
  }

  .lp-live-cards {
    grid-template-columns: 1fr;
  }

  .lp-live-gif {
    min-height: 94px;
  }

  .lp-live-cursor {
    display: none;
  }

  .lp-plan-lottie {
    height: 136px;
  }

  .lp-sac-dock {
    padding: 8px;
  }

  .lp-sac-form-subtle {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .lp-sac-form-subtle .btn {
    width: 100%;
  }

  .lp-demo-window {
    grid-template-columns: 102px 1fr;
    min-height: 210px;
  }

  .lp-system-shot {
    grid-template-columns: 94px 1fr;
    min-height: 210px;
  }

  .lp-system-side {
    padding: 10px 7px;
    gap: 6px;
  }

  .lp-system-side span {
    font-size: 0.72rem;
    padding: 6px 7px;
  }

  .lp-system-cards {
    grid-template-columns: 1fr;
  }

  .lp-system-list span {
    font-size: 0.77rem;
  }

  .lp-system-list em {
    font-size: 0.71rem;
  }

  .lp-sac-inline {
    grid-template-columns: 1fr;
  }

  .lp-sac-inline .btn {
    width: 100%;
  }

  .lp-demo-left {
    gap: 6px;
    padding: 10px 7px;
  }

  .lp-demo-left span {
    padding: 7px 8px;
    font-size: 0.74rem;
  }

  .lp-demo-row {
    grid-template-columns: 1fr;
  }

  .lp-demo-row article {
    padding: 7px 8px;
  }

  .lp-demo-table span {
    font-size: 0.78rem;
  }

  .lp-demo-table em {
    font-size: 0.72rem;
  }

  .lp-plan-list {
    font-size: 0.86rem;
  }

  .lp-feature-item {
    padding: 10px;
  }

  .lp-success {
    width: 100%;
  }

  .form-grid {
    gap: 8px;
  }

  .form-grid label {
    font-size: 0.86rem;
    gap: 5px;
  }

  input[type="date"],
  input[type="time"] {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    font-size: 1rem;
    padding: 11px 12px;
  }

  .subtabs {
    gap: 6px;
  }

  .subtabs a {
    padding: 7px 10px;
    font-size: 0.82rem;
  }

  .month-chip {
    padding: 8px 11px;
    gap: 8px;
  }

  .month-chip span {
    font-size: 0.72rem;
  }

  .month-chip select {
    min-width: 86px;
    font-size: 0.88rem;
  }

  .history-pack summary {
    font-size: 0.9rem;
    margin-bottom: 8px;
  }

  th,
  td {
    padding: 7px 6px;
    font-size: 0.78rem;
    line-height: 1.2;
  }

  .agenda-time-group {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: stretch;
  }

  .agenda-time-group > label,
  .agenda-time-group > div {
    min-width: 0;
  }

  .agenda-time-group input[type="date"],
  .agenda-time-group input[type="time"] {
    width: 100%;
    max-width: 100%;
  }

  .agenda-time-group input[name="scheduled_date"],
  .agenda-time-group input[name="scheduled_time"],
  .js-form-tattoo input[name="done_at"] {
    width: 92%;
    max-width: 92%;
  }

  .agenda-signal-wrap {
    grid-column: 1 / -1;
    align-items: stretch;
  }

  .agenda-signal-wrap .toggle-chip {
    width: 100%;
  }

  .agenda-signal-wrap .toggle-chip span {
    width: 100%;
    justify-content: center;
    min-height: 40px;
    padding: 0 10px;
    font-size: 0.82rem;
  }

  .history-table {
    min-width: 100%;
    width: 100%;
    table-layout: fixed;
  }

  .history-table th,
  .history-table td {
    font-size: 0.74rem;
    padding: 6px 5px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .history-table .badge {
    font-size: 0.68rem;
    padding: 3px 6px;
  }

  .history-pack .table-box {
    max-height: 52vh;
    overflow: auto;
  }

  .history-check-btn {
    min-width: 30px;
    padding: 6px 8px;
    font-size: 0.78rem;
  }

  .history-table-agenda th:nth-child(2),
  .history-table-agenda td:nth-child(2),
  .history-table-agenda th:nth-child(5),
  .history-table-agenda td:nth-child(5) {
    display: none;
  }

  .history-table-agenda th:nth-child(7),
  .history-table-agenda td:nth-child(7) {
    text-align: center;
    width: 52px;
  }

  .table-box-tattoos {
    max-height: 44vh;
    overflow: auto;
  }

  .history-table-tattoos {
    min-width: 100%;
    table-layout: fixed;
  }

  .history-table-tattoos th,
  .history-table-tattoos td {
    font-size: 0.73rem;
    padding: 6px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .history-table-tattoos th:nth-child(1),
  .history-table-tattoos td:nth-child(1) {
    width: 40%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .history-table-tattoos th:nth-child(2),
  .history-table-tattoos td:nth-child(2) {
    width: 20%;
    text-align: center;
  }

  .history-table-tattoos th:nth-child(3),
  .history-table-tattoos td:nth-child(3),
  .history-table-tattoos th:nth-child(4),
  .history-table-tattoos td:nth-child(4) {
    width: 20%;
    text-align: right;
  }

  .history-table-report th:nth-child(4),
  .history-table-report td:nth-child(4),
  .history-table-report th:nth-child(6),
  .history-table-report td:nth-child(6),
  .history-table-report th:nth-child(8),
  .history-table-report td:nth-child(8) {
    display: none;
  }

  .clients-table th:nth-child(2),
  .clients-table td:nth-child(2) {
    display: none;
  }

  .clients-table th:nth-child(3),
  .clients-table td:nth-child(3) {
    width: 62px;
    text-align: center;
  }

  .clients-table th:nth-child(4),
  .clients-table td:nth-child(4) {
    text-align: right;
  }

  .top-clients-table th:nth-child(2),
  .top-clients-table td:nth-child(2) {
    display: none;
  }

  .top-clients-table th:nth-child(3),
  .top-clients-table td:nth-child(3) {
    width: 62px;
    text-align: center;
  }

  .top-clients-table th:nth-child(4),
  .top-clients-table td:nth-child(4) {
    text-align: right;
  }

  .history-table-expenses th:nth-child(5),
  .history-table-expenses td:nth-child(5) {
    display: none;
  }

  .dashboard-upcoming-table th:nth-child(2),
  .dashboard-upcoming-table td:nth-child(2),
  .dashboard-tattoos-table th:nth-child(2),
  .dashboard-tattoos-table td:nth-child(2) {
    font-size: 0.7rem;
    white-space: nowrap;
  }

  .dashboard-upcoming-table th:nth-child(3),
  .dashboard-upcoming-table td:nth-child(3),
  .dashboard-upcoming-table th:nth-child(4),
  .dashboard-upcoming-table td:nth-child(4),
  .dashboard-tattoos-table th:nth-child(3),
  .dashboard-tattoos-table td:nth-child(3) {
    text-align: right;
  }

  .modal {
    padding: 10px;
  }

  .modal-card {
    border-radius: 14px;
    padding: 12px;
    max-height: calc(100vh - 20px);
  }

  .modal-head h3 {
    font-size: 0.95rem;
  }

  .modal-actions {
    justify-content: stretch;
  }

  .modal-actions .btn {
    flex: 1 1 120px;
  }

  .scheduled-picker-list {
    gap: 6px;
    max-height: 54vh;
  }

  .scheduled-picker-item {
    padding: 9px 10px;
  }

  .scheduled-picker-item strong {
    font-size: 0.86rem;
  }

  .scheduled-picker-item span,
  .scheduled-picker-item small {
    font-size: 0.74rem;
  }
}

/* Landing page v3 */
.lpv3-stage {
  position: relative;
  width: min(1320px, 98vw);
  min-height: 0;
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 6px 0 2px;
  margin-inline: auto;
  overflow: clip;
}

.lpv3-atmosphere {
  position: absolute;
  inset: -5% -3% auto;
  height: 74%;
  pointer-events: none;
  z-index: 0;
}

.lpv3-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(24px);
  opacity: 0.34;
}

.lpv3-orb-a {
  width: 33vw;
  min-width: 260px;
  height: 26vw;
  min-height: 210px;
  left: -7%;
  top: 8%;
  background: radial-gradient(circle, rgba(188, 132, 63, 0.36), rgba(188, 132, 63, 0));
  animation: lpv3FloatA 14s ease-in-out infinite alternate;
}

.lpv3-orb-b {
  width: 29vw;
  min-width: 230px;
  height: 24vw;
  min-height: 180px;
  right: -6%;
  top: 14%;
  background: radial-gradient(circle, rgba(219, 191, 151, 0.26), rgba(219, 191, 151, 0));
  animation: lpv3FloatB 16s ease-in-out infinite alternate;
}

.lpv3-lines {
  position: absolute;
  inset: 6% 0 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black 28%, transparent 78%);
  animation: lpv3Lines 28s linear infinite;
}

.lpv3-hero,
.lpv3-benefits,
.lpv3-sac {
  position: relative;
  z-index: 1;
}

.lpv3-hero {
  display: grid;
  gap: 16px;
  align-items: stretch;
}

.lpv3-plan-card,
.lpv3-benefits article,
.lpv3-sac {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.lpv3-left {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  display: grid;
  gap: 10px;
  justify-items: start;
  align-content: start;
  background: transparent;
}

.lpv3-phone-showcase {
  position: relative;
  width: 100%;
  min-height: 640px;
  margin-inline: 0;
  display: grid;
  place-items: start;
}

.lpv3-phone-ghost {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(1px);
}

.lpv3-phone-ghost-a {
  width: 270px;
  height: 270px;
  left: 2%;
  top: 12%;
}

.lpv3-phone-ghost-b {
  width: 190px;
  height: 190px;
  right: 8%;
  top: 8%;
}

.lpv3-phone-ghost-c {
  width: 220px;
  height: 220px;
  left: 10%;
  bottom: 10%;
}

.lpv3-tag {
  margin: 0;
  text-align: left;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-weight: 700;
  color: var(--ochre-soft);
}

.lpv3-left h1 {
  margin: 0;
  line-height: 1.1;
  max-width: 24ch;
  text-align: left;
  font-size: clamp(1.3rem, 2.8vw, 2.16rem);
}

.lpv3-copy {
  margin: 0;
  color: var(--muted);
  max-width: 56ch;
  text-align: left;
  font-size: 0.9rem;
}

.lpv3-phone-shell {
  position: relative;
  width: min(100%, 500px);
  margin-inline: 0;
  padding: 0;
  perspective: 1500px;
  border-radius: 26px;
  border: none;
  background: transparent;
  box-shadow: none;
}

.lpv3-phone-stage {
  transform-style: preserve-3d;
}

.lpv3-phone-frame {
  position: relative;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  transform-style: preserve-3d;
  transform: rotateY(15deg) rotateX(7deg);
  transition: transform 320ms ease, box-shadow 320ms ease;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.05),
    -20px 30px 44px rgba(0, 0, 0, 0.54);
  background: linear-gradient(165deg, #1f1f1f, #0a0a0a);
  padding: 14px 11px 12px;
}

.lpv3-phone-shell:hover .lpv3-phone-frame {
  transform: rotateY(9deg) rotateX(5deg) translateY(-3px);
}

.lpv3-phone-frame::before,
.lpv3-phone-frame::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.lpv3-phone-frame::before {
  top: 30px;
  left: -11px;
  bottom: 26px;
  width: 10px;
  border-radius: 14px 0 0 14px;
  background: linear-gradient(180deg, rgba(64, 64, 64, 0.88), rgba(16, 16, 16, 0.94));
}

.lpv3-phone-frame::after {
  left: 8px;
  right: 10px;
  bottom: -11px;
  height: 10px;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(180deg, rgba(58, 58, 58, 0.84), rgba(10, 10, 10, 0.95));
}

.lpv3-phone-notch {
  display: block;
  width: 36%;
  height: 18px;
  margin: 0 auto 9px;
  transform: translateZ(14px);
  border-radius: 0 0 11px 11px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(18, 18, 18, 0.72));
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.lpv3-phone-screen {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  overflow: hidden;
  transform: translateZ(16px);
  background: linear-gradient(180deg, #0f0f0f, #070707);
  min-height: 620px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.lpv3-phone-status {
  min-height: 28px;
  padding: 6px 12px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(234, 234, 234, 0.82);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lpv3-phone-status strong {
  color: var(--ochre-soft);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  font-weight: 700;
}

.lpv3-phone-content {
  position: relative;
  padding: 10px;
}

.lpv3-view {
  position: absolute;
  inset: 10px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 220ms ease;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at top right, rgba(176, 124, 57, 0.16), transparent 52%),
    linear-gradient(150deg, rgba(20, 20, 20, 0.98), rgba(8, 8, 8, 0.95));
  padding: 10px;
  display: grid;
  gap: 9px;
  align-content: start;
}

.lpv3-view.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.lpv3-view-kicker {
  margin: 0;
  color: var(--ochre-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.67rem;
  font-weight: 700;
}

.lpv3-view h3 {
  margin: -2px 0 0;
  font-size: 0.95rem;
  color: #f0eadf;
}

.lpv3-stat-grid {
  display: grid;
  gap: 7px;
  grid-template-columns: 1fr 1fr;
}

.lpv3-stat-grid-compact {
  grid-template-columns: 1fr;
}

.lpv3-stat-card {
  width: 100%;
  margin: 0;
  text-align: left;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  padding: 8px;
  color: #f2f2f2;
  display: grid;
  gap: 3px;
}

button.lpv3-stat-card {
  cursor: pointer;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

button.lpv3-stat-card:hover,
button.lpv3-stat-card:focus-visible {
  border-color: rgba(232, 203, 160, 0.66);
  background: rgba(232, 203, 160, 0.13);
  transform: translateY(-1px);
}

.lpv3-stat-card small {
  color: var(--muted);
  font-size: 0.68rem;
}

.lpv3-stat-card strong {
  color: #f2e3ca;
  font-size: 0.92rem;
  line-height: 1.1;
}

.lpv3-stat-card span {
  color: var(--muted);
  font-size: 0.67rem;
}

.lpv3-stat-card-static {
  cursor: default;
}

.lpv3-list {
  display: grid;
  gap: 7px;
}

.lpv3-list-row {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.03);
  padding: 7px 8px;
  display: grid;
  gap: 2px;
}

.lpv3-list-row strong {
  font-size: 0.8rem;
  color: #f6f3ed;
}

.lpv3-list-row span {
  color: var(--muted);
  font-size: 0.72rem;
}

.lpv3-pill {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  border-radius: 999px;
  border: 1px solid rgba(200, 168, 97, 0.56);
  color: #f0dab9;
  font-size: 0.64rem;
  letter-spacing: 0.03em;
  padding: 0 8px;
  margin-top: 1px;
}

.lpv3-view-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 2px;
}

.lpv3-mini-btn {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: #f2f2f2;
  padding: 6px 9px;
  font-size: 0.7rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease;
}

.lpv3-mini-btn:hover,
.lpv3-mini-btn:focus-visible {
  border-color: rgba(234, 204, 158, 0.68);
  background: rgba(234, 204, 158, 0.14);
}

.lpv3-phone-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  padding: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.24);
}

.lpv3-nav-item {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  min-height: 34px;
  padding: 0 6px;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  transition: all 180ms ease;
}

.lpv3-nav-item:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.lpv3-nav-item.is-active {
  color: #101010;
  border-color: rgba(173, 122, 55, 0.66);
  background: linear-gradient(145deg, #eddbba, var(--ochre-mid));
}

.lpv3-cursor {
  --x: 52px;
  --y: 52px;
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 2px solid rgba(247, 230, 208, 0.92);
  box-shadow: 0 0 0 6px rgba(173, 122, 55, 0.18);
  transform: translate(calc(var(--x) - 50%), calc(var(--y) - 50%));
  transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 6;
}

.lpv3-demo-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.38;
}

.lpv3-bridge {
  position: relative;
  width: 100%;
  max-width: 170px;
  min-height: 100%;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 12px 4px;
}

.lpv3-bridge::before {
  content: "";
  position: absolute;
  width: 1px;
  top: 8%;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(240, 223, 196, 0), rgba(240, 223, 196, 0.4), rgba(240, 223, 196, 0));
  opacity: 0.56;
}

.lpv3-bridge-lottie {
  position: relative;
  width: 126px;
  height: 126px;
  border-radius: 999px;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.42));
}

.lpv3-lottie-ring,
.lpv3-lottie-core,
.lpv3-lottie-dot {
  position: absolute;
  border-radius: 999px;
}

.lpv3-lottie-ring {
  inset: 0;
  border: 1px solid rgba(238, 210, 169, 0.26);
}

.lpv3-lottie-ring-a {
  animation: lpv3BridgeSpinA 7.2s linear infinite;
}

.lpv3-lottie-ring-b {
  inset: 12px;
  border-color: rgba(220, 184, 132, 0.36);
  animation: lpv3BridgeSpinB 5.4s linear infinite;
}

.lpv3-lottie-ring-c {
  inset: 24px;
  border-color: rgba(176, 124, 57, 0.44);
  animation: lpv3BridgeSpinA 4.6s linear infinite reverse;
}

.lpv3-lottie-core {
  width: 18px;
  height: 18px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, #f2e0c2, #b07c39);
  box-shadow: 0 0 0 10px rgba(176, 124, 57, 0.2);
  animation: lpv3BridgePulse 2s ease-in-out infinite;
}

.lpv3-lottie-dot {
  width: 8px;
  height: 8px;
  background: #f0dbba;
}

.lpv3-lottie-dot-a {
  top: 12px;
  left: 58%;
  animation: lpv3BridgeOrbit 2.8s ease-in-out infinite;
}

.lpv3-lottie-dot-b {
  left: 10px;
  top: 58%;
  animation: lpv3BridgeOrbit 3.2s ease-in-out infinite reverse;
}

.lpv3-lottie-dot-c {
  right: 12px;
  bottom: 18px;
  animation: lpv3BridgeOrbit 3s ease-in-out infinite;
}

.lpv3-bridge p {
  margin: 0;
  color: var(--ochre-soft);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.64rem;
  font-weight: 700;
}

.lpv3-right {
  width: 100%;
  max-width: 300px;
  justify-self: end;
  align-self: stretch;
}

.lpv3-plan-card {
  padding: clamp(16px, 2.3vw, 24px);
  display: grid;
  gap: 9px;
  align-content: start;
  min-height: 0;
  max-width: 300px;
  border-color: rgba(232, 203, 160, 0.4);
  box-shadow:
    0 22px 38px rgba(0, 0, 0, 0.52),
    inset 0 0 0 1px rgba(232, 203, 160, 0.16);
  background:
    radial-gradient(circle at top right, rgba(216, 191, 150, 0.25), transparent 58%),
    radial-gradient(circle at 0% 100%, rgba(176, 124, 57, 0.14), transparent 38%),
    linear-gradient(145deg, rgba(22, 22, 22, 0.98), rgba(9, 9, 9, 0.98));
}

.lpv3-plan-kicker {
  margin: 0;
  color: var(--ochre-soft);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.lpv3-plan-card h2 {
  margin: 0;
  font-size: clamp(1.12rem, 2.2vw, 1.52rem);
  line-height: 1.08;
}

.lpv3-plan-price {
  margin: 0;
  color: #f3dfc1;
  font-size: clamp(1.24rem, 2.7vw, 1.86rem);
  font-weight: 800;
  line-height: 1.04;
}

.lpv3-plan-copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.lpv3-plan-list {
  margin: 0;
  padding-left: 19px;
  display: grid;
  gap: 6px;
  color: #ededed;
  font-size: 0.91rem;
}

.lpv3-plan-points {
  display: grid;
  gap: 8px;
}

.lpv3-plan-points div {
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  padding: 9px 10px;
  display: grid;
  gap: 3px;
}

.lpv3-plan-points strong {
  color: #f3dfc3;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lpv3-plan-points p {
  margin: 0;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.35;
}

.lpv3-plan-cta {
  width: 100%;
  margin-top: 6px;
}

.lpv3-plan-secondary {
  width: 100%;
}

.lpv3-plan-card small {
  color: var(--muted);
  font-size: 0.79rem;
  line-height: 1.4;
}

.lpv3-benefits {
  display: grid;
  gap: 10px;
}

.lpv3-benefits article {
  padding: 12px;
  background: linear-gradient(145deg, rgba(17, 17, 17, 0.97), rgba(7, 7, 7, 0.95));
}

.lpv3-benefits h3 {
  margin: 0 0 6px;
  color: var(--gold-soft);
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.lpv3-benefits p {
  margin: 0;
  color: var(--muted);
  font-size: 0.87rem;
  line-height: 1.4;
}

.lpv3-sac {
  padding: 10px;
  background: linear-gradient(145deg, rgba(14, 14, 14, 0.95), rgba(8, 8, 8, 0.92));
}

.lpv3-sac-form {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(220px, 1.8fr) auto;
  gap: 8px;
  align-items: end;
}

.lpv3-sac-form label {
  display: grid;
  gap: 5px;
  color: rgba(230, 230, 230, 0.8);
  font-size: 0.78rem;
}

.lpv3-sac-form input,
.lpv3-sac-form textarea {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.14);
  font-size: 0.88rem;
}

.lpv3-sac-form textarea {
  min-height: 44px;
  max-height: 110px;
}

@keyframes lpv3FloatA {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(22px, -9px, 0) scale(1.03);
  }
}

@keyframes lpv3FloatB {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(-18px, 14px, 0) scale(1.03);
  }
}

@keyframes lpv3Lines {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-72px, -72px, 0);
  }
}

@keyframes lpv3BridgeSpinA {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lpv3BridgeSpinB {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes lpv3BridgePulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.16);
  }
}

@keyframes lpv3BridgeOrbit {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(6px, -4px) scale(1.2);
  }
}

@media (min-width: 900px) {
  .lpv3-hero {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 300px);
    align-items: start;
  }

  .lpv3-right {
    justify-self: end;
    align-self: start;
    margin-top: 0;
  }

  .lpv3-left {
    justify-self: start;
    width: 100%;
  }

  .lpv3-phone-showcase {
    min-height: 640px;
  }
}

@media (min-width: 900px) {
  .lpv3-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  .lpv3-stage {
    min-height: 0;
    gap: 10px;
    padding-top: 6px;
  }

  .lpv3-left,
  .lpv3-plan-card,
  .lpv3-benefits article,
  .lpv3-sac {
    border-radius: 16px;
  }

  .lpv3-left {
    padding: 12px;
    gap: 11px;
    justify-items: center;
  }

  .lpv3-left h1 {
    font-size: clamp(1.28rem, 7vw, 1.9rem);
    text-align: center;
  }

  .lpv3-tag,
  .lpv3-copy {
    text-align: center;
  }

  .lpv3-phone-showcase {
    width: 100%;
    min-height: 560px;
    place-items: center;
  }

  .lpv3-phone-ghost {
    opacity: 0.42;
  }

  .lpv3-phone-shell {
    width: min(100%, 388px);
    padding: 0;
    perspective: none;
  }

  .lpv3-phone-stage {
    transform: none;
  }

  .lpv3-phone-frame {
    border-radius: 30px;
    padding: 12px 9px 10px;
    transform: none;
    box-shadow:
      inset 0 0 0 2px rgba(255, 255, 255, 0.05),
      0 18px 26px rgba(0, 0, 0, 0.42);
  }

  .lpv3-phone-frame::before,
  .lpv3-phone-frame::after {
    display: none;
  }

  .lpv3-phone-screen {
    min-height: 500px;
    border-radius: 22px;
  }

  .lpv3-phone-content {
    padding: 8px;
  }

  .lpv3-view {
    inset: 8px;
    border-radius: 14px;
    padding: 9px;
  }

  .lpv3-stat-grid {
    grid-template-columns: 1fr;
  }

  .lpv3-phone-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 7px;
    gap: 5px;
  }

  .lpv3-nav-item {
    min-height: 32px;
    font-size: 0.62rem;
    padding: 0 4px;
  }

  .lpv3-mini-btn {
    font-size: 0.68rem;
    padding: 5px 8px;
  }

  .lpv3-cursor {
    display: none;
  }

  .lpv3-right {
    max-width: 320px;
    justify-self: center;
  }

  .lpv3-plan-card {
    padding: 14px;
    gap: 10px;
  }

  .lpv3-benefits article {
    padding: 10px;
  }

  .lpv3-sac {
    padding: 8px;
  }

  .lpv3-sac-form {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .lpv3-sac-form .btn {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .lpv3-phone-showcase {
    min-height: 500px;
  }

  .lpv3-phone-ghost {
    display: none;
  }

  .lpv3-phone-shell {
    width: 100%;
    padding: 8px;
  }

  .lpv3-phone-notch {
    width: 42%;
    margin-bottom: 8px;
  }

  .lpv3-phone-screen {
    min-height: 468px;
  }

  .lpv3-phone-status {
    padding-inline: 10px;
    font-size: 0.64rem;
  }

  .lpv3-view h3 {
    font-size: 0.88rem;
  }

  .lpv3-list-row strong {
    font-size: 0.76rem;
  }

  .lpv3-list-row span {
    font-size: 0.68rem;
  }

  .lpv3-pill {
    font-size: 0.6rem;
  }

  .lpv3-demo-note {
    font-size: 0.76rem;
  }

  .lpv3-plan-card h2 {
    font-size: clamp(1.18rem, 6vw, 1.6rem);
  }

  .lpv3-plan-price {
    font-size: clamp(1.36rem, 6.4vw, 1.98rem);
  }
}

/* LLP landing */
.llp-home {
  --llp-surface: rgba(13, 13, 13, 0.92);
  --llp-line: rgba(255, 255, 255, 0.14);
  --llp-soft: rgba(255, 255, 255, 0.06);
  --llp-pearl: #f5ddbc;
  --llp-brass: #b47a3a;
  --llp-deep: #17110a;
  --llp-ink: #f7f2ea;
  --llp-muted: #b9b1a7;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 0 14px;
  display: grid;
  gap: 12px;
  font-family: "Bahnschrift", "Trebuchet MS", "Segoe UI", sans-serif;
  color: var(--llp-ink);
  overflow: clip;
}

.llp-background {
  position: absolute;
  inset: -12% -4% auto;
  height: 72%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 4% 18%, rgba(180, 122, 58, 0.3), transparent 34%),
    radial-gradient(circle at 92% 22%, rgba(244, 220, 186, 0.17), transparent 36%);
}

.llp-background::before {
  content: "";
  position: absolute;
  inset: 9% 0 0;
  opacity: 0.11;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black 28%, transparent 76%);
  animation: llpGridDrift 24s linear infinite;
}

.llp-home .llp-hero,
.llp-home .llp-proof,
.llp-home .llp-pricing,
.llp-home .llp-flow,
.llp-home .llp-contact {
  position: relative;
  z-index: 1;
}

.llp-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(360px, 1fr);
  gap: clamp(18px, 2.4vw, 30px);
  align-items: start;
  padding: clamp(12px, 1.4vw, 18px);
}

.llp-phone-column {
  display: grid;
  justify-items: start;
}

.llp-phone-scene {
  width: 100%;
  min-height: clamp(620px, 70vw, 760px);
  display: grid;
  place-items: center start;
  perspective: 1600px;
}

.llp-phone {
  position: relative;
  width: min(460px, 100%);
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
  animation: llpPhoneFloat 7s ease-in-out infinite;
}

.llp-phone-shell {
  position: relative;
  min-height: clamp(560px, 72vw, 680px);
  border-radius: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(165deg, #2a2a2a, #0c0c0c 60%);
  box-shadow:
    -26px 38px 56px rgba(0, 0, 0, 0.56),
    inset 0 0 0 2px rgba(255, 255, 255, 0.06);
  padding: 14px 12px 12px;
  transform-style: preserve-3d;
  transform: rotateY(-18deg) rotateX(12deg) rotateZ(-4deg) translateZ(0);
  transition: transform 220ms ease-out;
}

.llp-phone:hover .llp-phone-shell {
  transform: rotateY(-14deg) rotateX(9deg) rotateZ(-3deg) translateY(-3px);
}

.llp-phone-edge {
  position: absolute;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(74, 74, 74, 0.9), rgba(12, 12, 12, 0.95));
}

.llp-phone-edge-left {
  left: -11px;
  top: 46px;
  bottom: 42px;
  width: 11px;
  border-radius: 12px 0 0 12px;
  transform: translateZ(-10px);
}

.llp-phone-edge-right {
  right: -11px;
  top: 82px;
  bottom: 88px;
  width: 11px;
  border-radius: 0 12px 12px 0;
  transform: translateZ(-10px);
}

.llp-phone-edge-bottom {
  left: 24px;
  right: 24px;
  bottom: -11px;
  height: 11px;
  border-radius: 0 0 18px 18px;
  transform: translateZ(-10px);
}

.llp-phone-status {
  min-height: 28px;
  padding: 5px 14px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(245, 245, 245, 0.84);
  font-size: 0.65rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transform: translateZ(18px);
}

.llp-phone-status strong {
  color: var(--llp-pearl);
  font-size: 0.62rem;
}

.llp-phone-screen {
  position: relative;
  min-height: clamp(470px, 62vw, 588px);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 10% -8%, rgba(180, 122, 58, 0.22), transparent 44%),
    radial-gradient(circle at 90% 0%, rgba(245, 221, 188, 0.12), transparent 46%),
    linear-gradient(180deg, #121212, #060606 74%);
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr auto;
  transform: translateZ(18px);
}

.llp-phone-view {
  position: absolute;
  inset: 12px 11px 66px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(152deg, rgba(24, 24, 24, 0.97), rgba(8, 8, 8, 0.95));
  padding: 11px;
  display: grid;
  align-content: start;
  gap: 9px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(7px);
  transition: opacity 190ms ease, transform 190ms ease;
}

.llp-phone-view.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.llp-phone-kicker {
  margin: 0;
  color: var(--llp-pearl);
  font-size: 0.66rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 700;
}

.llp-phone-view h3 {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.1;
}

.llp-phone-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.llp-phone-grid-compact {
  grid-template-columns: 1fr;
}

.llp-chip {
  width: 100%;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  color: #f4f4f4;
  padding: 8px;
  display: grid;
  gap: 3px;
  margin: 0;
}

button.llp-chip {
  cursor: pointer;
  transition: border-color 180ms ease, transform 180ms ease;
}

button.llp-chip:hover,
button.llp-chip:focus-visible {
  border-color: rgba(245, 221, 188, 0.65);
  transform: translateY(-1px);
}

.llp-chip small {
  color: var(--llp-muted);
  font-size: 0.65rem;
}

.llp-chip strong {
  color: #f6e6cd;
  font-size: 0.9rem;
}

.llp-chip-static {
  cursor: default;
}

.llp-list {
  display: grid;
  gap: 7px;
}

.llp-list article {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  padding: 7px 8px;
  display: grid;
  gap: 2px;
  background: rgba(255, 255, 255, 0.03);
}

.llp-list strong {
  font-size: 0.8rem;
}

.llp-list span {
  color: var(--llp-muted);
  font-size: 0.71rem;
}

.llp-pill {
  justify-self: start;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  min-height: 29px;
  padding: 0 11px;
  color: #f5f5f5;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.67rem;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease;
}

.llp-pill:hover,
.llp-pill:focus-visible {
  border-color: rgba(245, 221, 188, 0.68);
  background: rgba(245, 221, 188, 0.15);
}

.llp-phone-nav {
  align-self: end;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  padding: 10px 9px 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.28);
}

.llp-nav-item {
  min-height: 33px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9px;
  padding: 0 3px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--llp-muted);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 170ms ease;
}

.llp-nav-item.is-active {
  color: #141414;
  border-color: rgba(180, 122, 58, 0.8);
  background: linear-gradient(145deg, #f0d6b0, #b47a3a);
}

.llp-copy-column {
  max-width: 620px;
  display: grid;
  gap: 13px;
  align-content: start;
}

.llp-kicker {
  margin: 0;
  color: var(--llp-pearl);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 700;
}

.llp-copy-column h1 {
  margin: 0;
  font-family: "Bahnschrift SemiBold", "Bahnschrift", "Trebuchet MS", sans-serif;
  font-size: clamp(1.7rem, 4.4vw, 3.25rem);
  line-height: 1.05;
  max-width: 18ch;
}

.llp-copy {
  margin: 0;
  color: var(--llp-muted);
  max-width: 54ch;
  font-size: 0.98rem;
  line-height: 1.5;
}

.llp-subtitle {
  margin: 0;
  color: #f0e2cc;
  font-size: clamp(1.02rem, 1.7vw, 1.26rem);
  line-height: 1.34;
  max-width: 42ch;
}

.llp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.llp-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.llp-trust span {
  min-height: 30px;
  border-radius: 999px;
  border: 1px solid var(--llp-line);
  background: var(--llp-soft);
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  color: #ece4da;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
}

.llp-section-head h2 {
  margin: 6px 0 0;
  font-family: "Bahnschrift SemiBold", "Bahnschrift", "Trebuchet MS", sans-serif;
  font-size: clamp(1.24rem, 2.4vw, 1.92rem);
}

.llp-section-head p {
  margin: 6px 0 0;
  color: var(--llp-muted);
}

.llp-highlight,
.llp-why,
.llp-demos,
.llp-testimonials,
.llp-guarantee,
.llp-faq {
  border: 1px solid var(--llp-line);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.llp-highlight {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
  background: linear-gradient(145deg, rgba(18, 18, 18, 0.96), rgba(9, 9, 9, 0.95));
}

.llp-highlight-main,
.llp-highlight-stat {
  border: 1px solid var(--llp-line);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.llp-highlight-main h2 {
  margin: 6px 0;
  font-size: clamp(1.15rem, 2vw, 1.64rem);
  max-width: 28ch;
}

.llp-highlight-main p {
  margin: 0;
  color: var(--llp-muted);
  font-size: 0.9rem;
  line-height: 1.46;
}

.llp-highlight-stat {
  display: grid;
  align-content: center;
  gap: 6px;
  text-align: center;
}

.llp-highlight-stat strong {
  color: #f4debf;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  letter-spacing: 0.02em;
}

.llp-highlight-stat p {
  margin: 0;
  color: var(--llp-muted);
  font-size: 0.84rem;
  line-height: 1.44;
}

.llp-why {
  padding: 14px;
  background: linear-gradient(145deg, rgba(16, 16, 16, 0.97), rgba(8, 8, 8, 0.96));
  display: grid;
  gap: 12px;
}

.llp-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.llp-why-grid article {
  border: 1px solid var(--llp-line);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.llp-why-grid h3 {
  margin: 0 0 8px;
  color: #f0d8b3;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.llp-why-grid ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: var(--llp-muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

.llp-demos {
  padding: 14px;
  background:
    radial-gradient(circle at top right, rgba(245, 221, 188, 0.08), transparent 44%),
    linear-gradient(145deg, rgba(17, 17, 17, 0.97), rgba(7, 7, 7, 0.95));
  display: grid;
  gap: 12px;
}

.llp-demos-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.llp-demos-grid article {
  border: 1px solid var(--llp-line);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.llp-demos-grid h3 {
  margin: 0 0 5px;
  font-size: 1rem;
}

.llp-demos-grid p {
  margin: 0;
  color: var(--llp-muted);
  font-size: 0.85rem;
  line-height: 1.42;
}

.llp-testimonials {
  padding: 14px;
  background: linear-gradient(145deg, rgba(15, 15, 15, 0.97), rgba(6, 6, 6, 0.95));
  display: grid;
  gap: 12px;
}

.llp-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.llp-testimonials-grid article {
  border: 1px solid var(--llp-line);
  border-radius: 14px;
  padding: 12px;
  display: grid;
  gap: 10px;
  background: rgba(255, 255, 255, 0.03);
}

.llp-testimonials-grid p {
  margin: 0;
  color: #ede8e2;
  font-size: 0.9rem;
  line-height: 1.48;
}

.llp-testimonials-grid strong {
  color: var(--llp-pearl);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.llp-proof,
.llp-pricing,
.llp-flow,
.llp-contact {
  border: 1px solid var(--llp-line);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.llp-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  background: linear-gradient(145deg, rgba(18, 18, 18, 0.96), rgba(9, 9, 9, 0.95));
}

.llp-proof article {
  border: 1px solid var(--llp-line);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.llp-proof h3 {
  margin: 0 0 6px;
  color: #f0d9b7;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.llp-proof p {
  margin: 0;
  color: var(--llp-muted);
  font-size: 0.88rem;
  line-height: 1.4;
}

.llp-pricing {
  padding: clamp(16px, 2.1vw, 24px);
  background:
    radial-gradient(circle at top right, rgba(245, 221, 188, 0.14), transparent 44%),
    linear-gradient(145deg, rgba(20, 20, 20, 0.98), rgba(8, 8, 8, 0.98));
  display: grid;
  gap: 14px;
}

.llp-pricing header h2 {
  margin: 6px 0;
  font-family: "Bahnschrift SemiBold", "Bahnschrift", "Trebuchet MS", sans-serif;
  font-size: clamp(1.3rem, 3.1vw, 2.1rem);
}

.llp-pricing header p {
  margin: 0;
  color: var(--llp-muted);
}

.llp-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.llp-price-card {
  border: 1px solid var(--llp-line);
  border-radius: 16px;
  padding: 14px;
  background: linear-gradient(150deg, rgba(24, 24, 24, 0.95), rgba(9, 9, 9, 0.96));
  display: grid;
  gap: 9px;
  align-content: start;
}

.llp-price-card.is-featured {
  border-color: rgba(240, 214, 176, 0.58);
  box-shadow:
    inset 0 0 0 1px rgba(240, 214, 176, 0.14),
    0 14px 30px rgba(0, 0, 0, 0.48);
  background:
    radial-gradient(circle at top right, rgba(180, 122, 58, 0.22), transparent 46%),
    linear-gradient(150deg, rgba(30, 24, 17, 0.97), rgba(9, 8, 7, 0.98));
}

.llp-price-tag {
  margin: 0;
  color: var(--llp-pearl);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.7rem;
  font-weight: 700;
}

.llp-price-card h3 {
  margin: 0;
  font-size: 1.17rem;
}

.llp-price-value {
  margin: 0;
  color: #f4ddbe;
  font-size: 1.7rem;
  font-weight: 800;
}

.llp-price-card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: var(--llp-muted);
  font-size: 0.86rem;
}

.llp-price-cta {
  width: 100%;
  margin-top: 4px;
}

.llp-flow {
  padding: 11px;
  background: linear-gradient(145deg, rgba(16, 16, 16, 0.97), rgba(7, 7, 7, 0.95));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.llp-flow article {
  border: 1px solid var(--llp-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  padding: 12px;
  display: grid;
  gap: 6px;
}

.llp-flow strong {
  color: var(--llp-pearl);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.llp-flow h3 {
  margin: 0;
  font-size: 0.98rem;
}

.llp-flow p {
  margin: 0;
  color: var(--llp-muted);
  font-size: 0.86rem;
  line-height: 1.42;
}

.llp-guarantee {
  padding: 14px;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(180, 122, 58, 0.18), transparent 56%),
    linear-gradient(145deg, rgba(17, 17, 17, 0.97), rgba(8, 8, 8, 0.95));
}

.llp-guarantee h2 {
  margin: 8px 0;
  font-size: clamp(1.15rem, 2.2vw, 1.7rem);
}

.llp-guarantee p {
  margin: 0;
  color: var(--llp-muted);
  font-size: 0.9rem;
  line-height: 1.48;
}

.llp-faq {
  padding: 14px;
  display: grid;
  gap: 12px;
  background: linear-gradient(145deg, rgba(16, 16, 16, 0.97), rgba(7, 7, 7, 0.95));
}

.llp-faq-list {
  display: grid;
  gap: 8px;
}

.llp-faq-list details {
  border: 1px solid var(--llp-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  padding: 9px 11px;
}

.llp-faq-list summary {
  cursor: pointer;
  list-style: none;
  font-size: 0.9rem;
  color: #f2e4cf;
  font-weight: 600;
}

.llp-faq-list summary::-webkit-details-marker {
  display: none;
}

.llp-faq-list p {
  margin: 8px 0 2px;
  color: var(--llp-muted);
  font-size: 0.84rem;
  line-height: 1.42;
}

.llp-contact {
  padding: 11px;
  background: linear-gradient(145deg, rgba(15, 15, 15, 0.96), rgba(7, 7, 7, 0.95));
}

.llp-contact-form {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(220px, 1.8fr) auto;
  gap: 9px;
  align-items: end;
}

.llp-contact-form label {
  display: grid;
  gap: 5px;
  color: var(--llp-muted);
  font-size: 0.8rem;
}

.llp-contact-form input,
.llp-contact-form textarea {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.17);
}

.llp-contact-form textarea {
  min-height: 46px;
  max-height: 110px;
}

@keyframes llpGridDrift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-72px, -72px, 0);
  }
}

@keyframes llpPhoneFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@media (max-width: 1080px) {
  .llp-highlight,
  .llp-why-grid,
  .llp-demos-grid,
  .llp-testimonials-grid,
  .llp-pricing-grid,
  .llp-contact-form {
    grid-template-columns: 1fr 1fr;
  }

  .llp-highlight {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .llp-home {
    gap: 10px;
  }

  .llp-phone {
    width: min(390px, 100%);
    animation: none;
  }

  .llp-hero {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .llp-phone-column,
  .llp-phone-scene {
    justify-items: center;
    place-items: center;
  }

  .llp-copy-column h1,
  .llp-copy {
    max-width: 100%;
  }

  .llp-actions,
  .llp-trust {
    justify-content: center;
  }

  .llp-phone-shell {
    transform: none;
    min-height: 540px;
    border-radius: 34px;
    padding: 12px 10px 10px;
    box-shadow:
      0 18px 26px rgba(0, 0, 0, 0.44),
      inset 0 0 0 2px rgba(255, 255, 255, 0.05);
  }

  .llp-phone-edge {
    display: none;
  }

  .llp-phone-screen {
    min-height: 488px;
    border-radius: 24px;
  }

  .llp-phone-view {
    inset: 10px 9px 63px;
    border-radius: 15px;
    padding: 9px;
  }

  .llp-phone-grid {
    grid-template-columns: 1fr;
  }

  .llp-highlight,
  .llp-why-grid,
  .llp-demos-grid,
  .llp-testimonials-grid,
  .llp-pricing-grid,
  .llp-contact-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .llp-hero {
    padding: 8px;
    gap: 14px;
  }

  .llp-phone-scene {
    min-height: 520px;
  }

  .llp-phone {
    width: 100%;
  }

  .llp-phone-screen {
    min-height: 460px;
  }

  .llp-phone-status {
    font-size: 0.62rem;
    padding-inline: 10px;
  }

  .llp-copy-column h1 {
    font-size: clamp(1.44rem, 8vw, 2rem);
  }

  .llp-trust span {
    width: 100%;
    justify-content: center;
  }
}

/* Landing fresh v1 */
body.landing-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 120, 60, 0.2), transparent 36%),
    radial-gradient(circle at 88% 12%, rgba(200, 164, 255, 0.16), transparent 34%),
    linear-gradient(180deg, #0b0b0d, #040405);
}

.lpx-home {
  --lpx-line: rgba(255, 255, 255, 0.14);
  --lpx-soft: rgba(255, 255, 255, 0.04);
  --lpx-text: #f6f5f3;
  --lpx-muted: #b9b8b4;
  --lpx-hot: #ff8f4e;
  --lpx-cold: #84b8ff;
  --lpx-panel: rgba(14, 14, 16, 0.92);
  position: relative;
  width: min(1260px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 12px;
  padding-bottom: 12px;
  color: var(--lpx-text);
  overflow: clip;
}

.lpx-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 143, 78, 0.16), transparent 30%),
    radial-gradient(circle at 90% 16%, rgba(132, 184, 255, 0.12), transparent 32%);
}

.lpx-home > section,
.lpx-home > footer {
  position: relative;
  z-index: 1;
  border: 1px solid var(--lpx-line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  background: linear-gradient(150deg, rgba(18, 18, 20, 0.96), rgba(8, 8, 9, 0.95));
}

.lpx-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(12px, 2.2vw, 26px);
  padding: clamp(16px, 2.4vw, 28px);
  align-items: center;
}

.lpx-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 700;
  color: #ffd5be;
}

.lpx-copy h1 {
  margin: 8px 0 10px;
  line-height: 1.03;
  font-size: clamp(1.72rem, 4.4vw, 3.22rem);
  max-width: 18ch;
}

.lpx-subtitle {
  margin: 0;
  color: var(--lpx-muted);
  font-size: clamp(0.94rem, 1.6vw, 1.12rem);
  line-height: 1.45;
  max-width: 58ch;
}

.lpx-hero-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lpx-proofline {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lpx-proofline span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid var(--lpx-line);
  background: var(--lpx-soft);
  padding: 0 12px;
  color: #f0ece6;
  font-size: 0.76rem;
}

.lpx-device-wrap {
  display: grid;
  place-items: center;
  min-height: 560px;
  perspective: 1400px;
}

.lpx-device {
  position: relative;
  width: min(360px, 100%);
  min-height: 540px;
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 12px 10px;
  transform: rotateY(-17deg) rotateX(10deg) rotateZ(-3deg);
  transform-style: preserve-3d;
  background: linear-gradient(165deg, #2a2a2f, #0c0c0e 64%);
  box-shadow:
    -22px 34px 56px rgba(0, 0, 0, 0.56),
    inset 0 0 0 2px rgba(255, 255, 255, 0.05);
}

.lpx-side {
  position: absolute;
  top: 52px;
  bottom: 54px;
  width: 10px;
  background: linear-gradient(180deg, rgba(68, 68, 75, 0.9), rgba(11, 11, 13, 0.95));
}

.lpx-side-left {
  left: -10px;
  border-radius: 12px 0 0 12px;
}

.lpx-side-right {
  right: -10px;
  border-radius: 0 12px 12px 0;
}

.lpx-screen {
  min-height: 510px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 143, 78, 0.24), transparent 44%),
    radial-gradient(circle at 96% 6%, rgba(132, 184, 255, 0.22), transparent 42%),
    linear-gradient(180deg, #121216, #060607 74%);
  padding: 10px;
  display: grid;
  align-content: start;
  gap: 8px;
}

.lpx-status {
  min-height: 28px;
  padding: 5px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(246, 246, 246, 0.85);
}

.lpx-status strong {
  color: #ffd6be;
  font-size: 0.6rem;
}

.lpx-cards {
  display: grid;
  gap: 7px;
}

.lpx-cards article {
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  padding: 8px;
  display: grid;
  gap: 2px;
}

.lpx-cards small {
  color: var(--lpx-muted);
  font-size: 0.65rem;
}

.lpx-cards strong {
  color: #f8e9de;
  font-size: 0.91rem;
}

.lpx-device-list {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  padding: 8px;
  display: grid;
  gap: 6px;
}

.lpx-device-list p {
  margin: 0;
  color: #ece9e4;
  font-size: 0.76rem;
}

.lpx-device-list b {
  color: #ffcea8;
}

.lpx-head h2 {
  margin: 7px 0 0;
  font-size: clamp(1.16rem, 2.3vw, 1.9rem);
}

.lpx-head p {
  margin: 0;
}

.lpx-pains,
.lpx-solution,
.lpx-modules,
.lpx-pricing,
.lpx-faq,
.lpx-contact {
  padding: clamp(14px, 2vw, 22px);
}

.lpx-pains-grid,
.lpx-solution-grid,
.lpx-modules-grid,
.lpx-pricing-grid {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.lpx-pains-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lpx-solution-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lpx-modules-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lpx-pains-grid article,
.lpx-solution-grid article,
.lpx-modules-grid article {
  border: 1px solid var(--lpx-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  padding: 12px;
}

.lpx-pains-grid h3,
.lpx-solution-grid h3,
.lpx-modules-grid h3 {
  margin: 0 0 6px;
  color: #ffd2b6;
  font-size: 0.94rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.lpx-pains-grid p,
.lpx-solution-grid p,
.lpx-modules-grid p {
  margin: 0;
  color: var(--lpx-muted);
  font-size: 0.86rem;
  line-height: 1.42;
}

.lpx-pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lpx-price-card {
  border: 1px solid var(--lpx-line);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(22, 22, 24, 0.96), rgba(8, 8, 9, 0.96));
  padding: 14px;
  display: grid;
  gap: 8px;
}

.lpx-price-card.is-featured {
  border-color: rgba(255, 143, 78, 0.62);
  box-shadow:
    inset 0 0 0 1px rgba(255, 143, 78, 0.2),
    0 16px 28px rgba(0, 0, 0, 0.45);
  background:
    radial-gradient(circle at top right, rgba(255, 143, 78, 0.22), transparent 44%),
    linear-gradient(145deg, rgba(31, 22, 15, 0.98), rgba(9, 8, 7, 0.98));
}

.lpx-tag {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffd7bd;
  font-size: 0.69rem;
  font-weight: 700;
}

.lpx-price-card h3 {
  margin: 0;
  font-size: 1.12rem;
}

.lpx-price {
  margin: 0;
  color: #ffe4ce;
  font-size: 1.6rem;
  font-weight: 800;
}

.lpx-price-card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: var(--lpx-muted);
  font-size: 0.85rem;
}

.lpx-price-cta {
  width: 100%;
  margin-top: 2px;
}

.lpx-faq-list {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.lpx-faq-list details {
  border: 1px solid var(--lpx-line);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.03);
  padding: 9px 11px;
}

.lpx-faq-list summary {
  cursor: pointer;
  list-style: none;
  color: #f5dfce;
  font-size: 0.9rem;
  font-weight: 600;
}

.lpx-faq-list summary::-webkit-details-marker {
  display: none;
}

.lpx-faq-list p {
  margin: 7px 0 2px;
  color: var(--lpx-muted);
  font-size: 0.84rem;
  line-height: 1.42;
}

.lpx-contact-form {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(220px, 1.7fr) auto;
  gap: 9px;
  align-items: end;
}

.lpx-contact-form label {
  display: grid;
  gap: 5px;
  color: var(--lpx-muted);
  font-size: 0.8rem;
}

.lpx-contact-form input,
.lpx-contact-form textarea {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.16);
}

.lpx-contact-form textarea {
  min-height: 46px;
  max-height: 110px;
}

@media (max-width: 1100px) {
  .lpx-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .lpx-copy h1,
  .lpx-subtitle {
    max-width: 100%;
  }

  .lpx-hero-actions,
  .lpx-proofline {
    justify-content: center;
  }

  .lpx-device-wrap {
    min-height: 500px;
  }

  .lpx-pains-grid,
  .lpx-solution-grid,
  .lpx-modules-grid,
  .lpx-pricing-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .lpx-home {
    gap: 10px;
  }

  .lpx-hero {
    padding: 12px;
  }

  .lpx-device-wrap {
    min-height: 420px;
    perspective: none;
  }

  .lpx-device {
    width: min(340px, 100%);
    min-height: 488px;
    transform: none;
    border-radius: 32px;
  }

  .lpx-side {
    display: none;
  }

  .lpx-screen {
    min-height: 455px;
    border-radius: 22px;
  }

  .lpx-pains-grid,
  .lpx-solution-grid,
  .lpx-modules-grid,
  .lpx-pricing-grid,
  .lpx-contact-form {
    grid-template-columns: 1fr;
  }
}

