/* Lindra Technologies · customer demo pages
   Palette: Lindra ink + golden-hour accent (bridging brand and footage) */

:root {
  --ink: #0e0b16;
  --panel: #16121f;
  --cream: #f4efe6;
  --muted: #a89fb8;
  --gold: #d9a441;
  --gold-deep: #b07f24;
  --line: rgba(244, 239, 230, 0.13);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--ink);
  color: var(--cream);
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page {
  width: min(1020px, 92vw);
  margin: 0 auto;
  flex: 1;
}

/* Top bar */
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0 0;
}
.topbar img { height: 22px; opacity: 0.92; }
.topbar .for {
  font-family: "Space Grotesk", ui-sans-serif, sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Headline */
.head {
  text-align: center;
  padding: 64px 0 40px;
  animation: rise 0.7s ease both;
}
.eyebrow {
  font-family: "Space Grotesk", ui-sans-serif, sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(2.2rem, 5.4vw, 3.6rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
}
h1 em {
  font-style: italic;
  color: var(--gold);
}
.sub {
  margin-top: 16px;
  color: var(--muted);
  font-size: 1.02rem;
  max-width: 46ch;
  margin-left: auto;
  margin-right: auto;
}

/* Video stage: the one loud thing on the page */
.stage {
  position: relative;
  animation: rise 0.7s 0.12s ease both;
}
.stage::before {
  content: "";
  position: absolute;
  inset: -12% -8%;
  background: radial-gradient(55% 60% at 50% 42%, rgba(217, 164, 65, 0.16), transparent 70%);
  pointer-events: none;
}
.stage video {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.75);
  background: #000;
}

/* Meta strip under the video */
.meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 18px 4px 0;
}
.meta .facts {
  font-family: "Space Grotesk", ui-sans-serif, sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.meta .facts strong { color: var(--cream); font-weight: 600; }

.btn {
  display: inline-block;
  font-family: "Space Grotesk", ui-sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  padding: 11px 20px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.btn-gold {
  background: linear-gradient(180deg, var(--gold), var(--gold-deep));
  color: #1a1206;
  box-shadow: 0 6px 24px -8px rgba(217, 164, 65, 0.55);
}
.btn-gold:hover { transform: translateY(-1px); box-shadow: 0 10px 30px -8px rgba(217, 164, 65, 0.65); }
.btn-ghost {
  border: 1px solid var(--line);
  color: var(--cream);
}
.btn-ghost:hover { border-color: rgba(244, 239, 230, 0.35); }

/* Offer */
.offer {
  margin: 72px auto 0;
  max-width: 720px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, var(--panel), rgba(22, 18, 31, 0.4));
  padding: 36px 40px;
  animation: rise 0.7s 0.24s ease both;
}
.offer h2 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.offer ul { list-style: none; }
.offer li {
  padding: 10px 0;
  border-top: 1px solid var(--line);
  color: var(--cream);
  font-size: 0.98rem;
  display: flex;
  gap: 12px;
  align-items: baseline;
}
.offer li::before {
  content: "";
  flex: 0 0 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateY(-2px);
}
.price {
  margin-top: 22px;
  font-family: "Space Grotesk", ui-sans-serif, sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.price strong { color: var(--cream); font-size: 15px; letter-spacing: 0.06em; }
.offer .cta { margin-top: 26px; }

/* Footer */
footer {
  margin-top: 88px;
  border-top: 1px solid var(--line);
  padding: 28px 0 36px;
}
.foot-inner {
  width: min(1020px, 92vw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.foot-inner img { height: 16px; opacity: 0.6; }
.foot-inner p {
  font-size: 12.5px;
  color: var(--muted);
}
.foot-inner a { color: var(--muted); }

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

@media (prefers-reduced-motion: reduce) {
  .head, .stage, .offer { animation: none; }
}

@media (max-width: 640px) {
  .head { padding: 44px 0 30px; }
  .offer { padding: 28px 22px; }
  .meta { justify-content: center; text-align: center; }
}
