.tc-shell{
  max-width:1500px;
  margin:auto;
  display:grid;
  gap:22px;
}

.tc-hero{
  min-height:230px;
  border-radius:32px;
  padding:34px;
  background:
    radial-gradient(circle at top right, rgba(20,184,166,.24), transparent 34%),
    radial-gradient(circle at bottom left, rgba(59,130,246,.20), transparent 34%),
    linear-gradient(135deg,#ffffff,#eef6ff);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 28px 80px rgba(15,23,42,.12);
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-start;
}


.tc-hero h1{
  font-size:clamp(2.4rem,5vw,4.8rem);
  margin:0;
  line-height:.95;
  letter-spacing:-.06em;
}

.tc-hero p{
  max-width:720px;
  color:#475569;
  line-height:1.65;
  font-size:16px;
}

.tc-hero-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.tc-kicker{
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  color:#2563eb;
  text-transform:uppercase;
  margin-bottom:10px;
}