body {
  color: var(--color-grey-400);
  line-height: 1.6;
  background-color: var(--color-white);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.page-title,
.section-title {
  color: var(--color-blue-200);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  margin-bottom: 2rem;
}

h3 {
  font-size: clamp(1.5rem, 3vw, 1.75rem);
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

p {
  font-size: 18px;
  line-height: 1.6;
  color: #334155;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--color-blue-050);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--color-blue-100);
}

strong,
b {
  font-weight: 700;
  color: var(--color-blue-200);
}

ul,
ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0.5rem;
}

ul li::marker {
  color: var(--color-blue-050);
}

ol li::marker {
  color: var(--color-blue-100);
  font-weight: 600;
}

blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  border-left: 4px solid var(--color-blue-050);
  background-color: var(--color-grey-010);
  border-radius: 0 16px 16px 0;
  font-style: italic;
  color: var(--color-blue-200);
  font-size: 1.1rem;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote cite,
blockquote footer {
  display: block;
  margin-top: 1rem;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 600;
  color: var(--color-grey-300);
}

.pk-breadcrumbs a {
  color: var(--color-grey-400);
}

.pk-breadcrumbs a:hover {
  color: var(--color-blue-050);
}

@media (max-width: 768px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .page-title,
    .section-title {
        line-height: 1.25;
        margin-bottom: 1rem;
        letter-spacing: -0.02em;
    }
    
    h1, .page-title { font-size: clamp(1.75rem, 8vw, 2.25rem); }
    h2, .section-title { font-size: clamp(1.5rem, 7vw, 2rem); }
    h3 { font-size: clamp(1.3rem, 6vw, 1.75rem); }
    h4 { font-size: 1.15rem; }
    h5 { font-size: 1.05rem; }
    h6 { font-size: 1rem; }

    p, ul, ol, li, blockquote {
        font-size: 16px !important;
        line-height: 1.55;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}
