/* =========================================================
   WP TEMP About Page v2.0.0
   ========================================================= */

.wpta-page{
  --text:#222;
  --sub:#666;
  --line:#ddd;
  --soft:#f7f7f7;
  width:100%;
  margin:0;
  padding:0;
  background:#fff;
  color:var(--text);
  font-weight:400;
}

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

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

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

.wpta-eyebrow{
  margin:0 0 13px;
  color:#999;
  font-size:10px;
  font-weight:400;
  line-height:1.4;
  letter-spacing:.15em;
  text-align:center;
}

.wpta-eyebrow-light{color:#888}
.wpta-eyebrow-left{text-align:left}


/* HERO */

.wpta-hero{
  padding:92px 0 74px;
  background:#f6f6f6;
  text-align:center;
}

.wpta-hero h1{
  margin:0 0 20px;
  color:#222;
  font-size:29px;
  font-weight:400;
  line-height:1.5;
}

.wpta-hero-lead{
  max-width:760px;
  margin:0 auto 12px;
  color:#555;
  font-size:13px;
  line-height:1.95;
}

.wpta-hero-note{
  margin:0;
  color:#888;
  font-size:12px;
  line-height:1.8;
}


/* COMMON SECTION */

.wpta-section{
  padding:70px 0 74px;
  background:#fff;
}

.wpta-soft{
  background:var(--soft);
}

.wpta-section-head{
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}

.wpta-section-head h2{
  margin:0 0 12px;
  color:#222;
  font-size:24px;
  font-weight:400;
  line-height:1.55;
}

.wpta-section-head > p:last-child{
  margin:0;
  color:#666;
  font-size:13px;
  line-height:1.85;
}

.wpta-copy{
  color:#555;
  font-size:13px;
  line-height:1.95;
}

.wpta-copy p{
  margin:0 0 14px;
}

.wpta-copy p:last-child{
  margin-bottom:0;
}

.wpta-copy-center{
  text-align:center;
}


/* VALUES */

.wpta-value-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:34px;
}

.wpta-value{
  padding:26px 22px;
  border:1px solid var(--line);
  background:#fff;
}

.wpta-value > span{
  display:block;
  margin:0 0 14px;
  color:#aaa;
  font-size:10px;
}

.wpta-value h3{
  margin:0 0 9px;
  font-size:16px;
  font-weight:400;
  line-height:1.5;
}

.wpta-value p{
  margin:0;
  color:#666;
  font-size:12px;
  line-height:1.8;
}


/* THEMES */

.wpta-product-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}

.wpta-product{
  display:flex;
  flex-direction:column;
  padding:32px 30px 30px;
  border:1px solid var(--line);
  background:#fff;
}

.wpta-product-label{
  margin:0 0 12px;
  color:#999;
  font-size:10px;
  line-height:1.4;
  letter-spacing:.12em;
}

.wpta-product h3{
  margin:0 0 12px;
  font-size:20px;
  font-weight:400;
  line-height:1.5;
}

.wpta-product-copy{
  margin:0 0 12px!important;
  color:#444!important;
  font-size:13px!important;
}

.wpta-product p{
  margin:0 0 18px;
  color:#666;
  font-size:12px;
  line-height:1.85;
}

.wpta-product ul{
  margin:0 0 24px;
  padding:0;
  list-style:none;
  border-top:1px solid #e8e8e8;
}

.wpta-product li{
  position:relative;
  padding:9px 0 9px 16px;
  border-bottom:1px solid #e8e8e8;
  color:#555;
  font-size:12px;
  line-height:1.6;
}

.wpta-product li::before{
  content:"";
  position:absolute;
  top:18px;
  left:1px;
  width:6px;
  height:1px;
  background:#777;
}


/* PLUGINS */

.wpta-plugin-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

.wpta-plugin{
  padding:28px 24px;
  border:1px solid var(--line);
  background:#fff;
}

.wpta-plugin h3{
  margin:0 0 11px;
  font-size:17px;
  font-weight:400;
  line-height:1.5;
}

.wpta-plugin > p:not(.wpta-product-label){
  margin:0 0 18px;
  color:#666;
  font-size:12px;
  line-height:1.8;
}

.wpta-plugin a,
.wpta-center-link a{
  color:#333;
  font-size:12px;
  text-decoration:none;
}

.wpta-plugin a:hover,
.wpta-center-link a:hover{
  text-decoration:underline;
}

.wpta-center-link{
  margin-top:26px;
  text-align:center;
}


/* POLICY */

.wpta-policy-list{
  border-top:1px solid var(--line);
}

.wpta-policy-list > div{
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  align-items:center;
  min-height:48px;
  border-bottom:1px solid var(--line);
}

.wpta-policy-list span{
  color:#aaa;
  font-size:10px;
}

.wpta-policy-list p{
  margin:0;
  color:#555;
  font-size:13px;
  line-height:1.7;
}


/* BUTTONS */

.wpta-button,
.wpta-button:link,
.wpta-button:visited{
  display:flex;
  align-items:center;
  justify-content:center;
  height:48px;
  padding:0 18px;
  text-decoration:none;
  transition:.2s ease;
}

.wpta-button span{
  font-size:12px;
  font-weight:400;
  line-height:1;
}

.wpta-button-dark{
  margin-top:auto;
  border:1px solid #111;
  background:#111;
  color:#fff;
}

.wpta-button-dark:hover{
  border-color:#444;
  background:#444;
}

.wpta-button-outline{
  width:190px;
  border:1px solid #111;
  background:#fff;
  color:#111;
}

.wpta-button-outline:hover{
  background:#111;
  color:#fff;
}


/* MISSION */

.wpta-mission{
  padding:72px 0;
  background:#111;
  color:#fff;
  text-align:center;
}

.wpta-mission h2{
  margin:0 0 16px;
  color:#fff;
  font-size:24px;
  font-weight:400;
  line-height:1.55;
}

.wpta-mission p:last-child{
  margin:0;
  color:#ccc;
  font-size:13px;
  line-height:1.9;
}


/* CONTACT */

.wpta-contact{
  padding:64px 0;
  background:#fff;
}

.wpta-contact-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:36px;
}

.wpta-contact-inner > div{
  max-width:780px;
}

.wpta-contact h2{
  margin:0 0 10px;
  font-size:22px;
  font-weight:400;
  line-height:1.5;
}

.wpta-contact p:last-child{
  margin:0;
  color:#666;
  font-size:12px;
  line-height:1.85;
}


/* TABLET */

@media(max-width:900px){

  .wpta-value-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .wpta-plugin-grid{
    grid-template-columns:1fr;
  }

}


/* SMARTPHONE */

@media(max-width:620px){

  .wpta-wrap{
    width:calc(100% - 28px);
  }

  .wpta-hero{
    padding:72px 0 58px;
  }

  .wpta-hero h1{
    font-size:24px;
  }

  .wpta-hero-lead{
    font-size:12px;
  }

  .wpta-section{
    padding:54px 0 58px;
  }

  .wpta-section-head{
    margin-bottom:28px;
  }

  .wpta-section-head h2{
    font-size:21px;
  }

  .wpta-value-grid,
  .wpta-product-grid{
    grid-template-columns:1fr;
  }

  .wpta-contact-inner{
    display:block;
  }

  .wpta-contact .wpta-button{
    width:100%;
    max-width:260px;
    margin-top:24px;
  }

  .wpta-mission h2{
    font-size:21px;
  }

}
