/* lb- design system — ink #0a0f1a, slate #121a28, yellow #facc15, coral #ff7847, frost #e8edf5 */

*, *::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; line-height: 1.6; }
img, picture, video, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }
input, textarea { font: inherit; }

:root {
  --lb-bg: #0a0f1a;
  --lb-surface: #121a28;
  --lb-surface-2: #1a2438;
  --lb-surface-3: #243049;
  --lb-frost: #e8edf5;
  --lb-muted: #7a8ba3;
  --lb-mint: #facc15;
  --lb-mint-dim: #ca8a04;
  --lb-coral: #ff7847;
  --lb-coral-dim: #e05f30;
  --lb-text: #e8edf5;
  --lb-border: rgba(232, 237, 245, 0.1);
  --lb-glow-mint: rgba(250, 204, 21, 0.22);
  --lb-glow-coral: rgba(255, 120, 71, 0.18);
  --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, 1vw + 0.5rem, 1.0625rem);
  --lb-font-small: clamp(0.8125rem, 0.8vw + 0.4rem, 0.9375rem);
  --lb-font-mono: "SF Mono", "Fira Code", ui-monospace, monospace;
  --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-body {
  background: var(--lb-bg);
  color: var(--lb-text);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  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;
}

.lb-skip {
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 200;
  padding: 0.75rem 1.25rem;
  background: var(--lb-mint);
  color: var(--lb-bg);
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-120%);
  transition: transform 0.2s ease;
}
.lb-skip:focus { transform: translateY(0); outline: none; }

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

/* ── Header ── */
.lb-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 15, 26, 0.82);
  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;
}

.lb-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  color: var(--lb-text);
  flex-shrink: 0;
}
.lb-logo:focus-visible { outline: 2px solid var(--lb-mint); outline-offset: 4px; }
.lb-logo__mark { border-radius: 8px; }

.lb-nav { margin-left: auto; }
.lb-nav__list {
  display: flex;
  flex-wrap: wrap;
  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, background 0.15s;
}
.lb-nav__list a:hover { color: var(--lb-frost); background: rgba(232, 237, 245, 0.05); }
.lb-nav__list a:focus-visible { outline: 2px solid var(--lb-mint); outline-offset: 2px; }

.lb-header__cta { flex-shrink: 0; margin-left: 0.5rem; }

.lb-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  margin-left: auto;
  background: var(--lb-surface);
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius-sm);
  color: var(--lb-frost);
}
.lb-burger:focus-visible { outline: 2px solid var(--lb-mint); outline-offset: 2px; }
.lb-burger__line {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.2s, opacity 0.2s;
}
.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: 860px) {
  .lb-burger { display: flex; }
  .lb-header__cta { display: none; }
  .lb-nav {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 15, 26, 0.97);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s;
  }
  .lb-header.lb-nav-open .lb-nav { visibility: visible; opacity: 1; }
  .lb-nav__list { flex-direction: column; align-items: center; gap: 0.5rem; }
  .lb-nav__list a { font-size: var(--lb-font-body); padding: 0.75rem 1.5rem; }
}

/* ── 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, box-shadow 0.2s, background 0.2s;
}
.lb-btn:focus-visible { outline: 2px solid var(--lb-mint); outline-offset: 3px; }

.lb-btn--primary {
  background: linear-gradient(135deg, var(--lb-mint) 0%, var(--lb-mint-dim) 100%);
  color: var(--lb-bg);
  box-shadow: 0 4px 20px var(--lb-glow-mint);
}
.lb-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px var(--lb-glow-mint); }
.lb-btn--primary:active { transform: translateY(0); }

.lb-btn--coral {
  background: linear-gradient(135deg, var(--lb-coral) 0%, var(--lb-coral-dim) 100%);
  color: var(--lb-bg);
  box-shadow: 0 4px 20px var(--lb-glow-coral);
}
.lb-btn--coral:hover { transform: translateY(-2px); }

.lb-btn--outline {
  background: transparent;
  color: var(--lb-frost);
  border: 1px solid var(--lb-border);
}
.lb-btn--outline:hover { border-color: var(--lb-mint); color: var(--lb-mint); background: rgba(250, 204, 21, 0.06); }

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

/* ── Hero ── */
.lb-hero {
  position: relative;
  padding-block: var(--lb-space-16) var(--lb-space-12);
  overflow: hidden;
}
.lb-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 50% at 15% 20%, rgba(250, 204, 21, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 50% 60% at 85% 70%, rgba(255, 120, 71, 0.1) 0%, transparent 50%),
    linear-gradient(180deg, var(--lb-surface) 0%, var(--lb-bg) 100%);
}
.lb-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
}
.lb-hero__orb--1 { width: 400px; height: 400px; top: -100px; right: -80px; background: var(--lb-glow-mint); }
.lb-hero__orb--2 { width: 300px; height: 300px; bottom: 0; left: 10%; background: var(--lb-glow-coral); }

.lb-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: var(--lb-space-12);
  align-items: center;
}
@media (min-width: 900px) {
  .lb-hero__grid { grid-template-columns: 1.15fr 0.85fr; gap: var(--lb-space-16); }
}

.lb-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 var(--lb-space-6);
  padding: 0.375rem 0.875rem;
  background: rgba(250, 204, 21, 0.1);
  border: 1px solid rgba(250, 204, 21, 0.25);
  border-radius: 999px;
  font-size: var(--lb-font-small);
  font-weight: 600;
  color: var(--lb-mint);
  letter-spacing: 0.03em;
}
.lb-hero__eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lb-mint);
  box-shadow: 0 0 8px var(--lb-mint);
}

.lb-display {
  font-family: "Outfit", "Inter", sans-serif;
  font-size: var(--lb-font-display);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 var(--lb-space-6);
}
.lb-display__accent {
  background: linear-gradient(90deg, var(--lb-mint) 0%, var(--lb-coral) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

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

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

.lb-hero__panel {
  display: grid;
  gap: var(--lb-space-4);
}
.lb-stat-card {
  padding: var(--lb-space-6) var(--lb-space-8);
  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, transform 0.2s;
}
.lb-stat-card:hover { border-color: rgba(250, 204, 21, 0.3); transform: translateY(-2px); }
.lb-stat-card--highlight {
  background: linear-gradient(135deg, rgba(250, 204, 21, 0.12) 0%, rgba(255, 120, 71, 0.08) 100%);
  border-color: rgba(250, 204, 21, 0.2);
}
.lb-stat-card__value {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--lb-mint);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 0.375rem;
}
.lb-stat-card__value--coral { color: var(--lb-coral); }
.lb-stat-card__label { font-size: var(--lb-font-small); color: var(--lb-muted); line-height: 1.4; }

/* ── Sections ── */
.lb-section { padding-block: var(--lb-space-20); position: relative; }
.lb-section--alt { background: var(--lb-surface); }
.lb-section--band {
  background: linear-gradient(135deg, var(--lb-surface-2) 0%, var(--lb-surface) 100%);
  border-block: 1px solid var(--lb-border);
}

.lb-section__head {
  margin-bottom: var(--lb-space-12);
  max-width: 640px;
}
.lb-section__head--center { text-align: center; margin-inline: auto; }
.lb-section__kicker {
  display: block;
  margin-bottom: var(--lb-space-4);
  font-family: var(--lb-font-mono);
  font-size: var(--lb-font-small);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--lb-coral);
}
.lb-section__title {
  font-family: "Outfit", 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__desc { margin: 0; color: var(--lb-muted); line-height: 1.65; }

/* ── Services cards ── */
.lb-services__grid {
  display: grid;
  gap: var(--lb-space-6);
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) { .lb-services__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .lb-services__grid { grid-template-columns: 1fr; } }

.lb-svc-card {
  display: flex;
  flex-direction: column;
  padding: var(--lb-space-8);
  background: var(--lb-surface);
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius-lg);
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.lb-svc-card:hover {
  transform: translateY(-4px);
  border-color: rgba(250, 204, 21, 0.25);
  box-shadow: var(--lb-shadow-md);
}
.lb-svc-card--wide {
  grid-column: span 2;
  flex-direction: row;
  align-items: center;
  gap: var(--lb-space-8);
  background: linear-gradient(135deg, var(--lb-surface-2) 0%, var(--lb-surface) 100%);
}
@media (max-width: 900px) { .lb-svc-card--wide { grid-column: span 2; flex-direction: column; align-items: flex-start; } }
@media (max-width: 560px) { .lb-svc-card--wide { grid-column: span 1; } }

.lb-svc-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: var(--lb-space-6);
  background: rgba(250, 204, 21, 0.1);
  border: 1px solid rgba(250, 204, 21, 0.2);
  border-radius: var(--lb-radius);
  flex-shrink: 0;
}
.lb-svc-card--wide .lb-svc-card__icon { margin-bottom: 0; }
.lb-svc-card__icon img { width: 2rem; height: 2rem; }
.lb-svc-card__num {
  font-family: var(--lb-font-mono);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--lb-coral);
  margin-bottom: var(--lb-space-4);
}
.lb-svc-card__title {
  font-family: "Outfit", sans-serif;
  font-size: var(--lb-font-h3);
  font-weight: 700;
  margin: 0 0 var(--lb-space-4);
}
.lb-svc-card__text { margin: 0; color: var(--lb-muted); font-size: var(--lb-font-small); line-height: 1.6; flex: 1; }

/* ── Case study ── */
.lb-case {
  display: grid;
  gap: var(--lb-space-12);
  align-items: center;
}
@media (min-width: 900px) { .lb-case { grid-template-columns: 1fr 1fr; gap: var(--lb-space-16); } }

.lb-case__visual {
  border-radius: var(--lb-radius-xl);
  overflow: hidden;
  border: 1px solid var(--lb-border);
  box-shadow: var(--lb-shadow-lg);
  background: var(--lb-surface-2);
}
.lb-case__body { display: flex; flex-direction: column; gap: var(--lb-space-6); }
.lb-case__tags { display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; margin: 0; padding: 0; }
.lb-tag {
  padding: 0.375rem 0.875rem;
  background: rgba(250, 204, 21, 0.1);
  border: 1px solid rgba(250, 204, 21, 0.2);
  border-radius: 999px;
  font-size: var(--lb-font-small);
  color: var(--lb-mint);
  font-weight: 500;
}
.lb-case__stats {
  display: flex;
  gap: var(--lb-space-8);
  padding-block: var(--lb-space-6);
  border-block: 1px solid var(--lb-border);
}
.lb-case__stat-value {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--lb-mint);
  line-height: 1;
}
.lb-case__stat-label { font-size: var(--lb-font-small); color: var(--lb-muted); }
.lb-case__quote {
  margin: 0;
  padding-left: var(--lb-space-6);
  border-left: 3px solid var(--lb-coral);
  font-style: italic;
  color: var(--lb-frost);
  line-height: 1.65;
}
.lb-case__quote-author { font-size: var(--lb-font-small); color: var(--lb-muted); font-style: normal; }

/* ── Work grid ── */
.lb-work__grid {
  display: grid;
  gap: var(--lb-space-6);
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 640px) { .lb-work__grid { grid-template-columns: 1fr; } }

.lb-work-card {
  position: relative;
  padding: var(--lb-space-8);
  background: var(--lb-bg);
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius-lg);
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}
.lb-section--alt .lb-work-card { background: var(--lb-surface-2); }
.lb-work-card::before {
  content: attr(data-num);
  position: absolute;
  top: var(--lb-space-6);
  right: var(--lb-space-6);
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: rgba(250, 204, 21, 0.08);
  line-height: 1;
}
.lb-work-card:hover { border-color: rgba(255, 120, 71, 0.3); transform: translateY(-3px); }
.lb-work-card--featured {
  grid-row: span 2;
  background: linear-gradient(160deg, var(--lb-surface-3) 0%, var(--lb-surface-2) 100%);
  border-color: rgba(250, 204, 21, 0.15);
}
@media (max-width: 640px) { .lb-work-card--featured { grid-row: span 1; } }
.lb-work-card__title {
  font-family: "Outfit", sans-serif;
  font-size: var(--lb-font-h3);
  font-weight: 700;
  margin: 0 0 var(--lb-space-4);
  padding-right: 3rem;
}
.lb-work-card__desc { margin: 0 0 var(--lb-space-6); color: var(--lb-muted); font-size: var(--lb-font-small); line-height: 1.6; }
.lb-work-card__meta {
  font-family: var(--lb-font-mono);
  font-size: 0.75rem;
  color: var(--lb-coral);
  letter-spacing: 0.04em;
}

/* ── Industries ── */
.lb-industries__cloud {
  display: flex;
  flex-wrap: wrap;
  gap: var(--lb-space-4);
  justify-content: center;
}
.lb-industry {
  padding: 0.75rem 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-muted);
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.lb-industry:hover { color: var(--lb-mint); border-color: rgba(250, 204, 21, 0.3); background: rgba(250, 204, 21, 0.06); }
.lb-industry--lg { font-size: var(--lb-font-body); padding: 1rem 1.5rem; font-weight: 600; color: var(--lb-frost); }

/* ── Process rail ── */
.lb-process__rail {
  display: grid;
  gap: var(--lb-space-6);
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
}
@media (min-width: 769px) {
  .lb-process__rail { grid-template-columns: repeat(4, 1fr); gap: 0; }
}

.lb-process__step {
  position: relative;
  padding: var(--lb-space-8);
  counter-increment: step;
}
@media (min-width: 769px) {
  .lb-process__step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 2.25rem;
    right: 0;
    width: 50%;
    height: 2px;
    background: linear-gradient(90deg, var(--lb-mint), transparent);
    opacity: 0.4;
  }
  .lb-process__step:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 2.25rem;
    left: 0;
    width: 50%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--lb-mint));
    opacity: 0.4;
  }
}

.lb-process__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: var(--lb-space-6);
  background: var(--lb-surface-2);
  border: 2px solid var(--lb-mint);
  border-radius: 50%;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 0.875rem;
  color: var(--lb-mint);
}
.lb-process__step h3 {
  font-family: "Outfit", sans-serif;
  font-size: var(--lb-font-h3);
  font-weight: 700;
  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; }

/* ── Testimonials ── */
.lb-testimonials__grid {
  display: grid;
  gap: var(--lb-space-6);
  grid-template-columns: 1.4fr 1fr 1fr;
}
@media (max-width: 900px) { .lb-testimonials__grid { grid-template-columns: 1fr; } }

.lb-quote {
  margin: 0;
  padding: var(--lb-space-8);
  background: var(--lb-surface);
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius-lg);
  display: flex;
  flex-direction: column;
}
.lb-quote--main {
  background: linear-gradient(160deg, rgba(250, 204, 21, 0.08) 0%, var(--lb-surface) 100%);
  border-color: rgba(250, 204, 21, 0.2);
}
.lb-quote__mark {
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  line-height: 1;
  color: var(--lb-coral);
  opacity: 0.6;
  margin-bottom: var(--lb-space-4);
}
.lb-quote__text { font-style: italic; color: var(--lb-frost); line-height: 1.65; margin-bottom: var(--lb-space-6); flex: 1; }
.lb-quote__footer { font-size: var(--lb-font-small); color: var(--lb-muted); margin-top: auto; }
.lb-quote__author { display: block; font-weight: 700; color: var(--lb-text); font-style: normal; }

/* ── Metrics bar ── */
.lb-metrics {
  padding-block: var(--lb-space-12);
  background: var(--lb-bg);
  border-block: 1px solid var(--lb-border);
}
.lb-metrics__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--lb-space-8) var(--lb-space-12);
}
.lb-metrics__item { text-align: center; }
.lb-metrics__value {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  color: var(--lb-mint);
  letter-spacing: -0.02em;
}
.lb-metrics__label { font-size: var(--lb-font-small); color: var(--lb-muted); max-width: 20ch; }

/* ── FAQ ── */
.lb-faq__grid {
  display: grid;
  gap: var(--lb-space-6);
}
@media (min-width: 769px) { .lb-faq__grid { grid-template-columns: 1fr 1fr; align-items: start; } }

.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) var(--lb-space-8);
  text-align: left;
  background: none;
  border: none;
  color: var(--lb-text);
  font-weight: 600;
  font-size: var(--lb-font-body);
  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-mint);
  flex-shrink: 0;
  transition: transform 0.2s;
}
.lb-faq__q[aria-expanded="true"]::after { transform: rotate(45deg); }
.lb-faq__q:hover { color: var(--lb-mint); }
.lb-faq__q:focus-visible { outline: 2px solid var(--lb-mint); outline-offset: -2px; }
.lb-faq__a {
  padding: 0 var(--lb-space-8) 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 ── */
.lb-cta {
  padding-block: var(--lb-space-20);
  background:
    radial-gradient(ellipse 80% 60% at 50% 100%, rgba(250, 204, 21, 0.1) 0%, transparent 60%),
    var(--lb-surface);
}
.lb-cta__inner {
  display: grid;
  gap: var(--lb-space-8);
  align-items: center;
  text-align: center;
}
@media (min-width: 769px) {
  .lb-cta__inner { grid-template-columns: 1fr auto; text-align: left; }
}
.lb-cta__title {
  font-family: "Outfit", 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 { margin: 0; color: var(--lb-muted); max-width: 42ch; }

/* ── Contact ── */
.lb-contact__grid {
  display: grid;
  gap: var(--lb-space-12);
}
@media (min-width: 769px) { .lb-contact__grid { grid-template-columns: 0.9fr 1.1fr; } }

.lb-contact__info { display: flex; flex-direction: column; gap: var(--lb-space-6); }
.lb-contact__info p { margin: 0; color: var(--lb-muted); line-height: 1.65; }
.lb-contact__company { font-family: "Outfit", sans-serif; font-size: var(--lb-font-h3); font-weight: 700; color: var(--lb-text); }
.lb-contact__info a { color: var(--lb-mint); text-decoration: none; font-weight: 500; }
.lb-contact__info a:hover { text-decoration: underline; }
.lb-contact__meta { font-size: var(--lb-font-small); opacity: 0.75; }

.lb-contact__form-box {
  padding: var(--lb-space-12);
  background: var(--lb-surface);
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius-xl);
  box-shadow: var(--lb-shadow-sm);
}

.lb-form { display: flex; flex-direction: column; gap: var(--lb-space-6); }
.lb-form__label { font-size: var(--lb-font-small); font-weight: 600; color: var(--lb-frost); }
.lb-input {
  padding: 0.875rem 1rem;
  background: var(--lb-bg);
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius);
  color: var(--lb-text);
  transition: border-color 0.15s, box-shadow 0.15s;
}
.lb-input::placeholder { color: var(--lb-muted); }
.lb-input:focus {
  outline: none;
  border-color: var(--lb-mint);
  box-shadow: 0 0 0 3px var(--lb-glow-mint);
}
.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__inner {
  display: grid;
  gap: var(--lb-space-8);
  grid-template-columns: 1fr auto auto;
  align-items: center;
}
@media (max-width: 640px) {
  .lb-footer__inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}
.lb-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.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);
  transition: color 0.15s;
}
.lb-footer__nav a:hover { color: var(--lb-mint); }
.lb-footer__social { display: flex; gap: var(--lb-space-4); }
.lb-footer__social a { color: var(--lb-muted); transition: color 0.15s; }
.lb-footer__social a:hover { color: var(--lb-coral); }
.lb-footer__copy {
  grid-column: 1 / -1;
  margin: 0;
  text-align: center;
  font-size: var(--lb-font-small);
  color: var(--lb-muted);
  padding-top: var(--lb-space-6);
  border-top: 1px solid var(--lb-border);
}

/* ── About / Prose ── */
.lb-about__lead {
  font-size: clamp(1.0625rem, 1.5vw + 0.5rem, 1.25rem);
  color: var(--lb-muted);
  max-width: 55ch;
  margin-bottom: var(--lb-space-12);
  line-height: 1.65;
}
.lb-about__block { margin-bottom: var(--lb-space-12); }
.lb-about__block h2 {
  font-family: "Outfit", sans-serif;
  font-size: var(--lb-font-h2);
  font-weight: 700;
  margin: 0 0 var(--lb-space-4);
  letter-spacing: -0.02em;
}
.lb-about__block p { margin: 0 0 var(--lb-space-4); color: var(--lb-muted); line-height: 1.65; }
.lb-about__contact a { color: var(--lb-mint); text-decoration: underline; text-underline-offset: 0.2em; }

.lb-prose { color: var(--lb-muted); line-height: 1.7; }
.lb-prose h2 { font-family: "Outfit", 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 ── */
.lb-privacy { text-align: center; }
.lb-privacy__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
}
.lb-privacy__stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--lb-space-6);
  margin: var(--lb-space-8) auto 0;
  max-width: 42rem;
}
.lb-privacy-card {
  width: 100%;
  padding: var(--lb-space-8);
  background: var(--lb-surface);
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius-lg);
  text-align: justify;
  color: var(--lb-muted);
  line-height: 1.7;
}
.lb-privacy-card h2 {
  font-family: "Outfit", sans-serif;
  font-size: var(--lb-font-h3);
  font-weight: 700;
  color: var(--lb-text);
  margin: 0 0 var(--lb-space-4);
  text-align: center;
  letter-spacing: -0.02em;
}
.lb-privacy-card p { margin: 0 0 var(--lb-space-4); }
.lb-privacy-card p:last-child { margin-bottom: 0; }
.lb-privacy-card ul {
  margin: 0 0 var(--lb-space-4);
  padding-left: 1.25rem;
}
.lb-privacy-card li { margin-bottom: var(--lb-space-2); }
.lb-privacy-card li:last-child { margin-bottom: 0; }
.lb-privacy-card ul:last-child { margin-bottom: 0; }
.lb-privacy-card a {
  color: var(--lb-mint);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.lb-privacy-card a:hover { color: var(--lb-text); }
