/* Comset client theme: red, charcoal and neutral silver. */
body.theme-custom{--brand:#282d35;--brand-2:#b0183b;--accent:#b0183b;--panel-soft:#f6f3f4;--line:#ded6d9;--client-accent:#b0183b;--client-secondary:#282d35;background:#f4f4f3;color:#252a31}
.theme-custom .site-header{background:rgba(255,255,255,.96);border-bottom-color:#ded6d9}
.theme-custom .site-header nav a:hover,.theme-custom .site-header nav a:focus{background:#f8ecef;color:#8d1230}
.theme-custom .client-purpose-strip,.theme-custom .ai-purpose-strip{background:linear-gradient(90deg,#2b3038,#3a4049);color:#fff;border-color:#4b5159}
.theme-custom .client-home-hero{background:radial-gradient(circle at top right,rgba(176,24,59,.16),transparent 42%),linear-gradient(180deg,#fff,#f5f1f2)}
.theme-custom .client-home-hero h1,.theme-custom .conversation-headline h1,.theme-custom .public-page-head h1,.theme-custom .answer-page h1,.theme-custom .ask-head h1{background:linear-gradient(90deg,#282d35 0%,#282d35 48%,#b0183b 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.theme-custom .primary-btn,.theme-custom button.primary-btn{background:linear-gradient(135deg,#b0183b,#8c112d);border-color:#8c112d;color:#fff;box-shadow:0 12px 28px rgba(176,24,59,.22)}
.theme-custom .secondary-btn{border-color:#c9b8be;color:#7d1730;background:#fff}
.theme-custom .secondary-btn:hover{background:#f8ecef;border-color:#b0183b}
.theme-custom .public-category-card,.theme-custom .public-qa-card,.theme-custom .answer-card,.theme-custom .topic-link-tile,.theme-custom .image-tile{border-color:#ded6d9;box-shadow:0 12px 32px rgba(40,45,53,.08)}
.theme-custom .public-category-card:hover,.theme-custom .public-qa-card:hover,.theme-custom .topic-link-tile:hover{box-shadow:0 18px 44px rgba(176,24,59,.12);border-color:#caa5af}
.theme-custom .eyebrow,.theme-custom .homepage-featured-chip{color:#9d1535;background:#f8ecef;border-color:#ead0d7}
.theme-custom .site-footer{background:#242930;color:#f5f5f3}
.theme-custom .site-footer a{color:#fff}
.theme-custom .answer-business-next{border-color:#ddc9cf;background:#fbf7f8}
.theme-custom .answer-business-next strong{color:#7d1730}


/* COMSET V1.7 FINAL HEADER + PURPOSE STRIP POLISH */
.theme-custom .site-header .brand-logo-img{
  transform:scale(1.78);
  transform-origin:center;
}
.theme-custom .client-purpose-strip,
.theme-custom .ai-purpose-strip{
  background:#ffffff;
  color:#747980;
  border-top:1px solid #e2e4e7;
  border-bottom:1px solid #e2e4e7;
  box-shadow:none;
}
.theme-custom .image-lead-description{
  margin:0 0 18px;
  color:#5d626a;
  font-size:17px;
  line-height:1.6;
}
@media(max-width:980px){
  .theme-custom .site-header .brand-logo-img{transform:scale(1.55)}
}
@media(max-width:640px){
  .theme-custom .site-header .brand-logo-img{transform:scale(1.34)}
}
