* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #050806;
  color: #ffffff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

/* TOPO */

.topo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 18px 0;
  background: rgba(5, 8, 6, 0.72);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}

.topo-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.logo span {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #f5d46b;
}

.logo small {
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: 4px;
  color: #ffffff;
}

/* BOTÕES */

.btn-topo,
.btn-primary,
.btn-secondary,
.btn-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-topo {
  padding: 12px 22px;
  background: linear-gradient(135deg, #f5d46b, #b88a1d);
  color: #111;
  box-shadow: 0 0 24px rgba(245, 212, 107, 0.25);
}

.btn-topo:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 36px rgba(245, 212, 107, 0.45);
}

.btn-primary {
  padding: 17px 30px;
  background: linear-gradient(135deg, #f5d46b, #b88a1d);
  color: #101010;
  box-shadow: 0 14px 40px rgba(245, 212, 107, 0.24);
}

.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 18px 55px rgba(245, 212, 107, 0.42);
}

.btn-secondary {
  padding: 17px 30px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.13);
  transform: translateY(-3px);
}

.btn-card {
  width: 100%;
  margin-top: 22px;
  padding: 16px 24px;
  background: #f5d46b;
  color: #111;
}

.btn-card:hover {
  background: #ffffff;
  transform: translateY(-2px);
}

/* HERO */

.hero {
  min-height: 100vh;
  padding: 150px 0 90px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(245, 212, 107, 0.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(52, 104, 63, 0.32), transparent 38%),
    linear-gradient(135deg, #050806 0%, #0d1710 50%, #050806 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(8, 10, 8, 0.18), rgba(8, 10, 8, 0.38)),
    url("../images/hero.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.65;
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  right: -250px;
  top: 80px;
  background: rgba(245, 212, 107, 0.08);
  filter: blur(90px);
  border-radius: 50%;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
}

.hero-text {
  animation: fadeUp 0.8s ease both;
}

.tag {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(245, 212, 107, 0.12);
  border: 1px solid rgba(245, 212, 107, 0.28);
  color: #f5d46b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.96;
  letter-spacing: -2.5px;
  margin-bottom: 24px;
}

.hero h1 strong {
  display: block;
  color: #f5d46b;
  text-shadow: 0 0 28px rgba(245, 212, 107, 0.28);
}

.hero p {
  max-width: 620px;
  color: #d6d6d6;
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 34px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.trust {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 620px;
}

.trust div {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(14px);
}

.trust strong {
  display: block;
  color: #f5d46b;
  font-size: 25px;
  margin-bottom: 6px;
}

.trust span {
  color: #c8c8c8;
  font-size: 13px;
}
/* CARD PREMIUM */

.hero-card {
  position: relative;
  animation: fadeUp 1s ease both;
}

.card-glow {
  position: absolute;
  inset: -28px;
  background: radial-gradient(circle, rgba(245, 212, 107, 0.28), transparent 62%);
  filter: blur(35px);
  z-index: 0;
}

.premium-card {
  position: relative;
  z-index: 2;
  padding: 38px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(245, 212, 107, 0.22);
  backdrop-filter: blur(22px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.badge {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f5d46b;
  color: #111;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.premium-card h2 {
  font-size: 34px;
  margin-bottom: 16px;
  color: #ffffff;
}

.premium-card p {
  color: #d6d6d6;
  line-height: 1.6;
  margin-bottom: 24px;
}

.premium-card ul {
  list-style: none;
  display: grid;
  gap: 14px;
}

.premium-card li {
  color: #ffffff;
  font-size: 15px;
}

/* BENEFÍCIOS */

.beneficios {
  padding: 100px 0;
  background: #070b08;
}

.section-title {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}

.section-title span {
  color: #f5d46b;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-title h2 {
  margin-top: 14px;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: -1.4px;
}

.section-title p {
  margin-top: 18px;
  color: #bdbdbd;
  font-size: 18px;
  line-height: 1.6;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.beneficio {
  padding: 34px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035));
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: all 0.3s ease;
}

.beneficio:hover {
  transform: translateY(-8px);
  border-color: rgba(245, 212, 107, 0.38);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(245, 212, 107, 0.12);
  font-size: 28px;
  margin-bottom: 24px;
}

.beneficio h3 {
  font-size: 23px;
  margin-bottom: 14px;
}

.beneficio p {
  color: #c7c7c7;
  line-height: 1.6;
}

/* DESTAQUE */

.destaque {
  padding: 100px 0;
  position: relative;
  background:
    radial-gradient(circle at center left, rgba(245, 212, 107, 0.12), transparent 32%),
    linear-gradient(135deg, #0b130d, #050806);
}

.destaque-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.destaque h2 {
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.04;
  letter-spacing: -1.5px;
  margin-bottom: 22px;
}

.destaque p {
  color: #cfcfcf;
  font-size: 18px;
  line-height: 1.7;
  max-width: 560px;
}

.steps {
  display: grid;
  gap: 18px;
}

.step {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.step strong {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #f5d46b;
  color: #111;
  font-size: 18px;
}

.step span {
  font-size: 19px;
  font-weight: 800;
}

/* CTA FINAL */

.cta-final {
  padding: 110px 0;
  text-align: center;
  background:
    linear-gradient(rgba(5, 8, 6, 0.88), rgba(5, 8, 6, 0.96)),
    url("../img/fundo.jpg");
  background-size: cover;
  background-position: center;
}

.cta-final h2 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -1.5px;
  margin-bottom: 18px;
}

.cta-final p {
  color: #d0d0d0;
  font-size: 19px;
  margin-bottom: 34px;
}

/* BOTÃO FLUTUANTE */

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999;
  padding: 15px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.32);
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 18px 48px rgba(37, 211, 102, 0.45);
}

/* RODAPÉ */

footer {
  padding: 28px 0;
  background: #030503;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

footer p {
  color: #9c9c9c;
  font-size: 14px;
}
/* ==========================
   RESPONSIVIDADE
========================== */

@media (max-width:1100px){

.hero-content,
.destaque-content{
grid-template-columns:1fr;
text-align:center;
}

.hero-text{
display:flex;
flex-direction:column;
align-items:center;
}

.hero p{
max-width:700px;
}

.hero-card{
max-width:560px;
margin:auto;
}

.trust{
max-width:100%;
}

.steps{
margin-top:20px;
}

}

@media (max-width:900px){

.grid{
grid-template-columns:1fr;
}

.trust{
grid-template-columns:1fr;
}

.hero{
padding:130px 0 70px;
}

.hero h1{
font-size:52px;
}

.section-title h2{
font-size:38px;
}

.destaque h2{
font-size:40px;
}

.cta-final h2{
font-size:42px;
}

}

@media (max-width:700px){

.topo-content{
flex-direction:column;
gap:15px;
}

.hero-buttons{
flex-direction:column;
width:100%;
}

.hero-buttons a{
width:100%;
}

.btn-primary,
.btn-secondary{
width:100%;
}

.hero{
padding-top:170px;
}

.hero h1{
font-size:42px;
}

.hero p{
font-size:17px;
}

.premium-card{
padding:28px;
}

.section-title h2{
font-size:34px;
}

.destaque h2{
font-size:34px;
}

.cta-final h2{
font-size:36px;
}

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

}

/* ==========================
   ANIMAÇÕES
========================== */

@keyframes fadeUp{

from{
opacity:0;
transform:translateY(45px);
}

to{
opacity:1;
transform:translateY(0);
}

}

@keyframes pulseGlow{

0%{
box-shadow:0 0 0 rgba(245,212,107,.20);
}

50%{
box-shadow:0 0 35px rgba(245,212,107,.45);
}

100%{
box-shadow:0 0 0 rgba(245,212,107,.20);
}

}

@keyframes float{

0%{
transform:translateY(0px);
}

50%{
transform:translateY(-10px);
}

100%{
transform:translateY(0px);
}

}

@keyframes shine{

0%{
background-position:-300px;
}

100%{
background-position:300px;
}

}

/* ==========================
   EFEITOS PREMIUM
========================== */

.btn-primary,
.btn-topo,
.btn-card{

animation:pulseGlow 4s infinite;

}

.premium-card{

animation:float 6s ease-in-out infinite;

}

.beneficio{

overflow:hidden;
position:relative;

}

.beneficio::before{

content:"";
position:absolute;
top:0;
left:-120%;
width:80%;
height:100%;

background:linear-gradient(
90deg,
transparent,
rgba(255,255,255,.12),
transparent
);

transition:.8s;

}

.beneficio:hover::before{

left:140%;

}

.tag{

backdrop-filter:blur(15px);

}

::selection{

background:#f5d46b;
color:#111;

}

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-track{

background:#050806;

}

::-webkit-scrollbar-thumb{

background:#b88a1d;
border-radius:30px;

}

::-webkit-scrollbar-thumb:hover{

background:#f5d46b;

}

img{

max-width:100%;
display:block;

}

section{

position:relative;
z-index:1;

}
/* AJUSTE FINAL DA LOGO */

.logo img {
  width: 165px;
  max-width: 165px;
  height: auto;
  display: block;
  object-fit: contain;
}

.loader-logo img {
  width: 260px;
  max-width: 80vw;
  height: auto;
  display: block;
  object-fit: contain;
}
/* CORREÇÃO MOBILE FINAL */

.logo img {
  width: 170px;
  max-width: 170px;
  height: auto;
  display: block;
}

.loader-logo img {
  width: 220px;
  max-width: 80vw;
  height: auto;
  display: block;
}

@media (max-width: 700px) {
  .topo {
    padding: 10px 0;
  }

  .topo-content {
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
  }

  .logo img {
    width: 105px !important;
    max-width: 105px !important;
  }

  .btn-topo {
    padding: 9px 12px;
    font-size: 12px;
    white-space: nowrap;
  }

  .hero {
    padding-top: 115px;
  }

  .loader-logo img {
    width: 170px !important;
    max-width: 80vw !important;
  }
}