.vaults-help-center{
    width:min(1120px,calc(100% - 32px));
    margin:0 auto;
    padding:54px 0 80px;
}
.vaults-help-hero{
    max-width:800px;
    margin-bottom:32px;
}
.vaults-help-hero small{
    display:block;
    margin-bottom:8px;
    color:#3157d5;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.vaults-help-hero h1{
    margin:0;
    color:#17233b;
    font-size:clamp(32px,5vw,52px);
    line-height:1.08;
}
.vaults-help-hero p{
    margin:16px 0 0;
    color:#5c6b82;
    font-size:17px;
    line-height:1.65;
}
.vaults-help-search{
    width:min(720px,100%);
    min-height:50px;
    margin:4px 0 30px;
    padding:0 16px;
    border:1px solid #cfd8e6;
    border-radius:12px;
    font:inherit;
}
.vaults-help-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}
.vaults-help-card,
.vaults-legal-card,
.vaults-trust-card{
    padding:22px;
    border:1px solid #e0e7f0;
    border-radius:16px;
    background:#fff;
    box-shadow:0 8px 24px rgba(15,23,42,.04);
}
.vaults-help-card h2,
.vaults-legal-card h2,
.vaults-trust-card h2{
    margin:0 0 9px;
    color:#17233b;
    font-size:19px;
}
.vaults-help-card p,
.vaults-legal-card p,
.vaults-trust-card p,
.vaults-legal-card li{
    color:#5c6b82;
    line-height:1.65;
}
.vaults-help-card a,
.vaults-legal-card a,
.vaults-trust-card a{
    color:#3157d5;
    font-weight:800;
    text-decoration:none;
}
.vaults-guide-section{
    margin-top:28px;
    padding:26px;
    border:1px solid #e0e7f0;
    border-radius:18px;
    background:#fff;
}
.vaults-guide-section h2{margin-top:0;color:#17233b}
.vaults-guide-section h3{color:#243149;margin-top:24px}
.vaults-guide-section p,
.vaults-guide-section li{color:#5c6b82;line-height:1.7}
.vaults-faq-list details{
    margin-bottom:12px;
    border:1px solid #e0e7f0;
    border-radius:14px;
    background:#fff;
}
.vaults-faq-list summary{
    padding:18px 20px;
    cursor:pointer;
    color:#17233b;
    font-weight:800;
}
.vaults-faq-list details p{
    margin:0;
    padding:0 20px 20px;
    color:#5c6b82;
    line-height:1.7;
}
.vaults-trust-status-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    margin:26px 0;
}
.vaults-trust-status{
    padding:18px;
    border:1px solid #e0e7f0;
    border-radius:14px;
    background:#fff;
}
.vaults-trust-status b{display:block;color:#17233b}
.vaults-trust-status span{display:block;margin-top:6px;color:#5c6b82;font-size:14px}
.vaults-legal-draft{
    margin:0 0 24px;
    padding:15px 18px;
    border:1px solid #f2cc78;
    border-radius:12px;
    background:#fff8e7;
    color:#7a5410;
    line-height:1.5;
}
.vaults-license-required{
    max-width:720px;
    margin:50px auto;
    padding:30px;
    border:1px solid #dbe4f0;
    border-radius:18px;
    background:#fff;
    text-align:center;
}
.vaults-license-required h1{color:#17233b}
.vaults-license-required p{color:#5c6b82;line-height:1.65}
.vaults-plan-pill{
    display:inline-flex;
    padding:7px 11px;
    border-radius:999px;
    background:#eef2ff;
    color:#3157d5;
    font-weight:800;
}
.pricing-trial-notice{
    display:flex;
    flex-direction:column;
    gap:4px;
    max-width:720px;
    margin:20px auto;
    padding:14px 18px;
    border:1px solid #d9e2ef;
    border-radius:12px;
    background:#f8fbff;
}
.pricing-trial-badge{
    display:inline-flex;
    padding:4px 8px;
    border-radius:999px;
    background:#ecfdf3;
    color:#16794b;
    font-size:12px;
    font-weight:800;
}
@media (max-width:900px){
    .vaults-help-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .vaults-trust-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:620px){
    .vaults-help-grid,
    .vaults-trust-status-grid{grid-template-columns:1fr}
    .vaults-help-center{padding-top:34px}
}

.pricing-trial-start {
    flex: 0 0 auto;
    margin-left: auto;
    text-decoration: none;
}

@media (max-width: 760px) {
    .pricing-trial-start {
        width: 100%;
        margin-left: 0;
    }
}


/* =========================================================
   V14 Help Center — clickable cards
   ========================================================= */
.vaults-help-card-link {
    display: block;
    color: inherit !important;
    text-decoration: none !important;
    cursor: pointer;
    transition:
        transform .16s ease,
        border-color .16s ease,
        box-shadow .16s ease;
}

.vaults-help-card-link:hover {
    transform: translateY(-2px);
    border-color: #b9c8f6;
    box-shadow: 0 12px 30px rgba(49, 87, 213, .10);
}

.vaults-help-card-link:focus-visible {
    outline: 3px solid rgba(49, 87, 213, .24);
    outline-offset: 3px;
    border-color: #3157d5;
}

.vaults-help-card-link h2,
.vaults-help-card-link p {
    color: inherit;
}

.vaults-help-card-link h2 {
    color: #17233b;
}

.vaults-help-card-link p {
    color: #5c6b82;
}

.vaults-help-card-open {
    display: inline-flex;
    margin-top: 4px;
    color: #3157d5;
    font-weight: 800;
}

.vaults-help-card-icon {
    min-height: 24px;
    margin-bottom: 8px;
}

.vaults-help-back {
    display: inline-flex;
    margin-bottom: 26px;
    color: #3157d5;
    font-weight: 800;
    text-decoration: none;
}

.vaults-help-back:hover {
    text-decoration: underline;
}
