.phrases-page .conversion-bridge {
    position: relative;
    display: grid;
    grid-template-columns: minmax(190px, 0.72fr) minmax(0, 1.45fr);
    gap: clamp(20px, 4vw, 48px);
    align-items: center;
    margin: 40px 0 54px;
    padding: clamp(20px, 4vw, 42px);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 28px;
    color: #fff;
    background: #321127;
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.3);
}

.phrases-page .conversion-bridge[data-tone="gold"] { background: #3a2708; }
.phrases-page .conversion-bridge[data-tone="electric"] { background: #102c3d; }
.phrases-page .conversion-bridge { border-top: 7px solid #ff4fd8; }
.phrases-page .conversion-bridge[data-tone="gold"] { border-top-color: #ffd34e; }
.phrases-page .conversion-bridge[data-tone="electric"] { border-top-color: #49d6ff; }

.phrases-page .bridge-visual {
    position: relative;
    min-height: 275px;
    display: grid;
    place-items: center;
}
.phrases-page .bridge-visual img {
    width: min(210px, 86%);
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.36);
    transform: rotate(-3deg);
}
.phrases-page .bridge-marker {
    position: absolute;
    right: 0;
    bottom: 15px;
    max-width: 155px;
    padding: 10px 12px;
    border-radius: 12px;
    color: #17120a;
    background: #fff;
    font-size: 0.8125rem;
    font-weight: 900;
    line-height: 1.25;
    transform: rotate(2deg);
}
.phrases-page .bridge-copy { position: relative; z-index: 1; }
.phrases-page .bridge-kicker {
    display: block;
    margin-bottom: 9px;
    color: #ffd8f6;
    font-size: 0.8125rem;
    font-weight: 900;
}
.phrases-page .conversion-bridge[data-tone="gold"] .bridge-kicker { color: #ffe58c; }
.phrases-page .conversion-bridge[data-tone="electric"] .bridge-kicker { color: #9ceaff; }
.phrases-page .bridge-copy h3 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(1.6rem, 3.2vw, 2.5rem);
    line-height: 1.35;
    letter-spacing: -0.025em;
}
.phrases-page .bridge-copy > p {
    max-width: 680px;
    margin: 15px 0 0;
    color: #f4eaf1;
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-weight: 700;
    line-height: 1.55;
}
.phrases-page .bridge-consequence {
    margin: 18px 0;
    padding: 13px 14px;
    border-top: 4px solid #fff;
    color: #fff;
    background: rgba(0, 0, 0, 0.22);
    font-size: 0.9375rem;
    font-weight: 850;
    line-height: 1.45;
}
.phrases-page .bridge-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.phrases-page .bridge-actions a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 16px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    color: #fff;
    background: transparent;
    font-size: 0.875rem;
    font-weight: 900;
    text-decoration: none;
}
.phrases-page .bridge-actions a.primary {
    border-color: #fff;
    color: #17120a;
    background: #fff;
}
.phrases-page .bridge-actions a:hover { transform: translateY(-2px); }
.phrases-page .bridge-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 15px;
    color: #f0e7ee;
    font-size: 0.8125rem;
    font-weight: 750;
}
.phrases-page .bridge-proof span::before { content: "✓"; margin-right: 6px; color: #fff; font-weight: 950; }

.phrases-page .create-post-button {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    color: #fff;
    background: transparent;
    font-size: 0.8125rem;
    font-weight: 850;
    text-decoration: none;
}
.phrases-page .create-post-button:hover { color: #17120a; background: #fff; }

@media (max-width: 720px) {
    .phrases-page .theme {
        overflow: visible;
    }
    .phrases-page .theme-head::after {
        content: "Deslize para ver mais →";
        grid-column: 1 / -1;
        margin-top: 5px;
        color: #d8cfd5;
        font-size: 0.8125rem;
        font-weight: 750;
    }
    .phrases-page .theme .grid {
        display: flex;
        grid-template-columns: none;
        gap: 10px;
        margin-inline: -14px;
        padding: 2px 14px 14px;
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x pan-y;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 14px;
        overscroll-behavior-inline: contain;
        scrollbar-width: thin;
        scrollbar-color: #756b72 transparent;
    }
    .phrases-page .theme .phrase {
        flex: 0 0 min(82vw, 320px);
        min-height: 182px;
        scroll-snap-align: start;
        scroll-snap-stop: normal;
    }
    .phrases-page .theme.is-expanded .theme-head::after {
        content: "Duas linhas — deslize para o lado →";
    }
    .phrases-page .theme.is-expanded .grid {
        display: grid;
        grid-template-rows: repeat(2, minmax(182px, auto));
        grid-template-columns: none;
        grid-auto-columns: min(82vw, 320px);
        grid-auto-flow: column;
        align-items: stretch;
    }
    .phrases-page .theme.is-expanded .phrase {
        width: min(82vw, 320px);
        height: 100%;
    }
    .phrases-page .conversion-bridge { grid-template-columns: 1fr; gap: 14px; margin: 28px 0 38px; border-radius: 20px; }
    .phrases-page .bridge-visual { min-height: 200px; }
    .phrases-page .bridge-visual img { width: min(152px, 48%); }
    .phrases-page .bridge-marker { right: 8%; bottom: 7px; }
    .phrases-page .bridge-actions { display: grid; grid-template-columns: 1fr; }
    .phrases-page .bridge-actions a { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .phrases-page .bridge-actions a:hover { transform: none; }
}
