body.home-page {
    font-family: 'Montserrat', 'Inter', 'Open Sans', system-ui, sans-serif;
    color: #1a1a1a;
}

body.home-page .sqs-html-content h2,
body.home-page .sqs-html-content h3 {
    font-family: 'Montserrat', 'Playfair Display', serif;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 0.85rem;
    letter-spacing: 0.04em;
}

body.home-page .sqs-html-content h2 span.sqsrte-text-color--accent,
body.home-page .sqs-html-content h3 span.sqsrte-text-color--accent {
    color: #c11f1f !important;
}

body.home-page .sqs-html-content h2 span.sqsrte-text-color--accent {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 700;
}

body.home-page .sqs-html-content h3 span.sqsrte-text-color--accent {
    font-size: clamp(2.8rem, 8vw, 5rem);
    font-weight: 700;
    letter-spacing: 0.12em;
}

body.home-page .sqs-html-content p {
    font-size: 1rem;
    line-height: 1.7;
    color: #2a2a2a;
    max-width: 540px;
}

body.home-page .sqs-block-button-element--primary {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: #c11f1f;
    border-radius: 999px;
    padding: 0.75rem 2.25rem;
    border: none;
    color: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.home-page .sqs-block-button-element--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 20px rgba(193, 31, 31, 0.25);
}

body.home-page .sqs-button-element--primary {
    background: #c11f1f;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

body.home-page .accordion-item__title {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.16em;
    font-weight: 600;
}

body.home-page .accordion-item__description {
    text-align: left;
}

body.home-page .accordion-icon-container {
    color: #1a1a1a;
}

body.home-page .plus__horizontal-line,
body.home-page .plus__vertical-line {
    background: currentColor;
}
