/* =========================================================
   PÁGINA O ESCRITÓRIO
   ========================================================= */

.zt-office-page .zt-office-shell{
  width:min(1120px, calc(100% - 48px));
  margin:0 auto;
}

.zt-office-page .zt-office-eyebrow{
  display:inline-block;
  margin-bottom:18px;
  color:#C99A3D;
  font-size:14px;
  font-weight:700;
  letter-spacing:.12em;
}

.zt-office-page .zt-office-hero{
  padding:82px 0 74px;
  background:
    radial-gradient(circle at 86% 18%, rgba(201,154,61,.08), transparent 32%),
    #fff;
}

.zt-office-page .zt-office-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(310px,.75fr);
  gap:72px;
  align-items:center;
}

.zt-office-page .zt-office-hero__content h1{
  max-width:710px;
  margin:0;
  color:#173827;
  font-size:46px;
  line-height:1.12;
  font-weight:700;
  letter-spacing:-.025em;
}

.zt-office-page .zt-office-hero__content h1 span{
  color:#C99A3D;
}

.zt-office-page .zt-office-accent{
  width:84px;
  height:3px;
  margin:28px 0 26px;
  background:#C99A3D;
}

.zt-office-page .zt-office-hero__content p{
  max-width:650px;
  margin:0;
  color:#526157;
  font-size:18px;
  line-height:1.7;
}

.zt-office-page .zt-office-hero__card{
  position:relative;
  padding:40px 38px;
  border:1px solid rgba(201,154,61,.3);
  border-radius:3px;
  background:#173827;
  color:#fff;
}

.zt-office-page .zt-office-hero__card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:68px;
  height:4px;
  background:#C99A3D;
}

.zt-office-page .zt-office-hero__card-kicker{
  display:block;
  margin-bottom:18px;
  color:#C99A3D;
  font-size:12px;
  font-weight:700;
  letter-spacing:.13em;
}

.zt-office-page .zt-office-hero__card strong{
  display:block;
  margin-bottom:16px;
  font-size:25px;
  line-height:1.25;
}

.zt-office-page .zt-office-hero__card p{
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:15px;
  line-height:1.65;
}

.zt-office-page .zt-office-story{
  padding:84px 0;
  background:#f7f8f6;
}

.zt-office-page .zt-office-story__grid{
  display:grid;
  grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);
  gap:90px;
  align-items:start;
}

.zt-office-page .zt-office-story h2,
.zt-office-page .zt-office-section-head h2{
  margin:0;
  color:#173827;
  font-size:34px;
  line-height:1.24;
  letter-spacing:-.015em;
}

.zt-office-page .zt-office-story__copy{
  padding-top:2px;
}

.zt-office-page .zt-office-story__copy p{
  margin:0 0 20px;
  color:#59655e;
  font-size:16px;
  line-height:1.78;
}

.zt-office-page .zt-office-story__copy p:last-child{
  margin-bottom:0;
}

.zt-office-page .zt-office-evolution{
  padding:88px 0 94px;
  background:#fff;
}

.zt-office-page .zt-office-section-head{
  max-width:700px;
  margin-bottom:44px;
}

.zt-office-page .zt-office-section-head--center{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.zt-office-page .zt-office-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid rgba(23,56,39,.16);
  border-bottom:1px solid rgba(23,56,39,.16);
}

.zt-office-page .zt-office-step{
  position:relative;
  padding:38px 28px 36px;
  border-right:1px solid rgba(23,56,39,.12);
}

.zt-office-page .zt-office-step:last-child{
  border-right:0;
}

.zt-office-page .zt-office-step > span{
  display:inline-block;
  margin-bottom:24px;
  color:#C99A3D;
  font-size:13px;
  font-weight:700;
  letter-spacing:.1em;
}

.zt-office-page .zt-office-step h3{
  margin:0 0 12px;
  color:#173827;
  font-size:20px;
}

.zt-office-page .zt-office-step p{
  margin:0;
  color:#667169;
  font-size:14px;
  line-height:1.65;
}

.zt-office-page .zt-office-values{
  padding:88px 0 94px;
  background:#173827;
}

.zt-office-page .zt-office-values .zt-office-section-head h2{
  color:#fff;
}

.zt-office-page .zt-office-values__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.zt-office-page .zt-office-values__grid article{
  padding:30px 26px 32px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.035);
}

.zt-office-page .zt-office-value-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  margin-bottom:22px;
  border:1px solid rgba(201,154,61,.55);
  color:#C99A3D;
  font-size:12px;
  font-weight:700;
}

.zt-office-page .zt-office-values__grid h3{
  margin:0 0 12px;
  color:#fff;
  font-size:19px;
}

.zt-office-page .zt-office-values__grid p{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.65;
}

.zt-office-page .zt-office-cta{
  padding:62px 0;
  background:#f3efe7;
}

.zt-office-page .zt-office-cta__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:56px;
}

.zt-office-page .zt-office-cta__inner > div{
  max-width:720px;
}

.zt-office-page .zt-office-eyebrow--light{
  margin-bottom:12px;
}

.zt-office-page .zt-office-cta h2{
  margin:0 0 12px;
  color:#173827;
  font-size:30px;
  line-height:1.25;
}

.zt-office-page .zt-office-cta p{
  margin:0;
  color:#606b64;
  font-size:15px;
  line-height:1.65;
}

.zt-office-page .zt-office-cta__button{
  flex:0 0 auto;
  display:inline-flex;
  min-height:50px;
  align-items:center;
  justify-content:center;
  padding:0 25px;
  border-radius:3px;
  background:#C99A3D;
  color:#fff;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.04em;
  transition:transform .18s ease, filter .18s ease;
}

.zt-office-page .zt-office-cta__button:hover{
  transform:translateY(-1px);
  filter:brightness(.96);
}

@media (max-width:980px){
  .zt-office-page .zt-office-hero__grid,
  .zt-office-page .zt-office-story__grid{
    grid-template-columns:1fr;
    gap:42px;
  }

  .zt-office-page .zt-office-steps,
  .zt-office-page .zt-office-values__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .zt-office-page .zt-office-step:nth-child(2){
    border-right:0;
  }

  .zt-office-page .zt-office-step:nth-child(-n+2){
    border-bottom:1px solid rgba(23,56,39,.12);
  }
}

@media (max-width:700px){
  .zt-office-page .zt-office-shell{
    width:min(92%,1120px);
  }

  .zt-office-page .zt-office-hero{
    padding:56px 0 52px;
  }

  .zt-office-page .zt-office-hero__content h1{
    font-size:36px;
  }

  .zt-office-page .zt-office-hero__content p{
    font-size:16px;
  }

  .zt-office-page .zt-office-story,
  .zt-office-page .zt-office-evolution,
  .zt-office-page .zt-office-values{
    padding:64px 0;
  }

  .zt-office-page .zt-office-story h2,
  .zt-office-page .zt-office-section-head h2{
    font-size:29px;
  }

  .zt-office-page .zt-office-steps,
  .zt-office-page .zt-office-values__grid{
    grid-template-columns:1fr;
  }

  .zt-office-page .zt-office-step{
    border-right:0;
    border-bottom:1px solid rgba(23,56,39,.12);
  }

  .zt-office-page .zt-office-step:last-child{
    border-bottom:0;
  }

  .zt-office-page .zt-office-cta__inner{
    flex-direction:column;
    align-items:flex-start;
    gap:28px;
  }

  .zt-office-page .zt-office-cta__button{
    width:100%;
    box-sizing:border-box;
  }
}
