*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  background:#0a0a0a;
  color:#fff;
  font-family:'Montserrat',sans-serif;
  overflow-x:hidden;
  position:relative;
}

body::before{
  content:'';
  position:fixed;
  inset:0;
  background: url('victor_cavalheiro2.jpeg') center/cover no-repeat;
  opacity:.32;
  filter: blur(1px);
  transform: scale(1.02);
  z-index:-1;
}


.top-bar{
  width:100%;
  padding:14px;
  text-align:center;
  background:linear-gradient(90deg,#111,#1c1c1c);
  color:#FFD700;
  font-weight:700;
  letter-spacing:1px;
  font-size:13px;
}

.container{
  max-width:520px;
  margin:auto;
  padding:20px;
}

.badge{
  width:fit-content;
  margin:20px auto;
  padding:10px 18px;
  border-radius:999px;
  background:#151515;
  border:1px solid rgba(255,255,255,.05);
  display:flex;
  gap:10px;
  align-items:center;
}

.stars{
  color:#FFD700;
}

.badge span{
  color:#ccc;
  font-size:13px;
}

.hero h1{
  font-size:2.2rem;
  line-height:1.2;
  margin-bottom:20px;
  font-weight:800;
}

.gold{
  color:#FFD700;
}

.hero p{
  color:#CCCCCC;
  line-height:1.7;
  font-size:1rem;
  font-weight:300;
  margin-bottom:20px;
}

.cta-box{
  margin-top:25px;
}

.hero-image{
  width:100%;
  border-radius:20px;
  overflow:hidden;
  position:relative;
  animation:float 4s ease-in-out infinite;
  box-shadow:0 10px 30px rgba(0,0,0,.5);
}

.hero-image img{
  width:100%;
  display:block;
}

.overlay-tag{
  position:absolute;
  bottom:15px;
  left:15px;
  background:rgba(0,0,0,.7);
  padding:8px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
}

.iphone-frame{
  width:100%;
  max-width:380px;
  margin:0 auto;
  padding:10px 0 0;
}

.phone-shell{
  position:relative;
  border:16px solid #111;
  border-radius:56px;
  background:#000;
  overflow:hidden;
  box-shadow:0 24px 50px rgba(0,0,0,.45);
}

.screen{
  background:#111;
  border-radius:40px;
  overflow:hidden;
}

.screen img{
  width:100%;
  display:block;
  object-fit:cover;
  min-height:520px;
}

.notch{
  position:absolute;
  top:10px;
  left:50%;
  transform:translateX(-50%);
  width:120px;
  height:28px;
  background:rgba(0,0,0,.75);
  border-radius:18px;
}

@keyframes float{
  0%{
    transform:translateY(0px);
  }

  50%{
    transform:translateY(-6px);
  }

  100%{
    transform:translateY(0px);
  }
}

.section{
  margin-top:40px;
}

.section h2{
  margin-bottom:20px;
  font-size:1.5rem;
}

.benefits{
  display:flex;
  flex-direction:column;
  gap:15px;
}

.benefit-card{
  background:#151515;
  border-radius:16px;
  padding:18px;
  border:1px solid rgba(255,255,255,.05);
  transition:.3s;
}

.benefit-card:hover{
  transform:translateY(-4px);
  border-color:#FFD700;
}

.benefit-card p{
  color:#ccc;
  line-height:1.6;
}

.bullet{
  margin-right:6px;
}

.cta-box{
  margin-top:0;
  padding:28px 22px;
  border-radius:22px;
  background:linear-gradient(145deg,#111,#181818);
  text-align:center;
  position:relative;
  overflow:hidden;
  margin-bottom:30px;
}

.cta-box::before{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  background:rgba(46,204,113,.1);
  border-radius:50%;
  top:-50px;
  right:-60px;
}

.cta-box h3{
  font-size:1.7rem;
  margin-bottom:15px;
  position:relative;
  z-index:1;
  color:#ff3b3b;
  text-transform:uppercase;
  letter-spacing:1px;
}

.cta-box p{
  color:#ccc;
  line-height:1.6;
  margin-bottom:25px;
  position:relative;
  z-index:1;
}

.countdown-box{
  margin-top:16px;
}

#countdown{
  display:inline-block;
  margin-top:10px;
  background:rgba(255,59,59,.12);
  color:#ffecec;
  padding:12px 18px;
  border-radius:14px;
  font-weight:700;
  font-size:0.98rem;
  box-shadow:0 0 24px rgba(255,59,59,.16);
}

.cta-btn{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:18px;
  background:linear-gradient(90deg,#ff3b3b,#ff6b6b);
  color:#fff;
  text-decoration:none;
  border-radius:10px;
  font-weight:700;
  transition:.3s;
  animation:pulse 2s infinite;
  position:relative;
  z-index:1;
  box-shadow:0 18px 35px rgba(255,59,59,.25);
}

.cta-btn:hover{
  transform:scale(1.03);
}

@keyframes pulse{
  0%{
    box-shadow:0 0 0 0 rgba(46,204,113,.7);
  }

  70%{
    box-shadow:0 0 0 18px rgba(46,204,113,0);
  }

  100%{
    box-shadow:0 0 0 0 rgba(46,204,113,0);
  }
}

.mini-proof{
  margin-top:35px;
  display:flex;
  flex-direction:column;
  gap:15px;
}

.proof-card{
  background:#141414;
  padding:18px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.05);
}

.proof-card h4{
  margin-bottom:8px;
}

.proof-card p{
  color:#bdbdbd;
  line-height:1.5;
}

.carousel-section{
  margin-top:40px;
}

.carousel-container{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
}

.carousel{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  background:transparent;
  border:none;
  box-shadow:none;
  user-select:none;
  flex:1;
  min-width:300px;
}

.carousel-arrow{
  width:48px;
  height:48px;
  border-radius:50%;
  border:2px solid #FFD700;
  background:rgba(255,215,0,0.1);
  color:#FFD700;
  font-size:1.5rem;
  cursor:pointer;
  transition:all 0.3s ease;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.carousel-arrow:hover{
  background:rgba(255,215,0,0.2);
  transform:scale(1.1);
}

.carousel-arrow:active{
  transform:scale(0.95);
}

.carousel-track{
  display:flex;
  gap:0;
  padding:16px 0;
  will-change:transform;
  transition:transform 0.6s ease-out;
}

.carousel-slide{
  min-width:100%;
  flex-shrink:0;
  border-radius:22px;
}

.carousel-slide img{
  width:100%;
  display:block;
  object-fit:cover;
  border-radius:20px;
  height:520px;
}

@media (max-width: 520px) {
  .carousel-slide img {
    height:520px;
  }

  .carousel-container{
    gap:12px;
    position:relative;
    width:100%;
    padding:0 50px;
  }

  .carousel-arrow{
    width:40px;
    height:40px;
    font-size:1.2rem;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:3;
  }

  .carousel-arrow-left{
    left:8px;
  }

  .carousel-arrow-right{
    right:8px;
  }

  .carousel{
    min-width:100%;
  }
}

.carousel-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:16px;
  padding:0 16px;
  width:100%;
}

.dot{
  width:10px;
  height:10px;
  border-radius:50%;
  border:none;
  background:rgba(255,255,255,.3);
  cursor:pointer;
  transition:all 0.3s ease;
}

.dot:hover{
  background:rgba(255,255,255,.5);
  transform:scale(1.2);
}

.dot.active{
  background:#FFD700;
  width:28px;
  border-radius:5px;
}

@keyframes scrollCarousel{
  0%{
    transform:translateX(0);
  }
  100%{
    transform:translateX(-50%);
  }
}

.fade{
  opacity:0;
  transform:translateY(30px);
  transition:all .8s ease;
}

.fade.show{
  opacity:1;
  transform:translateY(0);
}

.site-footer{
  margin-top:40px;
  padding:24px 20px 18px;
  border-top:1px solid rgba(255,255,255,.08);
  color:#b4b4b4;
  text-align:center;
}

.footer-note{
  font-size:0.88rem;
  line-height:1.6;
  color:#c1c1c1;
  max-width:600px;
  margin:0 auto 12px;
}

.footer-links{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:18px;
  font-size:0.92rem;
}

.footer-links a{
  color:#d1d1d1;
  text-decoration:none;
  transition:color .2s ease;
}

.footer-links a:hover{
  color:#ffffff;
}

.image-modal{
  position:fixed;
  inset:0;
  display:none;
  justify-content:center;
  align-items:center;
  z-index:999;
}

.image-modal.active{
  display:flex;
}

.modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.85);
  backdrop-filter:blur(16px);
}

.modal-content{
  position:relative;
  max-width:92%;
  max-height:92%;
  width:720px;
  border-radius:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  padding:0 20px;
  box-shadow:0 40px 90px rgba(0,0,0,.45);
}

.modal-image{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
  max-height:calc(92vh - 80px);
  background:#000;
  border-radius:16px;
}

.modal-close{
  position:absolute;
  top:18px;
  right:18px;
  width:42px;
  height:42px;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:1.8rem;
  line-height:1;
  cursor:pointer;
  z-index:1;
  transition:all 0.3s ease;
}

.modal-close:hover{
  background:rgba(255,255,255,.2);
  transform:scale(1.1);
}

.modal-arrow{
  width:44px;
  height:44px;
  border-radius:50%;
  border:2px solid #FFD700;
  background:rgba(255,215,0,0.1);
  color:#FFD700;
  font-size:1.4rem;
  cursor:pointer;
  transition:all 0.3s ease;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:2;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
}

.modal-arrow-left{
  left:-60px;
}

.modal-arrow-right{
  right:-60px;
}

.modal-arrow:hover{
  background:rgba(255,215,0,0.2);
  transform:scale(1.15);
}

.modal-arrow:active{
  transform:scale(0.9);
}

@keyframes slideInRight{
  0%{
    opacity:0;
    transform:translateX(30px);
  }
  100%{
    opacity:1;
    transform:translateX(0);
  }
}

@keyframes slideInLeft{
  0%{
    opacity:0;
    transform:translateX(-30px);
  }
  100%{
    opacity:1;
    transform:translateX(0);
  }
}

.modal-image.slide-right{
  animation:slideInRight 0.5s ease-out;
}

.modal-image.slide-left{
  animation:slideInLeft 0.5s ease-out;
}

@media (max-width: 768px) {
  .modal-content{
    width:95%;
    gap:15px;
    padding:20px;
  }

  .modal-arrow{
    position:absolute;
    transform:translateY(-50%);
    top:50%;
  }

  .modal-arrow-left{
    left:5px;
  }

  .modal-arrow-right{
    right:5px;
  }

  .modal-image{
    max-height:calc(60vh);
  }
}

@media (max-width: 480px) {
  .modal-content{
    width:100%;
    padding:15px;
    gap:10px;
  }

  .modal-arrow{
    width:36px;
    height:36px;
    font-size:1.1rem;
  }

  .modal-arrow-left{
    left:2px;
  }

  .modal-arrow-right{
    right:2px;
  }

  .modal-image{
    max-height:calc(50vh);
  }

  .modal-close{
    width:36px;
    height:36px;
    font-size:1.4rem;
  }
}