/* Article type + GEO chrome — Linear DESIGN.md tokens. */
.article-content h1,
.prose-article h1,
article h1,
main h1 {
    font-family: Inter, "PingFang SC", "Hiragino Sans GB", sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #f7f8f8;
    margin: 2rem 0 1rem;
    line-height: 1.15;
    letter-spacing: -1px;
}
.article-content h2,
.prose-article h2,
article h2,
main h2 {
    font-family: Inter, "PingFang SC", "Hiragino Sans GB", sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #f7f8f8;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    line-height: 1.2;
    letter-spacing: -0.6px;
}
.article-content h3,
.prose-article h3,
article h3,
main h3 {
    font-size: 22px;
    font-weight: 500;
    color: #f7f8f8;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.25;
    letter-spacing: -0.4px;
}
.article-content h4,
.prose-article h4,
article h4,
main h4 {
    font-size: 18px;
    font-weight: 500;
    color: #d0d6e0;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}
.article-content p,
.prose-article p,
article p,
main p {
    margin-bottom: 1.25rem;
    line-height: 1.5;
    color: #d0d6e0;
    font-size: 16px;
    letter-spacing: -0.05px;
}
.article-content ul,
.prose-article ul,
.article ul,
.card ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
    color: #d0d6e0;
}
.article-content ol,
.prose-article ol,
.article ol,
.card ol {
    list-style-type: decimal;
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
    color: #d0d6e0;
}
.article-content li,
.prose-article li,
.article li,
.card li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}
.article-content ul ul,
.prose-article ul ul,
.article ul ul,
.card ul ul {
    list-style-type: circle;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
table,
.article-content table,
.prose-article table,
article table,
main table {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 14px;
    background: #0f1011;
}
.table-wrap {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.25rem 0 1.75rem;
}
.article-content th,
.article-content td,
.prose-article th,
.prose-article td,
article th,
article td,
main th,
main td {
    border: 1px solid #23252a;
    padding: 0.75rem 1rem;
    text-align: left;
    color: #d0d6e0;
}
.article-content th,
.prose-article th,
article th,
main th {
    background: #141516;
    font-weight: 500;
    color: #f7f8f8;
}
.article-content blockquote,
.prose-article blockquote,
article blockquote,
main blockquote {
    border-left: 2px solid #5e6ad2;
    padding-left: 1rem;
    margin: 1.5rem 0;
    color: #c5c9d2;
}
nav ul,
nav ol,
footer ul,
footer ol,
.hidden.md\:flex {
    list-style: none;
    padding-left: 0;
}
header.pt-32,
header.pt-24,
article header,
main > header,
header .max-w-4xl {
    text-align: left !important;
}
header.text-center,
header .text-center,
section.text-center,
.text-center > h1,
.text-center > h2,
.text-center > h3,
.text-center > p,
.text-center > .hero-lead {
    text-align: center !important;
}
header .max-w-4xl,
.article-content,
.prose-article {
    max-width: 48rem;
}
.hero-lead,
.article-lead,
.hero-facts {
    max-width: 100%;
}
.geo-answer-block,
#geo-answer-first:not(.hero-lead) {
    border: 0;
    border-left: 2px solid #5e6ad2;
    background: transparent;
    border-radius: 0;
    padding: 0 0 0 16px;
    margin: 0 0 1.5rem;
    text-align: left;
}
.geo-answer-block p,
#geo-answer-first:not(.hero-lead) p {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    color: #d0d6e0;
}
#geo-answer-first.hero-lead {
    border: 0;
    border-left: 0;
    padding-left: 0;
    margin: 0 0 1.5rem;
}
.article-cta-booking {
    margin: 2rem 0;
    padding: 24px;
    background: #0f1011;
    border: 1px solid #23252a;
    border-radius: 12px;
}
.article-cta-booking h2 {
    font-family: Inter, "PingFang SC", sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.6px;
    color: #f7f8f8;
    margin: 0 0 0.5rem;
}
.article-cta-booking .cta-phones {
    margin: 0 0 1rem;
    font-size: 14px;
    color: #c5c9d2;
}
.article-cta-booking p,
.article-cta-booking li {
    color: #d0d6e0;
    line-height: 1.5;
}
.article-cta-booking ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin: 0.75rem 0 1rem;
}
.article-cta-booking .cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.5rem;
}
.article-cta-booking .cta-actions a {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}
.article-cta-booking .cta-primary {
    background: #5e6ad2;
    color: #fff;
}
.article-cta-booking .cta-secondary {
    background: #0f1011;
    border: 1px solid #23252a;
    color: #f7f8f8;
}
@media (max-width: 768px) {
    .article-content h1,
    .prose-article h1,
    article h1,
    main h1 {
        font-size: 36px;
        letter-spacing: -1px;
    }
}
