/*
Theme Name: Blocksy Child
Template: blocksy
Version: 1.0.1
*/

.home-hero {
  background: linear-gradient(135deg, #0a7cff, #00c2a8);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.home-hero-inner {
  max-width: 960px;
  margin: 0 auto;
}

.home-hero h1 {
  font-size: 42px;
  margin-bottom: 16px;
}

.home-hero p {
  font-size: 18px;
  opacity: 0.95;
  margin-bottom: 28px;
}

.hero-cta {
  display: inline-block;
  background: #fff;
  color: #0a7cff;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}

.hero-cta:hover {
  background: #f2f2f2;
}

.custom-logo {
  max-height: 80px;   /* of 100px */
  width: auto;
}

.site-logo img {
  max-height: 80px;
}

/* ============ Homepage Hero (Independer-style) ============ */
.mte-hero{
  background: linear-gradient(90deg, rgba(120,110,255,0.12), rgba(0,194,168,0.08));
  padding: 48px 16px 24px;
}

.mte-hero__inner{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.mte-hero__kicker{
  margin: 0 0 10px;
  font-weight: 600;
  opacity: 0.85;
}

.mte-hero__title{
  margin: 0 0 10px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.1;
}

.mte-hero__subtitle{
  margin: 0 0 18px;
  font-size: 16px;
  opacity: 0.9;
  max-width: 52ch;
}

.mte-hero__card{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.mte-hero__item{
  display: grid;
  grid-template-columns: 40px 1fr 18px;
  gap: 10px;
  padding: 14px 16px;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  align-items: center;
}

.mte-hero__item:last-of-type{
  border-bottom: none;
}

.mte-hero__item:hover{
  background: rgba(0,0,0,0.03);
}

.mte-hero__icon{
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(120,110,255,0.12);
}

.mte-hero__arrow{
  font-size: 18px;
  opacity: 0.6;
  text-align: right;
}

.mte-hero__ctaRow{
  display: flex;
  gap: 12px;
  padding: 14px 16px;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.mte-hero__cta{
  background: #ffcc00;
  color: #222;
  font-weight: 700;
  border-radius: 10px;
  padding: 12px 14px;
  text-decoration: none;
}

.mte-hero__secondary{
  padding: 12px 14px;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.15);
}

.mte-hero__right{
  position: relative;
  min-height: 320px;
  border-radius: 22px;
  overflow: hidden;
}

.mte-hero__art{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(120,110,255,0.35), transparent 45%),
    radial-gradient(circle at 80% 30%, rgba(0,194,168,0.25), transparent 50%),
    radial-gradient(circle at 50% 80%, rgba(255,204,0,0.25), transparent 50%),
    linear-gradient(135deg, rgba(255,255,255,0.75), rgba(255,255,255,0.35));
}

.mte-hero__badge{
  position: absolute;
  right: 18px;
  top: 18px;
  background: #2f2a7d;
  color: #fff;
  border-radius: 16px;
  padding: 16px 18px;
  text-align: center;
  width: 160px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
  z-index: 2;
}

.mte-hero__badgeBig{
  display: block;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  margin: 6px 0;
}

.mte-hero__usps{
  max-width: 1200px;
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0 8px;
}

.mte-hero__usp{
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 14px;
  padding: 14px 16px;
}

@media (max-width: 900px){
  .mte-hero__inner{
    grid-template-columns: 1fr;
  }
  .mte-hero__right{
    min-height: 220px;
  }
  .mte-hero__usps{
    grid-template-columns: 1fr;
  }
}
