/* planes-web.css */

:root{
  --blue:#1D3557;
  --green:#2A9D8F;
  --sand:#E9C46A;
  --dark:#07111d;
  --white:#ffffff;
  --muted:#667085;
  --light:#f7f4ec;
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family:'Inter', sans-serif;
  background:var(--light);
  color:var(--dark);
}

.container{
  width:min(1180px, 92%);
  margin:auto;
}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(29,53,87,.08);
}

.header-inner{
  height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  color:var(--blue);
  font-weight:900;
}

.brand img{
  width:58px;
}

.nav-actions{
  display:flex;
  align-items:center;
  gap:16px;
}

.nav-link{
  color:var(--blue);
  text-decoration:none;
  font-weight:700;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  border-radius:14px;
  font-weight:800;
  text-decoration:none;
  transition:.3s;
  border:2px solid transparent;
}

.btn:hover{
  transform:translateY(-3px);
}

.btn-primary{
  background:var(--green);
  color:white;
}

.btn-outline{
  border-color:var(--green);
  color:var(--green);
}

.btn-dark{
  background:var(--blue);
  color:white;
}

.btn-ghost{
  border-color:rgba(255,255,255,.35);
  color:white;
}

.btn-ghost-light{
  border-color:white;
  color:white;
}

.btn-large{
  padding:17px 28px;
}

.hero{
  padding:100px 0;
  background:
    linear-gradient(120deg, rgba(7,17,29,.92), rgba(29,53,87,.72)),
    url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?q=80&w=1974&auto=format&fit=crop');
  background-size:cover;
  background-position:center;
  color:white;
}

.hero-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:60px;
  align-items:center;
}

.eyebrow,
.section-kicker,
.plan-label{
  display:inline-block;
  color:var(--sand);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.78rem;
  margin-bottom:16px;
}

.hero h1,
.section-heading h2,
.intro-grid h2,
.comparison-card h2,
.final-card h2{
  font-family:'Montserrat', sans-serif;
  font-size:clamp(2.3rem, 5vw, 4.4rem);
  line-height:1.05;
}

.hero p{
  margin:24px 0;
  max-width:680px;
  color:#e8edf2;
  font-size:1.1rem;
  line-height:1.8;
}

.hero-actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

.trust-row{
  margin-top:28px;
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  color:#f5f5f5;
  font-weight:700;
}

.hero-card{
  position:relative;
}

.mockup{
  background:white;
  color:var(--blue);
  padding:34px;
  border-radius:30px;
  box-shadow:0 25px 80px rgba(0,0,0,.28);
}

.mockup span{
  display:block;
  width:78px;
  height:78px;
  border-radius:50%;
  background:var(--green);
  margin-bottom:22px;
}

.mockup h3{
  font-size:2rem;
  margin-bottom:12px;
}

.mockup p{
  color:var(--muted);
  margin-bottom:22px;
}

.mockup button{
  width:100%;
  border:none;
  padding:15px;
  border-radius:14px;
  background:var(--sand);
  color:var(--blue);
  font-weight:900;
}

.floating-badge{
  position:absolute;
  background:var(--sand);
  color:var(--blue);
  padding:12px 18px;
  border-radius:999px;
  font-weight:900;
}

.badge-one{
  top:-22px;
  right:20px;
}

.badge-two{
  bottom:-22px;
  left:20px;
}

section{
  padding:90px 0;
}

.intro-section{
  background:white;
}

.intro-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:center;
}

.intro-grid p{
  color:var(--muted);
  line-height:1.8;
  font-size:1.08rem;
}

.benefits-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.benefit-card,
.plan-card,
.comparison-card,
.steps-grid article{
  background:white;
  border-radius:28px;
  padding:32px;
  box-shadow:0 18px 45px rgba(29,53,87,.08);
}

.benefit-card h3{
  color:var(--blue);
  font-size:1.4rem;
  margin-bottom:12px;
}

.benefit-card p,
.plan-desc,
.plan-card li,
.comparison-grid p,
.steps-grid p{
  color:var(--muted);
  line-height:1.7;
}

.plans-section{
  background:#eef1ec;
}

.section-heading{
  text-align:center;
  max-width:760px;
  margin:0 auto 48px;
}

.section-heading p{
  margin-top:16px;
  color:var(--muted);
  line-height:1.7;
}

.plans-grid{
  display:grid;
  gap:22px;
}

.top-grid{
  grid-template-columns:repeat(3,1fr);
  margin-bottom:22px;
}

.bottom-grid{
  grid-template-columns:repeat(2,1fr);
  max-width:820px;
  margin:0 auto;
}

.plan-card{
  position:relative;
  display:flex;
  flex-direction:column;
}

.plan-card h3{
  font-family:'Montserrat', sans-serif;
  font-size:1.55rem;
  color:var(--blue);
  margin-bottom:12px;
}

.featured{
  border:3px solid var(--green);
  transform:scale(1.03);
}

.premium{
  background:var(--blue);
  color:white;
}

.premium h3,
.premium .price,
.premium li,
.premium .plan-desc{
  color:white;
}

.badge{
  position:absolute;
  top:-16px;
  right:22px;
  background:var(--sand);
  color:var(--blue);
  padding:8px 14px;
  border-radius:999px;
  font-weight:900;
  font-size:.75rem;
}

.price-block{
  margin:24px 0;
}

.price{
  display:block;
  color:var(--green);
  font-size:1.9rem;
  font-weight:900;
}

.period{
  color:var(--muted);
  font-size:.9rem;
}

.plan-card ul{
  list-style:none;
  display:grid;
  gap:12px;
  margin-bottom:28px;
}

.plan-card li::before{
  content:"✓";
  color:var(--green);
  font-weight:900;
  margin-right:8px;
}

.plan-card .btn{
  margin-top:auto;
}

.comparison-section{
  background:white;
}

.comparison-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:28px;
}

.comparison-grid div{
  background:var(--light);
  border-radius:20px;
  padding:22px;
}

.comparison-grid h3{
  color:var(--blue);
  margin-bottom:10px;
}

.process-section{
  background:var(--light);
}

.steps-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.steps-grid span{
  color:var(--green);
  font-weight:900;
  font-size:2rem;
}

.steps-grid h3{
  color:var(--blue);
  margin:12px 0;
}

.final-cta{
  background:var(--blue);
  color:white;
  text-align:center;
}

.final-card p{
  color:#e4e7ec;
  margin:18px 0 28px;
}

.site-footer{
  background:#06101c;
  color:white;
  padding:44px 0;
}

.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:30px;
  flex-wrap:wrap;
}

.footer-inner p{
  color:#cbd5e1;
  margin-top:8px;
}

.footer-inner nav{
  display:flex;
  gap:18px;
}

.footer-inner a{
  color:white;
  text-decoration:none;
}

.float-whatsapp{
    position:fixed;
    right:28px;
    bottom:28px;
    width:64px;
    height:64px;
    border-radius:50%;
    background:#25D366;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:2rem;
    text-decoration:none;
    z-index:999;
    box-shadow:var(--shadow);
}

.separador {
  height: 15px;
}

@media(max-width:1100px){

  .top-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .bottom-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .featured{
    transform:none;
  }

}

@media(max-width:768px){

  .top-grid,
  .bottom-grid{
    grid-template-columns:1fr;
  }

}

@media(max-width:768px){
  .hero-grid,
  .intro-grid,
  .benefits-grid,
  .comparison-grid,
  .steps-grid,
  .plans-grid{
    grid-template-columns:1fr;
  }

  .header-inner{
    height:auto;
    padding:18px 0;
    flex-direction:column;
    align-items:flex-start;
  }

  .nav-actions{
    width:100%;
    justify-content:space-between;
  }

  .hero{
    padding:70px 0;
  }
}