/* V149 FINAL COMMERCIAL POLISH
   User-directed final corrections:
   - exactly one homepage search bar: shared header search
   - remove hero search duplicate
   - supplied 3D SV logo + Students purple / Vidya orange wordmark
   - clean hero image frame, image fills the visual box cleanly
   - remove Trust & Transparency / source-note / duplicate ecosystem block
   - teal accent for post-hero section headings
*/
:root{
  --sv149-purple:#5b2be0;
  --sv149-orange:#f28a16;
  --sv149-teal:#008f8f;
  --sv149-teal-dark:#007777;
}
/* Brand wordmark */
.sv148-topbar .sv143-brand span,
.footer-logo span{
  color:var(--sv149-purple)!important;
  font-weight:900!important;
}
.sv148-topbar .sv143-brand span b,
.footer-logo span b{
  color:var(--sv149-purple)!important;
  font-style:normal;
}
.sv148-topbar .sv143-brand span em,
.footer-logo span em{
  color:var(--sv149-orange)!important;
  font-style:normal;
}
/* One search only: the global header search */
.sv148-search{display:none!important}
/* Clean hero image: the supplied image is locked to the right visual frame */
.sv148-hero-image{
  min-height:285px!important;
  height:285px!important;
  padding:0!important;
  display:flex!important;
  align-items:stretch!important;
  justify-content:stretch!important;
  overflow:hidden!important;
  border-radius:22px 0 0 22px;
}
.sv148-hero-image img{
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
  filter:saturate(1.03)!important;
}
/* Teal accent below hero without sacrificing black body-text readability */
.trending .head h2,
.sv148-domain-head h2,
.lists .list-card .head h2,
.toolkit .tool-copy h2,
.faculty h2,
.commercial h2,
.tools-showcase h2,
.final-cta h2,
.faq h2{
  color:var(--sv149-teal)!important;
}
.trending .head .section-kicker,
.sv148-domain-head .section-kicker,
.lists .section-kicker,
.toolkit .eyebrow,
.section-kicker{
  color:var(--sv149-teal)!important;
}
/* Remove old trust/transparency styling from the cascade as a safety net */
.sv145-trust,
.trust-note,
.source-note,
.ecosystem{display:none!important}
/* Keep the homepage compact after removing redundant content */
.sv145-live{margin-top:16px!important}
.sv144-audience{margin-top:16px!important}
@media(max-width:900px){
  .sv148-hero-image{
    height:205px!important;
    min-height:205px!important;
    border-radius:18px 18px 0 0;
  }
  .sv148-hero-image img{
    object-fit:cover!important;
    object-position:center center!important;
  }
}
@media(max-width:560px){
  .sv148-hero-image{
    height:170px!important;
    min-height:170px!important;
  }
}
