/* KASKAD HRUP UKRAINA — Crimson design system
   Palette: dark red #100606, surface #1c0a0a, accent #ef4444, gold #f97316, warm slate #a8a29e */

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.lb-reduce-motion * {
  animation-duration: 0.01ms !important;
  transition-duration: 0.01ms !important;
}

body {
  margin: 0;
  font-family: "Outfit", system-ui, -apple-system, sans-serif;
  line-height: 1.6;
}

img, picture, video, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; cursor: pointer; border: none; background: none; }
input, textarea { font: inherit; }

:root {
  --lb-bg: #100606;
  --lb-bg-alt: #160808;
  --lb-surface: #1c0a0a;
  --lb-surface-2: #261010;
  --lb-surface-3: #301414;
  --lb-text: #fef2f2;
  --lb-text-soft: #fecaca;
  --lb-muted: #a8a29e;
  --lb-accent: #ef4444;
  --lb-accent-dim: #b91c1c;
  --lb-violet: #f97316;
  --lb-violet-dim: #ea580c;
  --lb-border: rgba(254, 202, 202, 0.1);
  --lb-border-strong: rgba(254, 202, 202, 0.22);
  --lb-glow: rgba(239, 68, 68, 0.35);
  --lb-glow-violet: rgba(249, 115, 22, 0.25);
  --lb-gradient: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
  --lb-gradient-soft: linear-gradient(135deg, rgba(239, 68, 68, 0.08) 0%, rgba(249, 115, 22, 0.05) 100%);
  --lb-shadow-sm: 0 4px 16px rgba(0, 0, 0, 0.25);
  --lb-shadow-md: 0 12px 40px rgba(0, 0, 0, 0.35);
  --lb-shadow-lg: 0 24px 64px rgba(0, 0, 0, 0.45);
  --lb-radius-sm: 0.5rem;
  --lb-radius: 0.875rem;
  --lb-radius-lg: 1.25rem;
  --lb-radius-xl: 1.75rem;
  --lb-space-2: clamp(0.25rem, 1vw, 0.5rem);
  --lb-space-4: clamp(0.5rem, 2vw, 1rem);
  --lb-space-6: clamp(0.875rem, 2.5vw, 1.25rem);
  --lb-space-8: clamp(1.25rem, 3.5vw, 2rem);
  --lb-space-12: clamp(2rem, 5vw, 3rem);
  --lb-space-16: clamp(3rem, 7vw, 5rem);
  --lb-space-20: clamp(4rem, 9vw, 6.5rem);
  --lb-font-display: clamp(2.5rem, 5.5vw + 1rem, 4.5rem);
  --lb-font-h2: clamp(1.75rem, 3vw + 0.5rem, 2.75rem);
  --lb-font-h3: clamp(1.125rem, 1.5vw + 0.5rem, 1.375rem);
  --lb-font-body: clamp(0.9375rem, 1.2vw + 0.4rem, 1.0625rem);
  --lb-font-small: clamp(0.8125rem, 0.8vw + 0.4rem, 0.875rem);
  --lb-font-label: 0.75rem;
}

.lb-body {
  background: var(--lb-bg);
  color: var(--lb-text);
  font-size: var(--lb-font-body);
  min-height: 100vh;
  overflow-x: hidden;
}

.lb-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Skip link */
.lb-skip {
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 200;
  padding: 0.75rem 1.25rem;
  background: var(--lb-gradient);
  color: var(--lb-bg);
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-120%);
  transition: transform 0.2s ease;
  border-radius: 0 0 var(--lb-radius-sm) 0;
}

.lb-skip:focus {
  transform: translateY(0);
  outline: none;
}

/* Layout */
.lb-wrap {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2rem);
}

.lb-wrap--wide { max-width: 1320px; }

/* Header */
.lb-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(16, 6, 6, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--lb-border);
}

.lb-header__inner {
  display: flex;
  align-items: center;
  gap: var(--lb-space-6);
  min-height: 4.25rem;
  padding-block: var(--lb-space-4);
}

.lb-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--lb-text);
  letter-spacing: -0.02em;
}

.lb-logo:focus-visible {
  outline: 2px solid var(--lb-accent);
  outline-offset: 4px;
  border-radius: var(--lb-radius-sm);
}

.lb-logo__mark {
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
}

.lb-nav { margin-left: auto; }

.lb-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.125rem 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lb-nav__list a {
  display: block;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  color: var(--lb-muted);
  font-size: var(--lb-font-small);
  font-weight: 500;
  border-radius: var(--lb-radius-sm);
  transition: color 0.15s ease, background 0.15s ease;
}

.lb-nav__list a:hover {
  color: var(--lb-text);
  background: rgba(255, 255, 255, 0.04);
}

.lb-nav__list a:focus-visible {
  outline: 2px solid var(--lb-accent);
  outline-offset: 2px;
  color: var(--lb-text);
}

.lb-header__cta { flex-shrink: 0; }

.lb-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius-sm);
  color: var(--lb-text);
  margin-left: auto;
}

.lb-burger:focus-visible {
  outline: 2px solid var(--lb-accent);
  outline-offset: 2px;
}

.lb-burger__line {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.lb-burger[aria-expanded="true"] .lb-burger__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.lb-burger[aria-expanded="true"] .lb-burger__line:nth-child(2) { opacity: 0; }

.lb-burger[aria-expanded="true"] .lb-burger__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 900px) {
  .lb-burger { display: flex; }

  .lb-header__cta { display: none; }

  .lb-nav {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--lb-bg);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s ease, opacity 0.2s ease;
  }

  .lb-header.lb-nav-open .lb-nav {
    visibility: visible;
    opacity: 1;
  }

  .lb-nav__list {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

  .lb-nav__list a {
    padding: 0.875rem 1.5rem;
    font-size: var(--lb-font-body);
  }
}

/* Buttons */
.lb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: var(--lb-radius);
  font-weight: 600;
  font-size: var(--lb-font-small);
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.lb-btn:focus-visible {
  outline: 2px solid var(--lb-accent);
  outline-offset: 3px;
}

.lb-btn--primary {
  background: var(--lb-gradient);
  color: var(--lb-bg);
  box-shadow: 0 4px 20px var(--lb-glow);
}

.lb-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px var(--lb-glow), 0 4px 12px var(--lb-glow-violet);
}

.lb-btn--primary:active { transform: translateY(0); }

.lb-btn--outline {
  background: transparent;
  color: var(--lb-text);
  border: 1px solid var(--lb-border-strong);
}

.lb-btn--outline:hover {
  border-color: var(--lb-accent);
  background: rgba(239, 68, 68, 0.06);
}

.lb-btn--large {
  padding: 1rem 2rem;
  font-size: var(--lb-font-body);
}

/* Badge */
.lb-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.875rem;
  background: var(--lb-gradient-soft);
  border: 1px solid var(--lb-border);
  border-radius: 999px;
  font-size: var(--lb-font-label);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lb-accent);
  margin-bottom: var(--lb-space-6);
}

.lb-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lb-accent);
  box-shadow: 0 0 8px var(--lb-glow);
}

/* Hero */
.lb-hero {
  position: relative;
  padding-block: var(--lb-space-16) var(--lb-space-20);
  overflow: hidden;
}

.lb-hero__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 60% at 15% 20%, rgba(239, 68, 68, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 85% 70%, rgba(185, 28, 28, 0.06) 0%, transparent 50%),
    var(--lb-bg);
}

.lb-hero__mesh::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(254, 202, 202, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(254, 202, 202, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 75%);
}

.lb-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: var(--lb-space-12);
  align-items: center;
}

@media (min-width: 960px) {
  .lb-hero__grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: var(--lb-space-16);
  }
}

.lb-hero__title {
  font-family: "Space Grotesk", sans-serif;
  font-size: var(--lb-font-display);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 var(--lb-space-6);
}

.lb-hero__title em {
  font-style: normal;
  background: var(--lb-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lb-hero__lead {
  color: var(--lb-muted);
  max-width: 46ch;
  margin: 0 0 var(--lb-space-8);
  font-size: clamp(1rem, 1.5vw + 0.4rem, 1.1875rem);
  line-height: 1.65;
}

.lb-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--lb-space-4);
}

.lb-hero__cards {
  display: grid;
  gap: var(--lb-space-4);
}

@media (min-width: 480px) {
  .lb-hero__cards { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 960px) {
  .lb-hero__cards { grid-template-columns: 1fr; }
}

.lb-stat-card {
  padding: var(--lb-space-6);
  background: var(--lb-surface);
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius-lg);
  box-shadow: var(--lb-shadow-sm);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.lb-stat-card:hover {
  border-color: rgba(239, 68, 68, 0.3);
  transform: translateY(-2px);
}

.lb-stat-card__value {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  background: var(--lb-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.1;
  margin-bottom: 0.375rem;
}

.lb-stat-card__label {
  font-size: var(--lb-font-small);
  color: var(--lb-muted);
  line-height: 1.45;
}

/* Section headers */
.lb-section {
  padding-block: var(--lb-space-16);
  position: relative;
}

.lb-section--alt { background: var(--lb-bg-alt); }

.lb-section-head {
  margin-bottom: var(--lb-space-12);
  max-width: 640px;
}

.lb-section-head--center {
  text-align: center;
  margin-inline: auto;
}

.lb-section-head__label {
  display: block;
  font-size: var(--lb-font-label);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lb-accent);
  margin-bottom: var(--lb-space-4);
}

.lb-section-head__title {
  font-family: "Space Grotesk", sans-serif;
  font-size: var(--lb-font-h2);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 var(--lb-space-4);
  line-height: 1.15;
}

.lb-section-head__desc {
  margin: 0;
  color: var(--lb-muted);
  line-height: 1.65;
}

/* Services — card grid */
.lb-services__grid {
  display: grid;
  gap: var(--lb-space-4);
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .lb-services__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .lb-services__grid {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto;
  }

  .lb-svc-card:nth-child(1) { grid-column: span 4; }
  .lb-svc-card:nth-child(2) { grid-column: span 4; }
  .lb-svc-card:nth-child(3) { grid-column: span 4; }
  .lb-svc-card:nth-child(4) { grid-column: span 5; }
  .lb-svc-card:nth-child(5) { grid-column: span 7; }
}

.lb-svc-card {
  padding: var(--lb-space-8);
  background: var(--lb-surface);
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius-lg);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  position: relative;
  overflow: hidden;
}

.lb-svc-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--lb-gradient);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.lb-svc-card:hover {
  border-color: rgba(239, 68, 68, 0.25);
  box-shadow: var(--lb-shadow-md);
  transform: translateY(-3px);
}

.lb-svc-card:hover::before { opacity: 1; }

.lb-svc-card--wide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--lb-gradient-soft);
}

.lb-svc-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: var(--lb-space-6);
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: var(--lb-radius);
}

.lb-svc-card__icon img { width: 1.75rem; height: 1.75rem; }

.lb-svc-card__num {
  position: absolute;
  top: var(--lb-space-6);
  right: var(--lb-space-6);
  font-family: "Space Grotesk", sans-serif;
  font-size: var(--lb-font-small);
  font-weight: 700;
  color: var(--lb-violet);
  opacity: 0.7;
}

.lb-svc-card__title {
  font-family: "Space Grotesk", sans-serif;
  font-size: var(--lb-font-h3);
  font-weight: 600;
  margin: 0 0 var(--lb-space-4);
}

.lb-svc-card p {
  margin: 0;
  color: var(--lb-muted);
  font-size: var(--lb-font-small);
  line-height: 1.6;
}

.lb-svc-card__kicker {
  font-size: var(--lb-font-label);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lb-violet);
  margin-bottom: var(--lb-space-4);
}

/* Feature / case study */
.lb-feature {
  padding-block: var(--lb-space-16);
  background: var(--lb-bg);
}

.lb-feature__shell {
  display: grid;
  gap: var(--lb-space-12);
  padding: var(--lb-space-8);
  background: var(--lb-surface);
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius-xl);
  box-shadow: var(--lb-shadow-lg);
  overflow: hidden;
}

@media (min-width: 900px) {
  .lb-feature__shell {
    grid-template-columns: 1.1fr 1fr;
    padding: var(--lb-space-12);
    gap: var(--lb-space-16);
    align-items: center;
  }
}

.lb-feature__visual {
  border-radius: var(--lb-radius-lg);
  overflow: hidden;
  border: 1px solid var(--lb-border);
}

.lb-feature__visual img { width: 100%; }

.lb-feature__label {
  font-size: var(--lb-font-label);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lb-accent);
  margin: 0 0 var(--lb-space-4);
}

.lb-feature__title {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.5rem, 2.5vw + 0.5rem, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 var(--lb-space-4);
  line-height: 1.2;
}

.lb-feature__client {
  font-size: var(--lb-font-small);
  color: var(--lb-muted);
  margin: 0 0 var(--lb-space-6);
}

.lb-feature__desc {
  color: var(--lb-muted);
  margin: 0 0 var(--lb-space-8);
  line-height: 1.65;
}

.lb-feature__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: var(--lb-space-8);
  margin-bottom: var(--lb-space-8);
  padding-bottom: var(--lb-space-8);
  border-bottom: 1px solid var(--lb-border);
}

.lb-feature__metric-value {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--lb-accent);
}

.lb-feature__metric-label {
  font-size: var(--lb-font-small);
  color: var(--lb-muted);
}

.lb-feature__quote {
  font-style: italic;
  color: var(--lb-text-soft);
  margin: 0 0 var(--lb-space-2);
  padding-left: var(--lb-space-6);
  border-left: 3px solid transparent;
  border-image: var(--lb-gradient) 1;
  line-height: 1.65;
}

.lb-feature__author {
  font-size: var(--lb-font-small);
  color: var(--lb-muted);
  margin: 0 0 var(--lb-space-6);
}

.lb-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--lb-space-2);
  list-style: none;
  margin: 0;
  padding: 0;
}

.lb-tag {
  padding: 0.375rem 0.75rem;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 999px;
  font-size: var(--lb-font-label);
  font-weight: 600;
  color: var(--lb-accent);
}

/* Portfolio */
.lb-portfolio__grid {
  display: grid;
  gap: var(--lb-space-4);
}

@media (min-width: 768px) {
  .lb-portfolio__grid { grid-template-columns: repeat(2, 1fr); }
}

.lb-project {
  padding: var(--lb-space-8);
  background: var(--lb-surface);
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius-lg);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.lb-project:hover {
  border-color: rgba(239, 68, 68, 0.2);
  transform: translateY(-2px);
}

.lb-project--highlight {
  background: linear-gradient(160deg, var(--lb-surface-2) 0%, var(--lb-surface) 100%);
  border-color: rgba(239, 68, 68, 0.15);
}

@media (min-width: 768px) {
  .lb-project--highlight { grid-column: span 2; }
}

.lb-project__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--lb-space-6);
}

.lb-project__index {
  font-family: "Space Grotesk", sans-serif;
  font-size: var(--lb-font-label);
  font-weight: 700;
  color: var(--lb-violet);
  letter-spacing: 0.08em;
}

.lb-project__stack {
  font-size: var(--lb-font-label);
  color: var(--lb-muted);
}

.lb-project__title {
  font-family: "Space Grotesk", sans-serif;
  font-size: var(--lb-font-h3);
  font-weight: 600;
  margin: 0 0 var(--lb-space-4);
}

.lb-project__desc {
  margin: 0;
  color: var(--lb-muted);
  font-size: var(--lb-font-small);
  line-height: 1.6;
}

/* Industries */
.lb-sectors__grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--lb-space-4);
  justify-content: center;
}

.lb-sector {
  padding: 0.875rem 1.25rem;
  background: var(--lb-surface);
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius);
  font-size: var(--lb-font-small);
  font-weight: 500;
  color: var(--lb-text-soft);
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.lb-sector:hover {
  border-color: var(--lb-accent);
  color: var(--lb-accent);
  background: rgba(239, 68, 68, 0.06);
}

/* Process */
.lb-process__track {
  display: grid;
  gap: var(--lb-space-4);
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
}

@media (min-width: 768px) {
  .lb-process__track { grid-template-columns: repeat(4, 1fr); }
}

.lb-process__step {
  counter-increment: step;
  padding: var(--lb-space-8);
  background: var(--lb-surface);
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius-lg);
  position: relative;
}

.lb-process__step::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  background: var(--lb-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: var(--lb-space-4);
}

.lb-process__step h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: var(--lb-font-h3);
  font-weight: 600;
  margin: 0 0 var(--lb-space-4);
}

.lb-process__step p {
  margin: 0;
  color: var(--lb-muted);
  font-size: var(--lb-font-small);
  line-height: 1.6;
}

/* Reviews */
.lb-reviews__grid {
  display: grid;
  gap: var(--lb-space-4);
}

@media (min-width: 768px) {
  .lb-reviews__grid { grid-template-columns: repeat(3, 1fr); }
}

.lb-review {
  padding: var(--lb-space-8);
  background: var(--lb-surface);
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius-lg);
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lb-review--lead {
  border-color: rgba(239, 68, 68, 0.25);
  background: linear-gradient(160deg, rgba(239, 68, 68, 0.06) 0%, var(--lb-surface) 100%);
}

@media (min-width: 768px) {
  .lb-review--lead { grid-column: span 3; }
}

.lb-review__stars {
  color: var(--lb-accent);
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  margin-bottom: var(--lb-space-4);
}

.lb-review__text {
  flex: 1;
  font-style: italic;
  color: var(--lb-text-soft);
  margin: 0 0 var(--lb-space-6);
  line-height: 1.65;
  font-size: var(--lb-font-small);
}

.lb-review--lead .lb-review__text { font-size: var(--lb-font-body); }

.lb-review__author {
  font-weight: 600;
  font-size: var(--lb-font-small);
  color: var(--lb-text);
}

.lb-review__role {
  font-size: var(--lb-font-label);
  color: var(--lb-muted);
}

/* Numbers strip */
.lb-numbers {
  padding-block: var(--lb-space-12);
  background: var(--lb-bg-alt);
  border-block: 1px solid var(--lb-border);
}

.lb-numbers__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--lb-space-8);
}

.lb-numbers__item {
  text-align: center;
  flex: 1 1 180px;
}

.lb-numbers__value {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  background: var(--lb-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 0.375rem;
}

.lb-numbers__label {
  font-size: var(--lb-font-small);
  color: var(--lb-muted);
  max-width: 20ch;
  margin-inline: auto;
}

.lb-numbers__sep {
  width: 1px;
  height: 3rem;
  background: var(--lb-border);
}

@media (max-width: 640px) {
  .lb-numbers__sep {
    width: 60%;
    height: 1px;
  }
}

/* FAQ */
.lb-faq__layout {
  display: grid;
  gap: var(--lb-space-12);
}

@media (min-width: 900px) {
  .lb-faq__layout {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
  }
}

.lb-faq__list {
  display: flex;
  flex-direction: column;
  gap: var(--lb-space-2);
  margin: 0;
}

.lb-faq__item {
  background: var(--lb-surface);
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius);
  overflow: hidden;
}

.lb-faq__q {
  width: 100%;
  padding: var(--lb-space-6);
  text-align: left;
  color: var(--lb-text);
  font-size: var(--lb-font-body);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--lb-space-4);
}

.lb-faq__q::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--lb-accent);
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.lb-faq__q[aria-expanded="true"]::after {
  content: "−";
}

.lb-faq__q:hover { color: var(--lb-accent); }

.lb-faq__q:focus-visible {
  outline: 2px solid var(--lb-accent);
  outline-offset: -2px;
}

.lb-faq__a {
  padding: 0 var(--lb-space-6) var(--lb-space-6);
  margin: 0;
  color: var(--lb-muted);
  font-size: var(--lb-font-small);
  line-height: 1.65;
}

.lb-faq__a[hidden] { display: none; }

/* CTA band */
.lb-cta {
  padding-block: var(--lb-space-16);
  background: var(--lb-bg-alt);
}

.lb-cta__box {
  text-align: center;
  padding: var(--lb-space-12) var(--lb-space-8);
  background: var(--lb-gradient-soft);
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius-xl);
  max-width: 640px;
  margin-inline: auto;
}

.lb-cta__title {
  font-family: "Space Grotesk", sans-serif;
  font-size: var(--lb-font-h2);
  font-weight: 700;
  margin: 0 0 var(--lb-space-4);
  letter-spacing: -0.02em;
}

.lb-cta__text {
  color: var(--lb-muted);
  margin: 0 0 var(--lb-space-8);
}

/* Contact */
.lb-contact__grid {
  display: grid;
  gap: var(--lb-space-12);
}

@media (min-width: 768px) {
  .lb-contact__grid { grid-template-columns: 1fr 1.15fr; }
}

.lb-contact__info p {
  margin: 0 0 var(--lb-space-4);
  color: var(--lb-muted);
  line-height: 1.65;
}

.lb-contact__info a {
  color: var(--lb-accent);
  text-decoration: none;
}

.lb-contact__info a:hover { text-decoration: underline; }

.lb-contact__meta {
  font-size: var(--lb-font-small);
  opacity: 0.85;
  margin-top: var(--lb-space-6);
}

.lb-form-panel {
  padding: var(--lb-space-8);
  background: var(--lb-surface);
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius-xl);
}

.lb-form {
  display: flex;
  flex-direction: column;
  gap: var(--lb-space-4);
}

.lb-form__label {
  font-size: var(--lb-font-small);
  font-weight: 600;
  color: var(--lb-text-soft);
}

.lb-input {
  padding: 0.75rem 1rem;
  background: var(--lb-bg-alt);
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius);
  color: var(--lb-text);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.lb-input:focus {
  outline: none;
  border-color: var(--lb-accent);
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
}

.lb-input--area {
  min-height: 7rem;
  resize: vertical;
}

/* Footer */
.lb-footer {
  background: var(--lb-surface);
  border-top: 1px solid var(--lb-border);
  padding-block: var(--lb-space-12);
}

.lb-footer__grid {
  display: grid;
  gap: var(--lb-space-8);
}

@media (min-width: 768px) {
  .lb-footer__grid {
    grid-template-columns: 1fr auto auto;
    align-items: center;
  }
}

.lb-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: var(--lb-text);
}

.lb-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--lb-space-6);
}

.lb-footer__nav a {
  color: var(--lb-muted);
  text-decoration: none;
  font-size: var(--lb-font-small);
}

.lb-footer__nav a:hover { color: var(--lb-accent); }

.lb-footer__social {
  display: flex;
  gap: var(--lb-space-4);
}

.lb-footer__social a {
  color: var(--lb-muted);
  transition: color 0.15s ease;
}

.lb-footer__social a:hover { color: var(--lb-accent); }

.lb-footer__copy {
  grid-column: 1 / -1;
  margin: var(--lb-space-4) 0 0;
  font-size: var(--lb-font-small);
  color: var(--lb-muted);
  text-align: center;
}

/* About & prose pages */
.lb-page-hero {
  padding-block: var(--lb-space-16) var(--lb-space-8);
  background: var(--lb-bg);
}

.lb-page-hero__title {
  font-family: "Space Grotesk", sans-serif;
  font-size: var(--lb-font-h2);
  font-weight: 700;
  margin: 0 0 var(--lb-space-6);
  letter-spacing: -0.02em;
}

.lb-page-hero__lead {
  font-size: clamp(1rem, 1.5vw + 0.4rem, 1.1875rem);
  color: var(--lb-muted);
  max-width: 52ch;
  margin: 0;
  line-height: 1.65;
}

.lb-prose-block {
  margin-bottom: var(--lb-space-12);
  max-width: 68ch;
}

.lb-prose-block h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: var(--lb-font-h3);
  font-weight: 600;
  margin: 0 0 var(--lb-space-4);
}

.lb-prose-block p {
  margin: 0 0 var(--lb-space-4);
  color: var(--lb-muted);
  line-height: 1.7;
}

.lb-prose-block a {
  color: var(--lb-accent);
}

.lb-prose {
  max-width: 68ch;
  color: var(--lb-muted);
  line-height: 1.7;
}

.lb-prose h2 {
  font-family: "Space Grotesk", sans-serif;
  color: var(--lb-text);
  margin: var(--lb-space-8) 0 var(--lb-space-4);
}

.lb-prose p { margin: 0 0 var(--lb-space-4); }

/* Privacy Policy — centered heading + cards grouped by section */
.lb-policy-hero {
  text-align: center;
}

.lb-policy-hero .lb-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lb-policy-hero .lb-page-hero__title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}

.lb-section:has(.lb-policy) .lb-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lb-policy {
  width: 100%;
  max-width: 60rem;
  margin-inline: auto;
  display: grid;
  gap: var(--lb-space-8);
}

.lb-policy__card {
  background: var(--lb-surface);
  border: 1px solid rgba(254, 202, 202, 0.1);
  border-radius: var(--lb-radius-lg);
  padding: var(--lb-space-8);
}

.lb-policy__card h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: var(--lb-font-h3);
  font-weight: 600;
  color: var(--lb-text);
  margin: 0 0 var(--lb-space-4);
}

.lb-policy__card p {
  margin: 0 0 var(--lb-space-4);
  color: var(--lb-muted);
  line-height: 1.7;
  text-align: justify;
}

.lb-policy__card p:last-child {
  margin-bottom: 0;
}

.lb-policy__card ul {
  margin: 0 0 var(--lb-space-4);
  padding-left: 1.25rem;
  color: var(--lb-muted);
  line-height: 1.7;
  text-align: justify;
}

.lb-policy__card li {
  margin-bottom: var(--lb-space-2);
}

.lb-policy__card a {
  color: var(--lb-accent);
}
