﻿.doc-call {
    font-family: 'Georgia', serif;
    line-height: 1.6;
    color: #333;
}

/* --- Заголовки и подзаголовок --- */
.doc-call h1 {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 10px;
    font-size: 2.2em;
}

.doc-call .subtitle {
    text-align: center;
    font-style: italic;
    color: #7f8c8d;
    margin-bottom: 30px;
}

.doc-call h2 {
    color: #34495e;
    border-bottom: 2px solid #ecf0f1;
    padding-bottom: 10px;
    margin-top: 40px;
}

/* --- Вспомогательные блоки --- */
.doc-call .story-context {
    background: #ecf0f1;
    padding: 20px;
    border-left: 4px solid #3498db;
    margin: 30px 0;
    border-radius: 4px;
}

    .doc-call .story-context h4 {
        margin-top: 0;
        color: #2980b9;
    }

.doc-call .medical-note {
    background: #e8f5e8;
    border: 1px solid #28a745;
    padding: 15px;
    border-radius: 4px;
    margin: 20px 0;
    font-size: 0.95em;
}

    .doc-call .medical-note::before {
        content: "🩺 ";
        font-weight: bold;
    }

.doc-call .it-parallel {
    background: #e3f2fd;
    border-left: 4px solid #2196f3;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
    font-style: italic;
}

    .doc-call .it-parallel::before {
        content: "💻 ";
        font-weight: bold;
    }

.doc-call .highlight {
    background: #fff3cd;
    padding: 15px;
    border-left: 4px solid #ffc107;
    margin: 20px 0;
    border-radius: 4px;
}

.doc-call .final-insight {
    background: #fff8e1;
    border-left: 4px solid #ff9800;
    padding: 15px;
    margin: 25px 0 10px;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    font-style: italic;
    transition: transform 0.3s ease;
}

    .doc-call .final-insight:hover {
        transform: translateY(-3px);
    }

/* --- Цитаты и разделители --- */
.doc-call blockquote {
    background: #f8f9fa;
    border-left: 4px solid #e74c3c;
    margin: 20px 0;
    padding: 15px 20px;
    font-style: italic;
}

.doc-call hr {
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, #bdc3c7, transparent);
    margin: 30px 0;
}

/* --- Финальный блок --- */
.doc-call .story-final {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin-top: 40px;
    border: 1px solid #dee2e6;
}

/* --- Тонкие типографические акценты --- */
.doc-call strong {
    color: #2c3e50;
}

.doc-call em {
    color: #e74c3c;
}

/* --- CTA Button Styles --- */
.cta-button {
    display: inline-block;
    background: #2196f3;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 15px;
    transition: background 0.3s ease;
}

    .cta-button:hover {
        background: #1976d2;
        color: white;
        text-decoration: none;
    }

.brand-connection {
    background: #f0f8ff;
    border-left: 4px solid #2196f3;
    padding: 20px;
    margin: 30px 0;
    border-radius: 4px;
    font-weight: 500;
}

