/* Front page triangle-app trial embed */

.trial-embed-panel{
  max-width:860px;
  margin:0 auto;
  padding:24px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--r-lg);
  box-shadow:var(--shadow-card);
}

.trial-embed-head{
  max-width:620px;
  margin:0 auto 20px;
  text-align:center;
}

.trial-embed-kicker{
  display:inline-block;
  margin-bottom:8px;
  font-family:var(--display);
  font-size:11px;
  font-weight:600;
  letter-spacing:.24em;
  color:var(--green);
}

.trial-embed-head h3{
  margin:0 0 8px;
  font-size:21px;
  font-weight:900;
  line-height:1.45;
  color:var(--txt);
}

.trial-embed-head p{
  margin:0;
  font-size:13px;
  line-height:1.8;
  color:var(--txt2);
}

.trial-embed-merits{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  margin-top:14px;
}

.trial-embed-merits span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:5px 12px;
  border:1px solid rgba(24,77,60,.20);
  border-radius:var(--r-pill);
  background:rgba(24,77,60,.06);
  color:var(--green);
  font-size:12px;
  font-weight:700;
  line-height:1.4;
}

.trial-embed-frame{
  height:820px;
  max-height:82vh;
  min-height:660px;
  overflow:hidden;
  border:1px solid var(--hair);
  border-radius:var(--r-md);
  background:#fff;
}

.trial-embed-frame iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
  background:#fff;
}

.trial-embed-actions{
  display:flex;
  justify-content:center;
  margin-top:18px;
}

.trial-cta-btn--external{
  padding:15px 34px;
  font-size:14px;
  box-shadow:none;
}

.trial-embed-panel .cta-bonus{
  margin-top:14px;
}

.sch-chip[href],
.sch-slot[href]{
  color:inherit;
  text-decoration:none;
}

.sch-chip[href]{
  transition:border-color .2s,background .2s,transform .2s;
}

.sch-chip[href]:hover,
.sch-slot[href]:hover{
  border-color:rgba(32,94,73,.34);
  background:rgba(32,94,73,.05);
}

.sch-chip[href]:hover{
  transform:translateY(-1px);
}

@media(max-width:640px){
  .trial-embed-panel{
    padding:16px 12px 18px;
    border-radius:var(--r-md);
  }

  .trial-embed-head{
    margin-bottom:16px;
  }

  .trial-embed-head h3{
    font-size:19px;
  }

  .trial-embed-merits{
    gap:6px;
  }

  .trial-embed-merits span{
    min-height:30px;
    padding:5px 10px;
    font-size:11.5px;
  }

  .trial-embed-frame{
    height:720px;
    max-height:none;
    min-height:0;
    border-radius:var(--r-sm);
  }

  .trial-embed-actions{
    margin-top:14px;
  }

  .trial-cta-btn--external{
    width:100%;
    padding:14px 18px;
  }
}
