/* ============================================================
   RESET E BASE
============================================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

/* DEPOIS */
a { text-decoration: none; }

/* ============================================================
   TIPOGRAFIA GLOBAL
============================================================ */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--fonte-titulo);
    font-weight: var(--peso-negrito);
}

h3, h4, h5, h6 {
    font-weight: var(--peso-medio);
}

a {
    font-family: var(--fonte-titulo);
    font-weight: var(--peso-medio);
}

p, span, li, label {
    font-family: var(--fonte-corpo);
    font-weight: var(--peso-normal);
}

button, .btn, .btn-nav, .btn-share, .btn-wpp, .btn-share-partner, .on-btn,
input[type="button"], input[type="submit"] {
    font-family: var(--fonte-titulo);
    font-weight: var(--peso-medio);
    letter-spacing: 0.05em;
}

/* ============================================================
   HERO
============================================================ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../images/1440.avif') center/cover no-repeat;
    padding: 100px 1.5rem 4rem;
    text-align: center;
    width: 100%;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 700px;
    width: 700px;
    animation: fadeInUp 1s ease;
}

.hero-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1.5rem;
    padding: 0.5rem 1rem;
    border: 1px solid var(--ouro, #c9a55c);
    border-radius: 20px;
    animation: fadeInUp 0.8s ease 0.1s both;
}

.hero-title {
    font-family: var(--fonte-titulo);
    font-size: 70px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #fff;
    animation: fadeInUp 0.8s ease 0.3s both;
}

.hero-title .gold {
    color: var(--ouro, #c9a55c);
}

.hero-subtitle {
    font-family: var(--fonte-corpo);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 0.8s ease 0.5s both;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    animation: fadeInUp 0.8s ease 0.7s both;
    width: 100%;
}

.hero-buttons .btn {
    width: 100%;
    box-sizing: border-box;
}

/* ============================================================
   BOTÕES GLOBAIS
============================================================ */
.btn {
    display: block;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
}

.btn-primary {
    background: #c9a55c;
    color: #000;
    font-size: 13px;
}

.btn-primary:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(201, 165, 92, 0.3);
}

.btn-secondary {
    background: #fff;
    color: #000;
    font-size: 13px;
}

.btn-secondary:hover {
    background: #D6B377;
    color: #0a0a0a;
}

.btn-nav {
    color: #D6B377;
    border: 1px solid rgba(214, 179, 119, 0.35);
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease;
    text-align: center;
    cursor: pointer;
}

.btn-nav:hover {
    color: #D6B377;
    border-color: #D6B377;
    transform: translateY(-2px);
}

.btn-share {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 9px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: var(--peso-medio);
    cursor: pointer;
    transition: all 0.25s ease;
    background: #10141D;
    color: var(--ouro);
    padding: 8px 14px;
    border: 1px solid rgba(201, 165, 92, 0.4);
    border-radius: 4px;
    text-decoration: none;
    flex: 1;
    position: relative;
    z-index: 11;
}

.btn-share::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23D6B377'%3E%3Cpath d='M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z'/%3E%3C/svg%3E");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    border: 1.5px solid var(--ouro);
    transition: all 0.25s ease;
}

.btn-share:hover {
    color: var(--ouro);
}

.btn-wpp {
    position: relative;
    z-index: 11;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    background: #10141d;
    color: var(--ouro);
    border: 1px solid rgba(201, 165, 92, 0.4);
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    flex: 1;
}

.btn-wpp:hover {
    border-color: var(--ouro);
    box-shadow: 0 0 10px 0 rgba(214, 179, 119, 0.5);
    background: rgba(214, 179, 119, 0.05);
}

.btn-wpp:active {
    border-color: var(--ouro);
    box-shadow: 0 0 15px 0 rgba(214, 179, 119, 0.8), 0 0 5px 0 rgba(214, 179, 119, 0.5);
    background: rgba(214, 179, 119, 0.1);
}

.btn-share-partner {
    background: transparent;
    border: 1px solid rgba(201, 165, 92, 0.4);
    color: #D6B377;
    padding: 7px 14px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
}

.btn-share-partner:hover {
      border-color: var(--ouro);
    box-shadow: 0 0 15px 0 rgba(214, 179, 119, 0.8), 0 0 5px 0 rgba(214, 179, 119, 0.5);
    background: rgba(214, 179, 119, 0.1);
}

/* ============================================================
   CONTAINER E SEÇÕES
============================================================ */
.container {
    background: #10141D;
}

.section {
    display: none;
    background: #10141d;
}

#sessao-1 {
    display: block;
}

.section:target {
    display: block;
    animation: fadeInUp 0.4s forwards;
}

.container:has(.section:target) #sessao-1:not(:target) {
    display: none;
}

/* ============================================================
   CABEÇALHO DE SEÇÃO
============================================================ */
.secao-header {
     max-width: 100%;  
    padding: 70px 60px 50px;
    background: #10141D;
 
    margin: 0 auto;
}

.section-tag, .sec-tag {
    font-weight: 400;
    font-size: 10px;
    color: #D6B377;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
}

.titulo-duas-cores, .sec-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    white-space: normal;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.08em;
}

.titulo-duas-cores span, .sec-title span {
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #D6B377;
}

.titulo-duas-cores::after, .sec-title::after {
    content: "";
    display: block;
    width: 70%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #D6B377, #D6B377, transparent);
    margin: 15px auto 0;
}

.section-subtitle, .sec-sub {
    font-weight: 400;
    font-size: 10px;
    padding: 5px 170px;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #e3bf81;
    margin-top: 10px;
}

.linha-separadora {
    width: 70%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #D6B377, #D6B377, transparent);
    margin: 70px auto;
    padding: 1px;
}

/* ============================================================
   CARDS GRID
============================================================ */
.cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 50px 10px 40px;
    align-items: stretch;
    background: #090314;
}

.card {
    background: #090314;
    border: 1px solid rgba(214, 179, 119, 0.15);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    height: 100%;
    min-height: 380px;
}

.card:hover {
    transform: scale(1.02);
    border-color: rgba(201, 165, 92, 0.5);
    box-shadow: 0 8px 24px rgba(78, 57, 3, 0.1);
}

.card-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: block;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-body {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 3px;
}

.card-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.card-name {
    font-family: var(--fonte-titulo);
    font-size: 16px;
    font-weight: var(--peso-medio);
    color: var(--ouro);
    line-height: 1.3;
    margin: 0;
    width: 100%;
}

.card-desc {
    font-family: var(--fonte-corpo);
    font-size: 13px;
    color: #fff;
    line-height: 1.2;
}

.card-hours {
    font-family: var(--fonte-corpo);
    font-size: 13px;
    color: #e3bf81;
    margin: 2px 10px 0;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.card-hours::before {
    flex-shrink: 0;
    margin-top: 1px;
    content: "";
    width: 14px;
    height: 14px;
    color: #D6B377;
    display: inline-block;
    background: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8zm.5-13H11v6l5.2 3.1.8-1.2-4.5-2.7z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8zm.5-13H11v6l5.2 3.1.8-1.2-4.5-2.7z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
}

.addr {
    font-family: var(--fonte-corpo);
    font-size: 13px;
    color: #e3bf81;
    margin: 2px 10px;
    padding: 0 0 10px;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.addr::before {
    flex-shrink: 0;
    margin-top: 4px;
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
}

.stars {
    color: #f3c05b;
    font-size: 11px;
    transition: all 0.3s ease;
    padding: 2px;
    border-radius: 30px;
}

.stars:hover {
    background: #ecd197;
    color: #fff;
    cursor: pointer;
}

.card-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding: 10px;
    border-top: 0.5px solid #6b5837;
}

.footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.card label[for^="ent-"],
.card label[for^="gastro-"],
.card label[for^="moda-"],
.card label[for^="adv-"],
.card label[for^="car-"],
.card label[for^="saude-"],
.card label[for^="del-"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
}

/* ============================================================
   MENU FOOTER (CATEGORIAS)
============================================================ */
.menu-footer-container {
    background: #090314;
    border-top: 1px solid rgba(214, 179, 119, 0.38);
    border-bottom: 1px solid rgba(214, 179, 119, 0.3);
    padding: 30px 10px;
    text-align: center;
}

.menu-titulo {
    font-family: var(--fonte-titulo);
    font-weight: var(--peso-medio);
    text-align: center;
    margin-bottom: 20px;
    font-size: var(--tamanho-normal);
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--ouro);
}

.menu-titulo::before,
.menu-titulo::after {
    content: "✦";
    margin: 0 10px;
    color: var(--ouro);
    opacity: 0.6;
}

.menu-botoes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

/* ============================================================
   GALERIA VIDA NOTURNA
============================================================ */
.linha-elegante-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 0 auto -50px;
    padding-top: 50px;
    background: #10141D;
}

.linha-elegante {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 300px;
    height: 60px;
    gap: 2px;
}

.linha-elegante span {
    display: block;
    width: 12px;
    height: 10px;
    border-radius: 2px;
    background: linear-gradient(to top, #0ff 0%, #f0f 60%, #ff0000 100%);
    animation: vibrar 1.2s infinite ease-in-out;
}

.linha-elegante span:nth-child(odd)  { animation-delay: 0.2s; }
.linha-elegante span:nth-child(even) { animation-delay: 0.2s; }
.linha-elegante span:nth-child(3n)   { animation-delay: 0.1s; }
.linha-elegante span:nth-child(4n)   { animation-delay: 0.3s; }

.palavras-animadas {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-size: 0.8rem;
    font-weight: bold;
    color: #18E8FF;
    text-shadow: 0 0 5px #ff00ff, 0 0 10px #0ff, 0 0 15px #f0f;
}

.palavras-animadas span {
    animation: piscar 1.5s infinite alternate;
}

/* ============================================================
   SEÇÕES LADO A LADO
============================================================ */
.secoes-lado-a-lado {
    display: flex;
    gap: 30px;
    max-width: 1800px;
    margin: 0 auto;
    padding: 50px  20px 0 ;
    align-items: stretch;
    background: #10141D;
}

.secoes-lado-a-lado > * {
    flex: 1;
    width: 50%;
}

.lx-card {
    display: flex;
    background:#0C0004;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(214, 179, 119, 0.15);
    height: 100%;
}

.lx-card:hover {
    border: 1px solid rgba(214, 179, 119, 1);
}

.lx-left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 30px;
    flex-shrink: 0;
    background: #0C0004;
}

.lx-right {
    width: 50%;
    height: 100%;
    overflow: hidden;
    flex-shrink: 0;
}

.lx-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lx-tag {
    font-size: 0.62rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #b89c6e;
    margin-bottom: 3rem;
    display: block;
}

.lx-brand {
    font-size: 40px;
    letter-spacing: 0.12em;
    color: #fdfcfa;
    line-height: 1;
    margin-bottom: 1rem;
    background: #14010c;
}

.lx-tagline {
    font-style: italic;
    font-size: 1rem;
    color: rgba(253, 252, 250, 0.55);
    margin-bottom: 2.5rem;
    max-width: 90%;
}

.banner-brindes {
    background: #0a0e14;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(214, 179, 119, 0.15);
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
}

.banner-brindes:hover {
    border: 1px solid rgba(214, 179, 119, 1);
}

.banner-link {
    display: block;
    width: 100%;
}

.banner-brindes img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ============================================================
   PARCEIROS
============================================================ */
.partners-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
}

.partner-card {
    flex: 0 0 300px;
    background: #090314;
    color: #fff;
    border: 1px solid rgba(214, 179, 119, 0.3);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    min-width: 0;
 
}

.partner-card:hover {
    border-color: #c9a55c;
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(201, 165, 92, 0.12);
}

.partner-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #1a1a1a;
    flex-shrink: 0;
}

.partner-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.partner-content {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.partner-category {
    font-size: 11px;
    letter-spacing: 1.5px;
    color: #D6B377;
    text-transform: uppercase;
}

.partner-title {
    font-size: 15px;
    font-weight: bold;
    margin: 6px 0 10px;
}

.partner-address,
.partner-phone {
    font-size: 12px;
    color: #8d8c8c;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

.partner-description {
    font-family: var(--fonte-corpo);
    font-size: 14px;
    color: #999;
    line-height: 1.5;
    margin: 8px 0 10px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.icon-location::before { content: "📍"; margin-right: 5px; }
.icon-phone::before    { content: "📞"; margin-right: 5px; }

/* ============================================================
   CARROSSEL
============================================================ */
.inf-car-vp,
.inf-car-controls {
    background: #10141D;
}

/* ============================================================
   MENU DE NAVEGAÇÃO LATERAL
============================================================ */
.menu-cat {
    padding: 12px 25px;
    font-size: 13px;
}

.menu-list {
    font-size: 15px;
}

.submenu li a {
    display: block;
    font-size: 16px;
}

.arrow {
    font-size: 17px;
}



/* ============================================================
   ANIMAÇÕES
============================================================ */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes vibrar {
    0%, 100% { height: 10px; }
    50%       { height: 60px; }
}

@keyframes piscar {
    0%   { opacity: 0.3; transform: scale(0.9); }
    50%  { opacity: 1;   transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(0.9); }
}

@keyframes hint-right {
    0%, 100% { transform: translateX(0);  opacity: 0; }
    50%       { transform: translateX(5px); opacity: 0.9; }
}

@keyframes hint-left {
    0%, 100% { transform: translateX(0);   opacity: 0; }
    50%       { transform: translateX(-5px); opacity: 0.9; }
}

/* ============================================================
   RESPONSIVO — DESKTOP GRANDE (≥1400px)
============================================================ */
@media (min-width: 925px) and (max-width: 1599px) {
    .secao-header {
        padding: 50px 60px;
    }
}



@media (min-width: 1400px) {
    .cards {
        grid-template-columns: repeat(4, 1fr);
        padding: 0 40px 40px;
    }

    .partners-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        padding: 0 40px;
    }

    .cluba-gallery {
        padding: 0 120px;
    }

    .secao-header {
        padding: 20px;
    }

    .menu-cat    { padding: 8px 12px; font-size: 14px; }
    .menu-list   { font-size: 15px; }
    .submenu li a { font-size: 16px; }
    .arrow        { font-size: 17px; }
}

/* ============================================================
   RESPONSIVO — DESKTOP (1025px–1399px)
============================================================ */
@media (min-width: 1025px) and (max-width: 1399px) {
    .cards {
        grid-template-columns: repeat(4, 1fr);
        padding: 20px 20px 40px;
    }

    .partners-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .cluba-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ============================================================
   RESPONSIVO — DESKTOP MÍNIMO (≥1025px)
============================================================ */
@media (min-width: 1025px) {
    .cards {
        grid-template-columns: repeat(4, 1fr);
        padding: 20px 20px 40px;
    }

    .car-card  { width: 25%; }
    .car-wrap  { margin-left: 20px; }
    .menu-cat  { padding: 8px 12px; font-size: 14px; }
    .menu-list { font-size: 15px; }
    .submenu li a { font-size: 16px; }
    .arrow        { font-size: 17px; }
    


    .btn-share {
        display: none;
    }
}



/* ============================================================
   RESPONSIVO — TABLET (769px–1024px)
============================================================ */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero-title { font-size: clamp(2rem, 6vw, 3.5rem); }

    .titulo-duas-cores,
    .sec-title { font-size: 26px; padding: 0 16px; }

    .section-subtitle { padding: 0; font-size: 0.7rem; }

    .cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 0 20px 20px;
    }

    .partners-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        padding: 0 20px;
    }

    .secoes-lado-a-lado { gap: 15px; padding: 0 15px; }

    .lx-left    { padding: 15px 10px; }
    .lx-brand   { font-size: 20px; letter-spacing: 0.08em; }
    .lx-tag     { margin-bottom: 1.5rem; }
    .lx-tagline { margin-bottom: 1.5rem; font-size: 0.9rem; }

    .cluba-gallery-grid  { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .cluba-gallery-overlay { padding: 10px; }

    .menu-botoes { gap: 8px; }
    .btn-nav     { padding: 8px 12px; font-size: 0.72rem; }

    .btn-share::before { width: 15px; height: 15px; background-size: 14px; }

    .hero {
        min-height: 60vh;
        padding: 100px 1.5rem 3rem;
    }

    
}

/* ============================================================
   RESPONSIVO — TABLET GERAL (≤1024px)
============================================================ */
@media (max-width: 1024px) {
    .partners-grid,
    .cards {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px;
        padding: 0 20px;
    }

    .secoes-lado-a-lado { gap: 15px; padding: 30px 15px; }
    .lx-left    { padding: 20px; }
    .lx-brand   { font-size: 24px; line-height: 1.1; }
    .lx-tag     { margin-bottom: 1rem; }
    .lx-tagline { margin-bottom: 1.5rem; font-size: 0.9rem; }
}

/* ============================================================
   RESPONSIVO — MOBILE (≤768px)
============================================================ */
@media (max-width: 768px) {
    html, body { overflow-x: hidden; width: 100%; }

    .navbar-links { display: none; }
    .navbar-logo  { margin-left: 40px; }

    .hero          { padding: 90px 1rem 3rem;  min-height: 50vh;}
    .hero-title    { font-size: clamp(1.8rem, 7vw, 2.8rem); }
    .hero-content  { width: 100%; max-width: 100%; }
    .hero-buttons .btn { max-width: 100%; }
    
    .titulo-duas-cores,
    .sec-title { font-size: 26px; padding: 0 16px; }

    .section-subtitle,
    .sec-sub { padding: 0 15px; font-size: 0.7rem; }

    .secao-header { padding: 30px 0; }

    .menu-footer-container { padding: 20px 10px; }
    .menu-botoes { gap: 10px; }
    .btn-nav     { padding: 8px 12px; font-size: 0.72rem; }

    .on-hero-cta   { flex-direction: column; width: 100%; }
    .on-hero-cta a { width: 100%; text-align: center; }

  

    /* Seções lado a lado */
    .secoes-lado-a-lado {
        flex-direction: column;
        gap: 20px;
       
    }

    .secoes-lado-a-lado > * { width: 100%; flex: none; }

    .lx-card { flex-direction: column-reverse; height: auto; }
    .lx-left, .lx-right { width: 100%; height: auto; }
    .lx-right  { aspect-ratio: 1 / 1; }
    .lx-brand  { font-size: 28px; }
    .lx-tag    { margin-bottom: 1.5rem; }

    /* Cards mobile — layout horizontal */
    .cards {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 10px;
        width: 100%;
    }

    .card {
        display: grid;
        grid-template-columns: 140px 1fr;
        grid-template-rows: auto auto auto auto;
        height: auto;
        min-height: 140px;
        padding: 0;
        width: 100%;
        overflow: hidden;
    }

    .card-img {
        grid-column: 1;
        grid-row: 1 / span 2;
        width: 140px;
        height: 100%;
        min-height: 140px;
        overflow: hidden;
        aspect-ratio: unset;
    }

    .card-body {
        grid-column: 2;
        grid-row: 1;
        padding: 10px 12px 4px;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .card-name { font-size: 14px; word-break: break-word; }
    .card-desc { font-size: 12px; word-break: break-word; }

    .card-hours {
        grid-column: 2;
        grid-row: 2;
        padding: 0 12px 8px;
        margin: 0;
        font-size: 11px;
        align-items: center;
    }

    .addr {
        grid-column: 1 / span 2;
        grid-row: 3;
        padding: 6px 12px;
        margin: 0;
        font-size: 11px;
        justify-content: center;
        border-top: 1px solid rgba(214, 179, 119, 0.1);
    }

    .card-footer {
        grid-column: 1 / span 2;
        grid-row: 4;
        padding: 8px 12px;
        border-top: 1px solid rgba(214, 179, 119, 0.15);
    }

    .footer-actions { flex-direction: row; }

    .btn-wpp,
    .btn-share {
        flex: 1;
        text-align: center;
        margin: 0;
        font-size: 10px;}
        
           .inf-car-outer {
        padding: 15px;
    }

    .inf-car-track {
        gap: 10px;
        padding: 10px 0;
    }

    /* Agenda Semanal */
    .car-card {
        flex: 0 0 75%;
    }

    .car-img img {
        height: 140px;
    }

    .car-info  { padding: 10px; }
    .car-title { font-size: 14px; }
    .car-sub   { font-size: 12px; margin-bottom: 6px; }
    .car-meta  { font-size: 10px; gap: 6px; }

    /* Eventos Culturais */
    .partner-card {
        flex: 0 0 75%;
    }

    .partner-image,
    .partner-image img {
        height: 130px;
    }

    .partner-content     { padding: 10px; }
    .partner-title       { font-size: 13px; margin: 4px 0 8px; }
    .partner-description { font-size: 12px; }
    .partner-category    { font-size: 10px; }
    .partner-address,
    .partner-phone       { font-size: 11px; }

    .inf-car-btn {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
}
        


/* ============================================================
   RESPONSIVO — MOBILE PEQUENO (≤599px)
============================================================ */
@media (max-width: 599px) {
    .hero { padding: 100px 1rem 2.5rem; }

    .titulo-duas-cores,
    .sec-title { font-size: 22px; padding: 0 12px; }

    .section-subtitle,
    .sec-sub { padding: 0 16px; letter-spacing: 0.1rem; }

    .secao-header { padding: 24px 12px; }

    .partners-grid { grid-template-columns: 1fr; gap: 20px; padding: 0 30px; }

    .cluba-gallery-grid { grid-template-columns: 1fr; gap: 20px; padding: 0 20px; }
    .cluba-titulo { font-size: 20px; margin-bottom: 5px; }

    .btn-nav { padding: 8px 10px; font-size: 0.7rem; letter-spacing: 0.5px; }
}

/* ============================================================
   RESPONSIVO — MOBILE MUITO PEQUENO (≤380px)
============================================================ */
@media (max-width: 380px) {
    .hero-title { font-size: 1.5rem; }

    .titulo-duas-cores,
    .sec-title { font-size: 20px; }

    .btn-nav { font-size: 0.65rem; padding: 7px 8px; }

    .cluba-titulo { font-size: 16px; margin-bottom: 0; }
    .cluba-gallery-overlay { padding: 8px; }
}

/* ============================================================
   RESPONSIVO — FOOTER
============================================================ */
@media (max-width: 992px) {
    .footer-container { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
    .footer-container { grid-template-columns: 1fr; }
}

/* ============================================================
   HERO BUTTONS LANDSCAPE
============================================================ */
@media (min-width: 640px) {
    .on-hero-cta   { flex-direction: row; }
    .hero-buttons  { flex-direction: row; }
}