/* Titan Advanced SEO Expander */
.tase-block{
  margin-top:42px;
  padding:28px;
  border-radius:26px;
  background:linear-gradient(180deg,#fff7e6,#fff);
  border:1px solid rgba(0,0,0,.10);
  box-shadow:0 18px 45px rgba(0,0,0,.08);
  color:#111;
}
.tase-block h2{
  margin:8px 0 12px;
  font-size:clamp(26px,4vw,38px);
  line-height:1.12;
  color:#111;
}
.tase-block h3{
  color:#111;
  margin:0 0 8px;
}
.tase-block p{
  color:#444;
  line-height:1.75;
  margin:0 0 14px;
}
.tase-kicker{
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(249,115,22,.12);
  border:1px solid rgba(249,115,22,.22);
  color:#111;
  font-size:13px;
  font-weight:900;
}
.tase-mini-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:20px 0;
}
.tase-mini-grid > div{
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  border-radius:20px;
  padding:16px;
  box-shadow:0 10px 28px rgba(0,0,0,.06);
}
.tase-cta{
  margin:22px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  background:#111;
  color:#fff;
  padding:18px;
  border-radius:22px;
}
.tase-cta h3{
  color:#fff;
}
.tase-cta p{
  color:rgba(255,255,255,.76);
  margin:0;
}
.tase-cta-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.tase-btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  padding:12px 16px;
  border-radius:999px;
  background:linear-gradient(90deg,#f6c453,#f97316);
  color:#111 !important;
  text-decoration:none;
  font-weight:950;
  white-space:nowrap;
}
.tase-btn-wa{
  background:#25D366;
  color:#fff !important;
}
.tase-links{
  margin-top:22px;
}
.tase-chip-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.tase-chip{
  display:inline-flex;
  padding:9px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  color:#111 !important;
  font-weight:850;
  text-decoration:none;
  box-shadow:0 8px 18px rgba(0,0,0,.05);
}
.tase-job-prompt{
  margin-top:22px;
  padding:18px;
  border-radius:22px;
  background:#fff;
  border:1px dashed rgba(249,115,22,.38);
}
.tase-small-link{
  font-weight:950;
  color:#ea580c !important;
}
.tase-faq{
  margin-top:22px;
}
.tase-faq details{
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  border-radius:16px;
  padding:14px;
  margin-top:10px;
}
.tase-faq summary{
  cursor:pointer;
  font-weight:950;
  color:#111;
}
@media(max-width:800px){
  .tase-block{
    padding:20px;
  }
  .tase-mini-grid{
    grid-template-columns:1fr;
  }
  .tase-cta{
    flex-direction:column;
    align-items:stretch;
  }
  .tase-btn{
    width:100%;
  }
}
