/* ============================================================
   VEKTOR — Branded content/legal page styles (shared)
   For: contact, careers, blog, press, faq, sitemap, accessibility,
        privacy, terms, cookies, refund-policy, disclaimer
   ============================================================ */

.lp-hero {
  padding: 140px 0 36px;
}
.lp-hero h1 {
  margin-top: 18px;
  font-size: clamp(2.2rem, 4.6vw, 3.8rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 500;
  max-width: 22ch;
}
.lp-hero p.lp-lead {
  margin-top: 22px;
  max-width: 56ch;
  font-size: 18px;
  line-height: 1.55;
  color: #5f6368;
}

.lp-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.32fr) minmax(0, 0.68fr);
  gap: 56px;
  align-items: start;
  padding: 24px 0 72px;
}
.lp-grid .lp-aside {
  position: sticky; top: 120px;
  display: grid; gap: 10px;
}
.lp-grid .lp-aside h4 {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8b93a1;
  font-weight: 700;
  margin: 0 0 8px;
}
.lp-grid .lp-aside a {
  display: block;
  padding: 10px 12px;
  font-size: 14px;
  color: #5f6368;
  text-decoration: none;
  border-radius: 10px;
  transition: background 0.25s ease, color 0.25s ease, padding-left 0.3s var(--ease-out-back, ease);
}
.lp-grid .lp-aside a:hover,
.lp-grid .lp-aside a.is-active {
  background: rgba(32, 33, 36, 0.05);
  color: var(--ink);
  padding-left: 16px;
}

.lp-content {
  font-size: 16.5px;
  line-height: 1.7;
  color: #3c4043;
  max-width: 70ch;
}
.lp-content h2 {
  margin-top: 56px;
  margin-bottom: 14px;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: var(--ink);
}
.lp-content h2:first-child { margin-top: 8px; }
.lp-content h3 {
  margin-top: 32px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  font-weight: 600;
}
.lp-content p { margin: 0 0 18px; }
.lp-content ul, .lp-content ol {
  margin: 0 0 24px;
  padding-left: 22px;
}
.lp-content li { margin-bottom: 8px; }
.lp-content a {
  color: var(--blue);
  text-decoration: none;
  border-bottom: 1px solid rgba(66, 133, 244, 0.3);
  transition: border-color 0.25s ease, color 0.25s ease;
}
.lp-content a:hover { border-color: var(--blue); }
.lp-content code {
  font-family: ui-monospace, SFMono-Regular, "JetBrains Mono", monospace;
  font-size: 0.9em;
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(32, 33, 36, 0.06);
}
.lp-content strong { color: var(--ink); }

.lp-callout {
  margin: 28px 0;
  padding: 22px 26px;
  border-radius: 18px;
  background: rgba(66, 133, 244, 0.07);
  border: 1px solid rgba(66, 133, 244, 0.18);
  color: #1a3a73;
  font-size: 15px;
  line-height: 1.6;
}

.lp-divider {
  margin: 48px 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(32, 33, 36, 0.15), transparent);
}

.lp-meta {
  margin-top: 56px;
  padding-top: 26px;
  border-top: 1px solid rgba(32, 33, 36, 0.08);
  font-size: 13px;
  color: #8b93a1;
  letter-spacing: 0.06em;
}

/* ---- Contact page ---- */
.lp-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin: 28px 0;
}
.lp-contact-card {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(32, 33, 36, 0.08);
  box-shadow: 0 16px 36px -16px rgba(32, 33, 36, 0.12);
  transition: transform 0.45s var(--ease-out-quart, ease), border-color 0.3s ease, box-shadow 0.45s var(--ease-out-quart, ease);
}
.lp-contact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(32, 33, 36, 0.18);
  box-shadow: 0 28px 50px -18px rgba(32, 33, 36, 0.18);
}
.lp-contact-card .lp-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(66, 133, 244, 0.12);
  color: var(--blue);
  margin-bottom: 14px;
}
.lp-contact-card h3 {
  margin: 0 0 6px;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  font-weight: 600;
}
.lp-contact-card p {
  margin: 0;
  font-size: 14.5px;
  color: #5f6368;
  line-height: 1.55;
}
.lp-contact-card a {
  display: inline-block;
  margin-top: 10px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.lp-contact-card a:hover { text-decoration: underline; }

/* ---- Careers ---- */
.lp-roles {
  margin-top: 28px;
  display: grid;
  gap: 12px;
}
.lp-role {
  padding: 22px 26px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(32, 33, 36, 0.08);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  transition: transform 0.4s var(--ease-out-quart, ease), border-color 0.3s ease, background 0.3s ease;
}
.lp-role:hover {
  transform: translateY(-3px);
  border-color: var(--blue);
  background: rgba(255, 255, 255, 0.95);
}
.lp-role strong {
  display: block;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
  color: var(--ink);
  font-weight: 600;
}
.lp-role .lp-role-meta {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #6b7280;
  letter-spacing: 0.04em;
}
.lp-role .lp-role-cta {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--blue);
  text-decoration: none;
}

/* ---- FAQ accordion ---- */
.lp-faq { display: grid; gap: 10px; margin-top: 24px; }
.lp-faq details {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(32, 33, 36, 0.08);
  padding: 0;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.lp-faq details[open] {
  border-color: rgba(66, 133, 244, 0.32);
  background: rgba(255, 255, 255, 0.95);
}
.lp-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after {
  content: "+";
  font-size: 22px;
  color: var(--blue);
  transition: transform 0.3s ease;
}
.lp-faq details[open] summary::after { transform: rotate(45deg); }
.lp-faq details p {
  padding: 0 24px 22px;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #5f6368;
}

/* ---- Sitemap ---- */
.lp-sitemap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  margin-top: 28px;
}
.lp-sitemap-col h3 {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8b93a1;
  font-weight: 700;
  margin: 0 0 12px;
}
.lp-sitemap-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.lp-sitemap-col li a {
  text-decoration: none;
  color: var(--ink);
  font-size: 15px;
  transition: color 0.25s ease, padding-left 0.3s var(--ease-out-back, ease);
}
.lp-sitemap-col li a:hover {
  color: var(--blue);
  padding-left: 5px;
}

/* ---- Blog index ---- */
.lp-blog-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}
.lp-blog-card {
  padding: 26px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(32, 33, 36, 0.08);
  display: grid;
  gap: 12px;
  transition: transform 0.45s var(--ease-out-quart, ease), box-shadow 0.45s var(--ease-out-quart, ease), border-color 0.3s ease;
}
.lp-blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(32, 33, 36, 0.18);
  box-shadow: 0 28px 50px -18px rgba(32, 33, 36, 0.18);
}
.lp-blog-card .lp-blog-eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8b93a1;
  font-weight: 700;
}
.lp-blog-card h3 {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  font-weight: 600;
}
.lp-blog-card p { margin: 0; font-size: 14.5px; color: #6b7280; line-height: 1.55; }

@media (max-width: 1100px) {
  .lp-grid { grid-template-columns: 1fr; gap: 32px; }
  .lp-grid .lp-aside { position: relative; top: 0; }
}
@media (max-width: 720px) {
  .lp-hero { padding: 110px 0 24px; }
  .lp-grid { padding: 12px 0 48px; }
}
