/*
Theme Name: Lida AI Theme
Theme URI: https://lida-ai.ru/
Author: Elevetex AI
Description: WordPress theme for the Lida AI SDR landing page.
Version: 1.0.0
Text Domain: lida-ai
*/

:root {
  --lida-bg: #fdfcff;
  --lida-text: #211f36;
  --lida-muted: #595673;
  --lida-primary: #4f43ff;
  --lida-secondary: #ff598e;
  --lida-line: rgba(79, 67, 255, .18);
}

body {
  margin: 0;
  background: var(--lida-bg);
  color: var(--lida-text);
  font-family: Manrope, Arial, sans-serif;
}

a {
  color: var(--lida-primary);
}

.wp-site {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 40px 0;
}

.wp-site-header,
.wp-site-footer {
  border-bottom: 1px solid var(--lida-line);
  background: #fff;
}

.wp-site-footer {
  border-top: 1px solid var(--lida-line);
  border-bottom: 0;
}

.wp-site-brand {
  display: inline-flex;
  align-items: center;
  min-height: 64px;
  color: var(--lida-text);
  font-weight: 800;
  text-decoration: none;
}

.wp-content {
  display: grid;
  gap: 22px;
}

.wp-content article {
  border: 1px solid var(--lida-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  padding: 24px;
}

.wp-content h1,
.wp-content h2 {
  margin: 0 0 14px;
  line-height: 1.16;
}

.wp-content p {
  color: var(--lida-muted);
  line-height: 1.62;
}
