.modelo-header {
    padding: 20px;
    margin: 25px 0 20px;
    background: linear-gradient(135deg, #2c5aa0 0%, #1e4070 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.modelo-header h1 { margin: 0; color: #fff; font-size: 36px; font-weight: 700; }

.modelo-section,
.modelo-testimonials-section {
    padding: 25px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.modelo-container { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: center; gap: 40px; }
.modelo-left { display: flex; flex: 0 0 300px; min-width: 300px; flex-direction: column; align-items: center; gap: 12px; }
.modelo-photo { width: 250px; height: 250px; overflow: hidden; margin: 0 auto 10px; border: 6px solid #2c5aa0; border-radius: 50%; box-shadow: 0 6px 20px rgba(44, 90, 160, 0.25); }
.modelo-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.modelo-info { display: flex; width: 100%; flex-direction: column; gap: 1px; }
.modelo-info-item { display: flex; align-items: baseline; padding: 1px 0; }
.modelo-info-label { flex-shrink: 0; min-width: 55px; color: #2c5aa0; font-size: 14px; font-weight: 700; }
.modelo-info-value { flex: 1; color: #555; font-size: 15px; line-height: 1.5; }
.modelo-public-attended { padding: 18px; margin: 10px 0; background: #f9f9f9; border-left: 4px solid #2c5aa0; border-radius: 4px; }
.modelo-public-attended ul { padding-left: 20px; color: #555; font-size: 15px; line-height: 1.7; }
.modelo-action-buttons { display: flex; flex-direction: column; gap: 12px; margin-top: 15px; }

.modelo-btn {
    display: block;
    padding: 14px 24px;
    background: #2c5aa0;
    border: 2px solid #2c5aa0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.modelo-btn:hover { background: #1e4070; box-shadow: 0 4px 12px rgba(44, 90, 160, 0.3); transform: translateY(-2px); }
.modelo-right { display: flex; flex: 1; min-width: 0; flex-direction: column; }
.modelo-presentation-container { padding: 15px; margin-bottom: 20px; background: #f9f9f9; border: 2px solid #e0e0e0; border-radius: 8px; }
.modelo-presentation-container > h2 { margin: 0 0 10px; color: #2c5aa0; font-size: 20px; }
.professional-presentation { color: #111827; font-size: 14px; line-height: 1.5; overflow-wrap: anywhere; }
.professional-presentation p { margin: 0; }
.professional-presentation p:empty { min-height: 1.5em; }
.professional-presentation h1,
.professional-presentation h2,
.professional-presentation h3,
.professional-presentation h4,
.professional-presentation h5,
.professional-presentation h6 { margin: 0; color: inherit; line-height: 1.5; }
.professional-presentation h2 { font-size: 1.5rem; font-weight: 700; }
.professional-presentation h3 { font-size: 1.25rem; font-weight: 700; }
.professional-presentation h4 { font-size: 1.125rem; font-weight: 700; }
.professional-presentation ul,
.professional-presentation ol { padding-left: 1.5rem; margin: 0; }
.professional-presentation ul { list-style: disc; }
.professional-presentation ol { list-style: decimal; }
.professional-presentation li > p { margin: 0; }
.professional-presentation a { color: #0369a1; text-decoration: underline; }
.professional-presentation img { display: block; max-width: 100%; height: auto; }
.modelo-tagline { display: inline-block; margin-top: 6px; color: #2c5aa0; font-style: italic; font-weight: 700; }

.modelo-agenda-container { overflow: hidden; background: #fff; border: 2px solid #e0e0e0; border-radius: 8px; }
.modelo-agenda-subtitle { padding: 15px 20px; margin: 0; background: #2c5aa0; color: #fff; font-size: 14px; font-weight: 600; line-height: 1.5; text-align: center; }
.modelo-agenda-placeholder { display: flex; min-height: 200px; align-items: center; justify-content: center; gap: 12px; padding: 40px 20px; color: #777; text-align: center; }
.agenda-skeleton { width: 22px; height: 22px; border: 3px solid #d7e0ec; border-top-color: #2c5aa0; border-radius: 50%; animation: agenda-spin 0.8s linear infinite; }
@keyframes agenda-spin { to { transform: rotate(360deg); } }
.agenda-calendar { width: 100%; height: 100%; margin: 0 auto; color: #2c5aa0; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 14px; }
.agenda-calendar .fc { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
.agenda-calendar .fc-event,
.agenda-calendar .fc-event-main { padding: 2px 4px; font-size: 12px; line-height: 1; }
.agenda-calendar .fc-event-title { line-height: 1; }
.agenda-calendar .fc-button-primary { background-color: #2c5aa0; border-color: #1e4070; }
.agenda-calendar .fc-button-primary:hover,
.agenda-calendar .fc-button-primary.fc-button-active { background-color: #1e4070; border-color: #0d3b66; }
.agenda-calendar .fc-col-header-cell { background-color: #f5f5f5; color: #2c5aa0; font-weight: 700; }
.agenda-calendar .fc-timegrid-slot { height: 3em; }
.agenda-calendar .fc-timegrid-col { cursor: pointer; }
.agenda-feedback { padding: 0 16px; color: #333; text-align: center; }
.agenda-feedback p { margin: 14px 0 8px; }
.agenda-selection-shell { min-height: 465px; padding: 15px; background: #f5f5f5; }
.agenda-selection-card { max-width: 500px; padding: 25px; margin: 30px auto; background: #fff; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
.agenda-selection-title { margin: 0 0 20px; color: #2c5aa0; font-size: 22px; }
.agenda-selection-row { display: flex; gap: 15px; padding: 10px; margin-bottom: 12px; background: #f9f9f9; border-left: 3px solid #2c5aa0; border-radius: 4px; }
.agenda-selection-row strong { min-width: 90px; color: #2c5aa0; font-size: 13px; }
.agenda-selection-row span { flex: 1; color: #555; font-size: 14px; }
.agenda-selection-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 15px; }
.agenda-selection-button { display: inline-block; padding: 10px 20px; background: #2c5aa0; border: 0; border-radius: 4px; color: #fff; cursor: pointer; font: inherit; font-size: 13px; font-weight: 700; text-decoration: none; }
.agenda-selection-button:hover { background: #1e4070; color: #fff; }
.agenda-empty,
.agenda-load-error { padding: 35px 20px; color: #555; text-align: center; }
.agenda-empty a { display: inline-block; margin-top: 12px; color: #1e4070; font-weight: 700; }
.agenda-load-error .modelo-btn { display: inline-block; margin-top: 15px; }

.modelo-section-title { margin-bottom: 30px; color: #2c5aa0; font-size: 28px; text-align: center; }
.modelo-demandas-container .modelo-section-title,
.modelo-agendar-container .modelo-section-title { margin-bottom: 15px; font-size: 20px; text-align: left; }
.modelo-demandas-text,
.modelo-agendar-text { margin-bottom: 20px; color: #555; font-size: 16px; line-height: 1.6; text-align: left; }
.modelo-demandas-tags { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 12px; }
.modelo-tag { display: inline-block; padding: 8px 16px; background: transparent; border: 2px solid #2c5aa0; border-radius: 20px; color: #2c5aa0; cursor: default; font-size: 13px; font-weight: 600; }
.modelo-tag:hover { background: #2c5aa0; color: #fff; }
.modelo-agendar-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }

@media (prefers-reduced-motion: reduce) { .agenda-skeleton { animation: none; } }

@media (max-width: 1000px) {
    .modelo-container { display: block; }
    .modelo-left { width: 100%; min-width: 0; margin-bottom: 30px; }
    .modelo-right { width: 100%; }
    .modelo-header { margin-top: 1px; }
    .modelo-header h1 { font-size: 26px; }
    .modelo-section { padding: 25px 8px 9px; }
    .modelo-agenda-placeholder { min-height: 150px; }
}

@media (max-width: 480px) {
    .modelo-photo { width: 220px; height: 220px; }
    .modelo-testimonials-section { padding: 20px 12px; }
}
