#ip_page_container.homepage-smart-panels .smart-panel-stack .smart-panel .smart-panel-cta{
  margin-top:0;
  margin-bottom:0;
  background:radial-gradient(circle at 0 0, rgba(255,255,255,0.05), rgba(12,10,18,0.96));
  color:#fdf7e3;
  border-color:rgba(255,215,0,0.70);
  box-shadow:0 8px 20px rgba(0,0,0,0.70);
}

#ip_page_container.homepage-smart-panels .smart-panel-stack .smart-panel .smart-panel-cta:hover,
#ip_page_container.homepage-smart-panels .smart-panel-stack .smart-panel .smart-panel-cta:focus-visible{
  color:#fff5cd;
  box-shadow:0 12px 26px rgba(0,0,0,0.78), 0 0 18px rgba(255,215,0,0.18);
}

#ip_page_container.homepage-smart-panels .smart-panel-stack .smart-panel .smart-panel-cta:visited{
  color:#fdf7e3;
}

#ip_page_container.homepage-smart-panels .homepage-panel--centered .smart-panel-title{
  max-width:min(100%, 34ch);
  margin-inline:auto;
  margin-bottom:0.95rem;
  text-wrap:balance;
}

#ip_page_container.homepage-smart-panels .homepage-panel--centered .smart-panel-lead,
#ip_page_container.homepage-smart-panels .homepage-panel--centered .smart-panel-body{
  max-width:min(100%, 66ch);
  margin-inline:auto;
}

#ip_page_container.homepage-smart-panels .homepage-panel--centered .smart-panel-lead{
  margin-top:0;
  margin-bottom:1.35rem;
}

#ip_page_container.homepage-smart-panels .pages-org-carousel-panel .dash-section-title{
  justify-content:center;
  margin-bottom:1.3rem;
}

#ip_page_container.homepage-smart-panels .pages-org-carousel-panel .dash-section-title > div{
  display:grid;
  justify-items:center;
  gap:0.72rem;
  width:100%;
  text-align:center;
}

#ip_page_container.homepage-smart-panels .pages-org-carousel-panel .dash-section-title .smart-panel-title{
  margin:0;
  max-width:min(100%, 30ch);
}

#ip_page_container.homepage-smart-panels .pages-org-carousel-panel .luna-subtitle,
#ip_page_container.homepage-smart-panels .pages-org-carousel-panel .smart-panel-body{
  max-width:min(100%, 58ch);
  margin:0;
  text-align:center;
}

#ip_page_container.homepage-smart-panels .homepage-mcp-panel{
  overflow:hidden;
}

#ip_page_container.homepage-smart-panels .homepage-mcp-panel__shell{
  display:grid;
  gap:clamp(1.3rem, 3vw, 2.4rem);
  align-items:center;
}

#ip_page_container.homepage-smart-panels .homepage-mcp-panel__copy{
  display:grid;
  gap:0.95rem;
  text-align:left;
}

#ip_page_container.homepage-smart-panels .homepage-mcp-panel__copy .smart-panel-title,
#ip_page_container.homepage-smart-panels .homepage-mcp-panel__copy .smart-panel-lead{
  margin-inline:0;
}

#ip_page_container.homepage-smart-panels .homepage-mcp-panel__copy .smart-panel-title{
  max-width:24ch;
}

#ip_page_container.homepage-smart-panels .homepage-mcp-panel__copy .smart-panel-lead{
  max-width:60ch;
}

#ip_page_container.homepage-smart-panels .homepage-mcp-panel__actions{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:0.8rem;
  padding-top:0.3rem;
}

#ip_page_container.homepage-smart-panels .homepage-mcp-panel__actions .smart-panel-cta{
  width:100%;
  min-height:50px;
  text-align:center;
}

#ip_page_container.homepage-smart-panels .homepage-mcp-panel__visual{
  min-width:0;
}

#ip_page_container.homepage-smart-panels .homepage-mcp-panel__visual-frame{
  position:relative;
  min-height:clamp(280px, 34vw, 430px);
  overflow:hidden;
  border-radius:3px;
  border:1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(160% 180% at 12% 0%, rgba(93,135,227,0.18), rgba(17,24,38,0.22) 38%, rgba(8,14,24,0.96) 100%);
  box-shadow:
    0 24px 54px rgba(0,0,0,0.24),
    0 0 0 1px rgba(255,255,255,0.04) inset;
  isolation:isolate;
}

#ip_page_container.homepage-smart-panels .homepage-mcp-panel__visual-frame::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(4,10,22,0.06) 0%, rgba(4,10,22,0.44) 64%, rgba(4,10,22,0.88) 100%),
    radial-gradient(circle at 18% 18%, rgba(255,215,0,0.18), transparent 34%);
  z-index:1;
  pointer-events:none;
}

#ip_page_container.homepage-smart-panels .homepage-mcp-panel__visual img{
  width:100%;
  height:100%;
  min-height:clamp(280px, 34vw, 430px);
  object-fit:cover;
  display:block;
  filter:saturate(1.02) contrast(1.04);
}

#ip_page_container.homepage-smart-panels .homepage-mcp-panel__visual-badges{
  position:absolute;
  inset:auto 1rem 1rem 1rem;
  z-index:2;
  display:flex;
  flex-wrap:wrap;
  gap:0.5rem;
  align-items:flex-end;
}

#ip_page_container.homepage-smart-panels .homepage-mcp-panel__visual-pill,
#ip_page_container.homepage-smart-panels .homepage-mcp-panel__visual-caption{
  display:inline-flex;
  align-items:center;
  padding:0.46rem 0.82rem;
  border:1px solid rgba(255,255,255,0.12);
  border-radius:3px;
  background:rgba(5,10,20,0.74);
  color:#f8f3e3;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

#ip_page_container.homepage-smart-panels .homepage-mcp-panel__visual-pill{
  font-family:"Open Sans", sans-serif;
  font-size:0.72rem;
  font-weight:700;
  letter-spacing:0.12em;
  text-transform:uppercase;
}

#ip_page_container.homepage-smart-panels .homepage-mcp-panel__visual-caption{
  width:min(100%, 27rem);
  font-family:"Source Serif 4", "Playfair Display", serif;
  font-size:0.96rem;
  line-height:1.35;
  color:rgba(252,247,228,0.94);
}

@media (min-width: 920px){
  #ip_page_container.homepage-smart-panels .homepage-mcp-panel__shell{
    grid-template-columns:minmax(0, 1.04fr) minmax(360px, 0.96fr);
  }
}

@media (max-width: 919px){
  #ip_page_container.homepage-smart-panels .homepage-mcp-panel__visual{
    order:-1;
  }
}

@media (max-width: 640px){
  #ip_page_container.homepage-smart-panels .homepage-mcp-panel__actions{
    grid-template-columns:1fr;
  }

  #ip_page_container.homepage-smart-panels .homepage-mcp-panel__visual-badges{
    inset:auto 0.8rem 0.8rem 0.8rem;
  }

  #ip_page_container.homepage-smart-panels .homepage-mcp-panel__visual-caption{
    width:100%;
    font-size:0.9rem;
  }
}

@media (min-width: 720px){
  #ip_page_container.homepage-smart-panels [data-widget="card-2-networks"] .smart-panel-title{
    max-width:none;
    white-space:nowrap;
    font-size:clamp(1.26rem, 2vw, 1.74rem);
    letter-spacing:0.11em;
  }

  #ip_page_container.homepage-smart-panels [data-widget="card-5-my-network"] .smart-panel-title{
    max-width:none;
    white-space:nowrap;
    font-size:clamp(1.08rem, 1.7vw, 1.54rem);
    letter-spacing:0.08em;
  }
}

#ip_page_container.homepage-smart-panels [data-widget="card-5-my-network"]{
  text-align:center;
}

#ip_page_container.homepage-smart-panels [data-widget="card-5-my-network"] .smart-panel-title,
#ip_page_container.homepage-smart-panels [data-widget="card-5-my-network"] .smart-panel-lead{
  width:100%;
  text-align:center;
  justify-self:center;
}
