:root{
  --green:#60D27D;
  --yellow:#FFCC00;
  --active:#F7D700;
  --black:#000;
  --dark:#0E0E0E;
  --gray:#303030;
}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:"Poppins",sans-serif;font-weight:400;background:#fff;color:#000;line-height:1.5;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
h1,h2{font-family:"Poppins",sans-serif;font-weight:600}
a{text-decoration:none}

.inner{width:min(1140px,100%);margin:0 auto}
.narrow{width:min(846px,100%)}
.center{text-align:center}
.green{color:var(--green)}
.white{color:#fff}
.black{color:#000}
.yellow{color:var(--yellow)}
.underline{text-decoration:underline}

/* Botão */
.button{display:inline-flex;align-items:center;gap:15px;background:var(--green);color:#fff;font-size:14px;font-weight:500;border-radius:100px;padding:20px 30px;line-height:1;transition:filter .3s}
.button:hover{filter:brightness(.9)}
.button svg{width:1em;height:1em;fill:currentColor}
.button.big{font-size:18px}

/* Hero */
.hero{background:var(--black);padding:50px 0}
.hero-inner{display:flex;align-items:stretch}
.hero-img{width:50%;padding:10px}
.hero-img img{border-radius:20px;width:100%}
.hero-text{width:50%;padding:10px;display:flex;flex-direction:column;justify-content:center;gap:16px}
.hero-text h2{font-size:32px;line-height:1.1}
.hero-text h1{font-size:40px;line-height:1.1}
.hero-text .white{font-weight:600}
.hero-text > p{font-size:16px}
.hero-text .button{align-self:flex-start}
.hero-text h2.white{font-size:32px}

/* Conteúdo / acordeão */
.content{background:var(--green);padding:0 0 20px}
.content .inner{padding:0}
.seta{width:21%;margin:0 auto;padding-top:20px}
.content-title{margin:60px 0 50px;text-align:center;font-size:39px;font-weight:700;line-height:47px;color:#fff}
.accordion .acc-item{border:1px solid transparent}
.acc-title{width:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse;gap:8px;text-align:left;background:var(--black);color:#fff;border:0;cursor:pointer;padding:24px 25px;font-family:"Poppins",sans-serif;font-size:16px;font-weight:600;line-height:1.1}
.acc-item.active .acc-title{color:var(--active)}
.acc-icon{position:relative;width:1.25em;height:1.25em;flex:none;display:inline-block}
.acc-icon::before,.acc-icon::after{content:"";position:absolute;left:50%;top:50%;background:currentColor;transform:translate(-50%,-50%);transition:opacity .2s}
.acc-icon::before{width:.75em;height:2px}
.acc-icon::after{width:2px;height:.75em}
.acc-item.active .acc-icon::after{opacity:0}
.acc-content{display:none;padding:15px 25px;font-size:14px;color:#000;background:transparent;border-top:1px solid transparent}
.acc-item.active .acc-content{display:block}
.acc-content p+p{margin-top:10px}

/* Renda */
.renda{background:var(--dark);padding:45px 10px 70px}
.renda-title{margin:0;text-align:center;font-size:39px;font-weight:700;line-height:47px;color:#fff}

/* Benefícios */
.benefits{padding:0 10px;position:relative}
.benefits-inner{display:flex;margin-top:-50px;position:relative}
.benefit{width:33.33%;background:var(--black);color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;padding:50px 20px}
.benefit.b1{border-radius:50px 0 0 50px}
.benefit.b3{border-radius:0 50px 50px 0}
.check{width:27px;height:27px;fill:var(--green);flex:none}
.benefit .check{width:20px;height:20px}

/* Recap */
.recap{background:#fff;padding:20px 0 0}
.recap-head{max-width:1004px;text-align:center;padding:10px}
.recap-head h2{font-size:38px;font-weight:600;color:#000}
.recap-head p{color:#000;margin-top:20px}
.recap-row{display:flex;padding:20px 0 0;position:relative;z-index:1}
.recap-row .spacer{width:25%}
.card{width:50%;background:#fff;border:1px solid var(--green);border-radius:20px;padding:50px;z-index:1}
.list{list-style:none;margin-bottom:50px}
.list li{display:flex;align-items:center;gap:8px;padding:0 0 4.5px;margin-top:4.5px;font-family:"Roboto",sans-serif;font-size:15px;font-weight:700;color:#4E4E4E}
.list li:first-child{margin-top:0}
.card p{margin-top:30px;color:#000}
.card .price{font-size:40px;margin:30px 0}
.card .x5{font-size:xx-large;color:#000}
.card .button{margin-top:30px}

/* Não perca */
.nao-perca{background:var(--green);margin-top:-40px;padding:70px 50px 50px;text-align:center;color:#fff;font-size:28px}

/* WhatsApp */
.whats{background:var(--gray);padding:50px}
.whats .inner{text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}
.whats h2{color:#fff}
.whats .w1{font-size:38px;line-height:1.3}
.whats .w2{font-size:22px;font-weight:400;line-height:1.1}

/* Tablet/Mobile */
@media (max-width:1024px){
  .benefit.b1,.benefit.b3{border-radius:0}
  .benefit{padding:20px}
  .card{width:100%;padding:20px}
  .recap-row .spacer{display:none}
  .recap-row{padding:20px 10px 0}
  .hero-text h1,.hero-text h2{font-size:28px}
  .hero-text h2.white{font-size:20px}
}
@media (max-width:767px){
  .hero{padding:30px 10px}
  .hero-inner{flex-direction:column}
  .hero-img,.hero-text{width:100%}
  .content{padding:0 10px 20px}
  .seta{width:40%}
  .content-title,.renda-title{font-size:26px;line-height:34px}
  .renda-title{margin:30px 0 80px}
  .benefits-inner{flex-direction:column}
  .benefit{width:100%}
  .recap-head h2,.whats .w1{font-size:28px}
  .nao-perca{font-size:22px;padding:80px 20px 30px}
  .whats{padding:30px 20px}
  .whats .w2{font-size:18px}
  .list{margin-bottom:30px}
}
