body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #172033;
  background: #f7f8fb;
  line-height: 1.65;
}

a {
  color: #2454d6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e5e8f0;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 18px 0;
}

.logo {
  font-weight: 700;
  color: #172033;
  font-size: 20px;
}

.site-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.site-nav a {
  color: #42526b;
  font-size: 14px;
}

.site-main {
  padding: 56px 0;
}

.site-main .container {
  background: #ffffff;
  border: 1px solid #e5e8f0;
  border-radius: 18px;
  padding: 42px;
  box-shadow: 0 12px 30px rgba(23, 32, 51, 0.06);
}

h1 {
  line-height: 1.15;
  font-size: clamp(34px, 5vw, 56px);
  margin: 0 0 20px;
}

h2 {
  margin-top: 38px;
  line-height: 1.25;
}

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

.eyebrow {
  color: #667085;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.post-description {
  color: #475467;
  font-size: 20px;
}

.site-footer {
  padding: 32px 0;
  color: #667085;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-inner nav {
  display: flex;
  gap: 16px;
}

code {
  background: #f0f2f7;
  padding: 2px 5px;
  border-radius: 5px;
}

pre {
  background: #101828;
  color: #f9fafb;
  padding: 18px;
  border-radius: 12px;
  overflow-x: auto;
}
