html { scroll-behavior: smooth; font-family: 'Manrope', Inter, Arial, sans-serif; }
body { color: #1a1a1a; }

h1, h2, h3 { font-weight: 500; line-height: 1.1; }

.chevron-decoration {
    position: absolute;
    width: 28px;
    background: #024ad8;
    top: 0;
    bottom: 0;
    clip-path: polygon(40% 0, 100% 0, 60% 100%, 0 100%);
}

.faq-item summary { cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; float: right; color: #024ad8; font-weight: 700; }
.faq-item[open] summary::after { content: "−"; }

.toc-box a { display: block; padding: 6px 0; font-size: 14px; color: #3d3d3d; }
.toc-box a:hover { color: #024ad8; }

.article-prose h2 { font-size: 28px; margin-top: 40px; margin-bottom: 16px; scroll-margin-top: 90px; }
.article-prose h3 { font-size: 20px; margin-top: 28px; margin-bottom: 12px; scroll-margin-top: 90px; }
.article-prose p { font-size: 16px; line-height: 1.7; color: #3d3d3d; margin-bottom: 16px; }
.article-prose ul { list-style: disc; padding-left: 22px; margin-bottom: 16px; }
.article-prose li { font-size: 16px; line-height: 1.7; color: #3d3d3d; margin-bottom: 8px; }

.cookie-banner {
    position: fixed;
    bottom: 16px;
    left: 16px;
    right: 16px;
    max-width: 640px;
    margin: 0 auto;
    background: #1a1a1a;
    color: #fff;
    border-radius: 16px;
    padding: 20px 24px;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    z-index: 100;
}
