/* =========================
   FONTES - IntelAlt
========================= */

@font-face {
  font-family: "InteloAlt";
  src: url("") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "InteloAlt";
  src: url("../font/InteloAlt-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "InteloAlt";
  src: url("../font/InteloAlt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "InteloAlt";
  src: url("../font/InteloAlt-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "InteloAlt";
  src: url("../font/InteloAlt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "InteloAlt";
  src: url("../font/InteloAlt-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "InteloAlt";
  src: url("../font/InteloAlt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "InteloAlt";
  src: url("../font/InteloAlt-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "InteloAlt";
  src: url("../font/InteloAlt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "InteloAlt";
  src: url("../font/InteloAlt-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "InteloAlt";
  src: url("../font/InteloAlt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "InteloAlt";
  src: url("../font/InteloAlt-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "InteloAlt";
  src: url("../font/InteloAlt-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "InteloAlt";
  src: url("../font/InteloAlt-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "InteloAlt";
  src: url("../font/InteloAlt-Hairline.ttf") format("truetype");
  font-weight: 50;
  font-style: normal;
}

@font-face {
  font-family: "InteloAlt";
  src: url("../font/InteloAlt-HairlineItalic.ttf") format("truetype");
  font-weight: 50;
  font-style: italic;
}

/* =========================
   VARIABLES
========================= */

:root {
  --color01: #9f35e3;
  --color02: #a135e325;
  --color03: #162754;
  --color04: #3544e3;
  --color05: #141a20;
}

/* =========================
   GLOBAL
========================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "InteloAlt", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

/* =========================
   STYLE
========================= */

.initial-sections-container {
  background-color: var(--color03);
  background-image: url("https://i.ibb.co/VWnsBp6j/background-hero.webp");
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-container {
  max-width: 1200px;
  display: flex;
  margin-top: 8em;
}

.hero-text-side-container {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.hat-headline {
  font-size: 0.8em;
  font-style: italic;
  background-color: var(--color02);
  border: 2px var(--color01) solid;
  padding: 0.4em 1.3em;
  border-radius: 6em;
  width: fit-content;
}

.headline {
  margin-top: 0.4em;
  font-size: 2.6em;
  font-weight: 600;
}

.headline strong {
  font-weight: 700;
}

.hero-paragraph {
  font-size: 1.1em;
  margin: 1em 0;
  font-weight: 500;
}

/* BOTÃO */
.btn-imersao {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 500px;
  height: 90px;
  background: linear-gradient(90deg, #00ff88, #00cc66);
  border-radius: 20px;
  color: #003322;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  transition: transform 0.2s ease;
  animation: pulseBtn 1.8s ease-out infinite;
}

/* TEXTO */
.btn-texto {
  flex: 1;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 0 20px;
}

/* DIVISÃO */
.btn-divider {
  width: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-divider::after {
  content: "";
  height: 70%;
  border-right: 2px dashed rgba(0, 0, 0, 0.35);
  margin-right: 0.85em;
}

/* PREÇO */
.btn-preco {
  width: 120px;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}

.btn-preco span {
  font-size: 0.5em;
}

/* CORTE TIPO TICKET */
.btn-imersao::before,
.btn-imersao::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #1c3c5f;
  border-radius: 50%;
  right: 120px;
  z-index: 2;
}

.btn-imersao::before {
  top: -10px;
}

.btn-imersao::after {
  bottom: -10px;
}

.btn-imersao:hover,
.final-cta-btn:hover {
  transform: scale(1.04);
  animation-play-state: running;
}

/* ANIMAÇÃO PULSE */
@keyframes pulseBtn {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.45);
  }
  100% {
    box-shadow: 0 0 0 18px rgba(0, 255, 136, 0);
  }
}

.slug-down-container {
  display: flex;
  margin-top: -18em;
  z-index: 1;
}

.slug {
  background-color: var(--color04);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: slugPulseBounce 1.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.slug i {
  font-size: 1.4em;
}

@keyframes slugPulseBounce {
  0% {
    box-shadow: 0 0 0 0 rgba(53, 67, 227, 0.7);
    transform: translateY(0);
  }

  40% {
    transform: translateY(8px);
  }

  60% {
    transform: translateY(4px);
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    box-shadow: 0 0 0 12px rgba(53, 67, 227, 0);
    transform: translateY(0);
  }
}

.pain-container {
  background-color: var(--color05);
  background-image: linear-gradient(to top, var(--color05), var(--color03));
  border: 2px solid var(--color04);
  padding: 2em;
  max-width: 1200px;
  border-radius: 2.5em;
  margin-top: -1em;
  display: flex;
  flex-direction: column;
  gap: 1.3em;
  align-items: center;
  margin-bottom: 6em;
  font-weight: 500;
}

.section-title {
  font-size: 2.5em;
  width: 900px;
  text-align: center;
}

.title-emphasys {
  color: var(--color04);
}

.pain-paragraph {
  font-size: 1.1em;
  padding: 0 6em;
  text-align: center;
}

.soluction-container .section-title {
  margin-top: 2em;
}

.soluction-container {
  background-color: var(--color05);
  background-image: url("https://i.ibb.co/7tk551Lr/background-meio.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}

.soluction-paragraph {
  font-weight: 500;
  max-width: 900px;
  text-align: center;
  font-size: 1.1em;
}

.soluction-slug {
  font-weight: 600;
  font-size: 1.2em;
}

.soluction-cards-container {
  display: flex;
  width: 1200px;
  justify-content: space-between;
  gap: 1em;
}

.soluction-card {
  background-color: var(--color05);
  background-image: linear-gradient(to top, var(--color05), var(--color03));
  border: 2px solid var(--color04);
  border-radius: 1em;
  padding: 0 1em 1em 1em;
  width: 370px;
}

.soluction-card-ornament-container {
  height: 1em;
}

.soluction-card-ornament {
  display: block;
  border-radius: 0 0 0.9em 0.9em;
  width: 70px;
  height: 5px;
  background-color: var(--color04);
}

.soluction-card-icon-box {
  background-color: var(--color04);
  width: 70px;
  height: 70px;
  border-radius: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.3em;
}

.soluction-card-icon-box i {
  font-size: 2em;
}

.soluction-card-text {
  font-weight: 500;
  margin-bottom: 1em;
}

.soluction-card-date-container span {
  font-weight: 600;
}

.bonus-container {
  max-width: 1200px;
  display: flex;
  margin-top: 2em;
  margin-bottom: 20em;
}

.bonus-image-content img {
  width: 700px;
  margin-left: -200px;
}

.bonus-content {
  width: 600px;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.bonus-content .section-title {
  text-align: left;
  width: 500px;
}

.bonus-paragraph {
  width: 500px;
}

.bonus-content h3 {
  color: var(--color04);
  font-size: 1.5em;
}

.bonus-default-value {
  color: #ffffff73;
  font-weight: 500;
  text-decoration: line-through;
}

.slug-bonus-text {
  font-weight: 500;
}

.bonus-value {
  font-size: 2em;
  color: var(--color04);
  font-weight: 700;
}

.cta-and-about-section-container {
  background-color: var(--color03);
  background-image: url("https://i.ibb.co/s9HsjXXd/background-sessao-final.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-content-contianer {
  background-color: var(--color05);
  border: 2px solid var(--color04);
  width: 500px;
  padding: 2em;
  border-radius: 2.5em;
  margin-top: -20em;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1em;
}

.cta-content-contianer .section-title {
  font-size: 2em;
  width: 400px;
}

.cta-paragraph,
.cta-slug-text {
  text-align: center;
}

.cta-slug-text {
  font-weight: 600;
}

.parcial-value {
  font-size: 3em;
  color: var(--color04);
  font-weight: 800;
}

.final-cta-btn {
  cursor: pointer;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  background: linear-gradient(90deg, #00ff88, #00cc66);
  border-radius: 1em;
  color: #003322;
  text-decoration: none;
  overflow: hidden;
  font-size: 1em;
  font-weight: 800;
  transition: transform 0.2s ease;
  animation: pulseBtn 1.8s ease-out infinite;
}

.security-text {
  color: #00cc66;
  font-size: 0.9em;
  text-align: center;
}

.about-container {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin-top: 7em;
  gap: 2em;
}

.about-content-container {
  width: 600px;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.about-image-container img {
  height: 500px;
}

.about-content-container .section-title {
  text-align: left;
}

.about-slug-text {
  font-weight: 600;
}

.footer-divider {
  background-color: #ffffff73;
  width: 80%;
  border-radius: 1em;
  height: 2px;
  margin: 3em 0;
}

.logo-neuro-nutricao {
  width: 150px;
}

.footer-container {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-organizer {
  margin-top: 2em;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3em;
  gap: 1.5em;
}

.footer-socials-container a i {
  color: #fff;
  font-size: 1.5em;
}

.footer-socials-container {
  display: flex;
  gap: 2em;
}

.footer-copy-text a {
  color: #fff;
  font-weight: 700;
}

.footer-copy-text a:hover {
  text-decoration: underline;
}

.back-to-top-btn {
  width: 25px;
  height: 25px;
  background-color: var(--color04);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.footer-back-to-top-container {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

/* =========================
   ADDITIONS - MODAL
========================= */

.lead-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5em;
}

.lead-popup.active {
  display: flex;
}

.lead-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(4px);
}

.lead-popup-dialog {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 560px;
  background: linear-gradient(to top, var(--color05), var(--color03));
  border: 2px solid var(--color04);
  border-radius: 1.8em;
  padding: 2em;
  color: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.lead-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lead-popup-close i {
  font-size: 1.3em;
}

.lead-popup-content {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.lead-popup-slug {
  font-size: 0.85em;
  font-style: italic;
  background-color: var(--color02);
  border: 2px var(--color01) solid;
  padding: 0.4em 1.3em;
  border-radius: 6em;
  width: fit-content;
}

.lead-popup-content h3 {
  font-size: 2em;
  line-height: 1.1;
}

.lead-popup-content p {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.9);
}

.lead-form {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 0.5em;
}

.lead-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.lead-form-group label {
  font-size: 0.95em;
  font-weight: 600;
}

.lead-form-group input {
  width: 100%;
  height: 54px;
  border-radius: 0.9em;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 0 1em;
  outline: none;
}

.lead-form-group input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.lead-form-group input:focus {
  border-color: var(--color04);
  box-shadow: 0 0 0 4px rgba(53, 68, 227, 0.15);
}

.lead-form-submit {
  cursor: pointer;
  outline: none;
  border: none;
  width: 100%;
  min-height: 58px;
  background: linear-gradient(90deg, #00ff88, #00cc66);
  border-radius: 1em;
  color: #003322;
  font-size: 1em;
  font-weight: 800;
  padding: 1em 1.2em;
  margin-top: 0.5em;
}

/* =========================
   ADDITIONS - COOKIE
========================= */

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 9998;
  display: none;
}

.cookie-banner.show {
  display: block;
}

.cookie-banner-content {
  max-width: 920px;
  margin: 0 auto;
  background: rgba(20, 26, 32, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.2em;
  padding: 1em 1.2em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

.cookie-banner-content p {
  font-size: 0.95em;
  line-height: 1.5;
}

.cookie-banner-actions {
  display: flex;
  gap: 0.75em;
  flex-shrink: 0;
}

.cookie-btn {
  border: none;
  outline: none;
  cursor: pointer;
  min-height: 44px;
  padding: 0 1.2em;
  border-radius: 0.9em;
  font-weight: 700;
}

.cookie-btn-primary {
  background: linear-gradient(90deg, #00ff88, #00cc66);
  color: #003322;
}

.cookie-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

/* =========================
   RESPONSIVE ONLY
========================= */

@media (max-width: 1280px) {
  .hero-container,
  .pain-container,
  .soluction-cards-container,
  .bonus-container,
  .about-container,
  .footer-container {
    width: calc(100% - 48px);
    max-width: 1200px;
  }

  .section-title {
    width: 100%;
  }

  .soluction-cards-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .soluction-card {
    width: calc(33.333% - 0.7em);
    min-width: 300px;
  }

  .bonus-container {
    align-items: center;
  }

  .bonus-image-content img {
    width: 100%;
    max-width: 640px;
    margin-left: 0;
  }

  .bonus-content,
  .bonus-content .section-title,
  .bonus-paragraph {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .hero-container {
    flex-direction: column;
    align-items: center;
    gap: 2em;
    text-align: center;
  }

  .hero-text-side-container {
    align-items: center;
  }

  .hero-image-side img {
    max-height: 620px;
    object-fit: contain;
  }

  .pain-paragraph {
    padding: 0 1.5em;
  }

  .bonus-container {
    flex-direction: column;
    text-align: center;
    gap: 2em;
    margin-bottom: 16em;
  }

  .bonus-content {
    align-items: center;
  }

  .bonus-content .section-title {
    text-align: center;
  }

  .cta-content-contianer {
    margin-top: -14em;
  }

  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-content-container {
    width: 100%;
    align-items: center;
  }

  .about-content-container .section-title {
    text-align: center;
  }

  .footer-organizer {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .hero-container {
    margin-top: 4em;
    width: calc(100% - 32px);
  }

  .headline {
    font-size: 2em;
  }

  .hero-paragraph,
  .pain-paragraph,
  .soluction-paragraph,
  .bonus-paragraph,
  .cta-paragraph,
  .about-paragraph {
    font-size: 1em;
  }

  .btn-imersao {
    width: 100%;
    max-width: 500px;
    height: 82px;
  }

  .btn-texto {
    font-size: 16px;
    padding: 0 14px;
  }

  .btn-preco {
    width: 96px;
    font-size: 26px;
  }

  .btn-imersao::before,
  .btn-imersao::after {
    right: 96px;
  }

  .slug-down-container {
    margin-top: -6em;
  }

  .pain-container {
    width: calc(100% - 32px);
    padding: 1.5em 1.1em;
    border-radius: 1.5em;
    margin-bottom: 4em;
  }

  .section-title {
    font-size: 1.8em;
  }

  .pain-paragraph {
    padding: 0;
  }

  .soluction-container .section-title {
    margin-top: 1.5em;
  }

  .soluction-container {
    padding: 0 16px;
  }

  .soluction-cards-container {
    width: 100%;
    flex-direction: column;
    gap: 1em;
  }

  .soluction-card {
    width: 100%;
    min-width: 0;
  }

  .bonus-container {
    width: 100%;
    margin-bottom: 10em;
  }

  .cta-content-contianer {
    width: calc(100% - 32px);
    padding: 1.5em 1.1em;
    border-radius: 1.5em;
    margin-top: -8em;
  }

  .cta-content-contianer .section-title {
    width: 100%;
    font-size: 1.7em;
  }

  .parcial-value {
    font-size: 2.3em;
  }

  .final-cta-btn {
    min-height: 64px;
    padding: 0 1em;
    font-size: 0.92em;
  }

  .about-container {
    width: calc(100% - 32px);
    margin-top: 4em;
  }

  .about-image-container img {
    height: auto;
    max-height: 500px;
  }

  .footer-container {
    width: calc(100% - 32px);
  }

  .footer-divider {
    width: 100%;
  }

  .footer-organizer {
    width: 100%;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .cookie-banner-content {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-banner-actions {
    width: 100%;
    flex-direction: column;
  }

  .cookie-btn {
    width: 100%;
  }

  .lead-popup {
    padding: 1em;
  }

  .lead-popup-dialog {
    padding: 1.25em;
    border-radius: 1.2em;
  }

  .lead-popup-content h3 {
    font-size: 1.5em;
    padding-right: 28px;
  }
}

@media (max-width: 480px) {
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  .hat-headline,
  .lead-popup-slug {
    font-size: 0.72em;
    text-align: center;
    line-height: 1.4;
  }

  .headline {
    font-size: 1.7em;
  }

  .btn-imersao {
    height: 76px;
    border-radius: 16px;
  }

  .btn-texto {
    font-size: 14px;
    line-height: 1.2;
  }

  .btn-preco {
    width: 84px;
    font-size: 22px;
  }

  .btn-imersao::before,
  .btn-imersao::after {
    right: 84px;
  }

  .section-title {
    font-size: 1.55em;
  }

  .soluction-slug,
  .cta-slug-text,
  .about-slug-text {
    text-align: center;
  }

  .security-text {
    font-size: 0.82em;
  }

  .footer-socials-container {
    gap: 1.2em;
  }
}
