/* Lokrio company pages — trust & about (full-bleed premium) */

html.lokrio-company-page .public-main,
html.lokrio-company-page .marketplace-main {
  max-width: none;
  padding: 0;
  margin: 0;
}

.lcp {
  --lcp-ink: #0b1220;
  --lcp-muted: #64748b;
  --lcp-line: rgba(255, 255, 255, 0.12);
  --lcp-accent: #f97316;
  --lcp-teal: #0d9488;
  --lcp-blue: #2563eb;
  --lcp-max: 1120px;
  color: var(--lcp-ink);
  font-family: inherit;
}

/* ── Hero ── */
.lcp-hero {
  position: relative;
  overflow: hidden;
  padding: 56px 24px 64px;
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(249, 115, 22, 0.22), transparent 55%),
    radial-gradient(ellipse 60% 50% at 90% 10%, rgba(37, 99, 235, 0.18), transparent 50%),
    linear-gradient(165deg, #071525 0%, #0c2340 42%, #0f172a 100%);
  color: #fff;
}

.lcp-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.lcp-hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--lcp-max);
  margin: 0 auto;
}

.lcp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fcd34d;
}

.lcp-hero h1 {
  margin: 0 0 14px;
  max-width: 720px;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.lcp-hero-lead {
  margin: 0;
  max-width: 620px;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 500;
  color: rgba(226, 232, 240, 0.88);
}

.lcp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.lcp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.lcp-btn:hover {
  transform: translateY(-1px);
}

.lcp-btn--primary {
  background: linear-gradient(135deg, #fb923c, #ea580c);
  color: #fff;
  box-shadow: 0 8px 24px rgba(234, 88, 12, 0.35);
}

.lcp-btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}

/* ── Stats bar ── */
.lcp-stats {
  background: #fff;
  border-bottom: 1px solid #e8edf3;
  padding: 0 24px;
  margin-top: -28px;
  position: relative;
  z-index: 2;
}

.lcp-stats-inner {
  max-width: var(--lcp-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 20px;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.1);
  overflow: hidden;
}

.lcp-stat {
  padding: 22px 20px;
  text-align: center;
  border-right: 1px solid #f0f3f7;
}

.lcp-stat:last-child {
  border-right: 0;
}

.lcp-stat strong {
  display: block;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--lcp-ink);
  line-height: 1;
  margin-bottom: 6px;
}

.lcp-stat span {
  font-size: 12px;
  font-weight: 700;
  color: var(--lcp-muted);
  letter-spacing: 0.02em;
}

/* ── Section shell ── */
.lcp-section {
  padding: 56px 24px;
}

.lcp-section--soft {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.lcp-section-head {
  max-width: var(--lcp-max);
  margin: 0 auto 28px;
}

.lcp-section-head h2 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.lcp-section-head p {
  margin: 0;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--lcp-muted);
  font-weight: 500;
}

.lcp-wrap {
  max-width: var(--lcp-max);
  margin: 0 auto;
}

/* ── Trust bento grid ── */
.lcp-bento {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.lcp-bento-card {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 20px;
  padding: 24px 22px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.lcp-bento-card:hover {
  border-color: #c7d2fe;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.09);
  transform: translateY(-2px);
}

.lcp-bento-card--wide {
  grid-column: span 2;
}

.lcp-bento-card--highlight {
  background: linear-gradient(145deg, #eff6ff 0%, #fff 55%);
  border-color: #bfdbfe;
}

.lcp-bento-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
  color: #ea580c;
}

.lcp-bento-ico--teal {
  background: linear-gradient(135deg, #ecfdf5, #ccfbf1);
  color: #0d9488;
}

.lcp-bento-ico--blue {
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  color: #2563eb;
}

.lcp-bento-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.lcp-bento-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--lcp-muted);
  font-weight: 500;
}

.lcp-bento-card a {
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
}

.lcp-bento-card a:hover {
  text-decoration: underline;
}

.lcp-rating-big {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--lcp-ink);
  margin-bottom: 4px;
}

/* ── Steps ── */
.lcp-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.lcp-step {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 18px;
  padding: 22px 18px;
  position: relative;
}

.lcp-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #0f172a;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 14px;
}

.lcp-step h3 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 900;
}

.lcp-step p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--lcp-muted);
  font-weight: 500;
}

/* ── Certificates ── */
.lcp-certs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lcp-cert {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 18px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lcp-cert-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.lcp-cert h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.lcp-cert-badge {
  flex-shrink: 0;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lcp-cert-meta {
  font-size: 12px;
  font-weight: 700;
  color: #475569;
}

.lcp-cert-ref {
  font-size: 12px;
  font-weight: 800;
  color: #0f172a;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.lcp-cert p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--lcp-muted);
  font-weight: 500;
}

/* ── Timeline (about) ── */
.lcp-timeline {
  display: grid;
  gap: 0;
  border-left: 2px solid #e2e8f0;
  margin-left: 8px;
}

.lcp-tl-item {
  position: relative;
  padding: 0 0 28px 28px;
}

.lcp-tl-item::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #ea580c;
  box-shadow: 0 0 0 4px #fff7ed;
}

.lcp-tl-year {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #ea580c;
}

.lcp-tl-item h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 900;
}

.lcp-tl-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--lcp-muted);
  font-weight: 500;
  max-width: 640px;
}

/* ── Values grid ── */
.lcp-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lcp-value-card {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 18px;
  padding: 22px 20px;
}

.lcp-value-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 900;
}

.lcp-value-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--lcp-muted);
  font-weight: 500;
}

/* ── Services ── */
.lcp-services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.lcp-service {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 18px;
  padding: 22px 18px;
  text-align: center;
}

.lcp-service-ico {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #f8fafc;
  color: #0f172a;
  margin-bottom: 14px;
}

.lcp-service h3 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 900;
}

.lcp-service p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--lcp-muted);
  font-weight: 500;
}

/* ── Team ── */
.lcp-team {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lcp-team-card {
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  border-radius: 18px;
  padding: 24px 20px;
  color: #fff;
}

.lcp-team-card h3 {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 900;
}

.lcp-team-role {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fcd34d;
}

.lcp-team-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.82);
  font-weight: 500;
}

/* ── Story prose ── */
.lcp-prose {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.75;
  color: #334155;
  font-weight: 500;
}

.lcp-prose p {
  margin: 0 0 16px;
}

.lcp-prose p:last-child {
  margin-bottom: 0;
}

/* ── CTA band ── */
.lcp-cta {
  padding: 48px 24px 64px;
  background: linear-gradient(135deg, #0f172a, #1e3a5f);
  color: #fff;
  text-align: center;
}

.lcp-cta-inner {
  max-width: 640px;
  margin: 0 auto;
}

.lcp-cta h2 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.lcp-cta p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.85);
  font-weight: 500;
}

.lcp-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.lcp-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lcp-contact-card {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 18px;
  padding: 20px 18px;
}

.lcp-contact-card h3 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
}

.lcp-contact-card p,
.lcp-contact-card a {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  text-decoration: none;
}

.lcp-contact-card a:hover {
  color: #2563eb;
}

/* ── Two-column about layout ── */
.lcp-split {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: start;
}

.lcp-legal-note {
  margin-top: 20px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  font-size: 13px;
  line-height: 1.55;
  color: #92400e;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .lcp-stats-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lcp-stat:nth-child(2) {
    border-right: 0;
  }

  .lcp-stat:nth-child(1),
  .lcp-stat:nth-child(2) {
    border-bottom: 1px solid #f0f3f7;
  }

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

  .lcp-bento-card--wide {
    grid-column: span 2;
  }

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

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

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

  .lcp-split {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .lcp-hero {
    padding: 40px 16px 52px;
  }

  .lcp-section {
    padding: 40px 16px;
  }

  .lcp-stats {
    padding: 0 16px;
  }

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

  .lcp-stat {
    border-right: 0;
    border-bottom: 1px solid #f0f3f7;
  }

  .lcp-stat:last-child {
    border-bottom: 0;
  }

  .lcp-bento,
  .lcp-steps,
  .lcp-certs,
  .lcp-values,
  .lcp-services,
  .lcp-team,
  .lcp-contact-grid {
    grid-template-columns: 1fr;
  }

  .lcp-bento-card--wide {
    grid-column: span 1;
  }
}
