@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap");

:root {
  --primary-color: #ff5036;
  --secondary-color: #ff9800;
  --accent-color: #ff5722;
  --text-light: #ffffff;
  --text-dark: #333333;
  --bg-gradient: linear-gradient(135deg, #0a181f 0%, #1a0b16 50%, #3d0e26 100%);
  --shadow-light: 0 4px 15px rgba(255, 80, 54, 0.2);
  --shadow-heavy: 0 8px 30px rgba(0, 0, 0, 0.3);
}

/* Main CSS */
.main__text__content {
  position: relative;
}

.main__text__left p {
  text-align: justify;
  font-weight: 500;
  font-family: "Space Grotesk", serif;
}

.main__text__left {
  width: 50%;
}

.main__paragraph {
  line-height: 1.5;
  margin-bottom: 1.5em;
}

.thanks__paragraph {
  font-size: 1.2rem;
  margin-bottom: 1.5em;
  color: #fff;
}

.main__strong {
  font-weight: 700;
  font-size: 1.5rem;
}

.main__title,
.thanks__title {
  margin-bottom: 3rem;
  margin-top: 4rem;
  font-size: 1.8rem;
  color: var(--primary-color);
}

.thanks__title {
  color: #fff;
  font-size: 1.5rem;
}
.thanks__title span {
  color: var(--primary-color);
  font-size: 4rem;
  font-weight: bolder;
}

.thanks__paragraph span {
  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: bolder;
}
.main {
  position: relative;
}

.header {
  position: relative;
  color: #fff;
  padding: 50px 0;
  overflow: hidden;
}

.eBook {
  position: relative;
  color: #fff;
  padding: 50px 0;
}

.wave {
  width: 1904px;
  position: absolute;
  bottom: 0;
  top: -300px;
  left: -344px;
  height: auto;
  z-index: -1;
}

.header__book img {
  width: 500px;
}

.main__text__right {
  position: relative;
  margin-top: 7rem;
  width: 700px;
}

.main__text__right p {
  font-family: "Space Grotesk", serif;
  font-weight: 500;
}

.header__title {
  margin-top: 50px;
  font-size: 3.5rem;
  font-weight: bolder;
  text-align: left;
}

.header__paragraph {
  margin-top: 2rem;
  font-size: 1.1rem;
  text-align: left;
}

.boxes__paragraph {
  font-family: "Space Grotesk", serif;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.boxes__title {
  margin-top: 40px;
  font-family: "Space Grotesk", serif;
  font-size: 1.8rem;
  color: var(--primary-color);
}

.boxes {
  position: relative;
  border-collapse: collapse;
  border: 1px solid;
  border-color: var(--primary-color);
  border-top: none;
  width: 336px;
  height: 275px;
  border-radius: 10px;
}

.boxes::before,
.boxes::after {
  content: "";
  position: absolute;
  top: 0;
  width: 33%;
  height: 0.5px;
  background: var(--primary-color);
}

.boxes::before {
  left: 6px;
}

.boxes::after {
  right: 6px;
}

.cards__button {
  width: 50%;
  background: linear-gradient(90deg, #ff5722, #ff9800);
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 3rem;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
}

.cards__button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.jornada__text {
  border: 1px solid #ff443c;
  border-radius: 39px;
  padding: 60px;
}

.jornada__text p {
  font-size: 1.2rem;
  margin: 15px 0 15px;
}

.number {
  font-size: 3.5rem;
  color: var(--primary-color);
}

.jornada__title {
  margin: 8rem 0 3rem;
}

.transforme__sua__vida {
  position: relative;
}

.transforme__texto {
  font-size: 1.2rem;
}

.footer {
  background: radial-gradient(circle, #1a0b16 25%, #3d0e26 100%);
  margin-top: 6rem;
  height: 300px;
}

.jornada {
  position: relative;
}

.icone {
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
}

.fa-rocket,
.fa-trophy,
.fa-brain {
  color: var(--primary-color);
  font-size: 2.5rem;
}

.footer__logo-play,
.footer__logo-sbpnl {
  margin: 3rem 0 2rem;
}

.footer__logo-play {
  width: 150px;
}

.footer__logo-sbpnl {
  width: 300px;
}

.footer__text {
  color: #fff;
}

.footer__text a {
  text-decoration: none;
  color: #fff;
}

#endereco,
#header__button {
  margin-top: 3rem;
}

#garoto {
  width: 800px;
  position: absolute;
  bottom: 140px;
  right: 0px;
}

#cilindro2 {
  width: 55px;
  position: absolute;
  top: 30px;
  right: 0;
}
#cilindro {
  width: 100px;
  position: absolute;
  top: -10px;
  left: -10px;
}

#cards__title {
  margin-bottom: 6rem;
}

#box1 {
  position: relative;

  margin-top: 1rem;
}

#box2 {
  position: relative;
}

#box3 {
  position: relative;

  margin-top: 2rem;
}

#transforme__button {
  margin-top: 3rem;
}

#explosao {
  position: absolute;
  top: -600px;
  bottom: 0px;
  right: 0px;
}

#montanha {
  position: absolute;
  top: -50px;
  left: 0px;
  bottom: -1000px;
}

#shape4 {
  width: 200px;
  position: absolute;
  bottom: -96px;
  left: 0px;
}

#shape5 {
  width: 80px;
  position: absolute;
  bottom: -96px;
  right: 0px;
}

#trophy {
  position: absolute;
  top: -40px;
}

#rocket {
  position: absolute;
  top: -40px;
}

#brain {
  position: absolute;
  top: -40px;
}

#download {
  width: 100%;
  height: 40%;
  font-size: 1.3rem;
}

#download-tite {
  margin: 5rem 0 0 0;
}

/* Novos estilos para elementos melhorados */
.success-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #4CAF50, #45a049);
  color: white;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 2rem;
  box-shadow: var(--shadow-light);
  animation: pulse 2s infinite;
}

.check-icon {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.download-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 1.5rem 0 2rem 0;
  max-width: 500px;
}

.download-btn {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border: none;
  border-radius: 12px;
  padding: 18px 35px;
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: var(--shadow-heavy);
  text-decoration: none;
  width: 100%;
  max-width: 350px;
}

.download-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 40px rgba(255, 80, 54, 0.4);
}

.download-btn:active {
  transform: translateY(-1px) scale(0.98);
}

.btn-icon {
  font-size: 1.4rem;
  animation: bounce 2s infinite;
}

.btn-arrow {
  transition: transform 0.3s ease;
}

.download-btn:hover .btn-arrow {
  transform: translateX(5px);
}

.download-info {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.book-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.book-image {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease;
}

.book-image:hover {
  transform: scale(1.05);
}

.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.floating-icon {
  position: absolute;
  font-size: 2rem;
  animation: float 3s ease-in-out infinite;
  opacity: 0.8;
}

.floating-icon.icon-1 {
  top: 10%;
  right: 10%;
  animation-delay: 0s;
}

.floating-icon.icon-2 {
  top: 60%;
  left: 5%;
  animation-delay: 1s;
}

.floating-icon.icon-3 {
  bottom: 20%;
  right: 20%;
  animation-delay: 2s;
}

.footer__copyright {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: var(--primary-color);
}

/* Animações */
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-5px); }
  60% { transform: translateY(-3px); }
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  33% { transform: translateY(-10px) rotate(5deg); }
  66% { transform: translateY(5px) rotate(-5deg); }
}

/* FAQ Section Styles */
.faq-section {
  margin: 6rem 0;
  padding: 3rem 0;
}

.faq-item {
  margin-bottom: 2rem;
  padding: 1.5rem;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
}

.faq-item h3 {
  color: var(--primary-color);
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-family: "Space Grotesk", serif;
  font-weight: 600;
}

.faq-item p {
  font-family: "Space Grotesk", serif;
  line-height: 1.6;
  color: #333;
}

@media only screen and (min-width: 2100px) {
  #cilindro {
    width: 251px;
  }
  #cilindro2 {
    width: 105px;
  }

  .wave {
    width: 10904px;
    top: -4902px;
    left: -3412px;
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 1255px) {
  .header__book img {
    width: 400px;
  }
  .container {
    width: auto;
  }

  #garoto {
    width: 600px;
  }

  #shape4 {
    left: -32px;
  }

  #cilindro2 {
    display: none;
  }
}

@media only screen and (max-width: 1177px) {
  #box3 {
    margin-top: 50px;
  }
  .boxes {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1023px) {
  .main__text__left {
    width: 100%;
  }

  .header__title,
  .header__paragraph {
    text-align: center;
  }

  .header__book img {
    margin-top: 3rem;
    width: 324px;
  }

  #explosao,
  #garoto,
  #montanha,
  #shape4,
  #shape5 {
    display: none;
  }

  #cilindro2 {
    right: -111px;
  }
}

@media only screen and (max-width: 633px) {
  .footer__logo-play {
    width: 100px;
  }

  .footer__logo-sbpnl {
    width: 200px;
  }

  .thanks__title span {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 450px) {
  .header__title {
    font-size: 2.5rem;
  }
  
  .success-badge {
    font-size: 0.8rem;
    padding: 6px 12px;
  }
  
  .download-description {
    font-size: 1rem;
    margin: 1rem 0 1.5rem 0;
  }
  
  .download-btn {
    padding: 15px 25px;
    font-size: 1.1rem;
  }
  
  .floating-icon {
    font-size: 1.5rem;
  }
  
  .footer__copyright {
    align-items: center;
    text-align: center;
  }
  
  .social-links {
    justify-content: center;
  }
}

/* Melhorias de responsividade para tablets */
@media only screen and (max-width: 768px) {
  .download-btn {
    max-width: 100%;
  }
  
  .book-container {
    margin-top: 2rem;
  }
  
  .floating-elements {
    display: none; /* Esconder em mobile para melhor performance */
  }
}

/* Melhorias para telas grandes */
@media only screen and (min-width: 1200px) {
  .download-description {
    font-size: 1.2rem;
  }
  
  .download-btn {
    font-size: 1.3rem;
    padding: 20px 40px;
  }
}
