:root {
    --max-width: 1200px;
    --accent: #9b1d16;
    --muted: #6b6f76;
    --card-bg: #fff;
    --glass: rgba(255, 255, 255, 0.85);
    --radius: 14px;
    --bilhares-bg: #f9f9f8;
    --bilhares-card: #ffffff;
    --bilhares-text: #111827;
    --bilhares-mute: #6b7280;
    --bilhares-prim: #000102;
    --bilhares-prim-strong: #02c744;
    --bilhares-acento: #bba155;
    --bilhares-borda: #e5e7eb;
    --header-altura: 72px;
    --footer-altura: 56px;
    --azul: url("./images/tecidos/azul.webp");
    --cinza: url("./images/tecidos/cinza.webp");
    --marrom: url("./images/tecidos/marrom.webp");
    --personalizado: url("./images/tecidos/personalizado.webp");
    --preto: url("./images/tecidos/preto.webp");
    --verde: url("./images/tecidos/verde.webp");
    --vermelho: url("./images/tecidos/vermelho.webp");
    --vinho: url("./images/tecidos/vinho.webp");
    --havana: url("./images/tecidos/havana.webp");
    --amarelo: url("./images/tecidos/amarelo.webp");
    --amo-carvalho: url("./images/acabamentos/carvalho.webp");
    --amo-natural: url("./images/acabamentos/natural.webp");
    --amo-imbuia: url("./images/acabamentos/imbuia.webp");
    --amo-mogno: url("./images/acabamentos/mogno.webp");
    --aca-branco: white;
    --aca-preto: black;
    --aca-verde-claro: #89c5a0;
    --aca-pessego: #ecd8ae;
    --aca-azul: #364760;
}

.valor-mesa2 {
text-align: left;
  font-size: 42px;
font-family: Roboto, sans-serif;
margin-top: -15px;
}

.valor-mesa {
text-align: center;
font-family: Roboto, sans-serif;
margin-top: -18px;
}

.x-mesas {
font-size: 12px;
  text-align: center;
  margin-top: -11px;
  margin-bottom: 14px;
}

.texto-hero {
    color: white;
    font-family: "Ephesis", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    text-align: right;
    margin-top: -9px;
    margin-right: -53px;
}

.hero-spot {
    width: 360px;
    margin-top: -90px;
    margin-left: -64px;
}

.controlimg {
    max-width: 650px;
    image-rendering: inherit;
    margin-left: -85px;
}
.fundo-mesa {
    position: absolute;
    z-index: 1;
    margin-left: 387px;
}
.footer-base {
    justify-self: center;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 10px;
}
.btn-ver-mais-acabamentos {
    padding: 15px;
    font-family: Roboto, sans-serif;
    color: white;
    background-color: black;
    cursor: pointer;
    border-radius: 10px;
}
.btn-ver-mais-acabamentos:hover {
    background-color: #b49058;
    text-decoration: none;
}
.info-direita {
    font-size: 13px;
}
.aca-branco {
    background-color: var(--aca-branco);
}
.aca-preto {
    background-color: var(--aca-preto);
}
.aca-verde-claro {
    background-color: var(--aca-verde-claro);
}
.aca-pessego {
    background-color: var(--aca-pessego);
}
.aca-azul {
    background-color: var(--aca-azul);
}
.amostras {
    background-size: cover;
    width: 125px;
    height: 125px;
    border: 1px solid #ccc;
}
.amo-carvalho {
    background-image: var(--amo-carvalho);
}
.amo-natural {
    background-image: var(--amo-natural);
}
.amo-imbuia {
    background-image: var(--amo-imbuia);
}
.amo-mogno {
    background-image: var(--amo-mogno);
}
.titulo-amostra {
    color: white;
    text-align: center;
    align-content: center;
}
.amostra {
    background-size: cover;
    width: 125px;
    height: 125px;
    border: 1px solid #ccc;
}
.azul {
    background-image: var(--azul);
}
.cinza {
    background-image: var(--cinza);
}
.marrom {
    background-image: var(--marrom);
}
.personalizado {
    background-image: var(--personalizado);
}
.preto {
    background-image: var(--preto);
}
.verde {
    background-image: var(--verde);
}
.vermelho {
    background-image: var(--vermelho);
}
.vinho {
    background-image: var(--vinho);
}
.amarelo {
    background-image: var(--amarelo);
}
.havana {
    background-image: var(--havana);
}
.info-bm {
    padding: 8px;
    background-color: #af8d5a;
    justify-content: flex-end !important;
}
* {
    box-sizing: border-box;
}
html,
body {
    height: 100%;
}
body.bilhares-body {
    margin: 0;
    font-family:
        Inter,
        system-ui,
        -apple-system,
        Segoe UI,
        Roboto,
        Arial,
        "Noto Sans",
        "Helvetica Neue",
        sans-serif;
    color: var(--bilhares-text);
    background-color: var(--bilhares-bg);
    line-height: 1.6;
}
.bilhares-skiplink {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.bilhares-skiplink:focus {
    left: 8px;
    top: 8px;
    width: auto;
    height: auto;
    background: #000;
    color: #fff;
    padding: 8px 10px;
    border-radius: 8px;
}
.bilhares-cabecalho {
    position: fixed;
    inset: 0 0 auto 0;
    height: var(--header-altura);
    background: #0e0e0e;
    backdrop-filter: saturate(1.2) blur(8px);
    z-index: 1000;
}
.bilhares-cabecalho-conteudo {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 20px;
}
.bilhares-logo {
    color: var(--bilhares-text);
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.bilhares-logo-marca {
    margin-left: 5px;
}
.bilhares-menu-botao {
    display: none;
    background: #fff;
    border: 1px solid var(--bilhares-borda);
    color: var(--bilhares-text);
    padding: 8px 10px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: var(--sombra);
}
.bilhares-menu-lista {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.bilhares-menu a {
    color: white;
    text-decoration: none;
    opacity: 0.8;
    padding: 10px 6px;
    border-radius: 8px;
}
.bilhares-menu a:hover {
    opacity: 1;
    background: rgba(2, 132, 199, 0.08);
}
.bilhares-miolo {
    padding-top: calc(var(--header-altura) + 20px);
}
.bilhares-trilha {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 20px;
    color: var(--bilhares-mute);
    font-size: 0.95rem;
}
.bilhares-trilha ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.bilhares-trilha a {
    color: var(--bilhares-mute);
    text-decoration: none;
}
.bilhares-trilha li + li::before {
    content: "›";
    margin-right: 10px;
    opacity: 0.6;
}
.bilhares-produto-hero {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px 30px;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 28px;
}
.bilhares-galeria-principal {
    background: var(--bilhares-card);
    border: 1px solid var(--bilhares-borda);
    border-radius: 16px;
    overflow: hidden;
    margin: 0;
}
.bilhares-galeria-principal img {
    display: block;
    width: 100%;
    height: auto;
}
.bilhares-galeria-miniaturas {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 12px;
}
.bilhares-miniatura {
    background: var(--bilhares-card);
    border: 1px solid var(--bilhares-borda);
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--sombra);
}
.bilhares-miniatura.is-ativa {
    outline: 2px solid var(--bilhares-prim);
}
.bilhares-miniatura img {
    display: block;
    width: 100%;
    height: auto;
}
.bilhares-produto-infos {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.bilhares-etiquetas {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.bilhares-etiqueta {
    background: #f3f4f6;
    border: 1px solid var(--bilhares-borda);
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 0.82rem;
    color: #334155;
}
.bilhares-etiqueta--destaque {
    color: #fff;
    background: linear-gradient(180deg, var(--bilhares-prim), var(--bilhares-prim-strong));
    border-color: transparent;
}
.bilhares-produto-titulo {
    font-size: 2.5rem;
    margin: 0;
}
.bilhares-produto-subtitulo {
    margin: 0;
    color: var(--bilhares-mute);
}
.bilhares-cta-bloco {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.bilhares-botao {
    appearance: none;
    border: 1px solid var(--bilhares-borda);
    background: var(--bilhares-card);
    color: var(--bilhares-text);
    padding: 10px 14px;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: var(--sombra);
}
.bilhares-botao--primario {
    background: #16a34a;
    color: #fff;
    border-color: #16a34a;
    font-weight: 600;
}
.bilhares-botao--fantasma {
    background: #fff;
}
.bilhares-secao {
    max-width: 1200px;
    margin: 0 auto;
    padding: 34px 20px;
}
.bilhares-secao-titulo {
    font-size: 1.6rem;
    margin: 0 0 16px;
}
.bilhares-grade-fotos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.bilhares-grade-fotos img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    border: 1px solid var(--bilhares-borda);
    box-shadow: var(--sombra);
}
.bilhares-lista-diferenciais {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.bilhares-lista-diferenciais li {
    background: var(--bilhares-card);
    border: 1px solid var(--bilhares-borda);
    padding: 12px 14px;
    border-radius: 12px;
    box-shadow: var(--sombra);
}
.bilhares-secao--faixas .bilhares-faixa {
    position: relative;
    text-align: -moz-center;
    margin-bottom: 14px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--bilhares-borda);
    box-shadow: var(--sombra);
}
.bilhares-secao--faixas img {
    width: 100%;
    height: auto;
    display: block;
}
.bilhares-secao--faixas h3 {
    position: absolute;
    bottom: 12px;
    left: 12px;
    margin: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 6px 10px;
    border-radius: 10px;
}
.bilhares-tabela-wrap {
    background: var(--bilhares-card);
    border: 1px solid var(--bilhares-borda);
    border-radius: 14px;
    overflow: auto;
    box-shadow: var(--sombra);
}
.bilhares-tabela {
    width: 100%;
    border-collapse: collapse;
    min-width: 520px;
}
.bilhares-tabela th,
.bilhares-tabela td {
    padding: 12px 14px;
    border-bottom: 1px solid var(--bilhares-borda);
    text-align: left;
}
.bilhares-tabela thead th {
    background: #f8fafc;
    position: sticky;
    top: 0;
}
.bilhares-amostras {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.bilhares-amostra {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    border: 1px solid var(--bilhares-borda);
    background: linear-gradient(180deg, #60a5fa, #1d4ed8);
    cursor: pointer;
    box-shadow: var(--sombra);
}
.bilhares-amostras--madeira .bilhares-amostra {
    background: linear-gradient(180deg, #eab308, #b45309);
}
.bilhares-secao--cta .bilhares-cta-card {
    background: radial-gradient(1200px 300px at 10% -10%, rgba(2, 132, 199, 0.12), transparent),
        radial-gradient(1200px 300px at 90% 110%, rgba(34, 197, 94, 0.12), transparent), var(--bilhares-card);
    border: 1px solid var(--bilhares-borda);
    border-radius: 16px;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    box-shadow: var(--sombra);
}
.bilhares-formulario {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    background: var(--bilhares-card);
    border: 1px solid var(--bilhares-borda);
    border-radius: 16px;
    padding: 16px;
    box-shadow: var(--sombra);
}
.bilhares-campo {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.bilhares-campo input {
    background: #fff;
    border: 1px solid var(--bilhares-borda);
    border-radius: 10px;
    padding: 10px 12px;
    color: var(--bilhares-text);
}
.bilhares-campo label {
    font-size: 0.9rem;
    color: #374151;
}
.bilhares-formulario button {
    grid-column: 1/-1;
}
.bilhares-rodape {
    position: fixed;
    inset: auto 0 0 0;
    height: var(--footer-altura);
    background: #0e0e0e;
    color: white;
    border-top: 1px solid var(--bilhares-borda);
    z-index: 1000;
    z-index: 1;
    place-content: center;
    box-shadow: 0 -1px 10px rgba(2, 6, 23, 0.06);
}
.bilhares-rodape-conteudo {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 20px;
    color: #475569;
}
.bilhares-rodape-links {
    display: flex;
    gap: 12px;
}
.bilhares-rodape a {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
}
.bilhares-rodape a:hover {
    opacity: 1;
}
.bilhares-modal::backdrop {
    background: rgba(0, 0, 0, 0.35);
}
.bilhares-modal {
    border: none;
    border-radius: 16px;
    padding: 0;
    width: min(520px, calc(100% - 32px));
}
.bilhares-modal-conteudo {
    padding: 18px;
    background: var(--bilhares-card);
    color: var(--bilhares-text);
    border: 1px solid var(--bilhares-borda);
    border-radius: 16px;
    box-shadow: var(--sombra);
}
.bilhares-modal-acoes {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 8px;
}
@media (max-width: 1000px) {
    .bilhares-produto-hero {
        grid-template-columns: 1fr;
    }
    .bilhares-formulario {
        grid-template-columns: 1fr;
    }
    .bilhares-lista-diferenciais {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 720px) {
    .bilhares-menu-botao {
        display: inline-flex;
    }
    .bilhares-menu {
        display: none;
        position: absolute;
        top: calc(var(--header-altura) + 8px);
        width: 90%;
        background: var(--bilhares-card);
        border: 1px solid var(--bilhares-borda);
        border-radius: 12px;
        padding: 10px;
        box-shadow: var(--sombra);
    }
    .bilhares-menu-lista {
        flex-direction: column;
    }
    .bilhares-grade-fotos {
        grid-template-columns: 1fr 1fr;
    }
    .bilhares-lista-diferenciais {
        grid-template-columns: 1fr;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.bilhares-menu {
    display: block;
}
.bilhares-menu-lista {
    display: flex;
    gap: 16px;
    align-items: center;
}
.bilhares-menu-link {
    background: none;
    border: 0;
    padding: 10px 8px;
    cursor: pointer;
    color: white;
    font: inherit;
}
.bilhares-menu-item {
    position: relative;
}
.bilhares-tem-dropdown:hover > .bilhares-dropdown,
.bilhares-tem-dropdown:focus-within > .bilhares-dropdown {
    display: block;
}
.bilhares-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    background: #fff;
    border: 1px solid var(--bilhares-borda);
    border-radius: 12px;
    box-shadow: var(--sombra);
    padding: 12px;
    z-index: 1001;
}
.bilhares-lista-dupla {
    columns: 2;
    column-gap: 24px;
    list-style: none;
    margin: 0;
    padding: 4px 0 0 0;
}
.bilhares-lista-dupla li {
    break-inside: avoid;
    padding: 3px 0;
}
.bilhares-mega {
    display: none;
    position: absolute;
    left: 5px;
    height: 506px;
    top: 100%;
    width: 720px;
    background: #fff;
    border: 1px solid var(--bilhares-borda);
    border-radius: 16px;
    box-shadow: var(--sombra);
    padding: 16px;
    z-index: 1002;
}
.bilhares-mega {
    display: none;
}
.bilhares-tem-dropdown:hover > .bilhares-mega {
    display: flex;
}
.bilhares-mega {
    gap: 16px;
}
.bilhares-mega-col {
    flex: 1;
    min-width: 180px;
}
.bilhares-mega-col h4 {
    margin: 0.2rem 0 0.4rem;
    font-size: 0.95rem;
    color: #374151;
}
.bilhares-mega-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bilhares-mega-col li {
    padding: 4px 0;
}
.bilhares-mega-col a {
    color: #0f172a;
    text-decoration: none;
    opacity: 0.85;
}
.bilhares-mega-col a:hover {
    opacity: 1;
    text-decoration: underline;
}
.bilhares-mega-thumb {
    max-width: 220px;
}
.bilhares-mega-thumb img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid var(--bilhares-borda);
    box-shadow: var(--sombra);
}
@media (max-width: 720px) {
    .bilhares-menu {
        display: none;
    }
}
.bilhares-rodape {
    position: relative !important;
    inset: auto 0 0 0;
    height: auto;
    padding-top: 12px;
}
.bilhares-rodape-cols {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 2fr 3fr;
    gap: 20px;
    padding: 0 20px 10px;
}
.bilhares-rodape-cols h3 {
    margin: 0.4rem 0 0.2rem;
}
.bilhares-rodape-cols ul {
    margin: 0.2rem 0 0;
    padding-left: 18px;
}
.bilhares-rodape-base {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: right;
    margin-right: 53px;
    margin-top: -51px;
    border-radius: 15px;
    gap: 12px;
    padding: 10px 20px;
    border-top: 1px solid var(--bilhares-borda);
    background: #fff;
}
@media (max-width: 1000px) {
    .bilhares-rodape-cols {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 720px) {
    .bilhares-rodape-cols {
        grid-template-columns: 1fr;
    }
    .bilhares-rodape-base {
        flex-direction: column;
        align-items: flex-start;
    }
}
.hero {
    position: relative;
    overflow: hidden;
    min-height: 48vh;
    display: flex;
    margin-top: 67px;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
}
.hero__bg {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: brightness(0.9) saturate(0.95);
    z-index: 0;
}
.hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 249, 246, 0.65) 0%,
        rgba(255, 249, 246, 0.85) 30%,
        rgba(255, 255, 255, 0.92) 100%
    );
    z-index: 1;
    pointer-events: none;
}
.hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 560px;
    gap: 28px;
    align-items: center;
}
.hero__left {
    padding: 28px;
}
.kicker {
    color: var(--muted);
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin-left: 4px;
}
.hero__title {
    font-size: clamp(36px, 6vw, 68px);
    line-height: 1;
    margin: 0 0 18px;
    font-weight: 800;
    letter-spacing: -1px;
}
.cta-row {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 22px;
}
.btn-primary {
    appearance: none;
    border: 0;
    background: var(--accent);
    color: #fff;
    padding: 14px 20px;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(155, 29, 22, 0.22);
}
.btn-secondary {
    background: transparent;
    border: 1px solid rgba(17, 24, 39, 0.06);
    color: var(--muted);
    padding: 12px 16px;
    border-radius: 10px;
    cursor: pointer;
}
.features {
    display: flex;
    gap: 14px;
    margin-top: 6px;
    flex-wrap: wrap;
}
.feature {
    background: var(--glass);
    border-radius: 12px;
    padding: 14px;
    width: calc(46% - 9.3px);
    min-width: 120px;
    box-shadow: var(--shadow);
    display: flex;
    gap: 12px;
    align-items: center;
    transition:
        transform 0.32s ease,
        box-shadow 0.32s ease;
}
.feature:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 45px rgba(16, 24, 40, 0.18);
}
.bilhares-faixa {
    position: relative;
    overflow: hidden;
    background-color: #0200000d;
}
.bilhares-faixa video {
    place-self: center;
    height: 30%;
    object-fit: cover;
    display: block;
}
.bilhares-faixa h3 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-size: 1.8rem;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.feature__icon {
    min-width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.04);
    font-size: 18px;
}
.feature__text {
    font-size: 13px;
    color: #111;
    font-weight: 600;
}
.feature__sub {
    font-size: 12px;
    color: var(--muted);
    margin-top: 4px;
    font-weight: 500;
}
.hero__right {
    position: relative;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    padding-top: 60px;
}
.table-wrap {
    position: relative;
    width: 100%;
    max-width: 720px;
    transform-origin: center;
    transition: transform 0.25s ease-out;
    will-change: transform;
    pointer-events: auto;
}
.table {
    display: block;
    width: 100%;
    max-width: 760px;
    object-fit: contain;
}
.badge {
    position: absolute;
    right: 0%;
    top: 77%;
    z-index: 3;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.12);
    width: 159px;
    height: 105px;
    display: grid;
    background-color: white;
    place-items: center;
}
.badge img {
    max-width: 90%;
    height: auto;
    display: block;
}
.table-caption {
    position: absolute;
    font-size: 18px;
    color: #111;
    font-weight: 700;
    text-align: center;
    pointer-events: none;
}
@media (max-width: 1100px) {
    .hero__inner {
        grid-template-columns: 1fr 460px;
    }
    .hero__right {
        height: 360px;
    }
}
@media (max-width: 900px) {
    .hero__inner {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .hero__right {
        order: -1;
        height: 300px;
    }
    .table-caption {
        left: 6%;
        bottom: 6%;
        transform: none;
        font-size: 15px;
    }
    .badge {
        right: 1%;
        top: 86%;
        width: 146px;
        height: 65px;
    }
    .info-direita {
        font-size: 11px;
        text-align-last: center;
    }
    .footer-base img {
        width: 99% !important;
    }
    .bilhares-rodape-base {
        flex-direction: column;
        align-items: flex-start;
    }
    .bilhares-rodape-base {
        margin-top: -6px !important;
        font-size: 11px;
    }
    .feature {
        width: 48%;
    }
}
@media (max-width: 520px) {
    .hero {
        padding: 28px 14px;
        min-height: 72vh;
    }
    .feature {
        width: 100%;
    }
    .kicker {
        font-size: 12px;
    }
    .hero__left {
        padding: 8px 0;
    }
}
.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
@media (max-width: 520px) {
    .float {
        right: 10px !important;
    }
    .bilhares-logo-marca img {
        width: 296px !important;
        margin-left: -19px;
    }
}
@media (max-width: 720px) {
    .bilhares-menu-lista {
        flex-direction: column;
        background-color: black;
        padding: 28px;
    }
    .bilhares-mega {
        height: 396px !important;
    }
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}
#faq-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    margin-top: -88px;
}
.faq {
    border-top: 1px solid #e6e6e6;
    padding: 0.5rem 0;
}
.faq-q {
    width: 100%;
    text-align: left;
    background: none;
    border: 0;
    padding: 0.5rem 0;
    font-weight: 600;
    cursor: pointer;
    font-size: 1rem;
}
.faq-q:focus {
    outline: 2px solid #cce;
}
.faq-a {
    padding: 0.25rem 0 0.75rem 0;
    line-height: 1.4;
    color: #333;
}
.faq-q::after {
    content: "+";
    float: right;
    font-weight: 700;
}
.faq-q[aria-expanded="true"]::after {
    content: "—";
}
.bilhares-home {
    background: var(--bilhares-bg);
}
.bilhares-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}
.bilhares-home-barra-campanha {
    background: #111827;
    color: #f9fafb;
    font-size: 0.875rem;
}
.bilhares-home-barra-texto {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.6rem 0;
}
.bilhares-home-pill {
    background: var(--accent);
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.bilhares-home-hero {
    padding: 9rem 0 1rem;
    background-image: url("./images/background/zeus.webp");  
    color: #f9fafb;
}
.sala-montada {
    width: 102px;
    height: 100px;
    position: absolute;
    margin-left: 360px;
    margin-top: -32px;
    text-align: center;
    padding: 12px;
    border-radius: 64px;
    background-color: #af8d5a;
}
.bilhares-home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 3rem;
    align-items: center;
}
.bilhares-home-hero-subtitle {
    font-size: 0.9rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--bilhares-acento);
    margin-bottom: -2.25rem;
    margin-left: 4px;
}
.bilhares-home-hero-title {
    font-size: clamp(4.4rem, 3vw, 3.1rem);
    line-height: 1.1;
    margin-bottom: 1.25rem;
}
.bilhares-home-hero-title span {
    display: block;
}
.bilhares-home-hero-resumo {
    max-width: 34rem;
    color: #e5e7eb;
    font-size: 0.98rem;
    margin-bottom: 1.5rem;
}
.bilhares-home-hero-acoes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}
.bilhares-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.65rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease,
        background 0.15s ease,
        color 0.15s ease,
        border-color 0.15s ease;
}
.bilhares-btn-primario {
    background: var(--bilhares-prim-strong);
    color: #f9fafb;
    box-shadow: 0 15px 30px rgba(15, 23, 42, 0.45);
}
.bilhares-btn-primario:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.65);
}
.bilhares-btn-secundario {
    background: transparent;
    color: #e5e7eb;
    border-color: rgba(148, 163, 184, 0.6);
}
.bilhares-btn-secundario:hover {
    background: rgba(15, 23, 42, 0.7);
    border-color: rgba(148, 163, 184, 1);
}
.bilhares-home-hero-selos {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 0.8rem;
    color: #e5e7eb;
}
.bilhares-home-hero-selos span {
    border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  padding: 0.25rem 0.75rem;
  color: white;
  background-color: #bba155;
}
.bilhares-home-hero-media {
    display: flex;
    justify-content: center;
}
.descricao-mesa-i {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    margin-bottom: 16px;
}
.bilhares-home-hero-card {
    background: radial-gradient(circle at top, rgba(255, 255, 255, 0.18), rgb(26 74 61));
    border-radius: 1.75rem;
    padding: 0.75rem;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.7);
    max-width: 420px;
}
.bilhares-home-hero-card img {
    border-radius: 1.4rem;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.bilhares-home-hero-card-info {
    padding: 0.9rem 0.75rem 0.2rem;
    text-align: center;
}
.bilhares-home-hero-card-info p {
    font-weight: 600;
    margin-bottom: 0.2rem;
}
.bilhares-home-hero-card-info span {
    font-size: 0.8rem;
    color: #e5e7eb;
}
.bilhares-home-metricas {
    padding: 1.5rem 0 1.5rem;
    background: #af8d5a;
}
.bilhares-home-metricas-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}
.bilhares-home-metrica {
    text-align: center;
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.4);
    padding: 0.25rem 1rem;
    background: white;
}
.bilhares-home-metrica-valor {
    font-size: 15px;
    font-weight: 700;
    color: black;
}
.bilhares-home-metrica-label {
    font-size: 0.8rem;
    color: #cbd5f5;
}
.bilhares-home-section-header {
    margin-bottom: 1.75rem;
}
.bilhares-home-section-header--center {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 2rem;
}
.bilhares-home-section-kicker {
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--bilhares-prim-strong);
    margin-bottom: 0.35rem;
}
.bilhares-home-section-header h2 {
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
}
.bilhares-home-section-header p {
    color: var(--bilhares-mute);
    font-size: 0.95rem;
}
.bilhares-home-categorias {
    padding: 3rem 0 1.5rem;
}
.bilhares-home-categorias-fitness {
    background: #f3f4f6;
}
.bilhares-home-categorias-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}
.bilhares-home-categoria-card {
    display: flex;
    flex-direction: column;
    background: var(--bilhares-card);
    border-radius: 1.25rem;
    border: 1px solid var(--bilhares-borda);
    padding: 0.75rem;
    text-decoration: none;
    color: inherit;
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease,
        border-color 0.15s ease,
        background 0.15s ease;
}
.bilhares-home-categoria-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.12);
    border-color: rgba(15, 23, 42, 0.12);
    background: #ffffff;
}
.bilhares-home-categoria-imagem {
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 0.75rem;
}
.bilhares-home-categoria-imagem img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.bilhares-home-categoria-card h3 {
    font-size: 1.05rem;
    margin-bottom: 0.3rem;
}
.bilhares-home-categoria-card p {
    font-size: 0.9rem;
    color: var(--bilhares-mute);
    flex: 1;
    margin-bottom: 0.4rem;
}
.bilhares-home-categoria-link {
    margin-top: 7px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #ffffff;
    align-self: center;
    background-color: red;
    padding: 10px;
    border-radius: 6px;
}
.bilhares-home-destaques {
    padding: 3rem 0 2.5rem;
}
.bilhares-home-destaques-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}
.bilhares-home-destaque-card {
    background: var(--bilhares-card);
    border-radius: 1.25rem;
    border: 1px solid var(--bilhares-borda);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.bilhares-home-destaque-imagem img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.bilhares-home-destaque-conteudo {
    padding: 1rem 1rem 0.85rem;
    flex: 1;
}
.bilhares-home-destaque-conteudo h3 {
    margin-bottom: 0.4rem;
    font-size: 1.05rem;
}
.bilhares-home-destaque-conteudo p {
    font-size: 0.9rem;
    color: var(--bilhares-mute);
    margin-bottom: 0.8rem;
}
.bilhares-home-destaque-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    padding: 0 1rem 1rem;
}
.bilhares-home-destaque-tag {
    padding: 0.15rem 0.65rem;
    border-radius: 999px;
    background: #e5f2ff;
    color: #1d4ed8;
}
.bilhares-home-destaque-link {
    font-weight: 600;
    border-radius: 7px;
    padding: 10px;
    background-color: #1c4c3f;
    color: white;
}
.bilhares-home-destaques-cta {
    margin-top: 1.75rem;
    text-align: center;
    font-size: 0.9rem;
    color: var(--bilhares-mute);
}
.bilhares-home-destaques-cta .bilhares-btn {
    margin-bottom: 0.5rem;
}
.bilhares-home-projetos {
    padding: 3rem 0 2.5rem;
    background: black;
    color: #e5e7eb;
}
.bilhares-home-projetos-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}
.bilhares-home-projeto {
    border-radius: 1.25rem;
    overflow: hidden;
    background: rgba(15, 23, 42, 0.7);
}
.bilhares-home-projeto img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.bilhares-home-projeto figcaption {
    font-size: 0.85rem;
    padding: 0.6rem 0.75rem 0.75rem;
}
.bilhares-home-depoimentos {
    padding: 3rem 0 2.5rem;
}
.bilhares-home-depoimentos-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}
.bilhares-home-depoimento-card {
    background: var(--bilhares-card);
    border-radius: 1.25rem;
    border: 1px solid var(--bilhares-borda);
    padding: 1.1rem 1.1rem 1rem;
    font-size: 0.9rem;
}
.bilhares-home-depoimento-card header {
    margin-bottom: 0.4rem;
}
.bilhares-home-depoimento-card header strong {
    display: block;
}
.bilhares-home-depoimento-card header span {
    font-size: 0.8rem;
    color: var(--bilhares-mute);
}
.bilhares-home-lojas {
    padding: 3rem 0 2.5rem;
    background: #f9fafb;
}
.bilhares-home-lojas-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: center;
}
.bilhares-home-lista-lojas {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 1.5rem;
    font-size: 0.9rem;
}
.bilhares-home-lista-lojas li + li {
    margin-top: 0.5rem;
}
.bilhares-home-lista-lojas span {
    display: block;
    color: var(--bilhares-mute);
    font-size: 0.8rem;
}
.bilhares-home-lojas-mapa-card {
    border-radius: 1.5rem;
    background: linear-gradient(140deg, #0f172a, #1d283a);
    color: #e5e7eb;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.35);
}
.bilhares-home-lojas-mapa-card p {
    margin-bottom: 0.75rem;
}
.bilhares-home-lojas-mapa-card ul {
    padding-left: 1rem;
    font-size: 0.85rem;
}
.bilhares-home-cta-final {
    padding: 3rem 0 3.5rem;
    background: black;
    color: #e5e7eb;
}
.bilhares-home-cta-final-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: flex-start;
}
.bilhares-home-cta-final h2 {
    font-size: 1.7rem;
    margin-bottom: 0.8rem;
}
.bilhares-home-cta-final p {
    color: #cbd5f5;
}
.bilhares-home-cta-lista {
    margin-top: 0.9rem;
    padding-left: 1.2rem;
    font-size: 0.9rem;
}
.bilhares-home-cta-lista li + li {
    margin-top: 0.35rem;
}
.bilhares-home-form {
    background: rgba(15, 23, 42, 0.92);
    border-radius: 1.5rem;
    padding: 1.5rem 1.5rem 1.3rem;
    border: 1px solid rgba(148, 163, 184, 0.5);
}
.bilhares-home-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}
.bilhares-home-form label span {
    display: block;
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}
.bilhares-home-form input,
.bilhares-home-form select,
.bilhares-home-form textarea {
    width: 100%;
    border-radius: 0.75rem;
    border: 1px solid rgba(148, 163, 184, 0.5);
    background: rgba(15, 23, 42, 0.85);
    color: #e5e7eb;
    padding: 0.55rem 0.75rem;
    font-size: 0.85rem;
}
.bilhares-home-form textarea {
    resize: vertical;
}
.bilhares-home-form input:focus,
.bilhares-home-form select:focus,
.bilhares-home-form textarea:focus {
    outline: 2px solid var(--bilhares-prim-strong);
    outline-offset: 1px;
}
.bilhares-home-form-btn {
    width: 100%;
    margin-top: 0.85rem;
}
.bilhares-home-form-note {
    margin-top: 0.4rem;
    font-size: 0.8rem;
    color: #9ca3af;
}
@media (max-width: 960px) {
    .bilhares-home-hero-grid,
    .bilhares-home-lojas-grid,
    .bilhares-home-cta-final-grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .bilhares-home-hero {
        padding-top: 6rem;
    }
    .bilhares-home-hero-media {
        order: -1;
    }
    .bilhares-home-metricas-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .bilhares-home-categorias-grid,
    .bilhares-home-destaques-grid,
    .bilhares-home-projetos-grid,
    .bilhares-home-depoimentos-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 640px) {
    .bilhares-home-hero-grid {
        gap: 2rem;
    }
    .bilhares-home-metricas-grid,
    .bilhares-home-categorias-grid,
    .bilhares-home-destaques-grid,
    .bilhares-home-projetos-grid,
    .bilhares-home-depoimentos-grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .bilhares-home-form-grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .bilhares-home-hero {
        padding-top: 5.5rem;
    }
}
.bilhares-home-linha-produtos {
    padding: 3rem 0;
    background: #f5f7ff;
}
.bilhares-home-section-header--left {
    text-align: left;
    max-width: 40rem;
    margin: 0 0 1.3rem;
}
.bilhares-home-section-header--spacer {
    margin-top: 3rem;
}
.bilhares-home-produtos-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}
.bilhares-home-prod-card {
    background: #ffffff;
    border-radius: 0.75rem;
    padding: 1.25rem 1.25rem 1.5rem;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.bilhares-home-prod-categoria {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #6b7280;
    text-align: center;
    margin-bottom: 0.15rem;
}
.bilhares-home-prod-nome {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 0.75rem;
    text-align: center;
}
.bilhares-home-prod-imagem {
    margin-bottom: 1rem;
}
.bilhares-home-prod-imagem img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.bilhares-home-prod-btn {
    margin-top: auto;
    width: 100%;
    border: none;
    border-radius: 0.25rem;
    padding: 0.85rem 1rem;
    background: #1a4a3d;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition:
        background 0.15s ease,
        transform 0.15s ease,
        box-shadow 0.15s ease;
}
.bilhares-home-prod-btn:hover {
    background: #020617;
    transform: translateY(-1px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.25);
}
@media (max-width: 1024px) {
    .bilhares-home-produtos-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 640px) {
    .bilhares-home-linha-produtos {
        padding: 2.5rem 0;
    }
    .bilhares-home-produtos-grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .bilhares-home-prod-card {
        padding: 1rem 1rem 1.25rem;
    }
    .sala-montada {
        margin-left: 280px;
    }
}
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-brands-400.woff2") format("woff2");
}



@media (max-width: 720px){
.controlimg {
    max-width: 380px;
}
.bilhares-home-hero-selos {

}
.hero-spot {
   margin-top: -27px;
    width: 80% !important;
    margin-left: 20px; 
}

.bilhares-home-hero-selos {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column !important;
    text-align: center !important;
}

.texto-hero {
    margin-top: -39px;
    margin-bottom: -60px;
}
.bilhares-home-hero-title {
    font-size: 55px;
    margin-top: 80px;
}

    .bilhares-mega {
    height: 435px !important;
    margin-left: -136px !important;
    font-size: 9px !important;
    gap: !important;
    width: 350px !important;
    }

}

/* edicao mesas */ 

.hero-naja {
  position: absolute;
  inset: 0;
  background-image: url("./images/background/naja.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 0;
}

.hero-zeus {
  position: absolute;
  inset: 0;
  background-image: url("./images/background/zeus.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 0;
}

.hero-diamante {
  position: absolute;
  inset: 0;
  background-image: url("./images/background/diamante.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 0;
}

.hero-apice {
  position: absolute;
  inset: 0;
  background-image: url("./images/background/apice.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 0;
}

.hero-talassa {
  position: absolute;
  inset: 0;
  background-image: url("./images/background/talassa.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 0;
}

.hero-veneza {
  position: absolute;
  inset: 0;
  background-image: url("./images/background/veneza.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 0;
}

.hero-nexus {
  position: absolute;
  inset: 0;
  background-image: url("./images/background/nexus.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 0;
}

.hero-volare {
  position: absolute;
  inset: 0;
  background-image: url("./images/background/volare.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 0;
}

.hero-volareslim {
  position: absolute;
  inset: 0;
  background-image: url("./images/background/volare.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 0;
}

.hero-londres {
  position: absolute;
  inset: 0;
  background-image: url("./images/background/londres.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 0;
}

.hero-luis {
  position: absolute;
  inset: 0;
  background-image: url("./images/background/luis.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 0;
}


.hero-aspen {
  position: absolute;
  inset: 0;
  background-image: url("./images/background/aspen.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 0;
}


.hero-londres {
  position: absolute;
  inset: 0;
  background-image: url("./images/background/londres.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 0;
}

.hero-studio {
  position: absolute;
  inset: 0;
  background-image: url("./images/background/studio.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 0;
}

.hero-pimball {
  position: absolute;
  inset: 0;
  background-image: url("./images/background/pimball.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 0;
}