/*
Theme Name: Kartinium Root SEO
Theme URI: https://kartinium.ru/
Author: Kartinium SEO Agent
Description: Minimal indexable theme for Kartinium root SEO landing pages.
Version: 0.1.0
Text Domain: kartinium-root-seo
*/

body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.55;
  color: #1b1b1b;
  background: #fff;
}

header,
main,
footer {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 20px;
}

header {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e1e4e8;
}

header > a {
  font-weight: 700;
  color: #151515;
  text-decoration: none;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

a {
  color: #0b57d0;
}

h1 {
  font-size: 40px;
  line-height: 1.15;
  margin: 24px 0 16px;
}

h2 {
  margin-top: 32px;
}

p,
li {
  font-size: 18px;
}

footer {
  border-top: 1px solid #e1e4e8;
  color: #4a4a4a;
}
