﻿@font-face {
    font-family: 'Lufga';
    src: url('fonts/LufgaRegular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Lufga';
    src: url('fonts/LufgaBold.ttf') format('truetype');
    font-weight: 700;
}

body {
    margin: 0;
    font-family: 'Lufga', sans-serif;
    background: url('img/BG_VERTICAL.png') no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    position: relative;
}

header::before,
header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), rgba(255,255,255,0.4), rgba(255,255,255,0.2), transparent);
}

header::before {
    top: -10px;
}

header::after {
    bottom: -10px;
}

header img.logo {
    height: 80px;
    transform: translateX(200px);
}

@media screen and (min-height: 600px) {
  .logo {
	  height: 80px;
	  transform: translateX(0px) !important;
  }
  
	.hero-bg-img {
		left: 500px !important;
	}  
	
	.hero-text {
		margin-left: 10px !important;
	}	
}

nav a {
    margin: 0 20px;
    color: white;
    text-decoration: none;
}

.btn-header {
    background: white;
    color: #0B0C3D;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
    text-decoration: none;
}

.hero {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 40px;
    overflow: hidden;
}

.hero-bg-img {
    position: absolute;
    top: -20px;
    left: 900px;
    width: 700px;
    height: auto;
    z-index: -1;
    pointer-events: none;
}

.hero-text {
    max-width: 480px;
    padding: 10px;
    margin-left: 300px;
    margin-right: auto;
    position: relative;
    top: 20px;
    left: 0;
}

.hero-text h1 {
    font-size: 3em;
    line-height: 0.4;
}

.hero-buttons a {
    display: inline-block;
    margin-right: 15px;
    padding: 10px 25px;
    border: 1px solid white;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    margin-top: 20px;
}

.form-section {
    text-align: center;
    padding: 80px 40px;
    max-width: 1300px; /* Aumentado para caber bem os dois lados */
    margin: 60px auto 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 25px;
    border: 1px solid rgba(200, 190, 190, 0.3);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.form-section h2 {
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 40px;
}

label {
    display: block;
    font-weight: bold;
    text-align: left;
    margin: 20px auto 5px;
    width: 80%;
    max-width: 400px;
    font-size: 1.1em;
}

label::after {
    content: "";
}

.form-section input {
    display: block;
    margin: 0 auto 15px;
    padding: 12px 20px;
    width: 80%;
    max-width: 400px;
    border-radius: 25px;
    border: 1px solid rgba(255,255,255,0.3);
    background-color: rgba(255, 255, 255, 0.05);
    color: white;
    font-size: 1em;
    outline: none;
}

.form-section input::placeholder {
    color: #ccc;
}

.form-section button {
    margin-top: 30px;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    background: #affbfd;
    color: #05052B;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
    transition: 0.3s ease;
}

.form-section button:hover {
    background: #8ee2e4;
}

.cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 150px;
    padding: 0px;
}

.card {
    text-align: center;
    width: 300px;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: scale(1.08);
}

.card img {
    width: 240px;
    height: 240px;
    transition: transform 0.3s ease;
}

.card img:hover {
    transform: scale(1.1); /* Zoom leve (8%) */
}

.card p {
    font-size: 18px;
    margin-top: -10px;
    line-height: 1.5;
    transition: transform 0.3s ease;
}

.ponto-maior {
    font-size: 2em; /* Tamanho levemente maior */
    color: #ef8969; /* Cor do ponto */
    vertical-align: baseline; /* OU: 'baseline', 'bottom' — ajuste conforme teste visual */
    margin-bottom: 15px;
    line-height: 0; /* Previne espaçamento vertical extra */
    display: inline;
}

.content-links {
    padding: 40px;
}

.content-links h2 {
    padding-bottom: 10px;
    margin-top: 40px;
    margin-left: 310px;
    max-width: 1350px; /* ajuste conforme desejar */
}

footer {
    background: #05052B;
    padding: 40px;
    text-align: center;
}

footer input {
    padding: 10px;
    border-radius: 15px;
    border: none;
    margin-right: 10px;
    width: 300px;
}

footer button {
    padding: 10px 20px;
    border-radius: 15px;
    border: none;
    background: white;
    color: #05052B;
    font-weight: bold;
}

.carousel-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-slide {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 300%;
}

.carousel-video {
    width: 100%;
    height: auto; /* Importante para manter proporção natural */
    aspect-ratio: 16 / 9; /* Mantém formato widescreen */
    max-width: 900px;
    flex-shrink: 0;
    border-radius: 20px;
    object-fit: cover;
}

.carousel-btn {
    position: absolute;
    top: 45%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 10px 20px;
    font-size: 2rem;
    cursor: pointer;
    border-radius: 50%;
    color: #05052B;
    z-index: 10;
    user-select: none;
    transition: background-color 0.3s;
}

.carousel-btn:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.carousel-btn.left {
    left: 10px;
}

.carousel-btn.right {
    right: 10px;
}

button:disabled {
    background: #ccc;
    color: #666;
    cursor: not-allowed;
    opacity: 0.6;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: transparent;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

/* Linha do slider (Chrome, Safari) */
input[type="range"]::-webkit-slider-runnable-track {
    margin-top: 10px;
    margin-left: 100px;
    height: 6px;
    margin-right: 20px;
    background: linear-gradient(to right, #413c8c, #99f3ff);
    border-radius: 3px;
}

/* Bolinha do slider (Chrome, Safari) */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 28px;
    width: 28px;
    margin-top: -11px; /* Centraliza a bolinha em cima da linha */
    background-color: #affbfd;
    border: none;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 8px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

input[type="range"]::-webkit-slider-thumb::before {
    content: "<>";
    font-family: monospace;
    font-size: 24px;
    color: #05052B;
    display: block;
    width: 100%;
    text-align: center;
    transform: translateY(1px); /* Alinha verticalmente */
}

/* Firefox */
input[type="range"]::-moz-range-track {
    height: 6px;
    margin-right: 50px;
    background: linear-gradient(to right, #413c8c, #db0a14);
    border-radius: 3px;
}

input[type="range"]::-moz-range-thumb {
    height: 40px;
    width: 40px;
    background-color: #affbfd;
    border: none;
    margin-left: 50px;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0,0,0,0.15);
    position: relative;
}

input[type="range"]::-moz-range-thumb::before {
    content: "<>";
    font-family: monospace;
    font-size: 24px;
    color: #05052B;
    display: block;
    text-align: center;
    line-height: 60px;
}

/* Edge/IE */
input[type="range"]::-ms-track {
    height: 6px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
    background: linear-gradient(to right, #413c8c, #99f3ff);
    border-radius: 3px;
}

input[type="range"]::-ms-thumb {
    height: 60px;
    width: 60px;
    background-color: #affbfd;
    border: none;
    border-radius: 50%;
}

/* Remove as setinhas no Chrome, Safari e Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove as setinhas no Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.simulador-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    height: auto;
    transition: height 0.5s ease;
}

.campos-simulador {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.campos-simulador.animar {
    transform: translateX(-300px);
    opacity: 0;
    pointer-events: none;
}

.grafico-simulador {
    opacity: 0;
    transform: translateX(300px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
}

.grafico-simulador.mostrar {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.interrogacao-estilizada {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: -20px;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    border: 2px solid white;
    border-radius: 50%;
    margin-left: 8px;
    vertical-align: middle;
    line-height: 1;
    background: transparent;
    transition: transform 0.3s ease;
}

.interrogacao-estilizada:hover {
    transform: scale(1.1);
}

.titulo-tooltip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.tooltip-wrapper {
    position: relative;
    display: inline-block;
}

.tooltip-box {
    display: none;
    position: absolute;
    bottom: -185px;
    left: 0px;
    width: 340px;
    padding: 20px 25px;
    background-color: rgba(0, 19, 54, 0.8);
    border-radius: 30px;
    color: white;
    font-size: 0.4em;
    font-weight: 300; /* fonte mais leve */
    line-height: 1.6;
    z-index: 999;
    text-align: left;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.tooltip-wrapper:hover .tooltip-box {
    display: block;
}

.botao-linha {
    margin-top: 20px;
    padding: 12px 30px;
    font-size: 1em;
    background: transparent;
    border: 2px solid #affbfd;
    color: #affbfd;
    border-radius: 30px;
    cursor: pointer;
    display: none;
}

.blur-overlay {
    filter: blur(8px);
    pointer-events: none;
}

.grafico-embaçado {
    filter: blur(7px);
    pointer-events: none;
    transition: filter 0.5s ease;
}

#botaoDesbloquearResultado:hover img {
    filter: brightness(1.2);
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.accordion {
    margin-top: 10px;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding-bottom: 2px;
    margin: 0;
    width: 100%;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    padding-left: 0;
}

.accordion-content p {
    margin: 0;
    padding-left: 10px; /* Alinhado com os outros tópicos */
    font-size: 1.4em; /* Letras maiores */
    line-height: 2; /* Espaçamento entre linhas */
    max-width: 1100px; /* Evita que ocupe toda a largura da tela */
    white-space: normal; /* Permite que o texto quebre a linha naturalmente */
    word-break: break-word; /* Quebra em palavras se necessário */
}

/* Aplica margem apenas no primeiro parágrafo */
.accordion-content p:first-of-type {
    margin-top: 25px; /* Afasta só o primeiro da linha branca */
}

.accordion.open .accordion-content {
    max-height: 500px;
    opacity: 1;
}

.accordion-faq.open .accordion-content-faq {
    max-height: fit-content;;
    opacity: 1;
}

.seta-icone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.seta-icone svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.accordion.open .seta-icone svg {
    transform: rotate(180deg); /* gira quando abre */
}

.link-limpo {
    color: white;
    text-decoration: none;
}

.link-ebook {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.link-ebook:hover {
    color: #affbfd;
    text-decoration: underline;
}

.link-ebook {
    cursor: pointer;
}