*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  color:#646464;
  background:#FEFDFC;
  line-height:1.6;
  overflow-x:hidden;
}

a{
  text-decoration:none;
  color:inherit;
}

img{
  max-width:100%;
  display:block;
}

.wrap{
  width:min(1120px,calc(100% - 28px));
  margin:auto;
}

/* =========================
   HEADER
========================= */

.header{
  position:sticky;
  top:0;
  z-index:99;
  background:rgba(254,253,252,.96);
  backdrop-filter:blur(12px);
  border-bottom:1px solid #D9B28E40;
}

.nav{
  min-height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  position:relative;
}

.brand{
  display:flex;
  align-items:center;
  gap:9px;
  font-weight:800;
  white-space:nowrap;
  min-width:0;
}

.brand img{
  width:46px;
  height:46px;
  object-fit:contain;
  flex-shrink:0;
}

.brand span{
  font-size:16px;
  overflow:hidden;
  text-overflow:ellipsis;
}

.brand b{
  color:#EAA43A;
}

.links{
  display:flex;
  gap:20px;
  font-size:14px;
  font-weight:700;
  align-items:center;
}

.links a:hover{
  color:#EAA43A;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  background:#EAA43A;
  color:#fff;
  padding:14px 20px;
  border-radius:14px;
  font-weight:800;
  box-shadow:0 10px 25px #EAA43A33;
  transition:.2s;
  text-align:center;
}

.btn:hover{
  background:#CF9C6F;
  transform:translateY(-2px);
}

.ghost{
  background:#fff;
  color:#646464;
  border:1px solid #D9B28E66;
  box-shadow:none;
}

.menu{
  display:none;
  background:none;
  border:0;
  font-size:23px;
  color:#646464;
  cursor:pointer;
  padding:8px;
  flex-shrink:0;
}

/* =========================
   HERO
========================= */

.hero{
  padding:65px 0 75px;
  background:
    radial-gradient(circle at 8% 10%,#D9B28E20,transparent 28%),
    radial-gradient(circle at 95% 30%,#EAA43A18,transparent 30%);
}

.grid2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:52px;
  align-items:center;
}

.tag{
  display:inline-block;
  color:#EAA43A;
  background:#EAA43A18;
  border:1px solid #EAA43A33;
  padding:7px 12px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.hero h1,
.page h1{
  font-size:clamp(38px,5vw,62px);
  line-height:1.08;
  letter-spacing:-.045em;
  color:#585858;
  margin:18px 0;
}

.hero h1 em,
.page h1 em,
h2 em{
  color:#EAA43A;
  font-style:normal;
}

.hero p,
.page p{
  font-size:18px;
  max-width:700px;
}

.actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}

.heroimg{
  position:relative;
}

.heroimg img{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:30px;
  box-shadow:0 25px 70px #6464642e;
}

.heroimg:before{
  content:"";
  position:absolute;
  inset:-12px -12px 12px 12px;
  border:1px solid #D9B28E88;
  border-radius:34px;
  transform:rotate(2deg);
}

/* =========================
   SECTIONS
========================= */

section{
  padding:76px 0;
}

.soft{
  background:#F9F1EB;
}

.white{
  background:#fff;
}

.head{
  text-align:center;
  max-width:720px;
  margin:0 auto 38px;
}

.head small,
.eyebrow{
  color:#EAA43A;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.13em;
}

.head h2{
  font-size:clamp(30px,4vw,45px);
  line-height:1.12;
  color:#585858;
  margin:10px 0;
}

.head p{
  color:#777;
  margin:0;
}

/* =========================
   CARDS
========================= */

.cards{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.cards4{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.card{
  background:#fff;
  border:1px solid #D9B28E40;
  border-radius:22px;
  box-shadow:0 18px 50px #64646419;
  overflow:hidden;
}

.card img{
  width:100%;
  height:225px;
  object-fit:cover;
}

.pad{
  padding:23px;
}

.card h3{
  color:#585858;
  margin:0 0 8px;
  font-size:22px;
}

.card p{
  margin:0;
  color:#777;
  font-size:14px;
}

.link{
  display:inline-block;
  margin-top:15px;
  color:#EAA43A;
  font-weight:900;
  font-size:14px;
}

.icon{
  width:46px;
  height:46px;
  border-radius:14px;
  background:#EAA43A18;
  color:#EAA43A;
  display:grid;
  place-items:center;
  margin-bottom:14px;
}

/* =========================
   ABOUT
========================= */

.about{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:52px;
  align-items:center;
}

.about img{
  border-radius:30px;
  box-shadow:0 20px 60px #64646425;
  aspect-ratio:4/5;
  object-fit:cover;
}

.about h2{
  font-size:clamp(32px,4vw,48px);
  line-height:1.1;
  color:#585858;
}

.about p{
  font-size:17px;
  color:#707070;
}

.stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:22px;
}

.stat{
  text-align:center;
  padding:16px;
  background:#ffffffb8;
  border:1px solid #D9B28E44;
  border-radius:17px;
}

.stat b{
  display:block;
  color:#EAA43A;
  font-size:25px;
}

.stat span{
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
}

/* =========================
   STEPS
========================= */

.steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px;
}

.step{
  padding:23px;
  background:#fff;
  border:1px solid #D9B28E40;
  border-radius:20px;
  box-shadow:0 12px 35px #64646412;
}

.step b{
  color:#EAA43A;
  font-size:12px;
  letter-spacing:.12em;
}

.step h3{
  color:#585858;
}

.step p{
  font-size:14px;
  color:#777;
}

/* =========================
   PROJECTS
========================= */

.proof{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:17px;
}

.proof img{
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:18px;
}

.proof .card{
  padding:10px;
}

.proof .pad{
  padding:13px;
}

/* =========================
   EBOOK
========================= */

.ebook{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:35px;
  align-items:center;
}

.cover{
  min-height:310px;
  border-radius:24px;
  background:linear-gradient(145deg,#fff,#f7eee7);
  display:grid;
  place-items:center;
  text-align:center;
  padding:25px;
  border:1px solid #D9B28E55;
  box-shadow:0 18px 50px #64646419;
}

.cover strong{
  font-size:30px;
  color:#585858;
}

.cover em{
  color:#EAA43A;
  font-style:normal;
}

/* =========================
   CTA
========================= */

.cta{
  background:#5d5d5d;
  color:#fff;
  text-align:center;
  padding:68px 0;
}

.cta h2{
  color:#fff;
  font-size:clamp(32px,5vw,50px);
  margin:0 0 12px;
}

.cta p{
  max-width:650px;
  margin:0 auto 22px;
  color:#ffffffc9;
}

/* =========================
   FOOTER
========================= */

.footer{
  padding:42px 0;
  background:#fff;
  border-top:1px solid #D9B28E33;
}

.foot{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
}

.social{
  display:flex;
  gap:9px;
}

.social a{
  width:40px;
  height:40px;
  border:1px solid #D9B28E55;
  border-radius:11px;
  display:grid;
  place-items:center;
}

/* =========================
   WHATSAPP
========================= */

.wa{
  position:fixed;
  right:16px;
  bottom:16px;
  width:60px;
  height:60px;
  border-radius:50%;
  background:#25D366;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:29px;
  z-index:150;
  box-shadow:0 14px 30px #0003;
}

/* =========================
   INTERNAL PAGES
========================= */

.page{
  padding:55px 0 45px;
  background:linear-gradient(135deg,#fff,#F9F1EB);
}

.detail{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:42px;
}

.detail h2{
  font-size:32px;
  color:#585858;
}

.detail p{
  color:#707070;
}

.side{
  background:#fff;
  padding:24px;
  border-radius:23px;
  border:1px solid #D9B28E44;
  box-shadow:0 18px 50px #64646419;
  position:sticky;
  top:95px;
}

.side img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:17px;
}

.list{
  display:grid;
  gap:10px;
  margin:20px 0;
}

.list div{
  display:flex;
  gap:9px;
  font-size:14px;
}

.list i{
  color:#EAA43A;
  margin-top:5px;
}

/* =====================================================
   TABLET
===================================================== */

@media(max-width:900px){

  .nav{
    min-height:70px;
  }

  .links{
    display:none;
  }

  .menu{
    display:block;
    order:3;
    width:40px;
    height:40px;
  }

  .nav.open .links{
    display:flex;
    position:absolute;
    top:70px;
    left:0;
    right:0;
    flex-direction:column;
    align-items:stretch;
    background:#fff;
    padding:14px;
    border-radius:0 0 18px 18px;
    box-shadow:0 18px 50px #64646422;
    border:1px solid #D9B28E44;
    z-index:200;
  }

  .nav.open .links a{
    padding:12px;
  }

  .grid2,
  .about,
  .detail,
  .ebook{
    grid-template-columns:1fr;
  }

  .heroimg{
    max-width:600px;
    margin:auto;
  }

  .cards4,
  .steps{
    grid-template-columns:repeat(2,1fr);
  }

  .side{
    position:static;
  }
}

/* =====================================================
   CELULAR
===================================================== */

@media(max-width:600px){

  .wrap{
    width:calc(100% - 24px);
  }

  /* -------------------------
     HEADER MOBILE
  ------------------------- */

  .header{
    height:auto;
  }

  .nav{
    min-height:64px;
    width:calc(100% - 20px);
    gap:8px;
  }

  .brand{
    flex:1 1 auto;
    min-width:0;
    max-width:calc(100% - 170px);
    gap:6px;
  }

  .brand img{
    width:34px;
    height:34px;
  }

  .brand span{
    font-size:13px;
    line-height:1.1;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  /*
    Botão do header fica compacto no celular.
    Isso impede que ele empurre o menu para cima
    ou invada o nome da marca.
  */

  .nav > .btn{
    flex:0 0 112px;
    width:112px;
    min-height:44px;
    padding:8px 10px;
    border-radius:12px;
    font-size:12px;
    line-height:1.15;
    box-shadow:0 7px 18px #EAA43A33;
  }

  .menu{
    order:3;
    flex:0 0 36px;
    width:36px;
    height:36px;
    padding:5px;
    font-size:21px;
  }

  .nav.open .links{
    top:64px;
    left:0;
    right:0;
  }

  /* -------------------------
     HERO
  ------------------------- */

  section{
    padding:58px 0;
  }

  .hero{
    padding:34px 0 50px;
  }

  .hero h1,
  .page h1{
    font-size:39px;
    line-height:1.08;
  }

  .hero p,
  .page p{
    font-size:16px;
  }

  .actions{
    display:flex;
    flex-direction:column;
    gap:10px;
  }

  .actions .btn{
    width:100%;
  }

  .heroimg{
    width:100%;
  }

  .heroimg img{
    border-radius:24px;
  }

  /* -------------------------
     CARDS
  ------------------------- */

  .cards,
  .proof,
  .cards4,
  .steps{
    grid-template-columns:1fr;
  }

  .card img{
    height:210px;
  }

  /* -------------------------
     ABOUT
  ------------------------- */

  .about{
    gap:30px;
  }

  .about img{
    border-radius:24px;
  }

  .about h2{
    font-size:34px;
  }

  .about p{
    font-size:16px;
  }

  .stats{
    gap:7px;
  }

  .stat{
    padding:12px 6px;
  }

  .stat b{
    font-size:22px;
  }

  .stat span{
    font-size:8px;
  }

  /* -------------------------
     INTERNAL PAGES
  ------------------------- */

  .detail h2{
    font-size:28px;
  }

  /* -------------------------
     FOOTER
  ------------------------- */

  .foot{
    flex-direction:column;
    text-align:center;
  }

  /* -------------------------
     WHATSAPP
  ------------------------- */

  .wa{
    width:56px;
    height:56px;
    font-size:27px;
    right:14px;
    bottom:14px;
  }
}

/* =====================================================
   CELULARES MUITO PEQUENOS
===================================================== */

@media(max-width:380px){

  .brand{
    max-width:calc(100% - 155px);
  }

  .brand img{
    width:30px;
    height:30px;
  }

  .brand span{
    font-size:12px;
  }

  .nav > .btn{
    flex-basis:102px;
    width:102px;
    font-size:11px;
    padding:7px 8px;
  }

  .menu{
    flex-basis:34px;
    width:34px;
  }

  .hero h1,
  .page h1{
    font-size:35px;
  }
}
.header-btn{
  flex-shrink:0;
}

@media(max-width:900px){

  .nav{
    display:flex;
    align-items:center;
  }

  .links{
    display:none;
  }

  .header-btn{
    display:none;
  }

  .menu{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
  }

  .nav.open .links{
    display:flex;
    position:absolute;
    top:70px;
    left:0;
    right:0;
    flex-direction:column;
    background:#fff;
    padding:14px;
    border-radius:0 0 18px 18px;
    box-shadow:0 18px 50px #64646422;
    border:1px solid #D9B28E44;
    z-index:200;
  }
}

@media(max-width:600px){

  .nav{
    min-height:64px;
    width:calc(100% - 24px);
  }

  .brand{
    flex:1;
    min-width:0;
  }

  .brand img{
    width:36px;
    height:36px;
  }

  .brand span{
    font-size:13px;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .menu{
    width:42px;
    height:42px;
    padding:0;
    font-size:22px;
  }

  .nav.open .links{
    top:64px;
  }
}