@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700,800&display=swap");

/* --- Estilo Aura Brasil --- */
.aura-card, .form-card, .manual-card, .success-card, .support-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px #0002;
  padding: 24px 18px 18px 18px;
  max-width: 340px;
  margin: 24px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aura-input, .form-card input, .form-card textarea {
  width: 100%;
  padding: 10px 14px;
  border-radius: 10px;
  border: none;
  background: #f3f3f3;
  margin-bottom: 14px;
  font-size: 1rem;
  color: #222;
  box-shadow: 0 1px 4px #0001;
  outline: none;
  transition: box-shadow 0.2s, border 0.2s;
}
.aura-input:focus, .form-card input:focus, .form-card textarea:focus {
  box-shadow: 0 0 0 2px #dfac06;
  border: 1.5px solid #dfac06;
}

.aura-btn, .form-card button, .manual-card button, .success-card button, .support-card button {
  width: 100%;
  background: #2ecc40;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 0;
  font-size: 1.08rem;
  font-weight: 600;
  margin-top: 10px;
  cursor: pointer;
  box-shadow: 0 2px 8px #0001;
  transition: background 0.2s;
}
.aura-btn:hover, .form-card button:hover {
  background: #27ae38;
}

.aura-label, .form-card label {
  width: 100%;
  text-align: left;
  font-size: 0.98rem;
  color: #222;
  font-weight: 500;
  margin-bottom: 2px;
}

.info-box {
  background: #e8f4fd;
  border: 1px solid #b3d9ff;
  border-radius: 8px;
  padding: 12px;
  margin: 12px 0;
  width: 100%;
}

.info-box p {
  margin: 0;
  font-size: 0.9rem;
  color: #2c5aa0;
  line-height: 1.4;
}


.aura-logo {
  display: block;
  margin: 40px auto 28px auto;
  width: 100vw;
  max-width: 600px;
  min-width: 280px;
  height: auto;
  object-fit: contain;
  background: transparent;
  transition: max-width 0.3s, width 0.3s;
}

@media (max-width: 900px) {
  .aura-logo {
    max-width: 90vw;
    min-width: 180px;
    margin-top: 28px;
    margin-bottom: 18px;
  }
}
@media (max-width: 600px) {
  .aura-logo {
    max-width: 98vw;
    min-width: 120px;
    margin-top: 18px;
    margin-bottom: 10px;
  }
}

.aura-warning {
  color: #e67e22;
  font-size: 0.92rem;
  margin-top: 10px;
  text-align: center;
}

.aura-success {
  color: #2ecc40;
  font-size: 1.1rem;
  margin: 18px 0 8px 0;
  text-align: center;
}

/* Carrossel Aura */
.aura-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px auto;
  width: 100%;
  max-width: 340px;
  min-height: 180px;
}
.aura-carousel-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px #0002;
  padding: 12px 8px 8px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 180px;
  margin: 0 8px;
}
.aura-carousel-card img {
  width: 100px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 8px;
}
.aura-carousel-card .modelo-nome {
  font-size: 1.08rem;
  font-weight: 600;
  color: #222;
  text-align: center;
}
.aura-carousel-indicadores {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
}
.aura-carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bbb;
  display: inline-block;
  transition: background 0.2s;
}
.aura-carousel-dot.active {
  background: #dfac06;
}

@media (max-width: 600px) {
  .aura-card, .form-card, .manual-card, .success-card, .support-card {
    max-width: 98vw;
    padding: 16px 4vw 12px 4vw;
  }
  .aura-carousel {
    max-width: 98vw;
  }
  .aura-carousel-card {
    width: 98vw;
    max-width: 220px;
  }
}
/* Logo no topo */
.logo-area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-top: 8px;
}
.logo-img {
  max-width: 600px;
  width: 100vw;
  min-width: 280px;
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 12px #0003);
  transition: max-width 0.3s, width 0.3s;
}
@media (max-width: 900px) {
  .logo-img {
    max-width: 90vw;
    min-width: 180px;
  }
}
@media (max-width: 600px) {
  .logo-img {
    max-width: 98vw;
    min-width: 120px;
  }
}

/* Novo carrossel moderno e responsivo */
.carrossel-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  margin: 0 auto 24px auto;
  position: relative;
  min-height: 420px;
}
.carrossel-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 32px #0003;
  overflow: hidden;
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 18px 0;
  margin-bottom: 10px;
}
.carrossel-img {
  width: 100%;
  max-width: 320px;
  height: 180px;
  object-fit: contain;
  background: #f3f3f3;
  border-bottom: 2px solid #dfac06;
  margin-bottom: 0;
  display: block;
}
.carrossel-info {
  width: 100%;
  padding: 18px 18px 0 18px;
  color: #222;
  background: none;
  border: none;
  text-align: left;
}
.carrossel-info h2 {
  margin: 0 0 10px 0;
  font-size: 1.18rem;
  font-weight: 700;
  color: #dfac06;
  text-align: center;
}
.carrossel-info ul {
  margin: 0;
  padding: 0 0 0 18px;
  font-size: 1.01rem;
  color: #222;
}
.carrossel-info li {
  margin-bottom: 3px;
}
.carrossel-descricao {
  margin: 0 0 12px 0;
  font-size: 1.01rem;
  color: #444;
  text-align: center;
  line-height: 1.4;
}
.carrossel-indicadores {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
}
.carrossel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #bbb;
  display: inline-block;
  transition: background 0.2s;
  cursor: pointer;
}
.carrossel-dot.active {
  background: #dfac06;
}
@media (max-width: 600px) {
  .carrossel-wrapper {
    min-height: 260px;
    max-width: 98vw;
    margin-bottom: 12px;
  }
  .carrossel-card {
    max-width: 98vw;
    border-radius: 12px;
    padding: 0 0 10px 0;
  }
  .carrossel-img {
    max-width: 98vw;
    height: 120px;
    border-radius: 12px 12px 0 0;
  }
  .carrossel-info {
    padding: 10px 8px 0 8px;
    font-size: 0.97rem;
  }
  .carrossel-info h2 {
    font-size: 1.01rem;
    margin-bottom: 4px;
  }
  .carrossel-indicadores {
    margin-top: 2px;
    gap: 4px;
  }
}
.fabricante-selector label {
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.9px;
}
.fabricante-selector select {
  padding: 8px 18px;
  border-radius: 8px;
  border: 1.5px solid #030303;
  font-size: 1.08rem;
  background: #f3f0fa;
  color: #dfac06;
  font-weight: 500;
  outline: none;
  transition: border 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 4px #dfac06;
  cursor: pointer;
}
.fabricante-selector select:focus {
  border: 2px solid #a78bfa;
  box-shadow: 0 0 0 2px #dfac06;
}
.fabricante-selector select:hover {
  border: 2px solid #a78bfa;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100vw;
  min-width: 100vw;
  height: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
  width: 100vw;
  padding: 10px 0 20px 0;
  font-family: 'DM Sans', sans-serif;
  transition: background .4s ease-in;
  background: url('/img/background.jpg') no-repeat center center fixed;
  background-size: cover;
  box-sizing: border-box;
}

input[type=radio] {
  display: none;
}

.card {
  position: absolute;
  width: 60%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .4s ease;
  cursor: pointer;
}

.container {
  width: 100vw;
  max-width: 800px;
  max-height: 600px;
  height: 100%;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0 2vw;
}

.cards {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

#item-1:checked ~ .cards #song-3, #item-2:checked ~ .cards #song-1, #item-3:checked ~ .cards #song-2 {
  transform: translatex(-40%) scale(.8);
  opacity: .4;
  z-index: 0;
}

#item-1:checked ~ .cards #song-2, #item-2:checked ~ .cards #song-3, #item-3:checked ~ .cards #song-1 {
  transform: translatex(40%) scale(.8);
  opacity: .4;
  z-index: 0;
}

#item-1:checked ~ .cards #song-1, #item-2:checked ~ .cards #song-2, #item-3:checked ~ .cards #song-3 {
  transform: translatex(0) scale(1);
  opacity: 1;
  z-index: 1;
  
  img {
    box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
  }
}

.player {
  background-color: #fff;
  border-radius: 8px;
  min-width: 320px;
  padding: 16px 10px;
}

.upper-part {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  height: 36px;
  overflow: hidden;
}

.play-icon{ margin-right: 10px; }

.song-info {
  width: calc(100% - 32px);
  display: block;
}

.song-info .title {
  color: #403d40;
  font-size: 14px;
  line-height: 24px;
}

.sub-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.subtitle, .time {
  font-size: 12px;
  line-height: 16px;
  color: #c6c5c6;
}

.time {
  font-size: 12px;
  line-height: 16px;
  color: #a5a5a5;
  font-weight: 500;
  margin-left: auto;
}

.progress-bar {
  height: 3px;
  width: 100%;
  background-color: #e9efff;
  border-radius: 2px;
  overflow: hidden;
}

.progress {
  display: block;
  position: relative;
  width: 60%;
  height: 100%;
  background-color: #2992dc;
  border-radius: 6px;
}

.info-area {
  width: 100%;
  position: absolute;
  top: 0;
  left: 30px;
  transition: transform .4s ease-in;
}

#item-2:checked ~ .player #test {
  transform: translateY(0);
}

#item-2:checked ~ .player #test  {
  transform: translateY(-40px);
}

#item-3:checked ~ .player #test  {
  transform: translateY(-80px);
}