body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	background-color: black;
	color: white;
}
#netflix-intro {
  position: fixed;
  inset: 0;
  background: black;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

#netflix-intro.active {
  display: flex; 
}

#netflix-intro .logo {
  font-size: 6rem;
  font-weight: bold;
  font-family: 'bebas neue', cursive;
  color: #e50914;
  letter-spacing: 0.06em;
  opacity: 0;
  animation: netflixIntro 3s ease forwards;
}

@keyframes netflixIntro {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  30% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}  
/* Cabeçalho */
.cabecalho {
	background-color: #141414;
	padding: 1rem;
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 30px;
}

.cabecalho nav {
	margin-top: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cabecalho nav a {
	color: white;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s;
}

.cabecalho nav a:hover {
	color: #e50914;
}

/* Banner */
.banner {
	position: relative;
	background: url('10.jpeg') no-repeat center center;
	background-size: cover;
	padding: 120px 1rem 2rem;
}

.banner::after {
	content: '';
	background: linear-gradient(to top, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.719));
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.piloto-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem 0;
	margin: 0;
}

.imagem-piloto {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.imagem-piloto img {
	width: auto;
	height: 300px;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
	padding: 0;
}
.imagem-piloto::after{
	content: '';
	position: absolute;	
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
background: linear-gradient(to top, rgba(0, 0, 0, 0.041), rgba(0, 0, 0, 0.349));
	border-radius: 5px;
}

.badge-piloto {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #e50914;
	color: white;
	padding: 8px 16px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	white-space: nowrap;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.conteudo {
	position: relative;
	max-width: 100%;
	z-index: 2;
}

.titulo {
	font-family: "Great Vibes", cursive;
	font-size: 40px;
	margin: 0;
}

.detalhes {
	margin: 10px 0;
	font-size: 14px;
	color: #ccc;
	display: flex;
	gap: 15px;
	align-items: center;
}

.stars {
	display: flex;
	gap: 5px;
}

.descricao {
	font-size: 16px;
	line-height: 1.6;
	max-width: 600px;
}

/* Botões */
.botoes {
	margin-top: 20px;
	display: flex;
	gap: 10px;
}

.botoes button {
	background: #fff;
	color: black;
	border: none;
	padding: 10px 16px;
	border-radius: 7px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	transition: background-color 0.3s;
}

.botoes button:hover {
	background-color: #ccc;
}



.contador {
padding: 1rem 1rem; 
display: flex; 
position: relative;

flex-direction: column; 
align-items: center; 
text-align: center; 
background: linear-gradient(135deg, #141414, #1d1d1d); 
border: 1px solid #e50914; 
margin: 0 1.5rem 0 1.5rem;
border-radius: 10px;
}

#contadorDias {
	display: flex;
	gap: 15px;
	margin-top: 1rem;
	flex-wrap: wrap;
	align-items: center;

}

#contadorDias span {
	font-size: 14px;
	color: #ccc;
	margin-bottom: 20px;
}

#contadorDias span[id] {
	font-size: 24px;
	color: white;
	font-weight: bold;
}

.continuar{
	padding: 2rem 1rem;
	font-size: 20px;
	margin-block-start: 1rem; ;
}
/* Momentos */
.momentos {
	padding: 2rem 1rem;
}

.momentos h2 {
	margin-top: 1rem;
	font-size: 22px;
}

/* Swiper */
.swiper {
	width: 100%;
	padding-bottom: 15px;
}

.swiper-slide {
	width: auto !important;
}

.swiper-slide img {
	display: block;
	width: 200px;
	border-radius: 5px;
	margin: 0 auto;
}

/* Paixão */
.linda {
	padding: 1rem;
}

.linda h2 {
	margin-top: 1rem;
	font-size: 22px;
}

/* Orgulho */
.orgulho {
	padding: 2rem 1rem;
}

.orgulho h2 {	
	margin-top: 1rem;
	font-size: 22px;
}

/* Lista */
.wishlist {
	padding: 1rem;
}
.wishlist h2 {
	margin-top: 1rem;
	font-size: 22px;
}

.imagem-lista {
	position: relative;
	display: inline-block;
	width: 100%;
}

.imagem-lista img {
	display: block;
	width: 200px;
	border-radius: 5px;
	margin: 1rem auto;
}

.btn-modal {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(255, 255, 255, 0.2);
	border: 2px solid white;
	color: white;
	padding: 12px 24px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 8px;
}

.btn-modal:hover {
	background-color: rgba(255, 255, 255, 0.4);
	transform: translateX(-50%) scale(1.05);
}

/* Modal */
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	align-items: center;
	justify-content: center;
}

.modal.active {
	display: flex;
}

.modal-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: -1;
}

.modal-content {
	background: linear-gradient(135deg, #141414 0%, #1a1a1a 100%);
	color: white;
	padding: 40px;
	border-radius: 10px;
	max-width: 600px;
	width: 90%;
	position: relative;
	box-shadow: 0 8px 32px rgba(229, 9, 20, 0.3);
	animation: slideUp 0.3s ease;
}

@keyframes slideUp {
	from {
		transform: translateY(50px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: none;
	border: none;
	color: white;
	font-size: 4;
	cursor: pointer;
	transition: color 0.3s;
}

.modal-close:hover {
	color: #e50914;
}

.modal-header h2 {
	margin: 0 0 20px 0;
	font-size: 24px;
	font-family: "Great Vibes", cursive;
	color: #e50914;
}

.modal-body {
	line-height: 1.6;
	font-size: 15px;
	margin-bottom: 20px;
}

.modal-body p {
	margin: 0 0 15px 0;
	color: #ccc;
}

.btn-fechar-modal {
	background: #e50914;
	color: white;
	border: none;
	padding: 12px 30px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
	transition: background 0.3s;
}

.btn-fechar-modal:hover {
	background: #c40812;
}

/* Rodapé */
footer {
	background-color: #141414;
	text-align: center;
	padding: 1rem;
	font-size: 14px;
	color: #ccc;
}

/* Responsivo */
@media (min-width: 768px) {
	.swiper-slide img {
		width: 500px;
	}
    
	.titulo {
		font-size: 60px;
	}
    
	.descricao {
		font-size: 18px;
	}
}


.contador h1 {
  font-size: 18px;
  color: #e50914;
  margin-bottom: 10px;
  margin-top: 0rem;
}

#contadorDias {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  text-align: center;
}

#contadorDias span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: white;
}

#contadorDias span + span {
  font-size: 12px;
  color: #aaa;
}

@media (max-width: 480px) {
  #contadorDias {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    text-align: center;
  }

  #contadorDias span {
    font-size: 26px;
  }
}
.secao-titulo {
  padding: 1rem 1rem 0;
  font-size: 22px;
  text-align: left;
}
/* alinhar títulos de seção à esquerda como 'Nossos Momentos' */
.momentos h2,
.linda h2,
.orgulho h2,
.wishlist h2, {
	padding-left: 1rem;
	text-align: left;
}



.juntos-container {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

@keyframes te-amo-main {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
  30% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes te-amo-float {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-100px) scale(1.5);
  }
}

@keyframes te-amo-rain {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100vh);
    opacity: 0;
  }
}

@keyframes love-pulse {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

.heart-explosion {
  position: fixed;
  font-size: 2rem;
  animation: te-amo-float 2s ease-out forwards;
  pointer-events: none;
  z-index: 9999;
}
#overlay-continuar {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
}

#overlay-continuar.active {
  display: flex;
}

.overlay-content {
  width: 100%;
  max-width: 390px; 
  height: 100%;
  padding: 10px;
  text-align: center;
}

#overlay-text {
	font-family: 'Great Vibes', cursive;
  font-size: 26px;
  color: white;
  margin-top: 120px;
  animation: fadeInText 2s ease forwards;
}

@keyframes fadeInText {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#media-container {	
  margin-top: 30px;
}

#media-container img,
#media-container video {
  width: 100%;
  border-radius: 10px;
  margin-top: 5px;
}
