/* Da Vinci Prior Auth — infographic poster (VizMark-style) */

.poster-body {
    margin: 0;
    padding: 0;
    background: #f0f4f8;
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    color: #1a202c;
    min-height: 100vh;
    line-height: 1.5;
}

.poster-app {
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 24px 48px;
}

/* Title block */
.poster-title-block {
    text-align: center;
    margin-bottom: 32px;
    padding: 24px 20px;
    background: linear-gradient(135deg, #0d2137 0%, #1e3a5f 100%);
    border-radius: 12px;
    color: #fff;
    box-shadow: 0 4px 16px rgba(13, 33, 55, 0.25);
}

.poster-title-block h1 {
    margin: 0 0 8px 0;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.poster-title-block .tagline {
    margin: 0;
    font-size: 15px;
    color: #94a3b8;
    font-weight: 400;
}

/* Section headers */
.poster-section-title {
    margin: 0 0 16px 0;
    font-size: 18px;
    font-weight: 600;
    color: #0d2137;
    padding-bottom: 8px;
    border-bottom: 2px solid #00838f;
}

/* Before / After comparison (two columns) */
.poster-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 32px;
}

@media (max-width: 640px) {
    .poster-compare { grid-template-columns: 1fr; }
}

.poster-compare-card {
    padding: 20px;
    border-radius: 12px;
    border: 2px solid transparent;
}

.poster-compare-card.before {
    background: linear-gradient(180deg, #fef2f2 0%, #fee2e2 100%);
    border-color: #fca5a5;
}

.poster-compare-card.after {
    background: linear-gradient(180deg, #f0fdf4 0%, #dcfce7 100%);
    border-color: #86efac;
}

.poster-compare-card h3 {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: 600;
}

.poster-compare-card.before h3 { color: #991b1b; }
.poster-compare-card.after h3 { color: #166534; }

.poster-compare-card ul {
    margin: 0;
    padding-left: 20px;
}

.poster-compare-card li {
    margin-bottom: 6px;
    font-size: 14px;
}

.poster-compare-card.before li { color: #7f1d1d; }
.poster-compare-card.after li { color: #14532d; }

/* How it works: 5 steps in a row */
.poster-flow {
    margin-bottom: 32px;
}

.poster-flow-steps {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}

.poster-flow-step {
    flex: 1 1 0%;
    min-width: 100px;
    max-width: 160px;
    padding: 16px 12px;
    text-align: center;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.poster-flow-step .step-num {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background: #00838f;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}

.poster-flow-step .step-name {
    font-size: 13px;
    font-weight: 600;
    color: #0d2137;
    margin: 0 0 4px 0;
}

.poster-flow-step .step-desc {
    font-size: 11px;
    color: #64748b;
    margin: 0;
}

.poster-flow-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 12px 0;
}

.poster-flow-arrows span {
    color: #94a3b8;
    font-size: 18px;
}

/* Who benefits: 3 cards */
.poster-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

@media (max-width: 700px) {
    .poster-benefits { grid-template-columns: 1fr; }
}

.poster-benefit-card {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    border-left: 5px solid #00838f;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.poster-benefit-card .icon {
    font-size: 32px;
    margin-bottom: 10px;
}

.poster-benefit-card h4 {
    margin: 0 0 8px 0;
    font-size: 15px;
    font-weight: 600;
    color: #0d2137;
}

.poster-benefit-card p {
    margin: 0;
    font-size: 13px;
    color: #475569;
}

/* Nav bar on poster page */
.poster .demo-nav {
    margin: -32px -24px 24px -24px;
    border-radius: 0;
}

/* Hero: generated image or placeholder */
.poster-hero {
    margin-bottom: 24px;
    text-align: center;
}

.poster-generated-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    border: 1px solid #e2e8f0;
}

.poster-regenerate {
    margin: 16px 0 0 0;
}

.poster-placeholder {
    padding: 48px 24px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 2px dashed #0d7ea4;
    border-radius: 12px;
}

.poster-placeholder-title {
    margin: 0 0 8px 0;
    font-size: 22px;
    font-weight: 700;
    color: #0c3d5c;
}

.poster-placeholder-tagline {
    margin: 0 0 24px 0;
    font-size: 15px;
    color: #5a6c7d;
}

.poster-placeholder-hint {
    margin: 16px 0 0 0;
    font-size: 13px;
    color: #64748b;
}

.poster-btn {
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    border: 2px solid #0d7ea4;
    background: #fff;
    color: #0c3d5c;
    cursor: pointer;
}

.poster-btn:hover:not(:disabled) {
    background: #e0f2fe;
}

.poster-btn-primary {
    background: #0d7ea4;
    color: #fff;
}

.poster-btn-primary:hover:not(:disabled) {
    background: #0c6b8a;
}

.poster-status {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: #64748b;
}

.poster-caption {
    max-width: 640px;
    margin: 0 auto;
    padding: 20px 0;
}

.poster-caption .poster-section-title {
    margin-bottom: 8px;
}

.poster-caption p {
    margin: 0;
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
}
