/*
Theme Name: QRNO THEME
Theme URI: https://qrno.com.br
Author: QRNO
*/

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600&display=swap');


:root {
  --grey: #050505;
  --brown: #9e9585;
  --brown-medium: #a28878;
  --brown-light: #eeeae7;
  --white: #ffffff
}


* {
  padding: 0px;
  margin: 0px;
}

body {
  font-family: 'Quicksand', sans-serif;
  color: var(--grey);


}

a {
  text-decoration: none;
  color: var(--gray);
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5 {
  color: var(--grey);
}

h2 {
  font-size: 40px;
  text-align: center;
  line-height: 20px;
}

h2 span {
  letter-spacing: -5px;
  font-weight: 600;
  color: var(--brown-medium);
  font-size: 20px;
}

h3 {
  font-weight: 600;
  font-size: 18px;
}

#button {
  margin: 10px 0;
}

#button a {
  background: var(--brown-light);
  color: var(--grey);
  padding: 10px 15px;
  transition: 1s ease;
}

#button a:hover {
  background: var(--white);
}


#align {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}


#header {
  width: 100%;
  background: var(--brown-light);
  padding: 20px 0;
  position: fixed;
  top: 0;
  z-index:99999999999;
}


#brand {
  width: 20%;
}

#brand svg {
  width: 70%;
  max-height: 70px
}

#menu {
  display: block;
  width: 70%;
  text-align: right;
}

#menu li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}

#menu li a {
  font-weight: 400;
  transition: 0.2s ease;
}

#menu li a:hover {
  border-bottom: 2px solid;
  border-color: var(--brown-medium)
}


#menu-mobile {
  display: none;
}


#page {
  width: 90%;
  margin: 0px auto;
}

#page-archive {
  width: 80%;
  margin: 200px auto 30px auto;
  line-height: 30px;

}

#page-archive-title {
  display: flex;
  justify-content: space-around;
}

#page-archive-title h2 {
  width: 30%;
  text-align: left;
  text-transform: capitalize
}


#search {
  width: 50%;
}

#search label {
  font-size: 13px;
  font-weight: 800;
  padding-right: 20px;
}

#search input,
#search input:focus {
  background: var(--brown-light);
  border: 0;
  padding: 5px;
  outline: none
}

#search button {
  background: var(--white);
  border: 0;
  padding: 6px;
}


#page-content {
  width: 60%;
  margin: 200px auto 30px auto;
  line-height: 30px;

}

#page-content h1 {
  font-size: 40px;
  color: var(--grey-deep);
  margin: 50px 0;
  text-align:center;
}

#page-content h3 {
  text-align: center;
}

#page-content strong {
  color: var(--brown-medium);}

#page-content h3 span {
  letter-spacing: -5px;
  font-weight: 600;
  color: var(--brown-medium);
}

#page-content-share {
  width: 100%;
  margin: 20px auto;
  padding: 30px 0;
  background: var(--brown-medium);
  display: flex;
  justify-content: center;

}

#page-content-share h4 {
  width: 10%;
}


#page-content-share a {
  padding: 0 10px;
  color: var(--brown-light)
}

#page-content-share h4 span {
  border-bottom: 1px solid;
  border-color: var(--brown-light)
}
#page-content ul{margin-left:30px}

 #page-content ol {
     counter-reset: li;
     list-style: none;
     *list-style: decimal;
     padding: 0;
     font-size: 13px 
}
 #page-content ol li {
     position: relative;
     display: block;
     padding: .4em .4em .4em 4em;
     *padding: .4em;
     margin: .5em 0;
     text-decoration: none 
}
 #page-content ol li:before {
     content: counter(li);
     counter-increment: li;
     position: absolute;
     left: 10px;
     top: 50%;
     margin-top: -1.1em;
     height: 2em;
     width: 2em;
     line-height: 2em;
     color: #ffffff;
     background: var(--brown);
     text-align: center;
     font-weight: 700;
     border-radius: 2em 
}


#divider {
  margin: 60px 0
}


#cta {
  width: 80%;
  margin: 150px auto 80px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#cta-img {
  width: 50%;
  padding: 10px 0;
  height: 300px;
}

#cta-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}


#cta-txt {
  width: 40%;
  padding: 40px 30px;
  background: var(--brown-medium);
  color: var(--white);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

#cta-txt span {
  letter-spacing: -5px;
  font-weight: 600;
  color: var(--brown-light);
}

#grid-posts {
  flex-wrap: wrap;
  width: 80%;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#box-post {
  width: 28%;
  margin: 2.5%;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px 0;
}

#photo-post {
  width: 100%;
  height: 200px;
}

#photo-post img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}







/* Landing Page */

#grid-ebook{
  width: 100%;
  display: flex;   
  justify-content: center;  
  align-items:center;
}

#grid-ebook h1{
 font-size: 70px;  
}

#ebook-img{
  width: 40%;
  text-align: center;
}
#ebook-img img{
max-width:100%;
height: 500px;
object-fit:cover}

#ebook-txt{
   width: 55%;
  margin: 5%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}

#ebook-button{
  margin: 50px 0 50px 0;
}

#ebook-button svg{
  margin-bottom: -15px;
 
}

#ebook-button a{
  background: var(--brown);
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 36px;
}


#grid-about {
  width: 100%; 
  background: var(--brown);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#about-photo {
  width: 20%;
  margin: 5%;
  text-align: center;
}

#about-photo img {
  max-width: 90%;
}

#about-txt {
  width: 50%;
  margin: 5%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px 0;
  color: var(--white);
}

#about-txt h2{
  text-align: left;
}

#about-txt span {
  letter-spacing: -5px;
  font-weight: 600;
  color: var(--brown-light);
}



#grid-bonus{
  width: 100%;   
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: var(--brown-light);
}


#bonus{
  width: 150px;
  height: 150px;
  margin: 100px 100px 0 40px;
  display: flex;
  justify-content: center;
  text-align: center;
  background: var(--brown);
  border-radius: 50%;  
}

#bonus p{
  font-size: 25px;
  margin-top: 45px;
  text-align: center;
}

#bonus-tips{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 18%;
  margin: 50px 30px;
  text-align: center;
  font-size: 20px;
}

#bonus-tips svg{
  width: 60%;
  display: flex;
  align-items: center;
  margin-bottom: -30px;
}

#grid-expectation{
	width: 100%;  
   background: var(--brown);
  padding: 80px 0 ;
   
}

#grid-expectation h3{
  padding-left: 130px;
  font-size: 45px;
}

#exp-box{
  width: 1100px;
  margin: 50px 0 50px 130px;
  padding: 15px 20px;
  display: flex;  
  text-align: center;
  font-size: 18px;
  background: var(--brown-light);
  border-radius: 2px;  
}

#grid-sections{
  width:100%;
  background: var(--brown-light);
}


#sections-head{
  padding: 50px 300px;
  background: var(--brown-medium);
  text-align: center;
  font-size: 18px;
}

#sections-head p{
  font-size: 25px;
  font-weight: 600;
}


#sections-body{
  width: 100%;
  display:flex;  
  align-items: center;
  justify-content: space-around;
  padding: 40px 0 20px 0;
}

#sections-text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 65%;
  
}

#sections-text1, #sections-text2, #sections-text3{
  width: inherit;
  background: var(--white);
  padding: 20px 30px;
  margin: 30px 0;
  font-size: 22px;
}

#sections-photo{
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
}

#sections-photo img{
  width: 86%;
  padding-bottom: 40px;
}

#sections-photo p{
  margin: 15px 0;
  padding: 5px 10px;
  width: fit-content;
  background: var(--white);
  font-size: 28px;
  border-radius: 10px;
}

#buynow-button{
  padding: 16px 25px;
}

#buynow-button a{
  padding: 16px 25px;
  width: fit-content;
  background: var(--brown-medium);
  font-size: 15px;
  color: var(--white);
  border-radius: 5px;
}


/* Rodapé */

#footer {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 5px 0;
}

#footer a {
  color: var(--brown-medium);
  padding: 0 5px;
  font-weight: 600;
}


#social {
  width: 25%;
  text-align: left;
}

#brand {
  width: 25%;
  text-align: center;
}


#credit {
  width: 25%;
  text-align: right;
}


@media (min-width:300px) and (max-width:999px) {

  #brand svg {
    max-height: 40px
  }


#menu {
    display: none;
  }

#menu-mobile {
    display: block;
  }

  .nav {
    width: 100%;
    position: sticky;
    overflow: hidden;
    z-index: 999999999999999999999999999999999999999999999;

  }

  .menu-mobile a {
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 10px 30px;
    color: var(--grey);
  }

  .menu-mobile a:hover {
    transition: all 0.7s ease-out;
    font-size: 21px;
    color: #000000;
    background: rgb(219, 159, 150);
  }

  .nav {
    max-height: 0;
    transition: all 01s ease;

  }


  .hamb {
    cursor: pointer;
    float: right;
    padding: 20px 20px;

  }

  .hamb-line {
    background: var(--brown);
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

  }

  .hamb-line::before,
  .hamb-line::after {
    background: var(--brown);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }

  .hamb-line::before {
    top: 5px;
  }

  .hamb-line::after {
    top: -5px;
  }

  .side-menu {
    display: none;
  }

  .side-menu:checked~nav {
    max-height: 100%;
  }

  .side-menu:checked~.hamb .hamb-line {
    background: transparent;
  }

  .side-menu:checked~.hamb .hamb-line::before {
    transform: rotate(-45deg);
    top: 0;
  }

  .side-menu:checked~.hamb .hamb-line::after {
    transform: rotate(45deg);
    top: 0;
  }


  #cta-img,
  #cta-txt,
  #about-photo,
  #about-txt {
    width: 80%;
    margin: 5%;
  }

  #box-post {
    width: 80%;
  }
  
  
  
  /* Landing Page - Mobile */
  
  
#grid-ebook {
  flex-wrap: wrap;
}
  
  #ebook-img img{
width:100%;
height: 300px;
object-fit:cover}
  
  #ebook-img{   width:100%;}
  
  #ebook-txt{
   width:80%;
    margin:20px auto;
  }
  #ebook-txt h1{font-size:35px;
  text-align:center;}
  
#ebook-button a { 
  display: flex;
  font-size: 15px;
margin:-10px 0;
}
  
#ebook-button svg {
  display: flex;
  width: -moz-available;
}
  
  
#grid-bonus { 
  flex-wrap: wrap;  
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}
  

#bonus {
  margin: 100px 50px 0 50px;
  width: 250px;
  height: 250px;
}
  
  
#bonus p {
  font-size: 30px;
  margin-top: 80px;  
}
  
  
#bonus-tips {
  width: 35%;
  margin: 30px 10px;
}
  
#bonus-tips svg {
  width: 80%;
}
  
  
#grid-expectation h3{
  padding: 0 20px;
}
  
  
#exp-box {
  width: 50%;
  margin:0;
  padding:0;
}
  

#sections-head {
  padding: 50px 10px;
}
  
  
  #sections-head p{
  padding-top: 20px;
}
  
  #sections-text{
 
  width: 90%;
  
}
  
#sections-body { 
  flex-direction: column;
}

  
#sections-photo img {
  width: fit-content;
}
  

#sections-photo img {
  width: 160%;
 }
  
  
#buynow-button {
  display: contents;
}  
  
}

/* ===============================
OFERTA ESPECIAL
=============================== */

#grid-offer {
  width: 100%;
  padding: 80px 0px;
  display: flex;
  justify-content: center;
  background: #f7f5f1;
  box-sizing: content-box;

}

#offer-box {
  max-width: 800px;
  text-align: center;
}

.offer-eyebrow {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8a867f;
  margin-bottom: 20px;
}

#offer-box h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}

.offer-icons {
  font-size: 28px;
  margin: 10px 0 20px;
}

.offer-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.offer-text span {
  font-size: 14px;
  color: #777;
}

/* ===============================
CTA + BÔNUS
=============================== */

#grid-cta-bonus {
  width: 100%;
  padding: 80px 0px;
  display: flex;
  justify-content: center;
  background: var(--brown-medium);
  box-sizing: content-box;

}

#cta-text {
  max-width: 700px;
  text-align: center;
}

#cta-text p {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.cta-highlight {
  font-size: 35px;
  font-weight: 600;
}

#cta-text span {
  font-size: 14px;
  color: #ffffff;
}

#cta-button {
  margin-top: 40px;
}

#cta-button a {
  display: inline-block;
  padding: 16px 40px;
  background: var(--brown);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

#cta-button a:hover {
  background: #333;
}

.cta-price {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 600;
}

.price-old {
  text-decoration: line-through;
  color: #999;
  margin-right: 8px;
}

.price-new {
  color: #000;
  font-size: 26px;
  font-weight: 700;
}

/* ===============================
CTA FINAL – BÔNUS NATALINO
=============================== */

#grid-cta-bonus {
  width: 100%;
  padding: 100px 20px;
  display: flex;
  justify-content: center;
  background: #a89584;
  box-sizing: border-box;
}

#cta-text {
  max-width: 720px;
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
  padding: 70px 50px;
  border-radius: 16px;
}

/* Eyebrow */
.cta-eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 20px;
}

/* Título */
.cta-title {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 12px;
}

/* Sub */
.cta-sub {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 30px;
}

/* Preço */
.cta-price {
  margin: 30px 0 35px;
  font-size: 22px;
}

.price-old {
  text-decoration: line-through;
  opacity: 0.6;
  margin-right: 8px;
}

.price-new {
  font-size: 38px;
  font-weight: 700;
  display: inline-block;
}

/* Descrição */
.cta-desc {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 45px;
}

/* Botão */
#cta-button a {
  display: inline-block;
  background: #b8b0a0;
  color: #fff;
  padding: 18px 50px;
  border-radius: 40px;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

#cta-button a:hover {
  background: #a79e8c;
  transform: translateY(-2px);
}

/* Responsivo */
@media (max-width: 768px) {
  #cta-text {
    padding: 50px 25px;
  }

  .cta-title {
    font-size: 26px;
  }

  .price-new {
    font-size: 32px;
  }
}


#grid-expectation {
  width: 100%;
  padding: 100px 0px;
  text-align: center;
}

#grid-expectation h3 {
  font-size: 32px;
  margin-bottom: 60px;
}

.expectation-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.exp-box {
  background: #f5f2ee;
  padding: 40px 25px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 140px;
}
@media (max-width: 1024px) {
  .expectation-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .expectation-grid {
    grid-template-columns: 1fr;
  }

  #grid-expectation h3 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
