.riee-home-teaser{padding:78px 0;background:#f4f8fb;border-top:1px solid #e2e8ed;border-bottom:1px solid #e2e8ed}.riee-home-teaser-inner{display:flex;justify-content:space-between;align-items:center;gap:42px}.riee-home-teaser-copy{max-width:850px}.riee-home-teaser .tag{margin:0 0 14px;color:#2d78b7;font-size:.72rem;font-weight:700;letter-spacing:.16em}.riee-home-teaser h2{margin:0 0 16px;font-size:clamp(1.9rem,3.5vw,3rem);line-height:1.08;letter-spacing:-.025em}.riee-home-teaser p:not(.tag){margin:0;color:#5b6672;line-height:1.75}.riee-home-teaser-action{flex:0 0 auto}@media(max-width:760px){.riee-home-teaser{padding:60px 0}.riee-home-teaser-inner{display:block}.riee-home-teaser-action{margin-top:24px}}

/* RIE-E hero teaser — homepage only */
.riee-home-hero-teaser{
  display:flex;
  vertical-align:top;
  margin:10px 0 0 0;
  width:min(320px,100%);
  min-height:76px;
  padding:13px 18px;
  box-sizing:border-box;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border:1px solid rgba(45,120,183,.32);
  border-radius:6px;
  background:rgba(255,255,255,.90);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
  text-decoration:none;
  color:#172b4d;
  box-shadow:0 8px 24px rgba(20,45,70,.10);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.riee-home-hero-teaser:hover{
  transform:translateY(-2px);
  border-color:rgba(45,120,183,.60);
  box-shadow:0 12px 30px rgba(20,45,70,.15);
}
.riee-home-hero-teaser .riee-home-label{display:block;margin-bottom:4px;font-size:.67rem;font-weight:800;letter-spacing:.10em;text-transform:uppercase;color:#2d78b7}
.riee-home-hero-teaser .riee-home-title{display:block;font-size:.96rem;font-weight:700;line-height:1.2}
.riee-home-hero-teaser .riee-home-sub{display:block;margin-top:3px;font-size:.70rem;line-height:1.25;color:#5b6672}
.riee-home-hero-teaser .riee-home-arrow{flex:0 0 auto;font-size:1.2rem;font-weight:700;color:#2d78b7}
@media(max-width:900px){.riee-home-hero-teaser{margin:10px 0 0;width:min(360px,100%)}}
