/* FariDocs 1.13.1 - home contrast and signer visibility fixes */
.preview-signature-card[hidden]{display:none!important}

body[data-page="home"] .audience-band{
    border:1px solid #d4e8e5;
    background:linear-gradient(135deg,#e9fbf8 0,#eff9ff 52%,#fff5df 100%);
    box-shadow:0 26px 70px rgba(15,81,98,.1)
}
body[data-page="home"] .audience-band .eyebrow.light{color:#087f78}
body[data-page="home"] .audience-band h2{color:#102f43;text-shadow:none}
body[data-page="home"] .audience-grid{border-color:#c7dfdf;background:rgba(255,255,255,.52)}
body[data-page="home"] .audience-grid article{border-color:#c7dfdf}
body[data-page="home"] .audience-grid span{color:#087f78}
body[data-page="home"] .audience-grid h3{color:#15384c}
body[data-page="home"] .audience-grid p{color:#587184}

html[data-theme="dark"] body[data-page="home"] .promo-showcase{
    border-color:#2d5260;
    background:
        radial-gradient(circle at 0 0,rgba(245,184,73,.12),transparent 31%),
        radial-gradient(circle at 100% 100%,rgba(35,209,181,.12),transparent 32%),
        linear-gradient(145deg,#0d2938,#0a202d 58%,#102b32)
}
html[data-theme="dark"] body[data-page="home"] .promo-showcase .eyebrow{color:#69dfd0}
html[data-theme="dark"] body[data-page="home"] .promo-showcase h2{color:#eff9fc;text-shadow:0 1px 0 rgba(0,0,0,.2)}
html[data-theme="dark"] body[data-page="home"] .promo-showcase-copy>p{color:#a9bfcb}
html[data-theme="dark"] body[data-page="home"] .workflow-console{border-color:#3a5b6a;background:#0d2635}

html[data-theme="dark"] body[data-page="home"] .audience-band{
    border-color:#245060;
    background:linear-gradient(135deg,#0a2c3b 0,#0c3540 52%,#173a3b 100%);
    box-shadow:0 30px 80px rgba(0,0,0,.28)
}
html[data-theme="dark"] body[data-page="home"] .audience-band .eyebrow.light{color:#70e0d1}
html[data-theme="dark"] body[data-page="home"] .audience-band h2{color:#f0f9fc}
html[data-theme="dark"] body[data-page="home"] .audience-grid{border-color:rgba(151,220,215,.2);background:rgba(5,24,34,.28)}
html[data-theme="dark"] body[data-page="home"] .audience-grid article{border-color:rgba(151,220,215,.2)}
html[data-theme="dark"] body[data-page="home"] .audience-grid span{color:#6ce0d0}
html[data-theme="dark"] body[data-page="home"] .audience-grid h3{color:#eff8fb}
html[data-theme="dark"] body[data-page="home"] .audience-grid p{color:#a9bec9}

@media(max-width:700px){
    body[data-page="home"] .audience-band{width:calc(100% - 24px);margin-inline:auto;padding:62px 22px}
    body[data-page="home"] .audience-grid article{border-right:0;border-bottom:1px solid #c7dfdf}
    body[data-page="home"] .audience-grid article:last-child{border-bottom:0}
    html[data-theme="dark"] body[data-page="home"] .audience-grid article{border-bottom-color:rgba(151,220,215,.2)}
}
