/* Combined landing + QR demo styles */
:root {
  --bg: #070b14;
  --bg-2: #0f172a;
  --panel: rgba(255, 255, 255, 0.075);
  --panel-strong: rgba(255, 255, 255, 0.12);
  --text: #ffffff;
  --muted: #aab6c8;
  --soft: #dbe4f0;
  --blue: #3b82f6;
  --blue-dark: #1d4ed8;
  --green: #22c55e;
  --gold: #d6b36a;
  --danger: #f87171;
  --shadow: 0 30px 100px rgba(0, 0, 0, 0.45);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 5%, rgba(59, 130, 246, 0.24), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(214, 179, 106, 0.14), transparent 28%),
    radial-gradient(circle at 50% 52%, rgba(34, 197, 94, 0.045), transparent 30%),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

a { color: inherit; }

.site-header {
  position: fixed;
  z-index: 30;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1140px, calc(100% - 28px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(7, 11, 20, 0.74);
  backdrop-filter: blur(18px);
  border-radius: 999px;
}

.brand, .header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand {
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.brand-mark {
  width: 31px;
  height: 31px;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--gold), white 45%, var(--blue));
  box-shadow: 0 0 30px rgba(59, 130, 246, 0.45);
}

.header-actions a {
  text-decoration: none;
  color: var(--soft);
  font-size: 14px;
}

.nav-cta {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
}

.hero {
  width: min(1180px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  padding: 124px 22px 74px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 44px;
  align-items: center;
}

.eyebrow, .kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.live-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 18px rgba(34, 197, 94, 0.85);
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 780px;
  margin: 18px 0 22px;
  font-size: clamp(48px, 7.3vw, 86px);
  line-height: 0.92;
  letter-spacing: -0.078em;
}

.hero-lead {
  max-width: 660px;
  margin-bottom: 16px;
  color: var(--soft);
  font-size: clamp(20px, 2.5vw, 26px);
  line-height: 1.33;
}

.hero-support {
  max-width: 620px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.price-card {
  display: inline-grid;
  gap: 4px;
  margin-top: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(214,179,106,0.26);
  background: linear-gradient(135deg, rgba(214,179,106,0.16), rgba(255,255,255,0.06));
  border-radius: 22px;
}

.price-card span, .price-card small { color: var(--muted); }

.price-card strong {
  color: white;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.hero-buttons, .demo-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 23px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.primary {
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  box-shadow: 0 18px 50px rgba(59, 130, 246, 0.34);
}

.secondary {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: var(--soft);
}

/* Premium phone hero */
.hero-visual {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.visual-orbit {
  position: absolute;
  width: 570px;
  height: 570px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(59,130,246,0.09), transparent 52%),
    radial-gradient(circle at 50% 2%, rgba(214,179,106,0.18), transparent 18%);
  box-shadow: inset 0 0 80px rgba(59,130,246,0.06), 0 0 100px rgba(59,130,246,0.08);
}

.phone-wrap {
  position: relative;
  z-index: 4;
  perspective: 1100px;
}

.phone-shadow {
  position: absolute;
  inset: auto 22px -26px;
  height: 48px;
  background: rgba(0,0,0,0.55);
  filter: blur(18px);
  border-radius: 50%;
}

.phone {
  position: relative;
  width: min(358px, 78vw);
  padding: 13px;
  border-radius: 50px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.34), rgba(255,255,255,0.05) 18%, rgba(255,255,255,0.16)),
    linear-gradient(145deg, #202938, #070b14);
  box-shadow: 0 34px 100px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.18), inset 0 0 0 1px rgba(255,255,255,0.14);
  transform: rotate(1.5deg) rotateY(-8deg);
}

.phone-metal {
  position: absolute;
  inset: 7px;
  border-radius: 43px;
  border: 1px solid rgba(255,255,255,0.08);
  pointer-events: none;
}

.phone-notch {
  position: absolute;
  z-index: 3;
  top: 23px;
  left: 50%;
  width: 104px;
  height: 29px;
  transform: translateX(-50%);
  background: #050814;
  border-radius: 999px;
}

.phone-notch span {
  position: absolute;
  right: 18px;
  top: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #152033;
}

.screen {
  position: relative;
  min-height: 590px;
  padding: 56px 22px 20px;
  overflow: hidden;
  border-radius: 38px;
  color: #0f172a;
  background: radial-gradient(circle at top right, rgba(59, 130, 246, 0.22), transparent 32%), linear-gradient(180deg, #f8fafc, #eef4fb);
}

.screen::before {
  content: "";
  position: absolute;
  left: -80px;
  right: -80px;
  top: -120px;
  height: 240px;
  background: linear-gradient(135deg, rgba(59,130,246,0.18), rgba(214,179,106,0.16));
  transform: rotate(-8deg);
}

.screen > * { position: relative; z-index: 1; }

.screen-header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.screen-pill {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 11px;
  font-weight: 900;
}

.screen h2 {
  margin: 0;
  font-size: 32px;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.mini-qr {
  width: 56px;
  min-width: 56px;
  height: 56px;
  padding: 7px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  border-radius: 16px;
  background: #0f172a;
  box-shadow: 0 10px 24px rgba(15,23,42,0.16);
}

.mini-qr span {
  border-radius: 2px;
  background: white;
}

.mini-qr span:nth-child(2), .mini-qr span:nth-child(6) { opacity: 0.15; }

.progress-track, .tenant-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin: 16px 0 18px;
}

.progress-track span, .tenant-progress span {
  height: 6px;
  border-radius: 999px;
  background: #cbd5e1;
}

.progress-track .active, .tenant-progress .active {
  background: linear-gradient(135deg, var(--blue), var(--green));
}

.mock-field, .mock-textarea, .tenant-card {
  margin-bottom: 12px;
  padding: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 19px;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 9px 24px rgba(15,23,42,0.075);
  backdrop-filter: blur(10px);
}

.mock-field span {
  display: block;
  margin-bottom: 4px;
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
}

.issue-selector {
  display: flex;
  gap: 7px;
  margin-bottom: 12px;
}

.issue-selector button {
  flex: 1;
  border: 1px solid #dbe4f0;
  background: rgba(255,255,255,0.78);
  color: #475569;
  padding: 10px 8px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
}

.issue-selector .selected {
  border-color: rgba(59,130,246,0.35);
  background: #dbeafe;
  color: #1d4ed8;
}

.mock-textarea {
  color: #334155;
  line-height: 1.45;
  font-size: 14px;
}

.photo-preview {
  display: grid;
  grid-template-columns: 1.4fr 0.75fr;
  gap: 9px;
  margin: 14px 0;
}

.photo-main, .photo-stack span {
  position: relative;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(15,23,42,0.3), rgba(59,130,246,0.12)), linear-gradient(135deg, #cbd5e1, #f8fafc);
  overflow: hidden;
}

.photo-main { height: 104px; }

.photo-main::after, .photo-stack span::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  height: 28px;
  border-radius: 999px 999px 10px 10px;
  background: rgba(15,23,42,0.18);
}

.photo-stack { display: grid; gap: 9px; }

.photo-stack span { height: 47.5px; }

.photo-glow {
  position: absolute;
  width: 42px;
  height: 42px;
  right: 18px;
  top: 16px;
  border-radius: 50%;
  background: rgba(214,179,106,0.7);
}

.tenant-card {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  font-weight: 900;
}

.tenant-card strong, .tenant-card span { display: block; }

.tenant-card span {
  color: #64748b;
  font-size: 12px;
  margin-top: 2px;
}

.mock-submit {
  width: 100%;
  padding: 16px;
  border-radius: 19px;
  background: linear-gradient(135deg, #111827, #020617);
  color: white;
  text-align: center;
  font-weight: 900;
}

/* Floating process cards */
.process-card {
  position: absolute;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 13px;
  width: 250px;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.16);
  background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.055)), rgba(15,23,42,0.86);
  backdrop-filter: blur(20px);
  box-shadow: 0 24px 65px rgba(0,0,0,0.33);
}

.process-card strong, .process-card small { display: block; }

.process-card small {
  margin-top: 3px;
  color: var(--muted);
  line-height: 1.25;
}

.qr-card { top: 74px; left: -2px; }
.form-card { right: -2px; top: 282px; }
.notify-card { left: 54px; bottom: 52px; }

.process-icon {
  width: 58px;
  min-width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255,255,255,0.11);
}

.qr-art {
  padding: 8px;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  background: white;
}

.qr-art span {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: #111827;
}

.qr-art span:nth-child(3n), .qr-art span:nth-child(8), .qr-art span:nth-child(13) { background: transparent; }

.form-icon {
  align-content: center;
  gap: 6px;
}

.form-icon span {
  width: 34px;
  height: 6px;
  border-radius: 999px;
  background: var(--soft);
}

.form-icon span:nth-child(2) {
  width: 24px;
  justify-self: start;
  margin-left: 12px;
}

.bell-icon {
  position: relative;
  background: linear-gradient(135deg, var(--green), #86efac);
}

.bell-icon span {
  width: 24px;
  height: 25px;
  border-radius: 13px 13px 9px 9px;
  background: white;
  position: relative;
}

.bell-icon span::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: -7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.flow-lines {
  position: absolute;
  z-index: 2;
  width: 620px;
  height: 620px;
  pointer-events: none;
  opacity: 0.72;
}

.flow-path {
  fill: none;
  stroke: rgba(59,130,246,0.65);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 10 12;
}

.path-two { stroke: rgba(214,179,106,0.62); }
.path-three { stroke: rgba(34,197,94,0.5); }

.statement, .demo-section, .section, .lead-section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.statement {
  margin-bottom: 42px;
  padding: 34px;
  border-radius: 36px;
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(135deg, rgba(214,179,106,0.18), rgba(59,130,246,0.12));
  text-align: center;
}

.statement p {
  max-width: 900px;
  margin: 0 auto;
  color: var(--soft);
  font-size: clamp(21px, 3vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.035em;
  font-weight: 900;
}

.demo-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 32px;
  align-items: center;
  padding: 78px 0;
}

.demo-copy h2, .section-heading h2, .lead-copy h2 {
  margin: 12px 0 0;
  font-size: clamp(35px, 5vw, 60px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.demo-copy p, .lead-copy p, .timeline-card p {
  color: var(--muted);
  line-height: 1.6;
}

.demo-qr-panel {
  position: relative;
  display: grid;
  gap: 16px;
}

.qr-glass-card {
  position: relative;
  padding: 28px;
  border-radius: 36px;
  text-align: center;
  background: linear-gradient(135deg, rgba(255,255,255,0.13), rgba(255,255,255,0.055)), rgba(15,23,42,0.68);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.qr-glass-card::before {
  content: "";
  position: absolute;
  inset: -120px auto auto -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(214,179,106,0.16);
  filter: blur(3px);
}

.scan-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--gold);
  background: rgba(214,179,106,0.11);
  border: 1px solid rgba(214,179,106,0.18);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
}

.qr-glass-card img {
  position: relative;
  z-index: 1;
  width: min(260px, 78vw);
  border-radius: 28px;
  padding: 16px;
  background: white;
  box-shadow: 0 18px 60px rgba(0,0,0,0.35);
}

.qr-glass-card h3 {
  margin: 18px 0 8px;
  font-size: 28px;
  letter-spacing: -0.05em;
}

.qr-glass-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.demo-flow-mini {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.demo-flow-mini div {
  padding: 14px;
  border-radius: 20px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--soft);
  font-weight: 800;
  font-size: 14px;
}

.demo-flow-mini span {
  display: block;
  color: var(--gold);
  margin-bottom: 5px;
}

.section, .lead-section { padding: 78px 0; }

.section-heading {
  max-width: 770px;
  margin-bottom: 38px;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.timeline-card {
  position: relative;
  min-height: 285px;
  padding: 27px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.07);
  overflow: hidden;
}

.timeline-card.featured {
  border-color: rgba(59,130,246,0.34);
  background: linear-gradient(180deg, rgba(59,130,246,0.22), rgba(255,255,255,0.075));
}

.timeline-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 54px;
}

.timeline-number {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--gold);
  background: rgba(255,255,255,0.1);
  font-weight: 900;
}

.timeline-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, rgba(214,179,106,0.7), rgba(59,130,246,0.2));
}

.timeline-card h3 {
  margin-bottom: 12px;
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.lead-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  padding: clamp(24px, 5vw, 46px);
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(59,130,246,0.22), rgba(255,255,255,0.06)), rgba(255,255,255,0.075);
  border: 1px solid rgba(255,255,255,0.13);
  box-shadow: var(--shadow);
}

.promise-list {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.promise-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
  color: var(--soft);
}

.promise-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}

.lead-form, .tenant-report-form {
  padding: 22px;
  border-radius: 28px;
  background: rgba(7,11,20,0.58);
  border: 1px solid rgba(255,255,255,0.1);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-group { margin-bottom: 14px; }

.lead-form label, .tenant-report-form label {
  display: block;
  margin-bottom: 7px;
  color: var(--soft);
  font-size: 14px;
  font-weight: 900;
}

.lead-form input, .lead-form textarea, .tenant-report-form input, .tenant-report-form textarea, .tenant-report-form select {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.13);
  outline: 0;
  border-radius: 16px;
  background: rgba(255,255,255,0.09);
  color: white;
  padding: 15px 16px;
  font: inherit;
}

.tenant-report-form select option {
  background: #0f172a;
}

.lead-form textarea, .tenant-report-form textarea {
  min-height: 118px;
  resize: vertical;
}

.error-message {
  display: block;
  min-height: 18px;
  margin-top: 5px;
  color: var(--danger);
  font-size: 12px;
}

.char-count {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  text-align: right;
  font-size: 12px;
}

.consent {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
  color: var(--soft);
  line-height: 1.45;
}

.consent input {
  width: auto;
  margin-top: 4px;
}

.lead-form button, .tenant-submit {
  width: 100%;
  margin-top: 16px;
  border: 0;
  border-radius: 18px;
  padding: 17px;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: white;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 44px rgba(59,130,246,0.25);
}

.form-note {
  margin: 12px 0 0;
  color: var(--muted);
  text-align: center;
  font-size: 13px;
}

/* Tenant demo page */
.tenant-demo-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(59,130,246,0.26), transparent 34%),
    radial-gradient(circle at bottom right, rgba(214,179,106,0.12), transparent 28%),
    var(--bg);
}

.tenant-demo-shell {
  width: min(1060px, calc(100% - 28px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: center;
}

.tenant-demo-card, .landlord-notification-preview {
  border-radius: 36px;
  border: 1px solid rgba(255,255,255,0.14);
  background: linear-gradient(135deg, rgba(255,255,255,0.13), rgba(255,255,255,0.055)), rgba(15,23,42,0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.tenant-demo-card {
  padding: 22px;
}

.tenant-demo-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.back-link {
  color: var(--soft);
  text-decoration: none;
  font-weight: 800;
}

.secure-pill {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(34,197,94,0.12);
  color: #86efac;
  border: 1px solid rgba(34,197,94,0.24);
  font-size: 12px;
  font-weight: 900;
}

.property-banner {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 22px;
}

.property-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #070b14;
  background: linear-gradient(135deg, var(--gold), white);
  font-size: 26px;
}

.property-banner small, .property-banner strong {
  display: block;
}

.property-banner small {
  color: var(--muted);
  margin-bottom: 3px;
}

.tenant-form-heading h1 {
  font-size: clamp(38px, 7vw, 66px);
}

.tenant-form-heading p {
  color: var(--muted);
  line-height: 1.55;
}

.issue-chip-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.chip {
  border: 1px solid rgba(255,255,255,0.12);
  color: var(--soft);
  background: rgba(255,255,255,0.08);
  padding: 12px;
  border-radius: 999px;
  font-weight: 900;
}

.chip.active {
  border-color: rgba(59,130,246,0.5);
  background: rgba(59,130,246,0.28);
  color: white;
}

.upload-demo {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px;
  border: 1px dashed rgba(255,255,255,0.26);
  border-radius: 22px;
  background: rgba(255,255,255,0.055);
}

.upload-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(59,130,246,0.2);
  color: white;
  font-size: 30px;
}

.upload-demo strong, .upload-demo span {
  display: block;
}

.upload-demo span {
  color: var(--muted);
  font-size: 13px;
  margin-top: 2px;
}

.landlord-notification-preview {
  padding: 26px;
  transform: translateY(10px);
}

.notification-head {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}

.notification-head small, .notification-head strong {
  display: block;
}

.notification-head small {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 900;
}

.notification-head strong {
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.notification-body {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
}

.notification-body p {
  margin-bottom: 10px;
  color: var(--soft);
}

.notification-body p:last-child {
  margin-bottom: 0;
}

.notification-footer {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 980px) {
  .hero, .lead-panel, .demo-section, .tenant-demo-shell { grid-template-columns: 1fr; }
  .hero { padding-top: 116px; }
  .hero-visual { min-height: 680px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline-top { margin-bottom: 36px; }
  .tenant-demo-shell { padding-top: 18px; }
}

@media (max-width: 640px) {
  .brand-text, .header-actions a:first-child { display: none; }
  .hero { padding-left: 18px; padding-right: 18px; }
  h1 { font-size: 51px; }
  .hero-lead { font-size: 19px; }
  .hero-buttons .button, .demo-buttons .button { width: 100%; }
  .hero-visual { min-height: 705px; margin-top: 18px; }
  .visual-orbit { width: 410px; height: 410px; }
  .phone { width: min(316px, 88vw); transform: rotate(0deg); }
  .screen { min-height: 565px; padding-left: 18px; padding-right: 18px; }
  .screen h2 { font-size: 29px; }
  .process-card { width: 228px; }
  .qr-card { left: 0; top: 0; }
  .form-card { right: 0; top: auto; bottom: 98px; }
  .notify-card { left: 0; bottom: 0; }
  .flow-lines { display: none; }
  .statement, .section, .lead-section, .demo-section { width: calc(100% - 28px); }
  .statement { padding: 24px; }
  .section, .lead-section, .demo-section { padding: 58px 0; }
  .form-grid, .demo-flow-mini { grid-template-columns: 1fr; gap: 0; }
  .demo-flow-mini { gap: 9px; }
  .tenant-demo-shell { width: calc(100% - 18px); padding: 12px 0; }
  .tenant-demo-card, .landlord-notification-preview { border-radius: 28px; }
  .tenant-report-form { padding: 16px; }
  .issue-chip-grid { grid-template-columns: 1fr; }
}


/* Landlord CTA added to QR demo page */
.landlord-demo-cta {
  margin-top: 22px;
  padding: 24px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(59,130,246,0.18), rgba(214,179,106,0.11));
  border: 1px solid rgba(255,255,255,0.13);
  text-align: center;
}

.landlord-demo-cta h2 {
  margin: 10px 0 10px;
  font-size: clamp(28px, 5vw, 42px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.landlord-demo-cta p {
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 18px;
}

.cta-points {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
}

.cta-points span {
  display: block;
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--soft);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.09);
  font-size: 14px;
  font-weight: 800;
}

.landlord-demo-button {
  width: 100%;
}


/* Clickable QR demo enhancement */
.clickable-qr {
  position: relative;
  z-index: 2;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.clickable-qr:hover,
.clickable-qr:focus-visible {
  transform: translateY(-3px) scale(1.015);
  filter: brightness(1.04);
  outline: none;
}

.clickable-qr:focus-visible {
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.35);
}

.clickable-qr::after {
  content: "Click or scan";
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  padding: 8px 11px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(7, 11, 20, 0.82);
  border: 1px solid rgba(255,255,255,0.16);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  opacity: 0;
  transition: opacity 0.18s ease, bottom 0.18s ease;
  pointer-events: none;
  white-space: nowrap;
}

.clickable-qr:hover::after,
.clickable-qr:focus-visible::after {
  opacity: 1;
  bottom: 34px;
}

.qr-click-hint {
  display: inline-flex;
  margin-top: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--soft);
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (max-width: 640px) {
  .clickable-qr::after {
    opacity: 1;
    bottom: 28px;
  }
}

/* Stripe-style responsive refinement: polished, spacious, no overlap */
.hero {
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 74px;
  right: -120px;
  width: 620px;
  height: 620px;
  border-radius: 42% 58% 48% 52%;
  background:
    linear-gradient(135deg, rgba(59,130,246,0.24), rgba(214,179,106,0.12) 42%, rgba(34,197,94,0.08)),
    radial-gradient(circle at 40% 35%, rgba(255,255,255,0.12), transparent 42%);
  filter: blur(2px);
  transform: rotate(-12deg);
  opacity: 0.76;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -160px;
  bottom: 70px;
  width: 480px;
  height: 480px;
  border-radius: 38% 62% 60% 40%;
  background: linear-gradient(135deg, rgba(214,179,106,0.12), rgba(59,130,246,0.11));
  transform: rotate(18deg);
  opacity: 0.68;
}

.hero-copy {
  position: relative;
  z-index: 5;
}

.hero-visual {
  position: relative;
  z-index: 3;
}

.phone {
  box-shadow:
    0 34px 100px rgba(0,0,0,0.55),
    0 0 0 1px rgba(255,255,255,0.18),
    inset 0 0 0 1px rgba(255,255,255,0.14),
    0 0 80px rgba(59,130,246,0.12);
}

.qr-glass-card {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.16), rgba(255,255,255,0.055)),
    rgba(15,23,42,0.76);
}

/* Mobile: clean Stripe-like stacked layout */
@media (max-width: 640px) {
  body {
    background:
      radial-gradient(circle at 20% 0%, rgba(59,130,246,0.27), transparent 28%),
      radial-gradient(circle at 90% 18%, rgba(214,179,106,0.14), transparent 22%),
      radial-gradient(circle at 50% 62%, rgba(34,197,94,0.055), transparent 28%),
      var(--bg);
  }

  .site-header {
    top: 10px;
    width: calc(100% - 22px);
    padding: 12px 13px;
  }

  .brand-text,
  .header-actions a:first-child {
    display: none;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 96px 18px 38px;
    gap: 30px;
    overflow: visible;
  }

  .hero::before {
    top: 40px;
    right: -190px;
    width: 440px;
    height: 440px;
    opacity: 0.82;
    filter: blur(1px);
  }

  .hero::after {
    left: -220px;
    bottom: 80px;
    width: 390px;
    height: 390px;
    opacity: 0.55;
  }

  .hero-copy {
    width: 100%;
  }

  .eyebrow {
    margin-bottom: 10px;
  }

  h1 {
    margin: 0 0 17px;
    font-size: clamp(44px, 12.4vw, 56px);
    line-height: 0.93;
    letter-spacing: -0.078em;
  }

  .hero-lead {
    margin-bottom: 13px;
    font-size: 19px;
    line-height: 1.42;
  }

  .hero-support {
    margin-bottom: 0;
    font-size: 15.5px;
    line-height: 1.58;
  }

  .price-card {
    width: 100%;
    margin-top: 19px;
    padding: 16px 17px;
    border-radius: 21px;
    background:
      linear-gradient(135deg, rgba(214,179,106,0.18), rgba(255,255,255,0.07)),
      rgba(255,255,255,0.04);
  }

  .price-card strong {
    font-size: 31px;
  }

  .hero-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .hero-buttons .button {
    width: 100%;
    min-height: 55px;
  }

  .hero-visual {
    width: 100%;
    min-height: 642px;
    margin: 0;
    transform: none;
    display: grid;
    place-items: center;
  }

  .visual-orbit {
    width: 370px;
    height: 370px;
    opacity: 0.86;
    transform: translateY(-20px);
  }

  .phone-wrap {
    transform: none;
    margin-top: 38px;
  }

  .phone,
  .phone:hover {
    width: min(312px, 86vw);
    transform: none;
    border-radius: 46px;
  }

  .phone-metal {
    border-radius: 39px;
  }

  .phone-notch {
    top: 21px;
    width: 96px;
    height: 27px;
  }

  .screen {
    min-height: 542px;
    padding: 53px 17px 17px;
    border-radius: 34px;
  }

  .screen::before {
    top: -130px;
  }

  .screen-header {
    margin-bottom: 10px;
  }

  .screen-pill {
    font-size: 10px;
    margin-bottom: 10px;
    padding: 6px 9px;
  }

  .screen h2 {
    font-size: 28px;
    line-height: 0.98;
  }

  .mini-qr {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .progress-track {
    margin: 12px 0 13px;
  }

  .mock-field,
  .mock-textarea,
  .tenant-card {
    padding: 12px;
    border-radius: 16px;
    margin-bottom: 9px;
  }

  .issue-selector {
    gap: 5px;
    margin-bottom: 9px;
  }

  .issue-selector button {
    padding: 9px 6px;
    font-size: 11px;
  }

  .photo-preview {
    margin: 10px 0;
    gap: 7px;
  }

  .photo-main {
    height: 88px;
  }

  .photo-stack span {
    height: 40.5px;
  }

  .avatar {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .mock-submit {
    padding: 14px;
    border-radius: 16px;
    font-size: 14px;
  }

  .process-card {
    width: min(226px, 76vw);
    padding: 12px;
    border-radius: 19px;
    box-shadow: 0 18px 48px rgba(0,0,0,0.33);
  }

  .process-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .qr-card {
    top: 0;
    left: 0;
  }

  .form-card {
    right: 0;
    top: auto;
    bottom: 80px;
  }

  .notify-card {
    left: 0;
    bottom: 0;
  }

  .flow-lines {
    display: none;
  }

  .statement {
    width: calc(100% - 28px);
    margin-top: 0;
    margin-bottom: 18px;
    padding: 25px;
    border-radius: 30px;
  }

  .statement p {
    font-size: clamp(22px, 7vw, 30px);
  }

  .demo-section,
  .section,
  .lead-section {
    width: calc(100% - 28px);
    padding: 56px 0;
  }

  .demo-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 46px;
  }

  .demo-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .demo-buttons .button {
    width: 100%;
  }

  .demo-copy h2,
  .section-heading h2,
  .lead-copy h2 {
    font-size: clamp(36px, 10vw, 46px);
    line-height: 0.98;
  }

  .qr-glass-card {
    padding: 22px;
    border-radius: 30px;
  }

  .qr-glass-card img {
    width: min(230px, 72vw);
    border-radius: 24px;
    padding: 13px;
  }

  .qr-click-hint {
    margin-top: 14px;
  }

  .demo-flow-mini {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .demo-flow-mini div {
    border-radius: 18px;
  }

  .timeline {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .timeline-card {
    min-height: auto;
    border-radius: 24px;
    padding: 23px;
  }

  .timeline-top {
    margin-bottom: 34px;
  }

  .lead-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    border-radius: 30px;
    padding: 22px;
  }

  .lead-form {
    padding: 18px;
    border-radius: 24px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 390px) {
  .hero {
    padding-top: 92px;
  }

  h1 {
    font-size: clamp(42px, 12vw, 52px);
  }

  .hero-visual {
    min-height: 620px;
  }

  .phone {
    width: min(296px, 86vw);
  }

  .screen {
    min-height: 528px;
  }

  .process-card {
    width: 212px;
  }

  .process-card strong {
    font-size: 14px;
  }

  .process-card small {
    font-size: 12px;
  }

  .form-card {
    bottom: 72px;
  }
}


/* Propvestra early-access calls to action — demo page only */
.demo-early-access-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:18px 0 22px;
  padding:14px 15px;
  border:1px solid rgba(214,179,106,.22);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(214,179,106,.12),rgba(59,130,246,.08));
}
.demo-early-access-strip strong,
.demo-early-access-strip span{
  display:block;
}
.demo-early-access-strip strong{
  color:#fff;
  font-size:14px;
}
.demo-early-access-strip span{
  margin-top:3px;
  color:var(--muted);
  font-size:12px;
}
.demo-cta-small,
.demo-cta-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#fff;
  font-weight:900;
  background:linear-gradient(135deg,var(--blue),var(--blue-dark));
  box-shadow:0 14px 34px rgba(59,130,246,.25);
}
.demo-cta-small{
  min-width:112px;
  min-height:42px;
  padding:0 14px;
  border-radius:13px;
  font-size:12px;
}
.demo-cta-panel{
  margin-top:22px;
  padding:24px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:26px;
  background:
    radial-gradient(circle at top right,rgba(59,130,246,.14),transparent 35%),
    linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.03));
  text-align:center;
}
.demo-cta-panel h2,
.demo-final-cta h2{
  margin:10px 0 10px;
  color:#fff;
  font-size:clamp(26px,5vw,38px);
  line-height:1.02;
  letter-spacing:-.045em;
}
.demo-cta-panel p,
.demo-final-cta p{
  max-width:560px;
  margin:0 auto 18px;
  color:var(--muted);
  line-height:1.55;
}
.demo-cta-primary{
  min-height:52px;
  padding:0 20px;
  border-radius:15px;
  font-size:14px;
}
.demo-final-cta{
  grid-column:1 / -1;
  width:100%;
  margin:4px 0 34px;
  padding:30px 24px;
  border:1px solid rgba(214,179,106,.18);
  border-radius:28px;
  background:
    linear-gradient(135deg,rgba(214,179,106,.09),rgba(59,130,246,.08)),
    rgba(255,255,255,.035);
  text-align:center;
}
.demo-back-link{
  display:block;
  width:max-content;
  margin:14px auto 0;
  color:var(--muted);
  font-size:12px;
  text-decoration:none;
}
.demo-back-link:hover{text-decoration:underline}
@media(max-width:620px){
  .demo-early-access-strip{
    align-items:stretch;
    flex-direction:column;
  }
  .demo-cta-small{
    width:100%;
  }
  .demo-cta-panel,
  .demo-final-cta{
    padding:22px 18px;
    border-radius:22px;
  }
  .demo-cta-primary{
    width:100%;
  }
}


/* Inline sign-up buttons requested on demo page */
.demo-inline-signup{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:48px;
  margin-top:12px;
  padding:0 18px;
  border-radius:16px;
  text-decoration:none;
  color:#fff;
  font-size:14px;
  font-weight:900;
  background:linear-gradient(135deg,var(--blue),var(--blue-dark));
  box-shadow:0 14px 30px rgba(59,130,246,.20);
}
.demo-inline-signup:hover{
  filter:brightness(1.04);
  transform:translateY(-1px);
}
.demo-notification-signup{
  margin-top:16px;
}
