/*
 * Josue's Cine - public application shell
 * Shared visual language for the storefront, account and checkout flows.
 */

:root {
    --jc-yellow: #f5b000;
    --jc-yellow-hover: #d89100;
    --jc-red: #f5b000;
    --jc-blue: #f5b000;
    --jc-navy: #d89100;
    --jc-ink: #ffffff;
    --jc-muted: #b8b8be;
    --jc-line: rgba(255, 255, 255, 0.12);
    --jc-page: #121212;
    --jc-card: #2c2c2c;
    --jc-dark: #171717;
    --jc-charcoal: #2c2c2c;
    --jc-success: #16824b;
    --jc-danger: #c42c3c;
    --jc-radius: 8px;
    --jc-shadow: 0 12px 28px rgba(24, 24, 30, 0.09);
    --jc-shadow-strong: 0 18px 44px rgba(24, 24, 30, 0.16);
    --jc-content: 1310px;
}

html {
    overflow-x: hidden;
}

body.josue-template {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    background: var(--jc-page) !important;
    color: var(--jc-ink) !important;
    font-family: "Poppins", system-ui, sans-serif;
}

body.josue-template > main {
    width: 100%;
    min-width: 0;
    flex: 1 0 auto;
}

body.josue-template .container {
    width: min(100% - 32px, var(--jc-content));
    max-width: var(--jc-content);
    padding-left: 0;
    padding-right: 0;
}

body.josue-template h1,
body.josue-template h2,
body.josue-template h3,
body.josue-template h4,
body.josue-template h5,
body.josue-template h6 {
    font-family: "Montserrat", "Poppins", sans-serif;
    letter-spacing: 0;
}

body.josue-template h1,
body.josue-template h2,
body.josue-template h3,
body.josue-template .model-section-title {
    font-weight: 800;
}

body.josue-template p,
body.josue-template li,
body.josue-template label,
body.josue-template input,
body.josue-template select,
body.josue-template textarea {
    font-family: "Poppins", system-ui, sans-serif;
    font-weight: 400;
}

body.josue-template a,
body.josue-template button,
body.josue-template input,
body.josue-template select,
body.josue-template textarea {
    letter-spacing: 0;
}

body.josue-template img {
    height: auto;
}

body.josue-template .alert {
    border-radius: var(--jc-radius);
    border-width: 1px;
}

body.josue-template .form-control,
body.josue-template .form-select {
    min-height: 46px;
    border-radius: 6px;
}

body.josue-template .form-control:focus,
body.josue-template .form-select:focus {
    border-color: var(--jc-yellow);
    box-shadow: 0 0 0 3px rgba(245, 176, 0, 0.18);
}

body.josue-template .btn,
body.josue-template .btn-custom,
body.josue-template .btn-submit,
body.josue-template .btn-login,
body.josue-template .btn-detail,
body.josue-template .btn-action,
body.josue-template .btn-finalizar,
body.josue-template .btn-primary-action,
body.josue-template .btn-secondary-action,
body.josue-template .cf-btn {
    min-height: 44px;
    border-radius: 6px !important;
    font-weight: 800;
    letter-spacing: 0;
}

body.josue-template .site-model-header {
    position: sticky;
    top: 0;
    z-index: 1060;
}

body.josue-template .site-model-header .header-content {
    width: min(100% - 32px, var(--jc-content));
}

body.josue-template .site-model-header .nav-link {
    line-height: 1.2;
}

body.josue-template .proghd {
    position: relative;
    z-index: 1045;
}

body.josue-template .proghd select {
    color-scheme: dark;
}

body.josue-template .proghd .horarios,
body.josue-template .proghd .ingressos {
    white-space: nowrap;
}

/* Public catalog */
body.page-default .model-page,
body.page-filmes .model-page,
body.page-programacao .model-page,
body.page-cinemas .model-page {
    background: var(--jc-page) !important;
}

body.josue-template .model-section-title {
    border-bottom: 1px solid var(--jc-line);
    padding-bottom: 0;
}

body.josue-template .model-section-title span {
    border-bottom: 2px solid var(--jc-ink);
    margin-bottom: -1px;
}

body.josue-template .content-poster {
    box-shadow: 0 7px 18px rgba(24, 24, 30, 0.11);
}

body.josue-template .content-poster .infos {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.86));
}

body.josue-template .content-poster .infos a {
    width: 100%;
    line-height: 1.25;
}

body.josue-template .movie-carousel-shell {
    isolation: isolate;
}

body.josue-template .movie-carousel-arrow {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #8a8a92;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);
}

body.josue-template .movie-carousel-arrow:hover {
    color: var(--jc-yellow-hover);
}

body.page-default .highlight-section {
    padding-bottom: 58px;
}

body.page-default .highlight-card {
    border-radius: var(--jc-radius);
    overflow: hidden;
    box-shadow: var(--jc-shadow);
}

body.page-default .home-empty-hero {
    min-height: 220px;
}

/* Programming and session sales */
body.page-filmes .program-shell,
body.page-programacao .program-shell {
    padding-top: 28px;
}

body.page-filmes .program-heading,
body.page-programacao .program-heading {
    gap: 16px;
}

body.page-filmes .program-unit-select,
body.page-programacao .program-unit-select {
    min-width: 260px;
    height: 42px;
    border-radius: 5px;
}

body.page-filmes .price-button,
body.page-programacao .price-button {
    min-height: 40px;
    border-radius: 5px;
    background: var(--jc-blue);
    border-color: var(--jc-blue);
    color: #fff;
}

body.page-filmes .model-date-filter,
body.page-programacao .model-date-filter {
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    padding: 4px 2px 12px;
}

body.page-filmes .model-date-filter .date-chip,
body.page-programacao .model-date-filter .date-chip {
    flex: 0 0 144px;
    scroll-snap-align: start;
    border-radius: 7px;
}

body.page-filmes .program-selected-filter,
body.page-programacao .program-selected-filter {
    background: #fff;
    border: 1px solid var(--jc-line);
    border-radius: var(--jc-radius);
    color: var(--jc-ink);
}

body.page-filmes .program-layout,
body.page-programacao .program-layout {
    align-items: start;
}

body.page-filmes .schedule-card,
body.page-programacao .schedule-card {
    overflow: hidden;
    border: 1px solid var(--jc-line);
    border-radius: var(--jc-radius);
    background: #fff;
    box-shadow: var(--jc-shadow);
}

body.page-filmes .schedule-poster-col,
body.page-programacao .schedule-poster-col {
    background: #171717;
}

body.page-filmes .movie-meta-bar,
body.page-programacao .movie-meta-bar {
    background: #fff;
    border-bottom: 1px solid var(--jc-line);
}

body.page-filmes .schedule-title,
body.page-programacao .schedule-title,
body.page-filmes .program-cinema-name,
body.page-programacao .program-cinema-name,
body.page-filmes .session-room,
body.page-programacao .session-room {
    color: var(--jc-blue);
}

body.page-filmes .session-block,
body.page-programacao .session-block {
    border-top-color: #fff;
}

body.page-filmes .session-row:nth-child(odd),
body.page-programacao .session-row:nth-child(odd) {
    background: #f0f1f3;
}

body.page-filmes .session-row:nth-child(even),
body.page-programacao .session-row:nth-child(even) {
    background: #e5e5e8;
}

body.page-filmes .time-btn,
body.page-programacao .time-btn {
    min-width: 76px;
    min-height: 38px;
    border-radius: 6px;
    background: var(--jc-blue);
    color: #fff;
    border: 1px solid var(--jc-blue);
}

body.page-filmes a.time-btn:hover,
body.page-programacao a.time-btn:hover {
    background: var(--jc-navy);
    border-color: var(--jc-navy);
    color: #fff;
}

body.page-filmes .program-sidebar,
body.page-programacao .program-sidebar {
    position: sticky;
    top: 16px;
}

body.page-filmes .side-card,
body.page-programacao .side-card {
    border: 1px solid var(--jc-line);
    border-radius: var(--jc-radius);
    background: #fff;
    box-shadow: var(--jc-shadow);
}

body.page-filmes .map-frame,
body.page-programacao .map-frame {
    width: 100%;
    aspect-ratio: 4 / 3;
    border: 0;
}

body.page-filmes .side-promo,
body.page-programacao .side-promo {
    background: var(--jc-charcoal);
    color: #fff;
}

body.josue-template .model-price-modal .modal-content {
    border: 0;
    border-radius: var(--jc-radius);
    overflow: hidden;
    box-shadow: var(--jc-shadow-strong);
}

body.josue-template .model-price-modal .modal-header {
    background: var(--jc-blue);
    color: #fff;
}

/* Cinema list */
body.page-cinemas .cinemas-list div {
    flex-direction: column;
    gap: 8px;
    box-shadow: var(--jc-shadow);
}

body.page-cinemas .cinemas-list span {
    color: #f5b000;
    font-size: 12px;
    font-weight: 700;
}

body.page-cinemas .cinemas-list a:focus-visible div {
    border-color: var(--jc-yellow);
}

/* Bomboniere */
body.page-cardapio .menu-header {
    min-height: 235px;
    display: grid;
    place-items: center;
    background-color: #171717 !important;
    background-position: center !important;
}

body.page-cardapio .menu-header h1 {
    color: #fff;
    font-size: 3rem;
}

body.page-cardapio .menu-header p {
    max-width: 620px;
    margin: 0 auto;
    color: #f1f1f1;
}

body.page-cardapio .combo-card {
    background: #fff !important;
    color: var(--jc-ink);
    border: 1px solid var(--jc-line) !important;
    box-shadow: var(--jc-shadow);
}

body.page-cardapio .combo-name {
    color: var(--jc-ink);
}

body.page-cardapio .combo-desc {
    color: var(--jc-muted) !important;
}

body.page-cardapio .price-note {
    color: #875f00;
}

body.page-cardapio .btn-detail {
    width: 100%;
    background: var(--jc-yellow) !important;
    color: #111 !important;
}

body.page-cardapio-detalhe .detail-container {
    margin-top: 42px;
}

body.page-cardapio-detalhe .img-detail-wrapper,
body.page-cardapio-detalhe .items-included {
    border: 1px solid var(--jc-line) !important;
    background: #fff !important;
    box-shadow: var(--jc-shadow);
}

body.page-cardapio-detalhe .info-detail h1,
body.page-cardapio-detalhe .items-included h3,
body.page-cardapio-detalhe .item-row .text-white {
    color: var(--jc-ink) !important;
}

body.page-cardapio-detalhe .description-box,
body.page-cardapio-detalhe .text-muted {
    color: var(--jc-muted) !important;
}

body.page-cardapio-detalhe .item-row {
    border-bottom-color: var(--jc-line);
}

/* Movie details keep the cinema-room treatment */
body.page-filme-detalhe .movie-hero {
    min-height: min(830px, calc(100vh - 120px));
}

body.page-filme-detalhe .movie-title-hero {
    letter-spacing: 0;
}

body.page-filme-detalhe .btn-tickets,
body.page-filme-detalhe .btn-trailer-hero {
    min-height: 50px;
    border-radius: 6px;
}

/* Authentication */
body.page-login .login-page,
body.page-cadastro .login-page {
    min-height: auto !important;
    background: var(--jc-page) !important;
}

body.page-login .login-container,
body.page-cadastro .login-container {
    width: min(100% - 32px, 1180px);
    min-height: 660px;
    margin: 44px auto 64px;
    overflow: hidden;
    border: 1px solid var(--jc-line);
    border-radius: var(--jc-radius);
    background: #fff;
    box-shadow: var(--jc-shadow-strong);
}

body.page-login .login-bg,
body.page-cadastro .login-bg {
    min-width: 44%;
}

body.page-login .login-form-panel,
body.page-cadastro .login-form-panel {
    background: #fff !important;
}

body.page-login .login-card,
body.page-cadastro .login-card {
    width: min(100%, 540px);
    color: var(--jc-ink);
}

body.page-login .login-card h1,
body.page-login .login-card h2,
body.page-cadastro .login-card h1,
body.page-cadastro .login-card h2 {
    color: var(--jc-ink) !important;
}

body.page-login .subtitle,
body.page-login .extra-links,
body.page-cadastro .subtitle,
body.page-cadastro .extra-link {
    color: var(--jc-muted) !important;
}

body.page-login .input-group-custom input,
body.page-cadastro .input-group-custom input {
    background: #fff !important;
    color: var(--jc-ink) !important;
    border: 1px solid #cfd0d5 !important;
    border-radius: 6px !important;
}

body.page-login .input-group-custom input::placeholder,
body.page-cadastro .input-group-custom input::placeholder {
    color: #7a7a82 !important;
    opacity: 1;
}

body.page-login .input-icon,
body.page-cadastro .input-icon {
    color: #64646c !important;
}

body.page-login .btn-login,
body.page-cadastro .btn-submit {
    background: var(--jc-yellow) !important;
    color: #111 !important;
}

body.page-cadastro .section-label {
    color: var(--jc-ink) !important;
    border-bottom-color: var(--jc-line) !important;
}

body.page-esqueci-senha .auth-shell,
body.page-redefinir-senha .auth-shell {
    min-height: 560px;
    display: grid;
    place-items: center;
    padding: 52px 16px 72px;
    background: var(--jc-dark);
}

body.page-esqueci-senha .auth-card,
body.page-redefinir-senha .auth-card {
    width: min(100%, 470px);
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--jc-radius);
    background: rgba(255, 255, 255, 0.97);
    color: var(--jc-ink);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.34);
}

body.page-esqueci-senha .auth-icon,
body.page-redefinir-senha .auth-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: var(--jc-yellow);
    color: #111;
    font-size: 22px;
}

body.page-esqueci-senha .auth-card h1,
body.page-redefinir-senha .auth-card h1 {
    margin: 0 0 8px;
    color: var(--jc-ink);
    font-size: 1.75rem;
    font-weight: 900;
    text-align: center;
}

body.page-esqueci-senha .auth-lead,
body.page-redefinir-senha .auth-lead {
    margin: 0 0 24px;
    color: var(--jc-muted);
    line-height: 1.55;
    text-align: center;
}

body.page-esqueci-senha .auth-card label,
body.page-redefinir-senha .auth-card label {
    display: block;
    margin-bottom: 7px;
    color: var(--jc-ink);
    font-size: 0.83rem;
    font-weight: 800;
    text-transform: uppercase;
}

body.page-esqueci-senha .auth-card .form-control,
body.page-redefinir-senha .auth-card .form-control {
    background: #fff;
    color: var(--jc-ink);
    border: 1px solid #cfd0d5;
}

body.page-esqueci-senha .auth-submit,
body.page-redefinir-senha .auth-submit {
    width: 100%;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 6px;
    background: var(--jc-yellow);
    color: #111;
    font-weight: 900;
    text-decoration: none;
}

body.page-esqueci-senha .auth-submit:hover,
body.page-redefinir-senha .auth-submit:hover {
    background: var(--jc-yellow-hover);
    color: #111;
}

body.page-esqueci-senha .auth-back,
body.page-redefinir-senha .auth-back {
    display: block;
    margin-top: 18px;
    color: #4f4f57;
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

body.page-esqueci-senha .auth-back:hover,
body.page-redefinir-senha .auth-back:hover {
    color: var(--jc-red);
}

/* Logged account */
body.page-minhaconta,
body.page-editar-dados,
body.page-historico,
body.page-meus-ingressos,
body.page-visualizar-ingresso,
body.page-pagamento-confirmado {
    background: var(--jc-page) !important;
    color: var(--jc-ink) !important;
}

body.josue-template .user-nav {
    position: sticky;
    top: 0;
    background: #202024;
    border-bottom: 3px solid var(--jc-yellow);
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
}

body.josue-template .user-nav .nav-item {
    border-radius: 5px;
}

body.josue-template .user-nav .nav-item.active {
    background: var(--jc-yellow);
    border-color: var(--jc-yellow);
    color: #111;
}

body.josue-template .user-nav .nav-item.active i {
    color: #111;
}

body.page-minhaconta .welcome-text h1,
body.page-minhaconta .info-sections h2,
body.page-minhaconta .quick-link-text h3,
body.page-editar-dados .page-title,
body.page-editar-dados .section-title,
body.page-historico .page-title,
body.page-historico .movie-title,
body.page-meus-ingressos .page-title,
body.page-meus-ingressos .section-title,
body.page-meus-ingressos .ticket-movie-title,
body.page-visualizar-ingresso .ticket-header-info,
body.page-pagamento-confirmado .cf-body,
body.page-pagamento-confirmado .cf-movie h3 {
    color: var(--jc-ink) !important;
}

body.page-minhaconta .welcome-text p,
body.page-minhaconta .info-label,
body.page-minhaconta .quick-link-text p,
body.page-editar-dados .form-label,
body.page-historico .page-subtitle,
body.page-historico .meta-label,
body.page-meus-ingressos .page-subtitle,
body.page-meus-ingressos .data-label,
body.page-pagamento-confirmado .cf-movie p,
body.page-pagamento-confirmado .cf-row .lbl,
body.page-pagamento-confirmado .cf-note {
    color: var(--jc-muted) !important;
}

body.page-minhaconta .profile-info-card,
body.page-minhaconta .quick-link-card,
body.page-editar-dados .edit-card,
body.page-historico .history-card,
body.page-meus-ingressos .wallet-ticket,
body.page-meus-ingressos .history-card,
body.page-visualizar-ingresso .e-ticket,
body.page-pagamento-confirmado .cf-card {
    background: #fff !important;
    border: 1px solid var(--jc-line) !important;
    border-radius: var(--jc-radius) !important;
    box-shadow: var(--jc-shadow);
}

body.page-minhaconta .info-value,
body.page-historico .meta-value,
body.page-meus-ingressos .data-value,
body.page-meus-ingressos .wallet-ticket,
body.page-meus-ingressos .ticket-body,
body.page-meus-ingressos .ticket-info,
body.page-meus-ingressos .ticket-cinema,
body.page-visualizar-ingresso .e-ticket,
body.page-visualizar-ingresso .ticket-body,
body.page-visualizar-ingresso .info-item {
    color: var(--jc-ink) !important;
}

body.page-minhaconta .quick-link-card:hover {
    border-color: var(--jc-yellow) !important;
}

body.page-editar-dados .form-control,
body.page-meus-ingressos .form-control {
    background: #fff !important;
    color: var(--jc-ink) !important;
    border-color: #cfd0d5 !important;
}

body.page-pagamento-confirmado .cf-head {
    background: var(--jc-success) !important;
}

/* Checkout and payment */
body.page-selecionar-ingresso,
body.page-processar-pix,
body.page-confirmar-pagamento {
    background: #ececef !important;
    color: var(--jc-ink) !important;
}

body.page-selecionar-ingresso .checkout-container,
body.page-processar-pix .pix-container {
    width: min(100% - 32px, 1180px);
}

body.page-selecionar-ingresso .movie-summary,
body.page-selecionar-ingresso .card,
body.page-processar-pix .card,
body.page-processar-pix .qr-card,
body.page-confirmar-pagamento .glass-card {
    background: #fff !important;
    color: var(--jc-ink) !important;
    border: 1px solid var(--jc-line) !important;
    border-radius: var(--jc-radius) !important;
    box-shadow: var(--jc-shadow);
}

body.page-selecionar-ingresso .card-title,
body.page-selecionar-ingresso .movie-details h2,
body.page-selecionar-ingresso .ticket-name,
body.page-selecionar-ingresso .cart-item-details,
body.page-processar-pix .card-title,
body.page-processar-pix .order-value,
body.page-confirmar-pagamento .brand-title,
body.page-confirmar-pagamento .text-white {
    color: var(--jc-ink) !important;
}

body.page-selecionar-ingresso .text-secondary,
body.page-processar-pix .order-label,
body.page-confirmar-pagamento .text-muted {
    color: var(--jc-muted) !important;
}

body.page-selecionar-ingresso .ticket-option,
body.page-selecionar-ingresso .promo-option,
body.page-selecionar-ingresso .cart-item,
body.page-processar-pix .order-detail,
body.page-confirmar-pagamento .bg-dark {
    background: #f4f4f6 !important;
    color: var(--jc-ink) !important;
    border-color: var(--jc-line) !important;
}

body.page-selecionar-ingresso .qty-btn {
    border-radius: 5px;
}

body.page-selecionar-ingresso .btn-finalizar,
body.page-processar-pix .btn-primary-action {
    background: var(--jc-yellow) !important;
    border-color: var(--jc-yellow) !important;
    color: #111 !important;
}

body.page-processar-pix .pix-code {
    background: #f4f4f6 !important;
    color: var(--jc-ink) !important;
    border-color: var(--jc-line) !important;
    overflow-wrap: anywhere;
}

/* Institutional pages */
body.page-faq .page-header,
body.page-politica-privacidade .page-header,
body.page-trocas-cancelamento .page-header {
    background: var(--jc-charcoal) !important;
    border-bottom: 3px solid var(--jc-yellow) !important;
}

body.page-faq .policy-container,
body.page-politica-privacidade .policy-container,
body.page-trocas-cancelamento .policy-container,
body.page-trabalhe-conosco .work-container {
    min-height: auto;
    background: var(--jc-page) !important;
    color: var(--jc-ink) !important;
}

body.page-faq .policy-container,
body.page-politica-privacidade .policy-container,
body.page-trocas-cancelamento .policy-container {
    padding: 48px 0 64px;
}

body.page-faq .step-title,
body.page-faq .refund-title,
body.page-faq .text-white,
body.page-politica-privacidade .policy-heading,
body.page-trocas-cancelamento .step-title,
body.page-trocas-cancelamento .refund-title,
body.page-trocas-cancelamento .text-white {
    color: var(--jc-ink) !important;
}

body.page-faq .step-desc,
body.page-faq .refund-card,
body.page-faq .contact-help-box,
body.page-politica-privacidade .policy-section,
body.page-trocas-cancelamento .step-desc,
body.page-trocas-cancelamento .refund-card,
body.page-trocas-cancelamento .rules-alert,
body.page-trabalhe-conosco .form-card {
    background: #fff !important;
    color: var(--jc-ink) !important;
    border: 1px solid var(--jc-line) !important;
    border-radius: var(--jc-radius) !important;
    box-shadow: var(--jc-shadow);
}

body.page-faq .text-secondary,
body.page-faq .text-muted,
body.page-politica-privacidade .page-subtitle,
body.page-politica-privacidade .last-update,
body.page-trocas-cancelamento .text-secondary,
body.page-trocas-cancelamento .text-muted,
body.page-trabalhe-conosco .text-secondary {
    color: var(--jc-muted) !important;
}

body.page-faq .rules-alert,
body.page-trocas-cancelamento .rules-alert {
    border-left: 4px solid var(--jc-yellow) !important;
}

body.page-faq .step-desc strong,
body.page-faq .rules-alert strong,
body.page-trocas-cancelamento .step-desc strong,
body.page-trocas-cancelamento .rules-alert strong {
    color: var(--jc-ink) !important;
}

body.page-faq .link-destaque,
body.page-politica-privacidade .policy-container a,
body.page-trocas-cancelamento .policy-container a {
    color: #765300 !important;
    font-weight: 700;
}

body.page-trabalhe-conosco .work-container {
    padding: 56px 0 72px;
}

body.page-trabalhe-conosco .form-card {
    max-width: 680px;
}

body.page-trabalhe-conosco .form-card h2 {
    color: var(--jc-ink) !important;
}

body.page-trabalhe-conosco .form-control {
    background: #fff !important;
    color: var(--jc-ink) !important;
    border-color: #cfd0d5 !important;
}

body.page-trabalhe-conosco select.form-control {
    color: var(--jc-ink) !important;
}

/* Shared empty states */
body.josue-template .empty-state,
body.josue-template .empty-programacao {
    color: var(--jc-muted);
}

body.josue-template .empty-state i,
body.josue-template .empty-programacao i {
    color: #9b9ba2;
}

/* Footer */
body.josue-template .model-footer {
    width: 100%;
}

body.josue-template .model-footer .footer-links a,
body.josue-template .model-footer .btt-cad {
    border-radius: 4px;
}

/* Tablet */
@media (max-width: 1199px) {
    body.josue-template .site-model-header .header-content {
        min-height: 76px;
    }

    body.josue-template .site-model-header .navbar-collapse {
        top: 76px;
        max-height: calc(100vh - 76px);
        overflow-y: auto;
        box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16);
    }

    body.josue-template .site-model-header .dropdown-menu {
        position: static;
        box-shadow: none;
        margin: 0 0 6px 12px;
    }

    body.page-filmes .program-sidebar,
    body.page-programacao .program-sidebar {
        position: static;
    }

    body.page-login .login-container,
    body.page-cadastro .login-container {
        min-height: 600px;
    }
}

@media (max-width: 991px) {
    body.josue-template .proghd .content-form {
        width: 100%;
        min-width: 0;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 10px;
    }

    body.josue-template .proghd .form-tt {
        grid-column: 1 / -1;
    }

    body.josue-template .proghd .select-box {
        width: 100%;
        min-width: 0;
    }

    body.josue-template .proghd .btn-ord {
        grid-column: 1 / -1;
        width: 100%;
        min-width: 0;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 10px;
    }

    body.josue-template .proghd .horarios-box,
    body.josue-template .proghd .horarios,
    body.josue-template .proghd .ingressos {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    body.josue-template .proghd .options,
    body.josue-template .proghd .social-icon {
        display: none;
    }

    body.page-filmes .program-layout,
    body.page-programacao .program-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    body.page-filmes .program-layout > *,
    body.page-programacao .program-layout > *,
    body.page-filmes .program-main,
    body.page-programacao .program-main {
        min-width: 0;
    }

    body.page-filmes .program-sidebar,
    body.page-programacao .program-sidebar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 16px;
    }

    body.page-login .login-container,
    body.page-cadastro .login-container {
        display: block;
        min-height: 0;
    }

    body.page-login .login-bg,
    body.page-cadastro .login-bg {
        display: none !important;
    }

    body.page-login .login-form-panel,
    body.page-cadastro .login-form-panel {
        width: 100% !important;
        padding: 40px 28px !important;
    }
}

/* Phones */
@media (max-width: 767px) {
    body.josue-template .container {
        width: min(100% - 24px, var(--jc-content));
    }

    body.josue-template .site-model-header .header-content {
        min-height: 66px;
    }

    body.josue-template .site-model-header .logo {
        height: 52px;
        max-width: 178px;
    }

    body.josue-template .site-model-header .navbar-collapse {
        top: 66px;
    }

    body.josue-template .site-model-header .nav-link {
        padding: 11px 6px;
    }

    body.josue-template .proghd {
        padding: 10px 0;
    }

    body.josue-template .proghd .content-form {
        flex-direction: initial;
    }

    body.josue-template .proghd .form-tt {
        font-size: 14px;
        text-align: left;
    }

    body.josue-template .proghd select,
    body.josue-template .proghd .horarios,
    body.josue-template .proghd .ingressos {
        min-height: 40px;
        height: 40px;
    }

    body.josue-template .model-section-title {
        font-size: 21px;
        margin-bottom: 18px;
    }

    body.josue-template .model-movie-grid {
        margin-right: -12px;
        padding-right: 12px;
    }

    body.josue-template .model-movie-grid .item {
        flex-basis: min(72vw, 235px);
    }

    body.josue-template .movie-carousel-arrow {
        display: none;
    }

    body.page-filmes .program-heading,
    body.page-programacao .program-heading {
        display: grid;
        grid-template-columns: 1fr;
    }

    body.page-filmes .program-heading h1,
    body.page-programacao .program-heading h1 {
        overflow-wrap: anywhere;
    }

    body.page-filmes .program-actions,
    body.page-programacao .program-actions {
        width: 100%;
        min-width: 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    body.page-filmes .program-unit-select,
    body.page-programacao .program-unit-select,
    body.page-filmes .price-button,
    body.page-programacao .price-button {
        width: 100%;
        min-width: 0;
    }

    body.page-filmes .schedule-card,
    body.page-programacao .schedule-card {
        grid-template-columns: 104px minmax(0, 1fr);
        width: 100%;
        min-width: 0;
    }

    body.page-filmes .schedule-title,
    body.page-programacao .schedule-title {
        font-size: 18px;
    }

    body.page-filmes .schedule-synopsis,
    body.page-programacao .schedule-synopsis,
    body.page-filmes .movie-facts,
    body.page-programacao .movie-facts {
        display: none;
    }

    body.page-filmes .session-row,
    body.page-programacao .session-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    body.page-filmes .time-list,
    body.page-programacao .time-list {
        width: 100%;
        min-width: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
    }

    body.page-filmes .time-btn,
    body.page-programacao .time-btn {
        width: 100%;
        min-width: 0;
    }

    body.page-filmes .program-sidebar,
    body.page-programacao .program-sidebar {
        grid-template-columns: 1fr;
    }

    body.page-cardapio .menu-header {
        min-height: 190px;
        padding: 42px 0 30px !important;
    }

    body.page-cardapio .menu-header h1 {
        font-size: 2rem;
    }

    body.page-cardapio .combo-grid > [class*="col-"] {
        width: 100%;
    }

    body.page-cardapio .combo-card {
        display: grid;
        grid-template-columns: 132px minmax(0, 1fr);
    }

    body.page-cardapio .img-wrapper {
        height: 100%;
        min-height: 210px;
        aspect-ratio: auto;
    }

    body.page-cardapio .combo-info {
        min-width: 0;
        padding: 16px;
    }

    body.page-cardapio .combo-name {
        font-size: 1.1rem;
    }

    body.page-cardapio-detalhe .detail-container {
        margin-top: 28px;
        margin-bottom: 48px;
    }

    body.page-cardapio-detalhe .row.g-5 {
        --bs-gutter-y: 1.75rem;
    }

    body.page-cardapio-detalhe .info-detail h1 {
        font-size: 1.8rem !important;
    }

    body.page-filme-detalhe .movie-title-hero {
        font-size: 2rem;
        overflow-wrap: anywhere;
    }

    body.page-filme-detalhe .movie-meta {
        gap: 10px;
        font-size: 0.95rem;
    }

    body.page-login .login-container,
    body.page-cadastro .login-container {
        width: min(100% - 24px, 1180px);
        margin: 24px auto 42px;
    }

    body.page-esqueci-senha .auth-shell,
    body.page-redefinir-senha .auth-shell {
        min-height: 480px;
        padding: 28px 12px 42px;
    }

    body.page-esqueci-senha .auth-card,
    body.page-redefinir-senha .auth-card {
        padding: 26px 20px;
    }

    body.page-login .login-form-panel,
    body.page-cadastro .login-form-panel {
        padding: 30px 18px !important;
    }

    body.page-login .login-card,
    body.page-cadastro .login-card {
        padding: 0 !important;
    }

    body.page-cadastro .two-cols {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    body.page-cadastro .input-group-custom[style] {
        max-width: none !important;
    }

    body.josue-template .user-nav {
        overflow: hidden;
    }

    body.josue-template .user-nav-container {
        width: 100%;
        padding: 8px 12px;
    }

    body.josue-template .user-nav .nav-links {
        gap: 6px;
        scroll-snap-type: x proximity;
    }

    body.josue-template .user-nav .nav-item {
        flex: 0 0 auto;
        min-height: 42px;
        padding: 10px 13px;
        scroll-snap-align: start;
    }

    body.page-minhaconta .dashboard-container,
    body.page-editar-dados .edit-container,
    body.page-historico .historico-container,
    body.page-meus-ingressos .tickets-container,
    body.page-visualizar-ingresso .ticket-wrapper,
    body.page-pagamento-confirmado .cf-wrap {
        margin-top: 26px;
        padding-left: 12px;
        padding-right: 12px;
    }

    body.page-minhaconta .profile-info-card,
    body.page-editar-dados .edit-card,
    body.page-pagamento-confirmado .cf-body {
        padding: 20px !important;
    }

    body.page-minhaconta .welcome-text h1,
    body.page-editar-dados .page-title,
    body.page-historico .page-title,
    body.page-meus-ingressos .page-title {
        font-size: 1.65rem !important;
    }

    body.page-minhaconta .quick-links-grid {
        grid-template-columns: 1fr !important;
    }

    body.page-historico .history-card {
        grid-template-columns: 84px minmax(0, 1fr) !important;
    }

    body.page-historico .poster-col {
        width: 84px !important;
    }

    body.page-meus-ingressos .wallet-ticket,
    body.page-meus-ingressos .ticket-body {
        min-width: 0;
    }

    body.page-meus-ingressos .ticket-actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    body.page-selecionar-ingresso .checkout-container,
    body.page-processar-pix .pix-container {
        width: min(100% - 24px, 1180px);
        margin-top: 24px !important;
    }

    body.page-selecionar-ingresso .checkout-grid,
    body.page-processar-pix .pix-grid {
        grid-template-columns: 1fr !important;
    }

    body.page-selecionar-ingresso .movie-summary {
        align-items: flex-start;
    }

    body.page-selecionar-ingresso .movie-poster {
        width: 92px !important;
        flex: 0 0 92px;
    }

    body.page-selecionar-ingresso .ticket-option,
    body.page-selecionar-ingresso .promo-option {
        align-items: flex-start;
    }

    body.page-selecionar-ingresso .qty-controls {
        flex: 0 0 auto;
    }

    body.page-faq .page-header,
    body.page-politica-privacidade .page-header,
    body.page-trocas-cancelamento .page-header {
        padding: 36px 0 28px !important;
    }

    body.page-faq .page-title,
    body.page-politica-privacidade .page-title,
    body.page-trocas-cancelamento .page-title {
        font-size: 1.8rem !important;
        overflow-wrap: anywhere;
    }

    body.page-faq .policy-container,
    body.page-politica-privacidade .policy-container,
    body.page-trocas-cancelamento .policy-container {
        padding: 34px 0 48px;
    }

    body.page-faq .step-desc,
    body.page-faq .refund-card,
    body.page-politica-privacidade .policy-section,
    body.page-trocas-cancelamento .step-desc,
    body.page-trocas-cancelamento .refund-card,
    body.page-trocas-cancelamento .rules-alert,
    body.page-trabalhe-conosco .form-card {
        padding: 20px !important;
    }

    body.josue-template .model-footer .footer-links {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    body.josue-template .model-footer .footer-links a {
        width: 100%;
        min-height: 42px;
        padding: 7px 9px;
    }
}

@media (max-width: 520px) {
    body.page-filmes .schedule-card,
    body.page-programacao .schedule-card {
        display: grid;
        grid-template-columns: 96px minmax(0, 1fr);
    }

    body.page-filmes .schedule-poster-col,
    body.page-programacao .schedule-poster-col {
        display: block;
    }

    body.page-cardapio .combo-card {
        grid-template-columns: 108px minmax(0, 1fr);
    }

    body.page-cardapio .img-wrapper {
        min-height: 190px;
    }

    body.page-cardapio .combo-desc {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    body.page-historico .history-card {
        display: block !important;
    }

    body.page-historico .poster-col {
        width: 100% !important;
        height: 180px;
    }

    body.page-historico .poster-col img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 22%;
    }

    body.page-selecionar-ingresso .movie-summary {
        display: grid !important;
        grid-template-columns: 78px minmax(0, 1fr);
    }

    body.page-selecionar-ingresso .movie-poster {
        width: 78px !important;
    }

    body.josue-template .model-footer .footer-links {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body.page-filmes .schedule-poster-col,
    body.page-programacao .schedule-poster-col {
        display: block !important;
    }
}

@media (max-width: 420px) {
    body.josue-template .proghd .horarios,
    body.josue-template .proghd .ingressos {
        font-size: 10px;
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (max-width: 767px) {
    body.josue-template main,
    body.josue-template main section,
    body.josue-template main article,
    body.josue-template main aside,
    body.josue-template main .row > [class*="col-"] {
        min-width: 0;
    }

    body.josue-template main h1,
    body.josue-template main h2,
    body.josue-template main h3,
    body.josue-template main p,
    body.josue-template main a,
    body.josue-template main button {
        overflow-wrap: anywhere;
    }

    body.josue-template main img,
    body.josue-template main video,
    body.josue-template main iframe {
        max-width: 100%;
    }

    body.josue-template .modal:not(.unit-choice-modal) .modal-dialog {
        width: auto;
        max-width: calc(100% - 24px);
        margin: 12px auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.josue-template .combo-card:hover,
    body.josue-template .detail-poster:hover,
    body.josue-template .cinemas-list a:hover div {
        transform: none;
    }
}

/* ==========================================================================
   Dark brand theme
   Cinema black + charcoal surfaces + Josue's yellow conversion accents.
   ========================================================================== */

body.josue-template {
    background: #121212 !important;
    color: #ffffff !important;
}

body.josue-template > main,
body.josue-template .model-page,
body.page-default .model-page,
body.page-filmes .model-page,
body.page-programacao .model-page,
body.page-cinemas .model-page {
    background: #121212 !important;
    color: #ffffff !important;
}

body.josue-template .site-model-header {
    background: #121212 !important;
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

body.josue-template .site-model-header .nav-link {
    color: #ffffff !important;
}

body.josue-template .site-model-header .nav-link:hover,
body.josue-template .site-model-header .nav-link.active,
body.josue-template .site-model-header .nav-link.show {
    color: #f5b000 !important;
}

body.josue-template .site-model-header .dropdown-menu,
body.josue-template .site-model-header .navbar-collapse {
    background: #1a1a1a !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

body.josue-template .site-model-header .dropdown-item {
    color: #ffffff !important;
}

body.josue-template .site-model-header .dropdown-item:hover,
body.josue-template .site-model-header .dropdown-item:focus {
    background: #f5b000 !important;
    color: #111111 !important;
}

body.josue-template .proghd,
body.josue-template .proghd.proghd-blue {
    background: #2c2c2c !important;
    color: #ffffff !important;
    box-shadow: inset 0 -3px 0 #f5b000 !important;
}

body.josue-template .proghd select {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

body.josue-template .proghd .horarios {
    background: transparent !important;
    color: #f5b000 !important;
    border-color: #f5b000 !important;
}

body.josue-template .proghd .horarios:hover,
body.josue-template .proghd .ingressos,
body.josue-template .proghd .ingressos:hover {
    background: #f5b000 !important;
    color: #111111 !important;
    border-color: #f5b000 !important;
}

body.josue-template .proghd .ingressos:hover {
    background: #d89100 !important;
    border-color: #d89100 !important;
}

body.josue-template .breadcrumb,
body.josue-template .breadcrumb .active,
body.josue-template .breadcrumb .activ {
    color: #ffffff !important;
}

body.josue-template .breadcrumb a {
    color: #b8b8be !important;
}

body.josue-template .model-section-title,
body.josue-template .model-section-title span,
body.josue-template .page-title,
body.josue-template .section-title {
    color: #ffffff !important;
}

body.josue-template .model-section-title {
    border-bottom-color: rgba(255, 255, 255, 0.14) !important;
}

body.josue-template .model-section-title span {
    border-bottom-color: #f5b000 !important;
}

body.josue-template .model-see-all,
body.josue-template main .btn-back,
body.josue-template main .link-destaque,
body.josue-template main .auth-back {
    color: #f5b000;
}

body.josue-template .content-poster {
    border-color: #f5b000 !important;
    background: #1a1a1a !important;
}

body.josue-template .content-poster .tag {
    background: #f5b000 !important;
    color: #111111 !important;
}

body.josue-template .content-poster .tag.breve {
    background: #1a1a1a !important;
    color: #f5b000 !important;
}

body.josue-template .data-movie,
body.josue-template .data-movie h5,
body.josue-template .data-movie .movie-title {
    color: #ffffff !important;
}

body.josue-template .data-movie p {
    color: #b8b8be !important;
}

body.josue-template .nav-tabs {
    border-bottom-color: rgba(255, 255, 255, 0.14) !important;
}

body.josue-template .nav-tabs .nav-link {
    color: #b8b8be !important;
}

body.josue-template .nav-tabs .nav-link.active,
body.josue-template .nav-tabs .nav-link:hover {
    color: #ffffff !important;
    border-bottom-color: #f5b000 !important;
}

body.josue-template .form-control,
body.josue-template .form-select,
body.josue-template input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]),
body.josue-template select,
body.josue-template textarea {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
}

body.josue-template input::placeholder,
body.josue-template textarea::placeholder {
    color: #a8a8ae !important;
    opacity: 1;
}

body.josue-template .form-control:focus,
body.josue-template .form-select:focus,
body.josue-template input:focus,
body.josue-template select:focus,
body.josue-template textarea:focus {
    border-color: #f5b000 !important;
    box-shadow: 0 0 0 3px rgba(245, 176, 0, 0.2) !important;
}

body.josue-template .modal-content {
    background: #2c2c2c !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

body.josue-template .modal-header,
body.josue-template .modal-footer {
    border-color: rgba(255, 255, 255, 0.12) !important;
}

body.josue-template .modal-title,
body.josue-template .modal-body,
body.josue-template .modal-body p,
body.josue-template .modal-body label {
    color: #ffffff !important;
}

body.josue-template main .bg-white,
body.josue-template main .bg-light {
    background: #2c2c2c !important;
}

body.josue-template main .text-dark {
    color: #ffffff !important;
}

body.josue-template .alert-warning,
body.josue-template .alert-info {
    background: #2c2c2c !important;
    color: #ffffff !important;
    border-color: #f5b000 !important;
}

body.josue-template .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

body.josue-template .btn-primary,
body.josue-template .btn-danger,
body.josue-template .btn-warning,
body.josue-template .btn-custom,
body.josue-template .btn-submit,
body.josue-template .btn-login,
body.josue-template .btn-detail,
body.josue-template .btn-finalizar,
body.josue-template .btn-primary-action,
body.josue-template .cf-btn-primary {
    background: #f5b000 !important;
    border-color: #f5b000 !important;
    color: #111111 !important;
}

body.josue-template .btn-primary:hover,
body.josue-template .btn-danger:hover,
body.josue-template .btn-warning:hover,
body.josue-template .btn-custom:hover,
body.josue-template .btn-submit:hover,
body.josue-template .btn-login:hover,
body.josue-template .btn-detail:hover,
body.josue-template .btn-finalizar:hover,
body.josue-template .btn-primary-action:hover,
body.josue-template .cf-btn-primary:hover {
    background: #d89100 !important;
    border-color: #d89100 !important;
    color: #111111 !important;
}

/* Programming */
body.page-filmes .program-heading,
body.page-programacao .program-heading,
body.page-filmes .program-heading h1,
body.page-programacao .program-heading h1 {
    color: #ffffff !important;
}

body.page-filmes .program-unit-select,
body.page-programacao .program-unit-select {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

body.page-filmes .price-button,
body.page-programacao .price-button {
    background: #f5b000 !important;
    border-color: #f5b000 !important;
    color: #111111 !important;
}

body.page-filmes .model-date-filter .date-chip,
body.page-programacao .model-date-filter .date-chip {
    background: #1a1a1a !important;
    color: #f5b000 !important;
    border-color: #f5b000 !important;
}

body.page-filmes .model-date-filter .date-chip.active,
body.page-programacao .model-date-filter .date-chip.active,
body.page-filmes .model-date-filter .date-chip:hover,
body.page-programacao .model-date-filter .date-chip:hover {
    background: #f5b000 !important;
    color: #111111 !important;
}

body.page-filmes .program-selected-filter,
body.page-programacao .program-selected-filter,
body.page-filmes .schedule-card,
body.page-programacao .schedule-card,
body.page-filmes .movie-meta-bar,
body.page-programacao .movie-meta-bar,
body.page-filmes .side-card,
body.page-programacao .side-card {
    background: #2c2c2c !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

body.page-filmes .schedule-title,
body.page-programacao .schedule-title,
body.page-filmes .program-cinema-name,
body.page-programacao .program-cinema-name,
body.page-filmes .session-room,
body.page-programacao .session-room {
    color: #f5b000 !important;
}

body.page-filmes .schedule-subtitle,
body.page-programacao .schedule-subtitle,
body.page-filmes .schedule-synopsis,
body.page-programacao .schedule-synopsis,
body.page-filmes .movie-facts,
body.page-programacao .movie-facts,
body.page-filmes .meta-item,
body.page-programacao .meta-item {
    color: #c4c4c9 !important;
}

body.page-filmes .session-row:nth-child(odd),
body.page-programacao .session-row:nth-child(odd) {
    background: #1a1a1a !important;
}

body.page-filmes .session-row:nth-child(even),
body.page-programacao .session-row:nth-child(even) {
    background: #242424 !important;
}

body.page-filmes .time-btn,
body.page-programacao .time-btn {
    background: #f5b000 !important;
    border-color: #f5b000 !important;
    color: #111111 !important;
}

body.page-filmes a.time-btn:hover,
body.page-programacao a.time-btn:hover {
    background: #d89100 !important;
    border-color: #d89100 !important;
    color: #111111 !important;
}

body.page-filmes .time-btn.disabled,
body.page-programacao .time-btn.disabled,
body.page-filmes .time-btn.presencial,
body.page-programacao .time-btn.presencial {
    background: #444444 !important;
    border-color: #555555 !important;
    color: #d0d0d4 !important;
}

body.page-filmes .side-promo,
body.page-programacao .side-promo {
    background: #1a1a1a !important;
    border-color: #f5b000 !important;
}

body.page-filmes .map-frame,
body.page-programacao .map-frame {
    background: #1a1a1a !important;
}

body.josue-template .model-price-modal .modal-header {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border-bottom: 3px solid #f5b000 !important;
}

/* Home, cinema and bomboniere cards */
body.page-default .highlight-card,
body.page-cinemas .cinemas-list div,
body.page-cardapio .combo-card,
body.page-cardapio-detalhe .img-detail-wrapper,
body.page-cardapio-detalhe .items-included {
    background: #2c2c2c !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

body.page-cinemas .cinemas-list a:hover div {
    border-color: #f5b000 !important;
}

body.page-cardapio .menu-header {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
}

body.page-cardapio .combo-name,
body.page-cardapio-detalhe .info-detail h1,
body.page-cardapio-detalhe .items-included h3,
body.page-cardapio-detalhe .item-row .text-white {
    color: #ffffff !important;
}

body.page-cardapio .combo-desc,
body.page-cardapio-detalhe .description-box,
body.page-cardapio-detalhe .text-muted {
    color: #b8b8be !important;
}

body.page-cardapio .price-note,
body.page-cardapio-detalhe .price-note-detail,
body.page-cardapio-detalhe .btn-back {
    color: #f5b000 !important;
}

body.page-cardapio-detalhe .item-row {
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

/* Login and password recovery */
body.page-login .login-page,
body.page-cadastro .login-page,
body.page-login .login-container,
body.page-cadastro .login-container {
    background: #121212 !important;
}

body.page-login .login-form-panel,
body.page-cadastro .login-form-panel,
body.page-login .login-card,
body.page-cadastro .login-card,
body.page-esqueci-senha .auth-card,
body.page-redefinir-senha .auth-card {
    background: #2c2c2c !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

body.page-login .login-card h1,
body.page-login .login-card h2,
body.page-cadastro .login-card h1,
body.page-cadastro .login-card h2,
body.page-esqueci-senha .auth-card h1,
body.page-redefinir-senha .auth-card h1,
body.page-cadastro .section-label {
    color: #ffffff !important;
}

body.page-login .subtitle,
body.page-login .extra-links,
body.page-cadastro .subtitle,
body.page-cadastro .extra-link,
body.page-esqueci-senha .auth-lead,
body.page-redefinir-senha .auth-lead {
    color: #b8b8be !important;
}

body.page-login .input-group-custom input,
body.page-cadastro .input-group-custom input,
body.page-esqueci-senha .auth-card .form-control,
body.page-redefinir-senha .auth-card .form-control {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
}

body.page-login .input-icon,
body.page-cadastro .input-icon {
    color: #f5b000 !important;
}

body.page-esqueci-senha .auth-card label,
body.page-redefinir-senha .auth-card label {
    color: #ffffff !important;
}

body.page-esqueci-senha .auth-back,
body.page-redefinir-senha .auth-back {
    color: #f5b000 !important;
}

/* Account */
body.page-minhaconta,
body.page-editar-dados,
body.page-historico,
body.page-meus-ingressos,
body.page-visualizar-ingresso,
body.page-pagamento-confirmado {
    background: #121212 !important;
    color: #ffffff !important;
}

body.josue-template .user-nav {
    background: #1a1a1a !important;
    border-bottom-color: #f5b000 !important;
}

body.josue-template .user-nav .nav-item.active {
    background: #f5b000 !important;
    border-color: #f5b000 !important;
    color: #111111 !important;
}

body.page-minhaconta .profile-info-card,
body.page-minhaconta .quick-link-card,
body.page-editar-dados .edit-card,
body.page-historico .history-card,
body.page-meus-ingressos .wallet-ticket,
body.page-meus-ingressos .history-card,
body.page-visualizar-ingresso .e-ticket,
body.page-pagamento-confirmado .cf-card {
    background: #2c2c2c !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

body.page-minhaconta .welcome-text h1,
body.page-minhaconta .info-sections h2,
body.page-minhaconta .quick-link-text h3,
body.page-minhaconta .info-value,
body.page-editar-dados .page-title,
body.page-editar-dados .section-title,
body.page-historico .page-title,
body.page-historico .movie-title,
body.page-historico .meta-value,
body.page-meus-ingressos .page-title,
body.page-meus-ingressos .section-title,
body.page-meus-ingressos .ticket-movie-title,
body.page-meus-ingressos .data-value,
body.page-meus-ingressos .wallet-ticket,
body.page-meus-ingressos .ticket-body,
body.page-meus-ingressos .ticket-info,
body.page-meus-ingressos .ticket-cinema,
body.page-visualizar-ingresso .e-ticket,
body.page-visualizar-ingresso .ticket-body,
body.page-visualizar-ingresso .info-item,
body.page-pagamento-confirmado .cf-body,
body.page-pagamento-confirmado .cf-movie h3 {
    color: #ffffff !important;
}

body.page-minhaconta .welcome-text p,
body.page-minhaconta .info-label,
body.page-minhaconta .quick-link-text p,
body.page-editar-dados .form-label,
body.page-historico .page-subtitle,
body.page-historico .meta-label,
body.page-meus-ingressos .page-subtitle,
body.page-meus-ingressos .data-label,
body.page-pagamento-confirmado .cf-movie p,
body.page-pagamento-confirmado .cf-row .lbl,
body.page-pagamento-confirmado .cf-note {
    color: #b8b8be !important;
}

body.page-minhaconta .text-secondary,
body.page-minhaconta .text-muted,
body.page-editar-dados .text-secondary,
body.page-editar-dados .text-muted,
body.page-historico .text-secondary,
body.page-historico .text-muted,
body.page-meus-ingressos .text-secondary,
body.page-meus-ingressos .text-muted {
    color: #b8b8be !important;
}

body.page-minhaconta .alert-danger,
body.page-editar-dados .alert-danger,
body.page-historico .alert-danger,
body.page-meus-ingressos .alert-danger,
body.page-minhaconta .alert-success,
body.page-editar-dados .alert-success,
body.page-historico .alert-success,
body.page-meus-ingressos .alert-success {
    background: #2c2c2c !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    border-left: 5px solid #f5b000 !important;
    border-radius: 6px !important;
}

body.page-minhaconta .alert-danger,
body.page-editar-dados .alert-danger,
body.page-historico .alert-danger,
body.page-meus-ingressos .alert-danger {
    border-left-color: #ef5350 !important;
}

body.page-minhaconta .dashboard-container,
body.page-editar-dados .edit-container,
body.page-historico .historico-container,
body.page-meus-ingressos .tickets-container,
body.page-visualizar-ingresso .ticket-wrapper {
    width: min(100% - 24px, 1200px);
    overflow-wrap: anywhere;
}

body.page-minhaconta .btn-custom,
body.page-editar-dados .btn-save,
body.page-meus-ingressos .btn-action {
    border-radius: 6px !important;
}

@media (max-width: 767px) {
    body.page-minhaconta .profile-info-card {
        gap: 20px !important;
    }

    body.page-minhaconta .avatar-section {
        width: 100%;
    }

    body.page-minhaconta .info-grid {
        grid-template-columns: 1fr !important;
    }

    body.page-meus-ingressos .ticket-top {
        align-items: flex-start !important;
        padding: 18px 14px !important;
    }

    body.page-meus-ingressos .ticket-poster {
        width: 64px !important;
        height: 96px !important;
        flex: 0 0 64px;
    }

    body.page-meus-ingressos .ticket-movie-title {
        font-size: 1.05rem !important;
    }

    body.page-meus-ingressos .ticket-body {
        padding: 16px 14px !important;
        gap: 12px !important;
    }

    body.page-meus-ingressos .ticket-hash {
        max-width: 100%;
        overflow-wrap: anywhere;
        text-align: center;
    }
}

/* Checkout and PIX */
body.page-selecionar-ingresso,
body.page-processar-pix,
body.page-confirmar-pagamento {
    background: #121212 !important;
    color: #ffffff !important;
}

body.page-selecionar-ingresso .movie-summary,
body.page-selecionar-ingresso .card,
body.page-processar-pix .card,
body.page-processar-pix .qr-card,
body.page-confirmar-pagamento .glass-card {
    background: #2c2c2c !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

body.page-selecionar-ingresso .card-title,
body.page-selecionar-ingresso .movie-details h2,
body.page-selecionar-ingresso .ticket-name,
body.page-selecionar-ingresso .cart-item-details,
body.page-processar-pix .card-title,
body.page-processar-pix .order-value,
body.page-confirmar-pagamento .brand-title,
body.page-confirmar-pagamento .text-white {
    color: #ffffff !important;
}

body.page-selecionar-ingresso .text-secondary,
body.page-processar-pix .order-label,
body.page-confirmar-pagamento .text-muted {
    color: #b8b8be !important;
}

body.page-selecionar-ingresso .ticket-option,
body.page-selecionar-ingresso .promo-option,
body.page-selecionar-ingresso .cart-item,
body.page-processar-pix .order-detail,
body.page-processar-pix .pix-code,
body.page-confirmar-pagamento .bg-dark {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

body.page-selecionar-ingresso .meia-atencao,
body.page-selecionar-ingresso .meia-aviso,
body.page-selecionar-ingresso .meia-aviso-carrinho,
body.page-selecionar-ingresso .meia-esgotada-aviso,
body.page-editar-dados .alert,
body.page-filmes .alert,
body.page-programacao .alert {
    background: #2c2c2c !important;
    color: #ffffff !important;
    border-color: #f5b000 !important;
}

/* Institutional pages */
body.page-faq .page-header,
body.page-politica-privacidade .page-header,
body.page-trocas-cancelamento .page-header {
    background: #1a1a1a !important;
    border-bottom-color: #f5b000 !important;
}

body.page-faq .policy-container,
body.page-politica-privacidade .policy-container,
body.page-trocas-cancelamento .policy-container,
body.page-trabalhe-conosco .work-container {
    background: #121212 !important;
    color: #ffffff !important;
}

body.page-faq .step-desc,
body.page-faq .refund-card,
body.page-faq .contact-help-box,
body.page-politica-privacidade .policy-section,
body.page-trocas-cancelamento .step-desc,
body.page-trocas-cancelamento .refund-card,
body.page-trocas-cancelamento .rules-alert,
body.page-trabalhe-conosco .form-card {
    background: #2c2c2c !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

body.page-faq .step-title,
body.page-faq .refund-title,
body.page-faq .step-desc strong,
body.page-faq .rules-alert strong,
body.page-politica-privacidade .policy-heading,
body.page-trocas-cancelamento .step-title,
body.page-trocas-cancelamento .refund-title,
body.page-trocas-cancelamento .step-desc strong,
body.page-trocas-cancelamento .rules-alert strong,
body.page-trabalhe-conosco .form-card h2 {
    color: #ffffff !important;
}

body.page-faq .text-secondary,
body.page-faq .text-muted,
body.page-politica-privacidade .page-subtitle,
body.page-politica-privacidade .last-update,
body.page-trocas-cancelamento .text-secondary,
body.page-trocas-cancelamento .text-muted,
body.page-trabalhe-conosco .text-secondary {
    color: #b8b8be !important;
}

body.page-faq .link-destaque,
body.page-politica-privacidade .policy-container a,
body.page-trocas-cancelamento .policy-container a {
    color: #f5b000 !important;
}

body.page-trabalhe-conosco .form-control,
body.page-trabalhe-conosco select.form-control {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

body.josue-template .model-footer {
    background: #1a1a1a !important;
    border-top-color: #f5b000 !important;
}

body.josue-template .model-footer .footer-bottom {
    background: #2c2c2c !important;
}

body.josue-template .model-footer .btt-cad {
    background: #f5b000 !important;
    color: #111111 !important;
}

body.josue-template .model-footer .footer-links a {
    color: #ffffff !important;
    border-color: #f5b000 !important;
}

body.josue-template .model-footer .footer-links a:hover {
    background: #f5b000 !important;
    color: #111111 !important;
}

/* Unit choice flow */
body.josue-template .unit-choice-modal .modal-dialog {
    width: min(92vw, 560px);
    max-width: 560px;
    margin: 24px auto;
}

body.josue-template .unit-choice-modal .modal-content {
    overflow: hidden;
    background: #2c2c2c;
    color: #ffffff;
    border: 1px solid rgba(245, 176, 0, 0.55);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.6);
}

body.josue-template .unit-choice-modal .modal-header {
    padding: 24px 24px 18px;
    background: #1a1a1a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body.josue-template .unit-choice-modal .modal-title {
    margin: 2px 0 0;
    color: #ffffff;
    font: 800 26px/1.2 "Montserrat", sans-serif;
}

body.josue-template .unit-choice-kicker,
body.josue-template .movie-unit-kicker {
    display: block;
    color: #f5b000;
    font: 800 12px/1.2 "Montserrat", sans-serif;
    text-transform: uppercase;
}

body.josue-template .unit-choice-modal .modal-body {
    padding: 22px 24px 24px;
}

body.josue-template .unit-choice-intro {
    margin: 0 0 18px;
    color: #d7d7dc;
    line-height: 1.55;
}

body.josue-template .unit-choice-list {
    display: grid;
    gap: 10px;
}

body.josue-template .unit-choice-option {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    padding: 10px 14px;
    color: #ffffff;
    text-decoration: none;
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 6px;
    transition: border-color 160ms ease, background-color 160ms ease;
}

body.josue-template .unit-choice-option:hover,
body.josue-template .unit-choice-option:focus-visible {
    color: #ffffff;
    background: #121212;
    border-color: #f5b000;
    outline: none;
}

body.josue-template .unit-choice-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #111111;
    background: #f5b000;
    border-radius: 6px;
}

body.josue-template .unit-choice-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

body.josue-template .unit-choice-copy strong {
    overflow-wrap: anywhere;
    color: #ffffff;
    font: 700 16px/1.3 "Montserrat", sans-serif;
}

body.josue-template .unit-choice-copy small {
    margin-top: 3px;
    color: #b8b8be;
    font-size: 13px;
}

body.josue-template .unit-choice-arrow {
    color: #f5b000;
}

/* Movie detail schedule shortcuts */
body.page-filme-detalhe .movie-unit-sessions {
    padding: 52px 0 64px;
    color: #ffffff;
    background: #121212;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.page-filme-detalhe .movie-title-hero,
body.page-filme-detalhe .cities-badge,
body.page-filme-detalhe .credits-text,
body.page-filme-detalhe .btn-tickets,
body.page-filme-detalhe .btn-trailer-hero {
    max-width: 100%;
    overflow-wrap: anywhere;
}

body.page-filme-detalhe .movie-unit-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 500px);
    align-items: end;
    gap: 24px;
    margin-bottom: 24px;
}

body.page-filme-detalhe .movie-unit-heading h2 {
    margin: 4px 0 0;
    color: #ffffff;
    font: 800 30px/1.2 "Montserrat", sans-serif;
}

body.page-filme-detalhe .movie-unit-heading p {
    margin: 0;
    color: #b8b8be;
    line-height: 1.6;
}

body.page-filme-detalhe .movie-unit-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

body.page-filme-detalhe .movie-unit-card {
    overflow: hidden;
    background: #2c2c2c;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
}

body.page-filme-detalhe .movie-unit-card > header {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 76px;
    padding: 14px 16px;
    background: #1a1a1a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body.page-filme-detalhe .movie-unit-location {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    color: #111111;
    background: #f5b000;
    border-radius: 6px;
}

body.page-filme-detalhe .movie-unit-card h3 {
    margin: 0;
    color: #ffffff;
    font: 800 18px/1.25 "Montserrat", sans-serif;
}

body.page-filme-detalhe .movie-unit-card header p {
    margin: 3px 0 0;
    color: #b8b8be;
    font-size: 13px;
}

body.page-filme-detalhe .movie-unit-days {
    display: grid;
    gap: 1px;
    background: rgba(255, 255, 255, 0.1);
}

body.page-filme-detalhe .movie-unit-day {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    padding: 14px 16px;
    background: #2c2c2c;
}

body.page-filme-detalhe .movie-unit-day > strong {
    padding-top: 10px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
}

body.page-filme-detalhe .movie-unit-times {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.page-filme-detalhe .movie-unit-times a {
    display: inline-flex;
    min-width: 76px;
    min-height: 48px;
    padding: 6px 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #111111;
    text-decoration: none;
    background: #f5b000;
    border: 1px solid #f5b000;
    border-radius: 6px;
}

body.page-filme-detalhe .movie-unit-times a:hover,
body.page-filme-detalhe .movie-unit-times a:focus-visible {
    color: #ffffff;
    background: transparent;
    outline: none;
}

body.page-filme-detalhe .movie-unit-times span {
    font: 800 16px/1.15 "Montserrat", sans-serif;
}

body.page-filme-detalhe .movie-unit-times small {
    margin-top: 2px;
    font-size: 10px;
    font-weight: 700;
}

@media (max-width: 767px) {
    body.josue-template .unit-choice-modal .modal-dialog {
        width: auto;
        max-width: none;
        min-height: 100%;
        margin: 0;
    }

    body.josue-template .unit-choice-modal .modal-content {
        min-height: 100vh;
        border: 0;
        border-radius: 0;
    }

    body.josue-template .unit-choice-modal .modal-header {
        padding: max(24px, env(safe-area-inset-top)) 18px 18px;
    }

    body.josue-template .unit-choice-modal .modal-body {
        padding: 20px 18px max(24px, env(safe-area-inset-bottom));
    }

    body.josue-template .unit-choice-modal .modal-title {
        font-size: 24px;
    }

    body.page-filme-detalhe .movie-unit-sessions {
        padding: 38px 0 48px;
    }

    body.page-filme-detalhe .movie-title-hero {
        font-size: 2rem;
    }

    body.page-filme-detalhe .btn-tickets,
    body.page-filme-detalhe .btn-trailer-hero {
        min-height: 50px;
        padding: 12px 16px;
        border-radius: 6px;
        font-size: 1rem;
    }

    body.page-filme-detalhe .movie-unit-heading,
    body.page-filme-detalhe .movie-unit-list {
        grid-template-columns: 1fr;
    }

    body.page-filme-detalhe .movie-unit-heading {
        gap: 12px;
    }

    body.page-filme-detalhe .movie-unit-heading h2 {
        font-size: 25px;
    }

    body.page-filme-detalhe .movie-unit-day {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    body.page-filme-detalhe .movie-unit-day > strong {
        padding-top: 0;
    }

    body.page-filme-detalhe .movie-unit-times {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.page-filme-detalhe .movie-unit-times a {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 380px) {
    body.page-filme-detalhe .movie-unit-times {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
