/* ── Press release annotated example — loaded only on /example-press-release/ ── */

.pra-outer {
    max-width: 1080px;
    margin: 0 auto;
    padding: 3rem 2rem 5rem;
}

.pra-disclaimer {
    margin-top: 3rem;
    font-size: 0.78rem;
    color: #94a3b8;
    text-align: center;
    font-style: italic;
}

.pra-intro {
    font-size: 0.95rem;
    color: #475569;
    margin: 0 0 3rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 8px;
    padding: 1rem 1.25rem;
    text-align: left;
}

.pra-footer {
    font-size: 0.9rem;
    color: #64748b;
    margin-top: 3rem;
}

.pra-footer a {
    color: #6366f1;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* ── Two-column layout ── */
.pra-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
    position: relative;
}

#praStaticSvg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.pra-doc {
    flex: 0 0 62%;
    text-align: left;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.09);
    border-radius: 10px;
    padding: 1.25rem;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}

.pra-margin {
    flex: 1;
    position: relative;
}

/* ── Hoverable PR sections ── */
.pra-section {
    padding: 0.45rem 0.6rem 0.45rem 0.7rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.15s, box-shadow 0.15s;
    margin-bottom: 0.75rem;
}

/* ── Load-in pulse ── */
@keyframes praSectionPulse {
    0%   { background: transparent;            box-shadow: none; }
    35%  { background: rgba(249,115,22,0.07);  box-shadow: inset 3px 0 0 rgba(249,115,22,0.4); }
    100% { background: transparent;            box-shadow: none; }
}

.pra-section--pulse {
    animation: praSectionPulse 0.85s ease-out forwards;
}

/* ── Hover hint (above annotation boxes) ── */
@keyframes praHintArrowBounce {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(6px); }
}

.pra-hint {
    background: rgba(249,115,22,0.1);
    border: 1.5px solid rgba(249,115,22,0.45);
    border-radius: 8px;
    padding: 0.45rem 0.75rem 0.4rem;
    margin-bottom: 0.75rem;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
    text-align: center;
}

.pra-hint-arrow {
    animation: praHintArrowBounce 1.1s ease-in-out infinite;
}

.pra-hint-text {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #f97316;
    white-space: nowrap;
}

.pr-body--plain {
    margin-bottom: 0.75rem;
}

.pra-section.pra-highlight {
    background: rgba(249, 115, 22, 0.05);
    box-shadow: inset 3px 0 0 rgba(249, 115, 22, 0.55);
}

/* Dim all sections when one is active */
.pra-active .pra-section:not(.pra-highlight) {
    opacity: 0.5;
}

.pra-active .pr-body--plain {
    opacity: 0.5;
}

/* ── Annotation boxes ── */
.pra-box {
    position: absolute;
    width: calc(100% - 0.5rem);
    background: #fff;
    border: 1px solid rgba(0,0,0,0.09);
    border-radius: 7px;
    padding: 0.35rem 0.65rem 0.4rem;
    opacity: 0;
    transition: opacity 0.15s, border-color 0.15s, box-shadow 0.15s;
    text-align: left;
    cursor: default;
}

.pra-box.pra-placed {
    opacity: 0.45;
}

/* Dim further when something else is hovered */
.pra-active .pra-box:not(.pra-highlight) {
    opacity: 0.2;
}

.pra-box.pra-highlight {
    opacity: 1;
    border-color: #f97316;
    box-shadow: 0 2px 14px rgba(249, 115, 22, 0.12);
}

.pra-label {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #f97316;
    background: none;
    border: none;
    padding: 0;
    display: block;
    margin-bottom: 0.3rem;
}

.pra-box.pra-highlight .pra-label {
    color: #f97316;
}

.pra-box p {
    font-size: 0.84rem;
    line-height: 1.6;
    color: #1e293b;
    margin: 0;
}

/* ── Press release typography ── */
.pr-release-line {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #64748b;
    margin: 0;
}

.pr-headline {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
    margin: 0;
}

.pr-subtitle {
    font-size: 1.05rem;
    color: #475569;
    margin: 0;
}

.pr-body {
    font-size: 1.05rem;
    line-height: 1.85;
    color: #334155;
    margin: 0;
}

.pr-body--plain {
    padding: 0.45rem 0.7rem;
}


.pr-quote {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #334155;
    margin: 0;
    padding: 0;
    font-style: normal;
    border: none;
}

.pr-list {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #334155;
    margin: 0 0 0 1.25rem;
    padding: 0;
}

.pr-list li {
    margin-bottom: 0.5rem;
}

.pr-contact {
    font-size: 1.05rem;
    line-height: 1.85;
    color: #334155;
}

.pra-letterhead {
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}

.pra-logo {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.pr-disclaimer {
    font-size: 0.76rem;
    color: #94a3b8;
    margin: 0;
}

.pr-link {
    color: #2563eb;
    text-decoration: underline;
    text-underline-offset: 2px;
}
