@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.border-t {
  border: solid 2px blue;
}

main,
html,
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", "Nunito", Helvetica, sans-serif;
  background-color: #121212 !important;
  color: #fff;
}

:root {
  --best-color: #EB0459;
  --border-orange: solid 2px #ea7730;
  --color-default: #ea7730;
  --bg: #121212;
  --txt-color: #fff;
  --txt-size: clamp(16px, 5vw, 20px);
  --title-size: clamp(38px, 5vw, 40px);
  --title-medium: clamp(20px, 5vw, 28px);
  --gap: 20px;
  --speed: 0.7;
  --dot-size: 10px;
  --arrow-size: 15px;
  --max-height: 80px;
}

/* Default */
.container__section {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: min(1200px, 90vw);
  padding-top: 50px;
}

.str {
  color: var(--color-default);
}

.bp-c {
  color: var(--best-color);
}

h1 {
  font-size: clamp(24px, 5vw, 40px);
}

p {
  font-size: var(--txt-size);
}

.txt-c {
  text-align: center;
}

.titles {
  font-size: var(--title-medium);
}

.s-center {
  justify-content: center;
}

.center {
  justify-content: center;
  align-items: center;
}

.d-flex {
  display: flex;
}

.bold {
  font-weight: bold;
}

.button {
  cursor: pointer;
  padding: 20px 35px;
  border-radius: 50px;
  border: var(--border-orange);
  background: var(--color-default);
  color: var(--txt-color);
  font-size: var(--txt-size);
  transition: all;
}

.button:hover {
  border: var(--border-orange);
  background: var(--bg);
  color: var(--color-default);
  transition: ease 0.2s;
  box-shadow: 0 0 10px rgba(234, 119, 48, 0.7), 0 0 20px rgba(234, 119, 48, 0.5), 0 0 30px rgba(234, 119, 48, 0.3);
}

#hero .container__section p {
  width: 75%;
  font-size: clamp(16px, 5vw, 24px);
}

#bottom .box__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#bottom .container__section,
#hero .container__section {
  flex-direction: column;
  gap: 40px;
  text-align: center;
  height: 100%;
}

#bottom {
  height: 80vh;
}

#faq .container__section {
  height: 540px;
}

#faq {
  height: auto;
}

#bean,
#range,
#hero {
  height: 100vh;
}

#bottom {
  background: linear-gradient(to bottom, rgb(18, 18, 18), rgba(18, 18, 18, 0) 60%), url("/images/cta.png") center/cover no-repeat;
}

#hero {
  background: linear-gradient(to top, rgb(18, 18, 18), rgba(18, 18, 18, 0) 60%), url("/images/IMG-FUNDO.png") center/cover no-repeat;
}

.counter__items {
  margin-top: 30px;
  gap: 50px;
}

.line__counter {
  margin-top: 20px;
  border: solid 1px var(--color-default);
  width: 300px;
}

dd {
  font-size: var(--title-size);
  font-weight: bold;
}

.box__ballom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 80%;
  height: 100%;
  margin: 10px;
}

.ballom p {
  font-size: 16px;
}

.ballom {
  padding: 15px;
  display: flex;
  color: #000;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 320px;
  height: 100px;
  border-radius: 45px;
  background-color: #fff;
}

#ballom-2::after,
.ballom::after {
  content: "";
  position: absolute;
  border-width: 25px;
  border-style: solid;
  transform: rotate(45deg);
  border-color: transparent #fff transparent transparent;
}

#ballom-3::after,
#ballom-1::after {
  left: 100px;
}

.ballom::after {
  bottom: 52%;
}

#ballom-2::after {
  bottom: -22% !important;
  right: 15px !important;
  border-color: transparent transparent var(--color-default) transparent;
}

#ballom-3::after {
  bottom: -5%;
}

#ballom-3 {
  margin-top: 60px;
}

#ballom-2 {
  background-color: #ea7730;
  position: absolute;
  left: 40%;
  color: var(--txt-color);
  box-shadow: #000 1px 1px 15px;
  z-index: 1;
}

#ballom {
  display: flex;
  left: -50%;
  align-items: center;
}

#releases .box__bottom > div {
  flex: 1;
}

#releases .box__bottom {
  width: 100%;
  margin-top: 50px;
}

#bean .box__info {
  width: 100%;
}

#range .box__info {
  width: 60%;
}

#bean .box__info {
  width: 60%;
}

#bean .container__section {
  width: 100%;
}

#bean .container__section,
#range .container__section {
  height: 100%;
}

#bean .box__img,
#range .box__img {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 900px;
  height: 100%;
  overflow-x: hidden;
}

#bean li {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  align-items: center;
}

#bean ul {
  list-style: none;
}

@media (min-width: 1200px) {
  #range .box__img {
    background: url("/images/distribuicao-musical-processo.jpg") no-repeat right/75%;
  }
  #bean .box__img {
    background: url("/images/diferenciais-bean-music.png") no-repeat right/65%;
  }
}
#bean .box__info h1 {
  margin-bottom: 50px;
}

#range .list p {
  margin-top: 30px;
}

#range li {
  font-size: var(--txt-size);
  margin-top: 30px;
}

#range ol li::marker {
  color: var(--color-default);
  font-weight: bold;
}

#range ol {
  margin-top: 100px;
  margin-left: 15px;
}

#plan-container {
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cards-container li {
  list-style: none;
}

.cards-container {
  margin-top: 50px;
  max-width: 1260px;
  display: flex;
  gap: 24px;
  /* espaço entre os cards */
  overflow-x: auto !important;
  overflow-y: hidden;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

/* cada card */
.card p {
  margin: 20px 0;
  font-size: 16px;
}

.box__card {
  transition: all;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.card {
  z-index: 1;
  position: relative;
  width: 300px;
  height: 320px;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px 15px 0 0;
  text-align: left;
  padding: 0 20px;
  border: var(--border-orange);
  transition: 0.4s ease;
  border-bottom: none;
}

.card__bottom {
  position: relative;
  width: 300px;
  height: auto;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 15px 15px;
  text-align: left;
  border: var(--border-orange);
  border-top: none;
  transition: box-shadow 0.4s ease;
}

.cardblack {
  border: solid 2px #cfcfcf !important;
  background-image: linear-gradient(to right top, #696662, #565250, #423f3e, #302e2d, #1e1d1d, #171616, #0d0d0d, #000000, #000000, #000000, #000000, #000000) !important;
  border-bottom: none !important;
}

.cardblack2 {
  border: solid 2px #cfcfcf !important;
  background-image: linear-gradient(to right bottom, #696662, #565250, #423f3e, #302e2d, #1e1d1d, #171616, #0d0d0d, #000000, #000000, #000000, #000000, #000000) !important;
  border-top: none !important;
}

.premium {
  background: #cfcfcf !important;
}

.cards-container::-webkit-scrollbar {
  cursor: pointer;
  height: 8px;
  /* altura da barra horizontal */
}

.cards-container::-webkit-scrollbar-track {
  background: transparent;
  /* fundo da barra */
}

.cards-container::-webkit-scrollbar-thumb {
  background-color: rgba(244, 124, 44, 0.3294117647);
  /* laranja */
  border-radius: 999px;
}

.cards-container::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  background-color: #ff8c3a;
  /* laranja mais claro no hover */
}

.card__bottom ul {
  padding: 0 20px;
  overflow: hidden;
  max-height: 120px;
  transition: max-height 0.8s ease;
}

.card__bottom ul.show-all {
  max-height: 1000px;
}

.card__bottom ul li {
  display: flex;
}

.show-more {
  width: 100%;
  padding: 10px 20px;
  border-radius: 0 0 12px 12px;
  background: var(--color-default);
  margin-top: 15px;
  color: var(--bg);
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  transition: all;
}

.show-more:hover {
  transition: 0.2s;
  color: #fff;
}

.check-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-default);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  margin-right: 10px;
}

.check-circle::before {
  content: "✔";
}

.card__bottom li {
  margin-top: 20px;
  font-size: small;
  display: flex;
}

.card-button {
  width: 100%;
  cursor: pointer;
  padding: 10px 35px;
  border-radius: 12px;
  border: var(--border-orange);
  background: var(--color-default);
  color: var(--txt-color);
  font-size: var(--txt-size);
  transition: all;
  margin-top: 20px;
  font-weight: bold;
}

.card-button:hover {
  border: var(--border-orange);
  transition: 0.3s;
  background: var(--bg);
  color: var(--color-default);
  transition: ease-in-out;
  box-shadow: 0 0 10px rgba(234, 119, 48, 0.7), 0 0 20px rgba(234, 119, 48, 0.5), 0 0 30px rgba(234, 119, 48, 0.3);
  transition: 0.2s;
}

.card-button-black {
  width: 100%;
  cursor: pointer;
  padding: 10px 35px;
  border-radius: 12px;
  border: solid 2px #cfcfcf;
  background-image: linear-gradient(to right bottom, #696662, #565250, #423f3e, #302e2d, #1e1d1d, #1e1d1d, #1e1d1d, #1e1d1d, #302e2d, #423f3e, #565250, #696662);
  color: var(--txt-color);
  font-size: var(--txt-size);
  transition: all;
  margin-top: 20px;
  font-weight: bold;
}

.card-button-black:hover {
  transition: 0.3s;
  background: var(--bg);
  color: var(--txt-color);
  transition: ease-in-out;
  background-image: linear-gradient(to right bottom, #000000, #181818, #2a2828, #3c3938, #4f4c4a, #4f4c4a, #4f4c4a, #4f4c4a, #3c3938, #2a2828, #181818, #000000);
  box-shadow: 0 0 10px rgba(234, 119, 48, 0.7), 0 0 20px rgba(234, 119, 48, 0.5), 0 0 30px rgba(234, 119, 48, 0.3);
  transition: 0.2s;
}

.card__title h2 span {
  font-size: 16px;
}

.card__title h2 {
  margin-top: 20px;
  font-size: 40px;
}

#plan .container__section {
  max-width: min(1500px, 100vw);
  padding-top: 50px;
}

h3 {
  text-align: center;
  color: #f07c2b;
  margin-bottom: 40px;
}

#faq .container__section {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: min(1450px, 90vw);
  padding-top: 50px;
}

.faq-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  width: 100%;
  margin: 0 auto;
}

.faq-item {
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  font-weight: bold;
  margin-bottom: 5px;
  justify-content: space-between;
  align-items: center;
}

.effect {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* inicia fora da tela */
.fade-right {
  transform: translateX(-80px);
}

.fade-left {
  transform: translateX(80px);
}

.fade-up {
  transform: translateY(80px);
}

.flip {
  transform: rotateY(180deg);
}

/* estado final quando aparece */
.show {
  opacity: 1;
  transform: translateX(0);
}

.faq-answer {
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0;
  color: #ccc;
}

.faq-item.open {
  background-color: #222;
}

.faq-toggle {
  color: #f07c2b;
  font-size: 0.9em;
  cursor: pointer;
}

footer .container__section {
  padding-bottom: 30px;
  height: 100%;
}

footer .container__section {
  gap: 30px;
}

footer .d-flex {
  gap: 30px;
}

footer p {
  font-size: medium;
  margin-bottom: 20px;
}

footer {
  background: #000;
}

.box__links {
  gap: 30px;
  display: flex;
}

.icon-footer {
  background: rgba(234, 119, 48, 0.4117647059);
  color: var(--txt-color);
  text-decoration: none;
  border: var(--border-orange);
  padding: 5px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  transition: all;
}

.icon-footer:hover {
  background: none;
  color: var(--color-default);
  transition: 0.2s;
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(234, 119, 48, 0.7), 0 0 20px rgba(234, 119, 48, 0.5), 0 0 30px rgba(234, 119, 48, 0.3);
}

#testimony h1 {
  margin-bottom: 50px;
}

.carousel {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(20, 20, 30, 0.06);
}

.viewport {
  width: 100%;
  height: var(--max-height);
  min-height: 200px;
}

.track {
  display: flex;
  gap: var(--gap);
  align-items: center;
  height: 100%;
  transform: translateX(0);
  will-change: transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.slide {
  border: var(--border-orange);
  flex: 0 0 auto;
  width: calc(33.333% - var(--gap) * 0.6666666667);
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/* Responsive adjustments */
@media (max-width: 1100px) {
  .slide {
    width: calc(50% - var(--gap) * 0.5);
  }
  /* 2 across */
}
@media (max-width: 620px) {
  .slide {
    width: calc(100% - var(--gap));
  }
  :root {
    --max-height: 220px;
  }
}
/* Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  box-shadow: 0 6px 18px rgba(18, 20, 30, 0.08);
  cursor: pointer;
  z-index: 20;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.arrow:active {
  transform: translateY(-50%) scale(0.98);
}

.arrow.right,
.arrow.left {
  background: rgba(234, 119, 48, 0.4117647059);
}

.arrow.right:hover,
.arrow.left:hover {
  border: none;
}

.arrow.left {
  padding: 5px;
  left: 12px;
}

.arrow.right {
  padding: 5px;
  right: 12px;
}

.arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Dots */
.dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  display: flex;
  gap: 8px;
  z-index: 30;
}

.dot {
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 50%;
  background: rgba(234, 119, 48, 0.158);
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease;
}

.dot.active {
  background: var(--color-default);
  transform: scale(1.15);
  box-shadow: 0 0 10px rgba(234, 119, 48, 0.7), 0 0 20px rgba(234, 119, 48, 0.5), 0 0 30px rgba(234, 119, 48, 0.3);
}

/* Hover hint */
.carousel:hover .arrow {
  opacity: 1;
}

@media (max-width: 600px) {
  .faq-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 820px) {
  .cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .container__section {
    min-width: min(1200px, 85vw);
  }
  #hero .container__section h1 br {
    display: none;
  }
  footer .d-flex {
    flex-direction: column;
  }
  #hero .container__section p {
    width: 100%;
  }
  #hero .container__section {
    flex-direction: column;
    gap: 40px;
    text-align: center;
    height: 100%;
    padding: 50px 0;
  }
  #hero button {
    order: 2;
  }
  #bean .box__info h1 {
    text-align: center;
  }
  #bottom br {
    display: none;
  }
  #bottom {
    height: auto;
  }
  #faq,
  #bean,
  #faq .container__section,
  #range,
  #hero {
    height: auto;
  }
  #bottom {
    height: auto;
    padding: 20px 0px 70px 0px;
  }
  footer p {
    font-size: small;
  }
  .button {
    width: 100%;
    padding: 25px 0;
    font-size: medium;
  }
  .counter__items {
    margin-top: 0;
    flex-direction: column;
  }
  #testimony h1 br {
    display: none;
  }
  #releases .box__bottom h2 br {
    display: none;
  }
  #releases .box__bottom {
    flex-direction: column;
  }
  #ballom-1::after,
  #ballom-2::after,
  #ballom-3::after {
    display: none;
  }
  #ballom-3 {
    margin-top: 0;
  }
  #ballom-2 {
    left: 0;
  }
  .box__ballom {
    padding: 30px 0;
    gap: 2px;
    margin: 0;
    width: 100%;
  }
  #ballom-1,
  #ballom-2,
  #ballom {
    position: relative;
  }
  #ballom-1,
  #ballom-3 {
    position: relative;
    border-bottom-left-radius: 0px;
  }
  #ballom-2 {
    /* left: 8%; */
    transform: scale(1.05);
    box-shadow: 1px 2px 14px #000;
    border-bottom-right-radius: 0px;
  }
  #bean .box__img,
  #range .box__img {
    display: none;
  }
  #range .box__info h1 {
    text-align: center;
  }
  #bean .box__info,
  #range .box__info {
    width: 100%;
  }
  #range ol {
    margin-top: 40px;
    margin-left: 25px;
  }
  #range .list p {
    margin-top: 30px;
  }
}
