/* =========================================================
   WP TEMP Plugins
   Dedicated template for TCD SOURCE 2.2.2
   ========================================================= */

.wptpl-page{
  --text:#222;
  --sub:#5e5e5e;
  --light:#929292;
  --border:#dedede;
  --gray:#f7f7f7;
  --black:#111;
  width:100%;
  margin:0;
  padding:0;
  background:#fff;
  color:var(--text);
  font-weight:400;
}

.wptpl-page *,
.wptpl-page *::before,
.wptpl-page *::after{
  box-sizing:border-box;
}

.wptpl-wrap{
  width:calc(100% - 56px);
  max-width:1180px;
  margin:0 auto;
}

.wptpl-narrow{
  max-width:860px;
}

/* HERO */
.wptpl-hero{
  padding:88px 0 82px;
  background:#f6f6f6;
  text-align:center;
}

.wptpl-page-title{
  margin:0 0 28px;
  padding:0 0 20px;
  border-bottom:1px solid #d7d7d7;
  color:#222;
  font-size:30px;
  font-weight:400;
  line-height:1.5;
  text-align:center;
}

.wptpl-lead{
  margin:0 0 10px;
  color:#333;
  font-size:16px;
  font-weight:400;
  line-height:1.8;
  text-align:center;
}

.wptpl-description{
  max-width:720px;
  margin:0 auto;
  color:#666;
  font-size:14px;
  font-weight:400;
  line-height:1.9;
  text-align:center;
}

/* SECTION */
.wptpl-section{
  padding:82px 0 90px;
  background:#fff;
}

.wptpl-eyebrow{
  margin:0 0 15px;
  color:var(--light);
  font-size:10px;
  font-weight:400;
  line-height:1.4;
  letter-spacing:.16em;
  text-align:center;
}

.wptpl-section-title{
  margin:0 0 40px;
  color:#222;
  font-size:27px;
  font-weight:400;
  line-height:1.55;
  text-align:center;
}

/* GRID */
.wptpl-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  width:100%;
}

.wptpl-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  margin:0;
  border:1px solid var(--border);
  background:#fff;
}

.wptpl-image{
  width:100%;
  aspect-ratio:3 / 2;
  overflow:hidden;
  background:#f3f3f3;
}

.wptpl-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.wptpl-card-body{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  padding:26px 24px 24px;
}

.wptpl-card-title{
  margin:0 0 14px;
  color:#333;
  font-size:18px;
  font-weight:400;
  line-height:1.55;
  text-align:center;
}

.wptpl-card-text{
  flex:1 1 auto;
  color:#666;
  font-size:13px;
  font-weight:400;
  line-height:1.9;
  text-align:left;
}

.wptpl-card-action{
  display:flex;
  justify-content:center;
  margin-top:24px;
}

.wptpl-button,
.wptpl-button:link,
.wptpl-button:visited{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:190px;
  height:48px;
  padding:0 18px;
  border:1px solid #111;
  background:#111;
  color:#fff;
  text-decoration:none;
}

.wptpl-button span{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:0;
  color:#fff;
  font-size:13px;
  font-weight:400;
  line-height:1;
}

.wptpl-button .wptpl-arrow{
  font-size:14px;
}

.wptpl-button:hover{
  border-color:#444;
  background:#444;
  color:#fff;
}

/* FINAL */
.wptpl-final{
  padding:76px 0;
  background:var(--gray);
  text-align:center;
}

.wptpl-final-title{
  margin:0 0 17px;
  color:#222;
  font-size:26px;
  font-weight:400;
  line-height:1.55;
  text-align:center;
}

.wptpl-final-text{
  max-width:680px;
  margin:0 auto;
  color:#666;
  font-size:14px;
  font-weight:400;
  line-height:2;
  text-align:center;
}

@media(max-width:900px){
  .wptpl-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:782px){
  .wptpl-wrap{
    width:calc(100% - 32px);
  }

  .wptpl-hero{
    padding:64px 0 60px;
  }

  .wptpl-page-title{
    font-size:27px;
  }

  .wptpl-section{
    padding:62px 0 70px;
  }

  .wptpl-final{
    padding:60px 0;
  }
}

@media(max-width:560px){
  .wptpl-wrap{
    width:calc(100% - 24px);
  }

  .wptpl-hero{
    padding:52px 0;
  }

  .wptpl-page-title{
    font-size:24px;
  }

  .wptpl-lead{
    font-size:14px;
  }

  .wptpl-section{
    padding:52px 0 60px;
  }

  .wptpl-section-title{
    font-size:23px;
  }

  .wptpl-grid{
    grid-template-columns:1fr;
  }

  .wptpl-card-body{
    padding:24px 20px 22px;
  }

  .wptpl-button,
  .wptpl-button:link,
  .wptpl-button:visited{
    width:100%;
    max-width:260px;
  }

  .wptpl-final-title{
    font-size:23px;
  }
}
