@charset "UTF-8";

/* Pagina e destaques da Demandinha */
.demandinha-intro {
    padding: 4rem 0;
    background: var(--surface);
}

.demandinha-intro__grid {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 992px) {
    .demandinha-intro__grid {
        grid-template-columns: 0.95fr 1.05fr;
        gap: 3rem;
    }
}

.demandinha-intro__visual {
    display: flex;
    justify-content: center;
}

.media-frame--demandinha-hero {
    max-width: 420px;
    margin: 0 auto;
    background: linear-gradient(160deg, var(--surface-blue) 0%, #fff9e6 100%);
    border: 2px solid rgba(255, 212, 0, 0.45);
}

.media-frame--demandinha-hero .media-frame__img,
.media-frame--demandinha-hero .media-placeholder {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    min-height: 320px;
    padding: 1rem;
}

.demandinha-intro__lead {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--text-primary);
}

.demandinha-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

.demandinha-facts__item {
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: var(--surface-blue);
    color: var(--brand-blue-dark);
    font-size: 0.8125rem;
    font-weight: 600;
}

.demandinha-video-section {
    padding: 4rem 0;
    background: var(--surface-muted);
}

.demandinha-video-section--apresentacao {
    padding: 4.5rem 0 5rem;
}

.demandinha-video-section__player-wrap {
    max-width: 920px;
    margin: 0 auto;
}

.demandinha-video,
.demandinha-video__embed {
    border-radius: 20px;
    overflow: hidden;
    background: #0a0a0f;
    box-shadow: var(--shadow);
}

.demandinha-video-section--apresentacao .demandinha-video,
.demandinha-video-section--apresentacao .demandinha-video__embed {
    box-shadow: 0 24px 60px rgba(33, 64, 154, 0.14);
}

.demandinha-video__player {
    display: block;
    width: 100%;
    max-height: min(520px, 70vh);
}

.demandinha-video__embed iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

.demandinha-video__placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: min(280px, 40vh);
    padding: 2rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
}

.demandinha-video__placeholder i {
    font-size: 2.5rem;
    color: var(--brand-yellow);
    margin-bottom: 0.75rem;
}

.demandinha-video__placeholder-title {
    margin: 0 0 0.5rem;
    font-weight: 700;
}

.demandinha-video__placeholder-file {
    margin: 0;
    font-size: 0.8125rem;
    opacity: 0.8;
}

.demandinha-video__placeholder-file code {
    color: var(--brand-yellow);
}

/* Spot nas outras paginas */
.demandinha-spot {
    padding: 2.5rem 0;
    background: linear-gradient(135deg, var(--surface-blue) 0%, #fff9e6 55%, var(--surface-muted) 100%);
    border-block: 1px solid var(--border);
}

.demandinha-spot__inner {
    display: grid;
    gap: 1.25rem;
    align-items: center;
    max-width: 880px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .demandinha-spot__inner {
        grid-template-columns: auto 1fr;
        gap: 1.5rem;
    }
}

.demandinha-spot__media {
    display: flex;
    justify-content: center;
}

.demandinha-spot__img {
    width: min(140px, 32vw);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 20px rgba(33, 64, 154, 0.15));
}

.demandinha-spot__placeholder {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, var(--brand-blue), var(--brand-blue-dark));
    color: var(--brand-yellow);
    font-size: 2.75rem;
}

.demandinha-spot__bubble {
    padding: 1.25rem 1.5rem;
    border-radius: 20px;
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    position: relative;
}

@media (min-width: 768px) {
    .demandinha-spot__bubble::before {
        content: "";
        position: absolute;
        left: -10px;
        top: 50%;
        transform: translateY(-50%);
        border: 10px solid transparent;
        border-right-color: var(--surface);
    }
}

.demandinha-spot__name {
    margin: 0 0 0.35rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--brand-blue);
}

.demandinha-spot__text {
    margin: 0 0 1rem;
    font-size: 1rem;
    line-height: 1.55;
    color: var(--text-primary);
}
