/* PROGRAMAÇÃO — mesma batida da home/inscrições */

body:has(.silc-programacao-clone) {
    background: #efe7dc !important;
}

.silc-programacao-clone,
.silc-programacao-clone * {
    box-sizing: border-box;
}

.silc-programacao-clone {
    width: min(1440px, 100%);
    margin: 0 auto;
    overflow: hidden;
    background:
        radial-gradient(circle at 7% 8%, rgba(199,128,40,.10), transparent 30%),
        linear-gradient(180deg, #fffaf1, #fff 52%, #fffaf1);
    color: #0b2746;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 35px 120px rgba(7,31,59,.14);
}

.prog-clone-nav {
    height: 96px;
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(199,128,40,.24);
    background: rgba(255,250,241,.96);
}

.prog-clone-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #071f3b;
}

.prog-clone-logo.has-official-logo img {
    max-width: 168px;
    max-height: 58px;
    object-fit: contain;
}

.prog-clone-logo:not(.has-official-logo) span {
    width: 42px;
    height: 26px;
    border: 2px solid #071f3b;
    border-radius: 50% 50% 0 0;
    position: relative;
}

.prog-clone-logo:not(.has-official-logo) span::after {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-top: 2px solid #071f3b;
}

.prog-clone-logo strong {
    font-size: 42px;
    line-height: .8;
    letter-spacing: -.04em;
}

.prog-clone-nav nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.prog-clone-nav nav a {
    color: #071f3b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
}

.prog-clone-nav nav a.active {
    color: #c78028;
}

.prog-clone-nav .nav-button {
    background: #071f3b;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 15px 24px;
}

.prog-hero {
    min-height: 560px;
    display: grid;
    grid-template-columns: 56% 44%;
    gap: 42px;
    padding: 70px 100px 58px;
    border-bottom: 1px solid rgba(199,128,40,.24);
    align-items: center;
}

.prog-kicker {
    color: #c78028;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 12px;
    font-weight: 950;
    margin: 0 0 13px;
}

.prog-hero h1 {
    font-family: Georgia, 'Times New Roman', serif;
    color: #071f3b;
    font-size: clamp(78px, 7vw, 118px);
    line-height: .84;
    letter-spacing: -.08em;
    font-weight: 400;
    margin: 0 0 26px;
}

.prog-hero-text {
    max-width: 650px;
    color: #0b2746;
    font-size: 18px;
    line-height: 1.65;
    margin: 0 0 32px;
}

.prog-actions {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.prog-actions a {
    text-decoration: none;
    font-weight: 950;
}

.prog-actions .primary {
    background: #071f3b;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 18px 34px;
}

.prog-actions .secondary {
    color: #071f3b;
}

.prog-actions .secondary span {
    margin-left: 12px;
}

.prog-hero-card {
    min-height: 360px;
    border: 1px solid rgba(199,128,40,.30);
    border-radius: 40px;
    padding: 54px 48px;
    background:
        radial-gradient(circle at 88% 14%, rgba(199,128,40,.18), transparent 12%),
        rgba(255,255,255,.70);
    box-shadow: 0 24px 80px rgba(7,31,59,.08);
    display: grid;
    align-content: end;
    background-size: cover;
    background-position: center;
}

.prog-hero-card span {
    color: #c78028;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 12px;
    font-weight: 950;
}

.prog-hero-card strong {
    display: block;
    font-family: Georgia, serif;
    color: #071f3b;
    font-size: 44px;
    line-height: 1;
    letter-spacing: -.055em;
    font-weight: 400;
    margin: 18px 0;
}

.prog-hero-card small {
    color: #617188;
    font-size: 14px;
    line-height: 1.5;
}

.prog-info-bar {
    width: min(1180px, calc(100% - 44px));
    margin: -30px auto 0;
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid rgba(199,128,40,.22);
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255,255,255,.88);
    box-shadow: 0 22px 68px rgba(7,31,59,.08);
}

.prog-info-bar article {
    padding: 20px 30px;
    border-right: 1px solid rgba(199,128,40,.18);
}

.prog-info-bar article:last-child {
    border-right: 0;
}

.prog-info-bar span {
    display: block;
    color: #c78028;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: 11px;
    font-weight: 950;
    margin-bottom: 6px;
}

.prog-info-bar strong {
    display: block;
    color: #071f3b;
    font-size: 17px;
    line-height: 1.2;
}

.prog-info-bar small {
    color: #617188;
}

.prog-timeline-section {
    padding: 78px 100px 62px;
}

.prog-section-title {
    text-align: center;
    margin-bottom: 38px;
}

.prog-section-title h2 {
    font-family: Georgia, serif;
    color: #071f3b;
    font-weight: 400;
    letter-spacing: -.05em;
    font-size: 48px;
    line-height: 1;
    margin: 0 0 14px;
}

.prog-section-title h2::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background: #c78028;
    margin: 18px auto 0;
}

.prog-section-title p:not(.prog-kicker) {
    color: #617188;
    margin: 0;
}

.prog-timeline {
    width: min(920px, 100%);
    margin: 0 auto;
    display: grid;
    gap: 16px;
    position: relative;
}

.prog-timeline article {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
    border: 1px solid rgba(199,128,40,.22);
    border-radius: 30px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 16px 48px rgba(7,31,59,.045);
    overflow: hidden;
}

.prog-day {
    background: #fff8e9;
    border-right: 1px solid rgba(199,128,40,.22);
    padding: 25px 24px;
    display: grid;
    align-content: center;
}

.prog-day span {
    color: #c78028;
    text-transform: uppercase;
    letter-spacing: .10em;
    font-size: 11px;
    font-weight: 950;
    margin-bottom: 8px;
}

.prog-day strong {
    font-family: Georgia, serif;
    color: #071f3b;
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
}

.prog-content {
    padding: 25px 26px;
}

.prog-content h3 {
    color: #071f3b;
    font-family: Georgia, serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -.04em;
    margin: 0 0 8px;
}

.prog-content p {
    color: #0b2746;
    line-height: 1.55;
    margin: 0 0 10px;
}

.prog-content small {
    color: #617188;
    font-weight: 800;
}

.prog-band {
    display: grid;
    grid-template-columns: 1.35fr repeat(5, 1fr);
    align-items: center;
    gap: 24px;
    padding: 34px 100px;
    background: linear-gradient(135deg, #061f3b, #082e55);
    color: #fff;
}

.prog-band > div {
    padding-right: 38px;
    border-right: 1px solid rgba(255,255,255,.18);
}

.prog-band h2 {
    color: #f1c376;
    font-family: Georgia, serif;
    font-size: 31px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -.04em;
    margin: 0 0 10px;
}

.prog-band p {
    color: rgba(255,255,255,.78);
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
}

.prog-band article {
    text-align: center;
}

.prog-band article span {
    color: #d79a43;
    font-size: 34px;
    display: block;
    margin-bottom: 10px;
}

.prog-band strong {
    font-size: 15px;
}

.prog-location-preview {
    display: grid;
    grid-template-columns: 45% 55%;
    border-bottom: 1px solid rgba(199,128,40,.24);
    min-height: 330px;
}

.prog-location-copy {
    padding: 58px 54px 54px 100px;
}

.prog-location-copy h2 {
    font-family: Georgia, serif;
    color: #071f3b;
    font-size: 46px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -.055em;
    margin: 0 0 18px;
}

.prog-location-copy p {
    color: #0b2746;
    line-height: 1.62;
    margin-bottom: 22px;
}

.prog-location-copy a {
    display: inline-block;
    background: #071f3b;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 15px 24px;
    font-weight: 950;
    font-size: 12px;
}

.prog-location-image {
    background:
        linear-gradient(90deg, rgba(255,250,241,.78), rgba(255,250,241,0) 58%),
        linear-gradient(135deg, #e8c984, #65754f 48%, #14314c);
    background-size: cover;
    background-position: center;
}

.prog-final-cta {
    padding: 58px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    background: #fffaf1;
}

.prog-final-cta h2 {
    font-family: Georgia, serif;
    color: #071f3b;
    font-size: 46px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -.055em;
    margin: 0 0 10px;
    max-width: 760px;
}

.prog-final-cta p:not(.prog-kicker) {
    color: #617188;
    margin: 0;
}

.prog-final-cta a {
    flex: 0 0 auto;
    background: #071f3b;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 18px 34px;
    font-weight: 950;
}

@media (max-width: 1180px) {
    .prog-clone-nav {
        height: auto;
        min-height: 92px;
        padding: 20px 36px;
        flex-wrap: wrap;
        gap: 18px;
    }

    .prog-clone-nav nav {
        flex-wrap: wrap;
        gap: 18px;
    }

    .prog-hero,
    .prog-location-preview {
        grid-template-columns: 1fr;
        padding-left: 36px;
        padding-right: 36px;
    }

    .prog-timeline-section,
    .prog-band,
    .prog-final-cta {
        padding-left: 36px;
        padding-right: 36px;
    }

    .prog-info-bar {
        grid-template-columns: 1fr;
        border-radius: 28px;
    }

    .prog-info-bar article {
        border-right: 0;
        border-bottom: 1px solid rgba(199,128,40,.18);
    }

    .prog-band {
        grid-template-columns: 1fr 1fr;
    }

    .prog-band > div {
        border-right: 0;
    }

    .prog-location-copy {
        padding-left: 36px;
        padding-right: 36px;
    }

    .prog-final-cta {
        display: grid;
    }
}

@media (max-width: 720px) {
    .prog-hero h1 {
        font-size: 62px;
    }

    .prog-hero-card strong {
        font-size: 34px;
    }

    .prog-timeline article {
        grid-template-columns: 1fr;
    }

    .prog-day {
        border-right: 0;
        border-bottom: 1px solid rgba(199,128,40,.22);
    }

    .prog-band {
        grid-template-columns: 1fr;
    }
}
