@charset "UTF-8";
:root {
  --fundo-base: #0f2a2c;
  --fundo-escuro: #061a1c;
  --fundo-noite: #0b2224;
  --painel: #163a3b;
  --painel-alt: #123133;
  --texto-claro: #f4fbf8;
  --texto-corpo: #d2e7e1;
  --texto-suave: #8fb0aa;
  --texto-inverso: #061a1c;
  --ouro: #ffc42e;
  --ambar: #d98f0e;
  --agua: #7fe3c6;
  --coral: #ff6b35;
  --coral-claro: #ff9159;
  --oceano: #1f9ab5;
  --ponto-vivo: #ff9159;
  --gr-acao: linear-gradient(160deg, #ffb03a 0%, #e2560f 100%);
  --gr-acao-over: linear-gradient(160deg, #e2560f 0%, #ffb03a 100%);
  --gr-painel: linear-gradient(165deg, #163a3b 0%, #0e2728 100%);
  --gr-ouro: linear-gradient(160deg, #ffd66b 0%, #d98f0e 100%);
  --gr-barra: linear-gradient(90deg, #ffc42e 0%, #ff6b35 100%);
  --linha: rgba(127, 227, 198, 0.16);
  --linha-forte: rgba(255, 196, 46, 0.45);
  --curva: 10px;
  --curva-lg: 14px;
  --curva-xl: 18px;
  --transicao: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea,
select {
  font: inherit;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Poppins-400-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Poppins-600-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Poppins-700-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Poppins-800-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Darumadrop One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/DarumadropOne-400-latin.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  background: radial-gradient(58% 42% at 88% 2%, rgba(31, 154, 181, 0.14) 0%, transparent 100%), radial-gradient(50% 34% at 6% 22%, rgba(255, 196, 46, 0.07) 0%, transparent 100%), linear-gradient(180deg, #123133 0%, var(--fundo-base, #0f2a2c) 52%, #041416 100%), var(--fundo-noite, #0f2a2c);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: var(--texto-claro);
  text-align: left;
  min-height: 100vh;
  overflow-x: hidden;
  hyphens: none;
  overflow-wrap: break-word;
}

p {
  margin-top: 20px;
  width: 100%;
}
p:first-child {
  margin-top: 0;
}

.title + p {
  margin-top: 0;
}

ul,
ol {
  text-align: left;
  width: 100%;
}

.bloco,
.banda {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.bloco {
  display: flex;
  padding: 20px;
  margin-top: 20px;
  border-radius: var(--curva, 4px);
  background: var(--gr-painel, linear-gradient(180deg, #163a3b 0%, #0e2728 100%));
  border: 1px solid var(--linha, rgba(127, 227, 198, 0.12));
  box-shadow: inset 0 1px 0 rgba(127, 227, 198, 0.1), 0 14px 30px -24px rgba(4, 20, 22, 0.95);
}
@media (max-width: 850px) {
  .bloco {
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .bloco {
    padding: 10px;
  }
}

.bloco-bg > .fundo + * {
  margin-top: 0;
}
.bloco-bg p {
  color: var(--texto-claro, #f4fbf8);
}

.banda {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1580px) {
  .banda {
    padding-left: calc(50% - 790px);
    padding-right: calc(50% - 790px);
  }
}

.bloco > *,
.banda > * {
  display: block;
  position: relative;
}

.main__buttons {
  display: none;
}
@media (max-width: 650px) {
  .main__buttons {
    background: rgba(6, 26, 28, 0.85);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .main__buttons {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.main {
  position: relative;
  margin: 0 auto;
  display: flex;
}
.main__wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 64px 10px 48px;
}
.main__content {
  position: relative;
  flex: 1 1 calc(100% - 20px - 248px);
  min-width: 0;
  overflow: hidden;
  padding-bottom: 0;
}
@media (max-width: 1050px) {
  .main__content {
    flex: 1 1 100%;
  }
}
@media (max-width: 650px) {
  .main__buttons .button {
    width: calc(50% - 4px);
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
    min-width: 0;
  }
}

@media (max-width: 850px) {
  .main,
  .cabec,
  .rodape {
    padding-left: 0;
    padding-right: 0;
  }
}
.juridico > h1,
.erro404 > h1,
h2,
h3,
h4 {
  display: block;
  color: var(--agua, #7fe3c6);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  position: relative;
  width: 100%;
  word-break: break-word;
}

p {
  color: var(--texto-corpo, #d2e7e1);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.juridico > h1,
.erro404 > h1,
h2 {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 0 0 12px 38px;
  margin: 0 0 20px;
  width: 100%;
}
.juridico > h1::before,
.erro404 > h1::before,
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12em;
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2.3 20.4 7.1v9.8L12 21.7 3.6 16.9V7.1Z' stroke='%23ffc42e' stroke-width='1.6' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='12' r='4' fill='%23ff6b35'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.juridico > h1::after,
.erro404 > h1::after,
h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--ouro, #ffc42e) 0%, var(--ouro, #ffc42e) 11%, var(--coral, #ff6b35) 11%, var(--coral, #ff6b35) 26%, rgba(127, 227, 198, 0.22) 26%, rgba(127, 227, 198, 0.22) 100%);
}
@media (max-width: 850px) {
  .juridico > h1,
  .erro404 > h1,
  h2 {
    font-size: 24px;
    padding-left: 34px;
  }
  .juridico > h1::before,
  .erro404 > h1::before,
  h2::before {
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 650px) {
  .juridico > h1,
  .erro404 > h1,
  h2 {
    font-size: 22px;
    padding-left: 30px;
  }
  .juridico > h1::before,
  .erro404 > h1::before,
  h2::before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 450px) {
  .juridico > h1,
  .erro404 > h1,
  h2 {
    font-size: 20px;
  }
}

h3 {
  color: var(--ouro, #ffc42e);
  font-weight: 700;
  font-size: 20px;
  text-transform: none;
  padding: 0 0 0 16px;
  margin-top: 24px;
  margin-bottom: 14px;
}
h3:first-child {
  margin-top: 0;
}
h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  transform: rotate(45deg);
  background: var(--gr-barra, linear-gradient(90deg, #ffc42e 0%, #ff6b35 100%));
}
@media (max-width: 850px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  h3 {
    font-size: 17px;
    padding-left: 12px;
  }
}

h3 + p {
  margin-top: 0;
}

h4 {
  color: var(--ouro, #ffc42e);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 8px;
}

h4 + p {
  margin-top: 0;
}

h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
}

.bloco h2 + p,
.bloco h2 + .dupla,
.bloco h2 + .itens,
.bloco h2 + .etapas,
.bloco h2 + .grade,
.bloco h2 + .spec,
.bloco h2 + .escadas,
.bloco h2 + .foto,
.bloco h2 + div:has(> table),
.bloco > h2 + .ph,
.bloco h2 + .duvidas__list,
.bloco h2 + .opinioes__slider,
.bloco h2 + .prosecontras__cols,
.bloco h2 + img,
.bloco h3 + .dupla,
.bloco h3 + .itens,
.bloco h3 + .etapas,
.bloco h3 + .grade,
.bloco h3 + .spec,
.bloco h3 + .escadas,
.bloco h3 + .foto,
.bloco h3 + div:has(> table),
.bloco > h3 + .ph,
.bloco h3 + img {
  margin-top: 0;
}

.juridico > h1 + p,
.erro404 > h1 + p,
h2 + p {
  margin-top: 0;
}

.image img,
.fundo img {
  display: block;
  position: relative;
  margin: auto;
}

.fundo {
  display: block !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fundo img,
.fundo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.js-duvida-corpo {
  display: none;
  overflow: hidden;
}
.js-duvida-corpo.expanded {
  height: 100%;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
  fill: rgb(244, 251, 248);
  line-height: 1;
}

use {
  fill: rgb(244, 251, 248);
  fill-rule: evenodd;
  transition: all 0.5s;
}

.path {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}

section[id] {
  scroll-margin-top: 0;
}

.bloco h2[id] {
  scroll-margin-top: 20px;
}

.bloco img:not(:where(.icon, .logo, .bandeira, .pay)) {
  width: 100%;
  height: clamp(360px, 32vw, 480px);
  object-fit: cover;
  object-position: top;
  border-radius: var(--curva-xl, 14px);
  display: block;
}
@media (max-width: 850px) {
  .bloco img:not(:where(.icon, .logo, .bandeira, .pay)) {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .bloco img:not(:where(.icon, .logo, .bandeira, .pay)) {
    height: 220px;
  }
}

.bloco .fundo img,
.bloco .fundo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
}

.itens {
  margin-top: 20px;
  position: relative;
}
.itens:first-child {
  margin-top: 0;
}
h3 + .itens, h2 + .itens, p + .itens {
  margin-top: 20px;
}
.itens > li {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(22, 58, 59, 0.9) 0%, rgba(6, 26, 28, 0.5) 100%);
  border: 1px solid var(--linha, rgba(127, 227, 198, 0.14));
  border-left: 0;
  border-radius: 0 var(--curva-lg, 8px) var(--curva-lg, 8px) 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.55;
  padding: 12px 14px 12px 56px;
  width: 100%;
  min-height: 48px;
}
.itens > li b,
.itens > li strong {
  color: var(--ouro, #ffc42e);
  font-weight: 700;
}
.itens > li + li {
  margin-top: 8px;
}
.itens > li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 40px;
  background: var(--gr-ouro, linear-gradient(160deg, #ffd66b 0%, #d98f0e 100%));
}
.itens > li::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 8px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23061a1c' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9' stroke-width='1.35'/%3E%3Cpath d='M12.0 8.7 15.14 10.98 13.94 14.67 10.06 14.67 8.86 10.98Z' fill='%23061a1c' stroke-width='1'/%3E%3Cpath d='M17.99 7.33 15.64 8.09 14.19 6.09 15.64 4.1 17.99 4.86Z' fill='%23061a1c' stroke-width='0.8'/%3E%3Cpath d='M18.29 16.25 16.84 14.26 18.29 12.26 20.64 13.02 20.64 15.49Z' fill='%23061a1c' stroke-width='0.8'/%3E%3Cpath d='M9.9 19.3 11.35 17.3 13.7 18.07 13.7 20.53 11.35 21.3Z' fill='%23061a1c' stroke-width='0.8'/%3E%3Cpath d='M4.41 12.26 6.76 13.02 6.76 15.49 4.41 16.25 2.96 14.26Z' fill='%23061a1c' stroke-width='0.8'/%3E%3Cpath d='M9.41 4.86 9.41 7.33 7.06 8.09 5.61 6.09 7.06 4.1Z' fill='%23061a1c' stroke-width='0.8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
@media (hover: hover) {
  .itens > li {
    transition: border-color var(--transicao, 0.22s ease), background var(--transicao, 0.22s ease);
  }
  .itens > li:hover {
    border-color: var(--linha-forte, rgba(255, 196, 46, 0.45));
    background: linear-gradient(90deg, rgb(22, 58, 59) 0%, rgba(6, 26, 28, 0.55) 100%);
  }
}
@media (max-width: 650px) {
  .itens > li {
    padding: 11px 12px 11px 48px;
    font-size: 14px;
  }
  .itens > li::after {
    width: 34px;
  }
  .itens > li::before {
    left: 6px;
    width: 22px;
    height: 22px;
    background-size: 20px 20px;
  }
}

.dupla {
  display: flex;
  gap: 22px;
  width: 100%;
  margin-top: 20px;
  align-items: stretch;
}
.dupla > div {
  flex: 1 1 0;
  min-width: 0;
}
.dupla--wide-text > div:last-child {
  flex: 0 1 38%;
}
@media (max-width: 850px) {
  .dupla {
    flex-direction: column;
    gap: 16px;
  }
  .dupla--wide-text > div:last-child {
    flex: 1 1 auto;
  }
}

.dupla > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dupla > div:last-child {
  position: relative;
  overflow: hidden;
  border-radius: var(--curva-lg, 8px);
  border: 1px solid var(--linha, rgba(127, 227, 198, 0.14));
  min-height: 280px;
}
.dupla > div:last-child::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 -60px 70px -40px rgba(6, 26, 28, 0.95);
}
.dupla > div:last-child .ph,
.dupla > div:last-child img:not(:where(.icon, .logo)) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 850px) {
  .dupla > div:last-child {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .dupla > div:last-child {
    min-height: 220px;
  }
}

.dupla--flip > div:first-child {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: var(--curva-lg, 8px);
  border: 1px solid var(--linha, rgba(127, 227, 198, 0.14));
  min-height: 280px;
}
.dupla--flip > div:first-child img:not(:where(.icon, .logo)) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 850px) {
  .dupla--flip > div:first-child {
    min-height: 260px;
    flex: 0 0 260px;
  }
}
@media (max-width: 767px) {
  .dupla--flip > div:first-child {
    min-height: 210px;
    flex: 0 0 210px;
  }
}

.dupla--flip > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
  border: 0;
  min-height: auto;
}
.dupla--flip > div:last-child::after {
  display: none;
}
@media (max-width: 850px) {
  .dupla--flip > div:last-child {
    min-height: auto;
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .dupla--flip > div:last-child {
    min-height: auto;
  }
}

.foto {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 22px;
  border-radius: var(--curva-lg, 8px);
  overflow: hidden;
  border: 1px solid var(--linha, rgba(127, 227, 198, 0.14));
}
.foto img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0 !important;
}

.foto--band {
  border-color: rgba(255, 196, 46, 0.28);
}
.foto--band img {
  height: clamp(190px, 24vw, 320px);
  object-fit: cover;
  object-position: center 28%;
}
.foto--band::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 46%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(6, 26, 28, 0.72) 100%);
}
@media (max-width: 767px) {
  .foto--band img {
    height: 180px;
  }
}

.foto--lista {
  display: flex;
  align-items: center;
  padding: 20px;
  border-color: rgba(255, 196, 46, 0.28);
}
.foto--lista > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 100%;
  object-fit: cover;
  object-position: center 26%;
}
.foto--lista::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(6, 26, 28, 0.86) 0%, rgba(6, 26, 28, 0.74) 56%, rgba(6, 26, 28, 0.34) 76%, rgba(6, 26, 28, 0) 94%), linear-gradient(180deg, rgba(6, 26, 28, 0.18) 0%, rgba(6, 26, 28, 0.18) 100%);
}
.foto--lista .itens {
  position: relative;
  z-index: 2;
  width: 795px;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 850px) {
  .foto--lista {
    padding: 16px;
  }
  .foto--lista .itens {
    width: 100%;
  }
  .foto--lista::after {
    background: linear-gradient(180deg, rgba(6, 26, 28, 0.6) 0%, rgba(6, 26, 28, 0.82) 100%);
  }
}
@media (max-width: 650px) {
  .foto--lista {
    padding: 14px;
  }
}

h2 + .foto,
h3 + .foto,
p + .foto {
  margin-top: 18px;
}

.ph {
  display: block;
  position: relative;
  width: 100%;
  border-radius: var(--curva-lg, 8px);
  border: 1px dashed rgba(255, 196, 46, 0.35);
  background: repeating-linear-gradient(135deg, rgba(255, 196, 46, 0.06) 0 12px, transparent 12px 24px), rgba(6, 26, 28, 0.6);
  overflow: hidden;
}
.ph::after {
  content: attr(data-slot);
  display: block;
  padding: 10px;
  font-size: 11px;
  line-height: 1.4;
  color: var(--texto-suave, #8fb0aa);
  word-break: break-all;
}
.ph--16x9 {
  aspect-ratio: 16/9;
}
.ph--21x9 {
  aspect-ratio: 21/9;
}
.ph--4x3 {
  aspect-ratio: 4/3;
}
.ph--3x1 {
  aspect-ratio: 3/1;
}
.ph--3x4 {
  aspect-ratio: 3/4;
}
.ph--1x1 {
  aspect-ratio: 1/1;
}
.ph--fill {
  position: absolute;
  inset: 0;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  border: 0;
}

.bloco > .ph {
  margin-top: 20px;
}

.bloco > .nota {
  margin-top: 12px;
  padding-left: 12px;
  border-left: 2px solid rgba(255, 196, 46, 0.45);
  font-size: 13px;
  line-height: 1.55;
  color: var(--texto-suave, #8fb0aa);
}

.cabec {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: linear-gradient(180deg, #172740 0%, #041416 100%);
  border-bottom: 1px solid rgba(255, 196, 46, 0.35);
}
.cabec__wrap {
  display: flex;
  align-items: center;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 10px;
  min-height: 64px;
  gap: 20px;
}
.cabec__logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 238px;
}
.cabec__logo img {
  height: 40px;
  width: auto;
  display: block;
}
@media (max-width: 1050px) {
  .cabec__logo {
    width: auto;
  }
}
.cabec__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
}
.cabec__nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: var(--curva-lg, 10px);
  color: var(--texto-claro, #f4fbf8);
  font-weight: 600;
  font-size: 15px;
}
.cabec__nav a svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cabec__nav a {
  transition: color var(--transicao), background var(--transicao);
}
.cabec__nav a.is-active {
  color: var(--ouro, #ffc42e);
  box-shadow: inset 0 -2px 0 0 var(--coral, #ff6b35);
  border-radius: 0;
}
@media (hover: hover) {
  .cabec__nav a:hover {
    color: var(--ouro, #ffc42e);
    background: rgba(127, 227, 198, 0.06);
  }
}
.cabec__nav a + a {
  position: relative;
  margin-left: 15px;
}
.cabec__nav a + a::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background: rgba(127, 227, 198, 0.22);
}
@media (max-width: 900px) {
  .cabec__nav {
    display: none;
  }
}
.cabec__right {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
  flex: 0 0 auto;
}
.cabec__clock {
  font-size: 16px;
  font-weight: 700;
  color: var(--texto-corpo, #d2e7e1);
  font-variant-numeric: tabular-nums;
}
.cabec__lang {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--texto-claro, #f4fbf8);
}
.cabec__lang .bandeira {
  font-size: 22px;
  line-height: 1;
}
.cabec__lang img {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  object-fit: cover;
  display: block;
}
.cabec__buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 900px) {
  .cabec__buttons {
    display: none;
  }
}
.cabec__burger {
  display: none;
  border: 2px solid var(--ouro, #ffc42e);
  padding: 10px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}
.cabec__burger svg {
  display: block;
  margin: auto;
  width: 16px;
  height: 16px;
  fill: none;
}
.cabec__burger svg rect {
  transform-origin: 50% 50%;
  transition: all 0.5s;
  fill: var(--ouro, #ffc42e);
}
.cabec__burger.is-open svg rect:nth-child(1) {
  x: -2px;
  y: 6px;
  width: 20px;
  transform: rotate(225deg);
}
.cabec__burger.is-open svg rect:nth-child(2) {
  transform: scale(0, 2);
}
.cabec__burger.is-open svg rect:nth-child(3) {
  x: -2px;
  y: 6px;
  width: 20px;
  transform: rotate(135deg);
}
@media (max-width: 900px) {
  .cabec__burger {
    display: block;
  }
}

.leitura {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 48;
  height: 3px;
  background: rgba(255, 196, 46, 0.12);
  pointer-events: none;
}
.leitura span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #ffc42e 0%, #d98f0e 100%);
  border-radius: 0 3px 3px 0;
  box-shadow: 0 0 8px rgba(255, 196, 46, 0.55);
  transition: width 0.12s linear;
}

.menuslide {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 49;
  background: #123133;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0 25px;
  transition: max-height 0.5s ease, visibility 0.5s ease, padding 0.5s ease;
}
.menuslide.is-open {
  max-height: calc(100vh - 64px);
  max-height: calc(100dvh - 64px);
  overflow: auto;
  visibility: visible;
  padding: 25px;
}
.menuslide__links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menuslide__links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--texto-claro, #f4fbf8);
  transition: color var(--transicao);
}
.menuslide__links a svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.menuslide__links a.is-active {
  font-weight: 700;
  color: var(--ouro, #ffc42e);
}
.menuslide__links a:hover {
  color: var(--ouro, #ffc42e);
}
.menuslide__links a:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 37px;
}
.menuslide__links a:not(:last-child)::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='12' viewBox='0 0 30 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.4' y='6' width='8' height='1' fill='url(%23paint0_linear_3530_3408)'/%3E%3Crect opacity='0.4' x='22' y='6' width='8' height='1' fill='url(%23paint1_linear_3530_3408)'/%3E%3Crect x='15' y='0.707107' width='6.99997' height='7.00001' transform='rotate(45 15 0.707107)' stroke='%23ffc42e'/%3E%3Crect x='15' y='4.24264' width='1.99998' height='2.00002' transform='rotate(45 15 4.24264)' fill='%23ffc42e'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3530_3408' x1='0' y1='6.5' x2='8' y2='6.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23f4fbf8'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_3530_3408' x1='30' y1='6.5' x2='22' y2='6.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23f4fbf8'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 12px;
  width: 30px;
}
.menuslide__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

body.no-scroll {
  overflow: hidden;
  overscroll-behavior: none;
}

@keyframes br-pulso-acao {
  0%, 100% {
    box-shadow: 0 0 10px rgba(184, 67, 10, 0.45), 0 6px 18px -6px rgba(184, 67, 10, 0.55);
  }
  50% {
    box-shadow: 0 0 24px rgba(255, 168, 119, 0.85), 0 6px 22px -6px rgba(184, 67, 10, 0.7);
  }
}
@keyframes br-pulso-ouro {
  0%, 100% {
    box-shadow: 0 0 10px rgba(255, 196, 46, 0.4), 0 8px 20px -8px rgba(255, 196, 46, 0.55);
  }
  50% {
    box-shadow: 0 0 24px rgba(255, 214, 107, 0.75), 0 8px 24px -8px rgba(255, 196, 46, 0.7);
  }
}
.cabec__login {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 41px;
  padding: 0 18px;
  border-radius: var(--curva-lg, 10px);
  border: 1px solid rgba(255, 196, 46, 0.6);
  background: transparent;
  color: var(--texto-claro, #f4fbf8);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: background var(--transicao), border-color var(--transicao), color var(--transicao);
}
@media (hover: hover) {
  .cabec__login:hover {
    background: rgba(255, 196, 46, 0.12);
    border-color: var(--ouro, #ffc42e);
    color: var(--ouro, #ffc42e);
  }
}
.cabec__login:focus-visible {
  outline: 2px solid var(--ouro, #ffc42e);
  outline-offset: 2px;
}

.cabec__signup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  padding: 0 24px;
  border-radius: var(--curva-lg, 10px);
  background: var(--gr-acao, linear-gradient(180deg, #ffb03a 0%, #e2560f 100%));
  color: var(--texto-inverso, #061a1c);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 6px 18px -6px rgba(184, 67, 10, 0.55);
  animation: br-pulso-acao 2.8s ease-in-out infinite;
  transition: filter var(--transicao), transform var(--transicao);
}
@media (hover: hover) {
  .cabec__signup:hover {
    filter: brightness(1.07);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px -8px rgba(184, 67, 10, 0.7);
  }
}
.cabec__signup:focus-visible {
  outline: 2px solid var(--ouro, #ffc42e);
  outline-offset: 2px;
}

.btn-acao {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 34px;
  margin-top: 20px;
  border-radius: var(--curva-lg, 10px);
  background: var(--gr-acao, linear-gradient(180deg, #ffb03a 0%, #e2560f 100%));
  color: var(--texto-inverso, #061a1c);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  box-shadow: 0 10px 26px -10px rgba(184, 67, 10, 0.65);
  animation: br-pulso-acao 2.8s ease-in-out infinite;
  transition: filter var(--transicao), transform var(--transicao);
}
.btn-acao::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60%;
  width: 40%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-18deg);
  animation: br-brilho-acao 4.8s ease-in-out infinite;
  pointer-events: none;
}
@media (hover: hover) {
  .btn-acao:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -10px rgba(184, 67, 10, 0.8);
  }
}
.btn-acao:focus-visible {
  outline: 2px solid var(--ouro, #ffc42e);
  outline-offset: 2px;
}

@keyframes br-brilho-acao {
  0%, 62% {
    left: -60%;
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  86%, 100% {
    left: 130%;
    opacity: 0;
  }
}
.btn-loja {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 268px;
  max-width: 100%;
  height: 56px;
  padding: 12px 24px;
  margin-top: 20px;
  border-radius: var(--curva-lg, 10px);
  background: linear-gradient(180deg, #ffd66b 0%, #e09a12 100%);
  color: var(--texto-inverso, #061a1c);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 8px 20px -8px rgba(255, 196, 46, 0.55);
  animation: br-pulso-ouro 3.4s ease-in-out infinite;
  transition: filter var(--transicao), transform var(--transicao);
}
.btn-loja svg {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  fill: var(--texto-inverso, #061a1c);
}
@media (hover: hover) {
  .btn-loja:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
  }
}
.btn-loja:focus-visible {
  outline: 2px solid var(--texto-claro, #f4fbf8);
  outline-offset: 2px;
}

.bloco > .btn-acao,
.bloco > .btn-loja {
  align-self: flex-start;
}

.bloco > .btn-loja {
  display: inline-flex;
  width: 268px;
}

.lojas {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.lojas .btn-loja {
  margin: 20px 14px 0 0;
}

.lateral {
  flex: 0 0 248px;
  width: 248px;
  position: sticky;
  top: 84px;
  max-height: calc(100vh - 104px);
  overflow-y: auto;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 12px;
  border-radius: var(--curva-xl, 18px);
  background: radial-gradient(120% 60% at 50% 0%, rgba(31, 154, 181, 0.16) 0%, transparent 100%), linear-gradient(168deg, #17403f 0%, #0c2426 100%);
  border: 1px solid var(--linha, rgba(127, 227, 198, 0.16));
  box-shadow: inset 0 1px 0 rgba(127, 227, 198, 0.12);
}
.lateral::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1050px) {
  .lateral {
    display: none;
  }
}

.lateral__promos {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.lateral__feature {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: 52px;
  padding: 0 12px 0 0;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #04161a;
  background: linear-gradient(160deg, #ffe08a 0%, #ffc42e 46%, #e58e0d 100%);
  border: 1px solid rgba(255, 238, 194, 0.55);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 7px 18px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  transition: filter 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.lateral__feature::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: -55%;
  bottom: -55%;
  left: -55%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.52), transparent);
  transform: skewX(-20deg);
  transition: left 0.42s ease;
}
@media (hover: hover) {
  .lateral__feature:hover {
    filter: brightness(1.1) saturate(1.08);
    transform: translateY(-1px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 15px rgba(255, 138, 77, 0.42);
  }
  .lateral__feature:hover::after {
    left: 125%;
  }
  .lateral__feature:hover .roleta__wheel {
    animation-duration: 1.25s;
    filter: brightness(1.08) drop-shadow(0 2px 4px rgba(4, 20, 22, 0.5));
  }
  .lateral__feature:hover .bau {
    transform: translateY(-2px) scale(1.04);
  }
}
.lateral__feature:active {
  transform: translateY(1px) scale(0.99);
}

.roleta {
  position: relative;
  width: 58px;
  height: 52px;
  display: block;
  align-self: stretch;
  flex: 0 0 auto;
}
.roleta img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
}
.roleta__wheel {
  width: 44px;
  height: 44px;
  animation: br-gira-roleta 3.2s linear infinite;
  filter: drop-shadow(0 2px 3px rgba(4, 20, 22, 0.42));
}
.roleta__frame {
  z-index: 2;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -49%);
  filter: drop-shadow(0 2px 3px rgba(10, 32, 34, 0.5));
}

@keyframes br-gira-roleta {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.bau {
  width: 49px;
  height: 49px;
  flex: 0 0 auto;
  margin: 0 0 0 5px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.lateral__menu {
  display: flex;
  flex-direction: column;
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(255, 196, 46, 0.75) 0%, rgba(255, 107, 53, 0.45) 46%, rgba(127, 227, 198, 0) 100%) 1;
  padding-top: 8px;
}
.lateral__menu li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 8px;
  border-radius: var(--curva-lg, 10px);
  color: var(--texto-corpo, #d2e7e1);
  font-size: 14px;
  font-weight: 600;
  transition: background var(--transicao), color var(--transicao);
}
.lateral__menu li a svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--agua, #7fe3c6);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke var(--transicao);
}
@media (hover: hover) {
  .lateral__menu li a:hover {
    background: linear-gradient(90deg, rgba(255, 196, 46, 0.16) 0%, rgba(127, 227, 198, 0.05) 100%);
    color: var(--texto-claro, #f4fbf8);
  }
  .lateral__menu li a:hover svg {
    stroke: var(--ouro, #ffc42e);
  }
}
.lateral__menu .selo {
  margin-left: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 100%;
  background: var(--gr-acao, linear-gradient(160deg, #ffb03a 0%, #e2560f 100%));
  color: var(--texto-inverso, #061a1c);
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lateral__app {
  display: block;
  background: linear-gradient(120deg, #16403f 0%, #0f2b2d 100%);
  border-top: 2px solid rgba(255, 196, 46, 0.5);
  border-radius: 10px;
  box-shadow: 1px 3px 0 0 #082022;
  position: relative;
  padding: 21px 75px 18px 12px;
  transition: color var(--transicao);
}

.lateral-app__text {
  font-size: 9px;
  color: var(--texto-suave, #8fb0aa);
  line-height: 12px;
  transition: color var(--transicao);
}
.lateral-app__text span {
  font-weight: 900;
  font-size: 16px;
  color: var(--texto-claro, #fff);
  line-height: 100%;
  display: block;
  margin-bottom: 5px;
  transition: color var(--transicao);
}

@media (hover: hover) {
  .lateral__app:hover .lateral-app__text,
  .lateral__app:hover .lateral-app__text span {
    color: var(--ouro, #ffc42e);
  }
}
.lateral-app__img {
  max-width: 75px;
  position: absolute;
  bottom: 0;
  right: 7px;
}
.lateral-app__img img {
  display: block;
}

.sumario {
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(255, 196, 46, 0.75) 0%, rgba(255, 107, 53, 0.45) 46%, rgba(127, 227, 198, 0) 100%) 1;
  padding-top: 12px;
}
.sumario__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 6px 8px;
  border-radius: var(--curva-lg, 10px);
  color: var(--ouro, #ffc42e);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background var(--transicao);
}
.sumario__toggle::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--ouro, #ffc42e);
  border-bottom: 2px solid var(--ouro, #ffc42e);
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-right: 4px;
}
.sumario__toggle.is-open::after {
  transform: rotate(-135deg);
}
@media (hover: hover) {
  .sumario__toggle:hover {
    background: rgba(127, 227, 198, 0.06);
  }
}
.sumario__list {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  margin-top: 0;
  scrollbar-width: none;
  transition: max-height 0.45s ease, visibility 0.45s ease, margin-top 0.45s ease;
}
.sumario__list::-webkit-scrollbar {
  display: none;
}
.sumario__list.is-open {
  max-height: 56vh;
  overflow-y: auto;
  visibility: visible;
  margin-top: 6px;
}
.sumario__list a {
  display: block;
  padding: 7px 10px;
  border-radius: 6px;
  font-size: 14px;
  color: var(--texto-corpo, #d2e7e1);
  transition: background var(--transicao), color var(--transicao);
}
@media (hover: hover) {
  .sumario__list a:hover {
    background: rgba(127, 227, 198, 0.07);
    color: var(--ouro, #ffc42e);
  }
}

.sumario--inline {
  display: none;
  border: 1px solid var(--linha, rgba(127, 227, 198, 0.12));
  border-radius: var(--curva-lg, 10px);
  background: linear-gradient(180deg, #163a3b 0%, #0e2728 100%);
  padding: 8px 10px;
  margin-top: 20px;
}
@media (max-width: 1050px) {
  .sumario--inline {
    display: block;
  }
}

.rodape {
  padding: 40px 20px 26px;
  background: linear-gradient(180deg, #142238 0%, #05191b 100%);
  border-top: 1px solid var(--linha, rgba(127, 227, 198, 0.12));
}
.rodape__wrap {
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.rodape__geo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}
.rodape__geo a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 7px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--linha, rgba(127, 227, 198, 0.12));
  font-size: 12.5px;
  color: var(--texto-corpo, #d2e7e1);
  transition: border-color var(--transicao), background var(--transicao), color var(--transicao);
}
.rodape__geo a span.bandeira {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.08);
}
@media (hover: hover) {
  .rodape__geo a:hover {
    border-color: rgba(255, 196, 46, 0.5);
    background: rgba(255, 196, 46, 0.08);
    color: var(--ouro, #ffc42e);
  }
}
.rodape__divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 196, 46, 0.45) 50%, transparent 100%);
}
.rodape__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}
.rodape__links a {
  padding: 0 14px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--texto-corpo, #d2e7e1);
  transition: color var(--transicao);
}
@media (hover: hover) {
  .rodape__links a:hover {
    color: var(--ouro, #ffc42e);
  }
}
.rodape__links a + a {
  border-left: 1px solid rgba(255, 196, 46, 0.4);
}
.rodape__pay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.rodape__pay li {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 122px;
}
.rodape__pay li img {
  display: block;
  max-height: 45px;
  width: auto;
}
.rodape__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  border-top: 1px solid var(--linha, rgba(127, 227, 198, 0.12));
  padding-top: 20px;
}
@media (max-width: 650px) {
  .rodape__bottom {
    flex-direction: column;
    text-align: center;
  }
}
.rodape__disclaimer {
  max-width: 860px;
  font-size: 12.5px;
  color: var(--texto-suave, #8fb0aa);
}
.rodape__disclaimer b {
  display: block;
  color: var(--texto-corpo, #d2e7e1);
  margin-top: 8px;
}
.rodape__age {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--gr-ouro, linear-gradient(180deg, #ffd66b 0%, #d98f0e 100%));
  color: var(--texto-inverso, #061a1c);
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 0 22px rgba(255, 184, 0, 0.45);
  animation: br-age-glow 4s ease-in-out infinite;
}

@keyframes br-age-glow {
  0%, 100% {
    box-shadow: 0 0 14px rgba(255, 184, 0, 0.35);
  }
  50% {
    box-shadow: 0 0 26px rgba(255, 184, 0, 0.6);
  }
}
.aotopo {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--gr-acao, linear-gradient(180deg, #ffb03a 0%, #e2560f 100%));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, box-shadow var(--transicao);
  box-shadow: 0 8px 20px -8px rgba(184, 67, 10, 0.7);
}
.aotopo svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--texto-inverso, #061a1c);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.aotopo.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (hover: hover) {
  .aotopo:hover {
    box-shadow: 0 12px 26px -8px rgba(184, 67, 10, 0.9);
  }
}
@media (max-width: 650px) {
  .aotopo {
    bottom: 78px;
  }
}

.cookiebar {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  display: none;
  align-items: center;
  gap: 16px;
  max-width: 860px;
  margin: 0 auto;
  padding: 14px 18px;
  border-radius: var(--curva-xl, 14px);
  border: 1px solid rgba(255, 196, 46, 0.4);
  background: rgba(6, 26, 28, 0.96);
  backdrop-filter: blur(6px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.5);
}
.cookiebar.is-visible {
  display: flex;
}
.cookiebar p {
  margin: 0;
  font-size: 12.5px;
  color: var(--texto-corpo, #d2e7e1);
}
.cookiebar p a {
  color: var(--ouro, #ffc42e);
  text-decoration: underline;
}
.cookiebar__actions {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}
.cookiebar__accept {
  padding: 9px 18px;
  border-radius: var(--curva-lg, 10px);
  background: var(--gr-acao, linear-gradient(180deg, #ffb03a 0%, #e2560f 100%));
  color: var(--texto-inverso, #061a1c);
  font-weight: 700;
  font-size: 13px;
  transition: filter var(--transicao);
}
@media (hover: hover) {
  .cookiebar__accept:hover {
    filter: brightness(1.08);
  }
}
.cookiebar__decline {
  padding: 9px 14px;
  border-radius: var(--curva-lg, 10px);
  border: 1px solid var(--linha, rgba(127, 227, 198, 0.25));
  color: var(--texto-suave, #8fb0aa);
  font-weight: 600;
  font-size: 13px;
  transition: color var(--transicao), border-color var(--transicao);
}
@media (hover: hover) {
  .cookiebar__decline:hover {
    color: var(--texto-claro, #f4fbf8);
    border-color: var(--texto-claro, #f4fbf8);
  }
}
@media (max-width: 650px) {
  .cookiebar {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .cookiebar__actions {
    justify-content: center;
  }
}

.br-boasvindas {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(24, 8, 30, 0.72) 0%, rgba(6, 26, 28, 0.85) 100%), var(--fundo-base, #0f2a2c);
  background-size: cover;
  background-position: center top;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.br-boasvindas.is-leaving {
  opacity: 0;
  pointer-events: none;
}
.br-boasvindas__letters {
  position: relative;
  display: flex;
  gap: 0.06em;
  font-family: "Darumadrop One", "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(44px, 9vw, 110px);
  color: var(--ouro, #ffc42e);
  text-shadow: 0 4px 0 rgba(138, 74, 10, 0.8), 0 10px 30px rgba(0, 0, 0, 0.6);
}
.br-boasvindas span {
  display: inline-block;
  animation: br-letter-fly var(--fly-dur, 1.4s) cubic-bezier(0.22, 0.85, 0.3, 1) both;
  animation-delay: var(--fly-delay, 0s);
}
.br-boasvindas__geo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(16px, 2.4vw, 24px);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--texto-claro, #f4fbf8);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
  opacity: 0;
  animation: br-geo-reveal 0.4s ease-out 1.3s forwards;
}
.br-boasvindas__geo .bandeira {
  font-size: 1.35em;
  line-height: 1;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
}

@keyframes br-geo-reveal {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.br-cortina {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(46% 42% at 50% 50%, rgba(22, 58, 59, 0.9) 0%, rgba(6, 26, 28, 0.97) 100%), var(--fundo-base, #0f2a2c);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}
.br-cortina.is-on {
  opacity: 1;
  pointer-events: auto;
}
.br-cortina.is-off {
  opacity: 0;
  transition: opacity 0.45s ease;
}
.br-cortina__wheel {
  position: relative;
  width: 92px;
  height: 96px;
  filter: drop-shadow(0 8px 26px rgba(255, 196, 46, 0.35));
}
.br-cortina__wheel img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
}
.br-cortina__wheel .br-cortina__disc {
  width: 72px;
  height: 72px;
  animation: br-gira-roleta 1.1s linear infinite;
}
.br-cortina__wheel .br-cortina__frame {
  width: 88px;
  height: 92px;
  transform: translate(-50%, -49%);
}

@keyframes br-letter-fly {
  0% {
    transform: translate(var(--fly-x, 0), var(--fly-y, 0)) rotate(var(--fly-r, 0deg)) scale(1.6);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 1;
  }
}
.intro {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 20px 0 0;
  padding: 0;
  border-radius: var(--curva-lg, 8px);
  background: #041416;
}
.intro::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(4, 20, 22, 0.15) 0%, rgba(4, 20, 22, 0.9) 92%), linear-gradient(90deg, rgba(4, 20, 22, 0.88) 0%, rgba(4, 20, 22, 0.35) 52%, transparent 78%);
  pointer-events: none;
}
.intro .fundo {
  z-index: 0;
}
.intro .fundo img,
.intro .fundo video,
.intro .fundo .ph {
  object-position: 88% top;
}
@media (max-width: 850px) {
  .intro .fundo img,
  .intro .fundo video,
  .intro .fundo .ph {
    object-position: 80% 22%;
  }
}
.intro__wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 820px;
  width: 100%;
  margin-right: auto;
  padding: 30px 34px;
  margin-left: 24px;
  background: rgba(6, 26, 28, 0.5);
  backdrop-filter: blur(3px);
  border-radius: var(--curva-lg, 8px);
}
@media (max-width: 850px) {
  .intro__wrap {
    width: auto;
    align-self: stretch;
    margin: 18px;
    padding: 22px 18px;
  }
}
@media (max-width: 650px) {
  .intro__wrap {
    align-items: center;
    text-align: center;
    margin: 12px;
    padding: 18px 14px;
  }
}
.intro__rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid var(--linha-forte, rgba(255, 196, 46, 0.45));
  background: rgba(255, 196, 46, 0.1);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--texto-suave, #8fb0aa);
}
.intro__rating b {
  color: var(--ouro, #ffc42e);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
}
.intro__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: auto;
  font-size: 13px;
  color: var(--texto-suave, #8fb0aa);
}
.intro__breadcrumbs a {
  color: var(--ouro, #ffc42e);
  transition: color var(--transicao);
}
@media (hover: hover) {
  .intro__breadcrumbs a:hover {
    color: var(--texto-claro, #f4fbf8);
  }
}
.intro__breadcrumbs li + li::before {
  content: "›";
  margin-right: 6px;
  color: var(--texto-suave, #8fb0aa);
}
@media (max-width: 650px) {
  .intro__breadcrumbs {
    justify-content: center;
  }
}
.intro h1 {
  margin-top: 14px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 33px;
  font-weight: 800;
  line-height: 1.22;
  color: var(--texto-claro, #f4fbf8);
}
@media (max-width: 850px) {
  .intro h1 {
    font-size: 27px;
  }
}
@media (max-width: 650px) {
  .intro h1 {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .intro h1 {
    font-size: 22px;
  }
}
.intro__text {
  margin-top: 12px;
  max-width: 640px;
  font-size: 14px;
  color: var(--texto-corpo, #d2e7e1);
}
@media (max-width: 767px) {
  .intro {
    min-height: 400px;
  }
}

.oferta {
  justify-content: center;
  align-items: flex-start;
  min-height: 425px;
  padding: 20px 20px 20px 6.2%;
  border: 1px solid var(--linha, rgba(127, 227, 198, 0.14));
}
.oferta__bg {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.oferta__bg img,
.oferta__bg .ph {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 850px) {
  .oferta__bg img,
  .oferta__bg .ph {
    object-position: 95%;
  }
}
.oferta__wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 2px solid rgba(255, 196, 46, 0.6);
  border-radius: 12px;
  padding: 32px 20px;
  max-width: 653px;
  width: 100%;
}
.oferta__title {
  display: block;
  color: var(--ouro, #ffc42e);
  font-weight: 700;
  font-size: 31px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 850px) {
  .oferta__title {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  .oferta__title {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .oferta__title {
    font-size: 22px;
  }
}
.oferta__text {
  position: relative;
  width: auto;
  margin-top: 20px;
  padding: 8px 131px;
  color: var(--texto-claro, #f4fbf8);
  font-weight: 900;
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
}
.oferta__text::before, .oferta__text::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 39px;
  width: 116px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.oferta__text::before {
  background-image: url("data:image/svg+xml,%3Csvg width='116' height='39' viewBox='0 0 116 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='9' height='9' transform='matrix(1 0 0 -1 0 24)' fill='%23ffc42e'/%3E%3Crect x='2.12132' width='23.9973' height='23.9973' transform='matrix(0.707107 0.707107 0.707107 -0.707107 78.0313 18)' stroke='%23ffc42e' stroke-width='3'/%3E%3Crect x='0.707107' width='13.9977' height='13.9977' transform='matrix(0.707107 0.707107 0.707107 -0.707107 70.5471 19)' stroke='%23f4fbf8'/%3E%3Crect width='81' height='1' transform='matrix(1 0 0 -1 9 20)' fill='%23f4fbf8'/%3E%3C/svg%3E%0A");
  left: 0;
}
.oferta__text::after {
  background-image: url("data:image/svg+xml,%3Csvg width='116' height='39' viewBox='0 0 116 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='116' y='24' width='9' height='9' transform='rotate(180 116 24)' fill='%23ffc42e'/%3E%3Crect x='36.4686' y='19.5' width='23.9973' height='23.9973' transform='rotate(135 36.4686 19.5)' stroke='%23ffc42e' stroke-width='3'/%3E%3Crect x='44.9529' y='19.5' width='13.9977' height='13.9977' transform='rotate(135 44.9529 19.5)' stroke='%23f4fbf8'/%3E%3Crect x='107' y='20' width='81' height='1' transform='rotate(180 107 20)' fill='%23f4fbf8'/%3E%3C/svg%3E%0A");
  right: 0;
}
@media (max-width: 650px) {
  .oferta__text {
    font-size: 18px;
    padding: 8px 0;
  }
  .oferta__text::before, .oferta__text::after {
    display: none;
  }
}
.oferta__button {
  min-width: 153px;
  margin-top: 20px;
}
@media (max-width: 850px) {
  .oferta {
    min-height: 300px;
    padding: 20px;
    align-items: center;
  }
  .oferta__wrap {
    background-color: rgba(16, 28, 48, 0.3);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 196, 46, 0.6);
    border-radius: 6px;
    padding: 15px;
  }
}

.bloco div:has(> table),
.bloco .grade {
  width: 100%;
  margin-top: 20px;
  border-radius: var(--curva-lg, 14px);
  border: 1px solid var(--linha, rgba(127, 227, 198, 0.16));
  font-size: 15px;
  color: var(--texto-claro, #f4fbf8);
  overflow: auto;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: #ff8a4d rgba(127, 227, 198, 0.16);
}
.bloco div:has(> table)::-webkit-scrollbar,
.bloco .grade::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.bloco div:has(> table)::-webkit-scrollbar-track,
.bloco .grade::-webkit-scrollbar-track {
  background: rgba(127, 227, 198, 0.16);
  border-radius: 7px;
}
.bloco div:has(> table)::-webkit-scrollbar-thumb,
.bloco .grade::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #ffc42e 0%, #e2560f 100%);
  border-radius: 7px;
}
.bloco div:has(> table) > table,
.bloco .grade > table {
  width: 100%;
  border-collapse: collapse;
}
.bloco div:has(> table) > table tr,
.bloco .grade > table tr {
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 13px 18px;
}
.bloco div:has(> table) > table tr > *,
.bloco .grade > table tr > * {
  flex: 1;
  padding: 0;
  text-align: left;
}
.bloco div:has(> table) > table thead tr,
.bloco .grade > table thead tr {
  background: linear-gradient(100deg, #ffc42e 0%, #ff8a1f 62%, #e2560f 100%);
  line-height: 140%;
  color: var(--texto-inverso, #061a1c);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.bloco div:has(> table) > table th,
.bloco .grade > table th {
  font-weight: 700;
}
.bloco div:has(> table) > table tbody tr,
.bloco .grade > table tbody tr {
  background: #123133;
  line-height: 22px;
  border-top: 1px solid rgba(127, 227, 198, 0.08);
}
.bloco div:has(> table) > table tbody tr:nth-child(even),
.bloco .grade > table tbody tr:nth-child(even) {
  background: rgba(6, 26, 28, 0.62);
}
.bloco div:has(> table) > table tbody tr > td:first-child,
.bloco .grade > table tbody tr > td:first-child {
  color: var(--agua, #7fe3c6);
  font-weight: 600;
}
.bloco div:has(> table) > table td a,
.bloco .grade > table td a {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 850px) {
  .bloco div:has(> table) > table,
  .bloco .grade > table {
    min-width: 780px;
  }
}
.bloco .grade--tight > table tr {
  gap: 18px;
  padding: 11px 16px;
}
@media (max-width: 850px) {
  .bloco .grade--tight > table {
    min-width: 880px;
  }
}
.bloco .grade--kv > table tbody tr:first-child {
  background: linear-gradient(100deg, #ffc42e 0%, #ff8a1f 62%, #e2560f 100%);
  border-top: 0;
}
.bloco .grade--kv > table tbody tr:first-child th,
.bloco .grade--kv > table tbody tr:first-child td {
  color: var(--texto-inverso, #061a1c);
  font-weight: 700;
  text-transform: uppercase;
}
.bloco .grade--kv > table th {
  flex: 0 0 26%;
  font-weight: 700;
  color: var(--ouro, #ffc42e);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.bloco .grade--kv > table td {
  flex: 1 1 auto;
  color: var(--texto-corpo, #d2e7e1);
  font-weight: 400;
}
@media (max-width: 850px) {
  .bloco .grade--kv > table {
    min-width: 780px;
  }
}

.escadas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-top: 16px;
  counter-reset: tier;
}
.escadas > li {
  counter-increment: tier;
  position: relative;
  flex: 1 1 240px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: var(--curva-lg, 8px);
  border: 1px solid var(--linha, rgba(127, 227, 198, 0.14));
  background: linear-gradient(145deg, rgba(127, 227, 198, 0.15) 0%, rgba(127, 227, 198, 0) 58%), linear-gradient(145deg, #14403d 0%, #0f2c2e 52%, #081b1d 100%);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.escadas > li::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background-image: linear-gradient(115deg, rgba(255, 196, 46, 0) 0%, rgba(255, 196, 46, 0.22) 25%, rgba(255, 107, 53, 0.26) 50%, rgba(127, 227, 198, 0.16) 75%, rgba(255, 196, 46, 0) 100%);
  background-size: 200% 100%;
  background-repeat: repeat;
  transition: opacity 0.3s ease;
}
.escadas > li::after {
  content: counter(tier);
  position: absolute;
  right: 10px;
  top: 2px;
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  color: rgba(127, 227, 198, 0.07);
  pointer-events: none;
}
.escadas > li:nth-child(2) {
  border-color: rgba(31, 154, 181, 0.28);
  background: linear-gradient(145deg, rgba(31, 154, 181, 0.26) 0%, rgba(31, 154, 181, 0) 60%), linear-gradient(145deg, #123c44 0%, #0f2c31 52%, #081b1d 100%);
}
.escadas > li:nth-child(3) {
  border-color: rgba(217, 143, 14, 0.32);
  background: linear-gradient(145deg, rgba(217, 143, 14, 0.26) 0%, rgba(217, 143, 14, 0) 60%), linear-gradient(145deg, #26382c 0%, #142d2b 52%, #081b1d 100%);
}
.escadas > li:last-child {
  border-color: var(--linha-forte, rgba(255, 196, 46, 0.45));
  background: linear-gradient(145deg, rgba(255, 196, 46, 0.3) 0%, rgba(255, 107, 53, 0.18) 44%, rgba(255, 107, 53, 0) 78%), linear-gradient(145deg, #35301f 0%, #1b2a26 52%, #081b1d 100%);
}
@media (hover: hover) {
  .escadas > li:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 196, 46, 0.55);
    box-shadow: 0 12px 26px rgba(4, 16, 18, 0.55);
  }
  .escadas > li:hover::before {
    opacity: 1;
    animation: br-tier-flow 2.6s linear infinite;
  }
}
.escadas > li b,
.escadas > li span,
.escadas > li p {
  position: relative;
  z-index: 1;
}
.escadas > li b,
.escadas > li span {
  padding-right: 42px;
}
.escadas > li b {
  display: block;
  color: var(--texto-claro, #f4fbf8);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}
.escadas > li span {
  display: block;
  color: var(--ouro, #ffc42e);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.escadas > li p {
  margin: 0;
  color: var(--texto-corpo, #d2e7e1);
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 850px) {
  .escadas > li {
    flex: 1 1 46%;
  }
}
@media (max-width: 650px) {
  .escadas > li {
    flex: 1 1 100%;
  }
}

@keyframes br-tier-flow {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 200% 50%;
  }
}
.etapas {
  margin-top: 18px;
  position: relative;
  counter-reset: passo;
  padding-left: 0;
}
.etapas > li {
  counter-increment: passo;
  position: relative;
  padding: 3px 0 26px 48px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--texto-corpo, #d2e7e1);
}
.etapas > li b,
.etapas > li strong {
  color: var(--ouro, #ffc42e);
  font-weight: 700;
}
.etapas > li::before {
  content: counter(passo);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: var(--gr-ouro, linear-gradient(160deg, #ffd66b 0%, #d98f0e 100%));
  box-shadow: 0 6px 14px -8px rgba(255, 196, 46, 0.9);
  color: var(--texto-inverso, #061a1c);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.etapas > li::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 32px;
  bottom: 2px;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(127, 227, 198, 0.6) 0%, rgba(127, 227, 198, 0.08) 100%);
}
.etapas > li:last-child {
  padding-bottom: 0;
}
.etapas > li:last-child::after {
  display: none;
}
@media (max-width: 650px) {
  .etapas > li {
    padding-left: 40px;
    padding-bottom: 20px;
    font-size: 14px;
  }
  .etapas > li::before {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
  .etapas > li::after {
    left: 12px;
    top: 28px;
  }
}

.juridico h2 {
  color: var(--ouro, #ffc42e);
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  padding: 0 0 0 16px;
  margin: 24px 0 14px;
}
.juridico h2::before {
  top: 0.42em;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  transform: rotate(45deg);
  background: var(--gr-barra, linear-gradient(90deg, #ffc42e 0%, #ff6b35 100%));
}
.juridico h2::after {
  display: none;
}
@media (max-width: 850px) {
  .juridico h2 {
    font-size: 18px;
    padding-left: 16px;
  }
}
@media (max-width: 450px) {
  .juridico h2 {
    font-size: 17px;
    padding-left: 12px;
  }
}

.recursos .dupla {
  align-items: stretch;
}

.recursos .itens {
  margin-top: 20px;
}

.recursos .foto--band img {
  height: auto;
  object-fit: contain;
  object-position: center;
}

.recursos .foto--band::after {
  height: 30%;
  background: linear-gradient(180deg, transparent 0%, rgba(6, 26, 28, 0.3) 100%);
}

.prosecontras__cols {
  display: flex;
  gap: 14px;
  width: 100%;
  margin-top: 16px;
}
.prosecontras__cols > div {
  flex: 1 1 0;
  min-width: 0;
  padding: 0;
  border-radius: var(--curva-lg, 14px);
  border: 1px solid var(--linha, rgba(127, 227, 198, 0.14));
  background: rgba(6, 26, 28, 0.5);
  overflow: hidden;
}
.prosecontras__cols > div h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 10px 16px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--texto-inverso, #061a1c);
}
.prosecontras__cols > div h3::before {
  content: "";
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 17px;
  position: static;
}
.prosecontras__cols > div ul {
  padding: 8px 16px 16px;
}
.prosecontras__cols > div li {
  position: relative;
  padding: 16px 0 16px 32px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--texto-corpo, #d2e7e1);
  border-bottom: 1px solid rgba(127, 227, 198, 0.07);
}
.prosecontras__cols > div li:last-child {
  border-bottom: 0;
}
.prosecontras__cols > div li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.prosecontras__cols > div:first-child h3 {
  background-image: linear-gradient(90deg, #2fc79b 0%, #9ff4d8 22%, #2fc79b 42%, #63e0bb 68%, #2fc79b 100%);
  background-size: 250% 100%;
  animation: br-scale-flow 3.4s linear infinite;
}
.prosecontras__cols > div:first-child h3::before {
  background-color: #075c46;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M5 12h14M12 5v14'/%3E%3C/svg%3E");
}
.prosecontras__cols > div:first-child li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235fe0b8' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m8 12.4 2.7 2.7L16.2 9.6'/%3E%3C/svg%3E");
}
.prosecontras__cols > div:last-child h3 {
  background-image: linear-gradient(90deg, #8a3208 0%, #d4571b 22%, #8a3208 42%, #b0430f 68%, #8a3208 100%);
  background-size: 250% 100%;
  animation: br-scale-flow 3.4s linear infinite;
  color: var(--texto-claro, #f4fbf8);
}
.prosecontras__cols > div:last-child h3::before {
  background-color: #6f2707;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");
}
.prosecontras__cols > div:last-child li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff9159' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m9.2 9.2 5.6 5.6M14.8 9.2l-5.6 5.6'/%3E%3C/svg%3E");
}
@media (max-width: 850px) {
  .prosecontras__cols {
    flex-direction: column;
  }
}

@keyframes br-scale-flow {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 250% 50%;
  }
}
.cadastro .dupla {
  align-items: stretch;
}

.cadastro .etapas {
  margin-top: 12px;
}

.nomovel .dupla > div:last-child .ph,
.nomovel .dupla > div:last-child img:not(:where(.icon, .logo)) {
  object-position: center;
}

.pg-app .nomovel {
  position: relative;
  overflow: hidden;
  border-radius: var(--curva-lg, 10px);
  padding: 60px;
}
.pg-app .nomovel > div:not(.fundo) {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(6, 26, 28, 0.78);
  backdrop-filter: blur(6px);
  border-radius: var(--curva-lg, 8px);
  border: 1px solid var(--linha, rgba(127, 227, 198, 0.14));
  padding: 22px;
}
@media (max-width: 850px) {
  .pg-app .nomovel {
    padding: 40px 20px;
  }
  .pg-app .nomovel > div:not(.fundo) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .pg-app .nomovel {
    padding: 20px 12px;
  }
  .pg-app .nomovel > div:not(.fundo) {
    padding: 15px;
  }
}

.bloco.faixapp {
  height: 350px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 196, 46, 0.3);
}
@media (max-width: 850px) {
  .bloco.faixapp {
    height: auto;
    min-height: 280px;
    padding: 40px 20px;
  }
}
@media (max-width: 450px) {
  .bloco.faixapp {
    padding: 30px 10px;
  }
}

.faixapp__bg {
  z-index: 0;
}
.faixapp__bg img,
.faixapp__bg .ph {
  object-position: center;
  object-fit: contain;
}
.faixapp__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(58% 72% at 50% 50%, rgba(6, 26, 28, 0.18) 0%, rgba(6, 26, 28, 0.12) 62%, rgba(6, 26, 28, 0) 100%);
}
.faixapp__actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 15vw, 320px);
  width: 100%;
}
@media (max-width: 850px) {
  .faixapp__actions {
    flex-direction: column;
    gap: 18px;
  }
}
.faixapp__button {
  white-space: normal;
  line-height: 1.2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 268px;
  min-width: 0;
  max-width: 100%;
  height: 56px;
  min-height: 0;
  padding: 12px 24px;
  margin: 0;
}
.faixapp__button svg {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}

.bonuslista .foto--band img {
  height: auto;
  object-fit: contain;
  object-position: center;
}

.pg-home .vipclube .fundo img {
  object-position: center top;
}
@media (max-width: 850px) {
  .pg-home .vipclube .fundo img {
    object-position: 62% top;
  }
}

.pg-home .vipclube {
  position: relative;
  overflow: hidden;
  border-radius: var(--curva-lg, 8px);
  padding: 56px 48px;
}
.pg-home .vipclube > div:not(.fundo) {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(6, 26, 28, 0.78);
  backdrop-filter: blur(6px);
  border: 1px solid var(--linha, rgba(127, 227, 198, 0.14));
  border-radius: var(--curva-lg, 8px);
  padding: 22px;
}
.pg-home .vipclube > div:not(.fundo) > .btn-acao {
  margin-top: 20px;
}
@media (max-width: 850px) {
  .pg-home .vipclube {
    padding: 32px 18px;
  }
  .pg-home .vipclube > div:not(.fundo) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .pg-home .vipclube {
    padding: 16px 10px;
  }
  .pg-home .vipclube > div:not(.fundo) {
    padding: 15px;
  }
}

.torneios .foto--band img {
  height: auto;
  object-fit: contain;
  object-position: center;
}

.torneios .foto--band::after {
  height: 30%;
  background: linear-gradient(180deg, transparent 0%, rgba(6, 26, 28, 0.35) 100%);
}

.mesas .grade > table tr > *:nth-child(2) {
  flex: 2;
}

.aovivo .dupla {
  margin-top: 0;
  align-items: stretch;
}

@media (max-width: 850px) {
  .aovivo .dupla > div:first-child {
    min-height: 240px;
  }
}

.aovivo .foto--band img {
  height: auto;
  object-fit: contain;
  object-position: center;
}

.licenca {
  position: relative;
  overflow: hidden;
  border-radius: var(--curva-lg, 8px);
  padding: 56px 48px;
}
.licenca > div:not(.fundo) {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(6, 26, 28, 0.78);
  backdrop-filter: blur(6px);
  border: 1px solid var(--linha, rgba(127, 227, 198, 0.14));
  border-right: 3px solid var(--coral, #ff6b35);
  border-radius: var(--curva-lg, 8px) 0 0 var(--curva-lg, 8px);
  padding: 22px;
}
@media (max-width: 850px) {
  .licenca {
    padding: 32px 18px;
  }
  .licenca > div:not(.fundo) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .licenca {
    padding: 16px 10px;
  }
  .licenca > div:not(.fundo) {
    padding: 15px;
  }
}

.suporte .dupla {
  align-items: stretch;
}

.suporte .itens {
  margin-top: 20px;
}

.duvidas__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 14px;
}

.duvidas__item {
  border: 1px solid var(--ouro, #ffc42e);
  border-radius: var(--curva-xl, 14px);
  overflow: hidden;
  background: var(--painel, #163a3b);
  transition: border-color var(--transicao);
}
.duvidas__item:has(.duvida__title.active) {
  border-color: transparent;
}

.duvida__title {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px 46px 14px 16px;
  background: var(--fundo-noite, #0f2a2c);
  color: var(--texto-claro, #f4fbf8);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
  transition: filter var(--transicao);
}
.duvida__title::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  border-right: 2px solid var(--texto-claro, #f4fbf8);
  border-bottom: 2px solid var(--texto-claro, #f4fbf8);
  transform: rotate(45deg);
  transition: transform 0.3s ease, margin-top 0.3s ease;
}
.duvida__title.active::after {
  transform: rotate(-135deg);
  margin-top: -2px;
}
@media (hover: hover) {
  .duvida__title:hover {
    filter: brightness(1.05);
  }
}
@media (max-width: 850px) {
  .duvida__title {
    font-size: 14px;
  }
}

.duvida__desc {
  border-top: 1px solid var(--ouro, #ffc42e);
  padding: 0 16px;
}
.duvida__desc p {
  padding: 14px 0;
  margin: 0;
}

.opinioes__carousel {
  width: 100%;
  overflow: hidden;
  margin-top: 14px;
}

.opinioes__track {
  display: flex;
  gap: 20px;
  width: max-content;
}

.opinioes__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(180deg, #163a3b 0%, #0e2728 100%);
  border: 2px solid rgba(255, 196, 46, 0.6);
  box-shadow: 0 0 14px rgba(255, 196, 46, 0.25);
  color: var(--ouro, #ffc42e);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.04em;
}
.opinioes__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
}

.opinioes__card {
  flex: none;
  width: 416px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-radius: var(--curva-xl, 14px);
  border: 1px solid rgba(255, 196, 46, 0.35);
  background: linear-gradient(180deg, rgba(22, 58, 59, 0.9) 0%, rgba(13, 23, 40, 0.9) 100%);
  box-shadow: 0 8px 24px -12px rgba(255, 196, 46, 0.25);
}
@media (max-width: 767px) {
  .opinioes__card {
    width: 320px;
  }
}
@media (max-width: 450px) {
  .opinioes__card {
    width: 260px;
  }
}
.opinioes__card .estrelas {
  display: flex;
  gap: 4px;
  width: auto;
}
.opinioes__card .estrelas svg {
  width: 18px;
  height: 18px;
  fill: var(--ouro, #ffc42e);
}
.opinioes__card .estrelas svg.is-off {
  fill: rgba(127, 227, 198, 0.25);
}
.opinioes__card h3 {
  margin: 0;
  padding: 0;
  background: none;
  color: var(--ouro, #ffc42e);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.opinioes__card h3::before {
  display: none;
}
.opinioes__card p {
  margin: 0;
  font-size: 13.5px;
  text-align: center;
  color: var(--texto-corpo, #d2e7e1);
}

.opinioes__nav {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.opinioes__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--texto-claro, #f4fbf8);
  transition: transform var(--transicao), box-shadow var(--transicao);
}
.opinioes__btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--texto-inverso, #061a1c);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (hover: hover) {
  .opinioes__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px -8px rgba(244, 251, 248, 0.6);
  }
}

.notas .foto--band img {
  height: auto;
  object-fit: contain;
  object-position: center;
}

.notas table tbody td:nth-child(2) {
  white-space: nowrap;
  font-weight: 800;
  color: var(--ouro, #ffc42e);
}

.notas .grade tr > *:nth-child(1) {
  flex: 0 0 160px;
}

.notas .grade tr > *:nth-child(2) {
  flex: 0 0 70px;
}

.notas .grade tr > *:nth-child(3) {
  flex: 1 1 auto;
}

.editor__row {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  margin-top: 0;
}

.editor__photo {
  flex: 0 0 170px;
}
.editor__photo img,
.editor__photo .ph {
  width: 170px;
  height: 170px !important;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  border: 2px solid var(--linha-forte, rgba(255, 196, 46, 0.45));
  margin: 0;
}

.editor__body {
  flex: 1 1 0;
  min-width: 0;
}
.editor__body h3 {
  margin-top: 0;
}
.editor__body p + p {
  margin-top: 20px;
}
.editor__body .btn-acao {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .editor__row {
    flex-direction: column;
    align-items: center;
  }
  .editor__photo {
    flex: 0 0 auto;
  }
  .editor__body {
    width: 100%;
    text-align: center;
  }
  .editor__body h3 {
    padding: 0;
  }
  .editor__body h3::before {
    display: none;
  }
  .editor__body .btn-acao {
    margin-left: auto;
    margin-right: auto;
  }
}
.abrepag {
  position: relative;
  overflow: hidden;
  border-radius: var(--curva-lg, 10px);
  padding: 60px;
}
.abrepag > div:not(.fundo) {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(6, 26, 28, 0.78);
  backdrop-filter: blur(6px);
  border-radius: var(--curva-lg, 8px);
  border: 1px solid var(--linha, rgba(127, 227, 198, 0.14));
  padding: 22px;
}
@media (max-width: 850px) {
  .abrepag {
    padding: 40px 20px;
  }
  .abrepag > div:not(.fundo) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .abrepag {
    padding: 20px 12px;
  }
  .abrepag > div:not(.fundo) {
    padding: 15px;
  }
}

.recarga .foto--band img {
  height: auto;
  object-fit: contain;
  object-position: center;
}

.giros .dupla--flip > div:first-child {
  flex: 0 0 min(46%, 520px);
  min-height: 0;
  aspect-ratio: 4/3;
  align-self: flex-start;
}
.giros .dupla--flip > div:first-child img:not(:where(.icon, .logo)) {
  object-fit: cover;
  object-position: center;
}
@media (max-width: 850px) {
  .giros .dupla--flip > div:first-child {
    flex: none;
    width: 100%;
    aspect-ratio: 16/10;
  }
}

.cashback .dupla--flip > div:first-child {
  flex: 0 0 min(46%, 520px);
  align-self: stretch;
  min-height: 0;
}
.cashback .dupla--flip > div:first-child img:not(:where(.icon, .logo)) {
  object-fit: cover;
  object-position: center;
}
@media (max-width: 850px) {
  .cashback .dupla--flip > div:first-child {
    flex: 0 0 260px;
    width: 100%;
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .cashback .dupla--flip > div:first-child {
    flex: 0 0 210px;
    min-height: 210px;
  }
}

.relampago .foto--band img {
  height: auto;
  object-fit: contain;
  object-position: center;
}

.pg-app .jogoseguro {
  position: relative;
  overflow: hidden;
  border-radius: var(--curva-lg, 10px);
  padding: 60px;
}
.pg-app .jogoseguro > div:not(.fundo) {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(6, 26, 28, 0.78);
  backdrop-filter: blur(6px);
  border-radius: var(--curva-lg, 8px);
  border: 1px solid var(--linha, rgba(127, 227, 198, 0.14));
  padding: 22px;
}
@media (max-width: 850px) {
  .pg-app .jogoseguro {
    padding: 40px 20px;
  }
  .pg-app .jogoseguro > div:not(.fundo) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .pg-app .jogoseguro {
    padding: 20px 12px;
  }
  .pg-app .jogoseguro > div:not(.fundo) {
    padding: 15px;
  }
}

.instalar .dupla {
  align-items: stretch;
}

.instalar .etapas {
  margin-top: 12px;
}

.vantagens .foto--band img {
  height: auto;
  object-fit: contain;
  object-position: center;
}

.requisitos .dupla .grade {
  margin-top: 0;
}
.requisitos .grade > table tr {
  gap: 18px;
  padding: 12px 16px;
}
.requisitos .grade > table tbody th {
  flex: 0 0 34%;
  color: var(--ouro, #ffc42e);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.requisitos .grade > table thead th:first-child {
  flex: 0 0 34%;
}
@media (max-width: 850px) {
  .requisitos .grade > table {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .requisitos .grade > table {
    width: auto;
    min-width: 460px;
  }
  .requisitos .grade > table tr {
    gap: 12px;
    padding: 11px 12px;
  }
  .requisitos .grade > table tbody th {
    flex: 0 0 38%;
  }
  .requisitos .grade > table thead th:first-child {
    flex: 0 0 38%;
  }
}

.bloco.erro404 {
  min-height: 560px;
  padding: clamp(24px, 4vw, 52px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 5vw, 80px);
  text-align: center;
}
.bloco.erro404::before {
  content: "";
  position: absolute;
  inset: auto 4% 0 auto;
  width: min(42vw, 520px);
  height: 72%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 154, 181, 0.2), transparent 68%);
  pointer-events: none;
}

.erro404__copy {
  flex: 1 1 620px;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.erro404__copy p {
  max-width: 620px;
}
.erro404__character {
  position: relative;
  flex: 0 1 390px;
  align-self: stretch;
  min-height: 470px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
}
.erro404__speech {
  position: absolute;
  top: auto;
  bottom: 445px;
  left: 0;
  z-index: 2;
  width: max-content;
  max-width: 240px;
  margin: 0;
  padding: 13px 20px;
  border: 2px solid var(--ouro, #ffc42e);
  border-radius: 22px;
  background: var(--texto-claro, #f4fbf8);
  color: var(--texto-inverso, #061a1c);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  transform: rotate(-3deg);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}
.erro404__speech strong {
  color: #1f9ab5;
}
.erro404__speech::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: -15px;
  width: 25px;
  height: 25px;
  background: var(--texto-claro, #f4fbf8);
  border-right: 2px solid var(--ouro, #ffc42e);
  border-bottom: 2px solid var(--ouro, #ffc42e);
  transform: skew(18deg) rotate(38deg);
}
.bloco .erro404__owl, .erro404__owl {
  width: min(100%, 360px);
  height: 470px;
  object-fit: contain;
  object-position: center bottom;
  border-radius: 0;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.42));
}

@media (max-width: 767px) {
  .bloco.erro404 {
    min-height: 0;
    flex-direction: column;
    gap: 12px;
  }
  .erro404__copy {
    display: contents;
  }
  .erro404__copy h2 {
    order: 1;
  }
  .erro404__copy p {
    order: 2;
    width: 100%;
    max-width: 100%;
  }
  .erro404__character {
    order: 3;
    width: 100%;
    min-height: 350px;
    align-self: auto;
  }
  .erro404__copy .btn-acao {
    order: 4;
  }
  .erro404__speech {
    top: auto;
    bottom: 330px;
    left: 50%;
    transform: translateX(-85%) rotate(-3deg);
    font-size: 16px;
  }
  .bloco .erro404__owl, .erro404__owl {
    width: min(100%, 280px);
    height: 350px;
  }
}
@media (max-width: 450px) {
  .erro404__speech {
    left: 8px;
    transform: rotate(-3deg);
  }
}
.raspa-dock {
  --shift: 118px;
  position: fixed;
  right: 0;
  top: 46%;
  z-index: 45;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  translate: var(--shift) 0;
  transition: translate 0.45s cubic-bezier(0.3, 1.25, 0.4, 1);
}
.raspa-dock.is-open {
  translate: 0 0;
}

.raspa-dock__toggle {
  flex: 0 0 auto;
  width: 30px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px 0 0 10px;
  background: var(--gr-ouro, linear-gradient(180deg, #ffd66b 0%, #d98f0e 100%));
  color: #061a1c;
  cursor: pointer;
  box-shadow: -4px 0 14px rgba(255, 196, 46, 0.35);
}
.raspa-dock__toggle svg {
  fill: none;
  transition: transform 0.3s ease;
  animation: br-arrow-nudge 1.5s ease-in-out infinite;
}
@media (hover: hover) {
  .raspa-dock__toggle:hover {
    filter: brightness(1.08);
  }
}

.raspa-dock.is-open .raspa-dock__toggle svg {
  transform: rotate(180deg);
  animation: none;
}

@keyframes br-arrow-nudge {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4px);
  }
}
.raspa-launcher {
  position: relative;
  flex: 0 0 auto;
  width: 100px;
  aspect-ratio: 16/9;
  margin: 0 10px 0 8px;
  padding: 0;
  border: 0;
  background: transparent;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.48));
  cursor: pointer;
  isolation: isolate;
  animation: br-ticket-float 3.2s ease-in-out infinite;
}
.raspa-launcher img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.raspa-launcher span {
  position: absolute;
  inset: 30% 20% 24%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  color: #ffe3a3;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}
@media (hover: hover) {
  .raspa-launcher:hover {
    animation-play-state: paused;
    filter: drop-shadow(0 12px 24px rgba(255, 196, 46, 0.42));
    transform: rotate(1deg) scale(1.06);
  }
}

@keyframes br-ticket-float {
  0%, 100% {
    transform: rotate(-2deg);
  }
  50% {
    transform: translateY(-7px) rotate(1deg);
  }
}
.raspa {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(24, 7, 36, 0.78);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.raspa.is-on {
  opacity: 1;
}

.raspa__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(94vw, 760px);
  padding: 62px 88px 48px;
  background: url("../images/raspadinha.webp") center/100% 100% no-repeat;
  text-align: center;
  transform: rotate(-3deg);
  filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 20px rgba(255, 196, 46, 0.35));
  animation: br-ticket-glow 2.6s ease-in-out infinite;
}

@keyframes br-ticket-glow {
  0%, 100% {
    filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 16px rgba(255, 196, 46, 0.3));
  }
  50% {
    filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 36px rgba(255, 196, 46, 0.6));
  }
}
.raspa__brand {
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #1d3556;
  margin: 0 0 6px;
}

.raspa__num {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #1d3556;
  margin-top: 14px;
}

.raspa__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(6, 26, 28, 0.7);
  color: var(--texto-suave, #8fb0aa);
  font-size: 22px;
  line-height: 1;
  transition: color var(--transicao), background var(--transicao);
}
@media (hover: hover) {
  .raspa__close:hover {
    color: var(--texto-claro, #f4fbf8);
    background: rgb(6, 26, 28);
  }
}

.raspa__title {
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #12203a;
  margin: 0;
}

.raspa__sub {
  font-size: 13px;
  color: #24406b;
  margin-top: 4px;
}

.raspa__zone {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  margin-top: 16px;
  border-radius: var(--curva-lg, 10px);
  overflow: hidden;
}

.raspa__prize {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: radial-gradient(60% 80% at 50% 0%, rgba(255, 196, 46, 0.15) 0%, transparent 100%), var(--fundo-escuro, #061a1c);
  color: var(--texto-claro, #f4fbf8);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.raspa__prize b {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--ouro, #ffc42e);
}
.raspa__prize span {
  font-size: 14px;
  font-weight: 600;
  color: var(--texto-corpo, #d2e7e1);
}

.raspa__foil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  touch-action: none;
  cursor: none;
  transition: opacity 0.6s ease;
}
.raspa__foil.is-cleared {
  opacity: 0;
  pointer-events: none;
}

.raspa__coin {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45%;
  background: linear-gradient(90deg, #7a4c05 0%, #c9820c 12%, #ffe3a3 42%, #a56807 70%, #613c04 100%);
  border: 2px solid #5e3a04;
  box-shadow: inset 3px 0 4px rgba(255, 255, 255, 0.55), inset -3px 0 4px rgba(60, 40, 4, 0.55), 5px 8px 12px rgba(0, 0, 0, 0.48);
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-18deg);
  transition: opacity 0.15s ease;
  z-index: 2;
}
.raspa__coin.is-visible {
  opacity: 1;
}
.raspa__coin.is-rubbing {
  animation: br-coin-rub 0.35s ease-in-out infinite;
}

.raspa__win {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  padding: 8px 22px;
  border: 3px solid var(--ouro, #ffc42e);
  border-radius: 10px;
  background: rgba(6, 26, 28, 0.78);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(20px, 5vw, 34px);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--ouro, #ffc42e);
  text-shadow: 0 2px 0 rgba(124, 74, 0, 0.8), 0 6px 18px rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(-7deg) scale(2.4);
}

.raspa__card.is-won .raspa__win {
  animation: br-win-stamp 0.55s cubic-bezier(0.2, 1.4, 0.4, 1) 0.25s forwards;
}

@keyframes br-win-stamp {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-7deg) scale(2.4);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-7deg) scale(1);
  }
}
.raspa__flake {
  position: absolute;
  z-index: 1;
  border-radius: 2px;
  background: linear-gradient(135deg, #ffe3a3 0%, #ffc42e 55%, #d98f0e 100%);
  box-shadow: 0 0 4px rgba(255, 196, 46, 0.4);
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: br-flake-fall var(--dur, 0.7s) ease-in forwards;
}

@keyframes br-flake-fall {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--fx, 0px)), calc(-50% + var(--fy, 60px))) rotate(var(--rot, 180deg));
  }
}
@keyframes br-coin-rub {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(-25deg) scale(0.96);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-10deg) scale(1);
  }
}
.raspa__cta.btn-acao {
  margin-top: 20px;
  opacity: 0.45;
  filter: saturate(0.5);
  pointer-events: none;
  transition: opacity 0.4s ease, filter 0.4s ease;
}

.raspa__card.is-won .raspa__cta.btn-acao {
  opacity: 1;
  filter: none;
  pointer-events: auto;
}
.raspa__card.is-won .raspa__prize b {
  animation: br-prize-pop 0.6s ease;
}

@keyframes br-prize-pop {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 450px) {
  .raspa-dock {
    --shift: 92px;
    top: auto;
    bottom: 150px;
    transform: none;
  }
  .raspa-dock__toggle {
    width: 26px;
    height: 50px;
  }
  .raspa-launcher {
    width: 78px;
    margin: 0 6px;
  }
  .raspa-launcher span {
    font-size: 7px;
  }
  .raspa {
    padding: 10px;
  }
  .raspa__card {
    padding: 34px 20px 26px;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    transform: rotate(-2deg);
  }
  .raspa__prize b {
    font-size: 36px;
  }
  .raspa__prize {
    font-size: 15px;
  }
}
:focus-visible {
  outline: 2px solid var(--ouro, #ffc42e);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
