.trust-skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 1000;
    padding: 9px 13px;
    transform: translateY(-160%);
    background: #fff;
    color: #105bbb;
    font-weight: 700;
}
.trust-skip-link:focus { transform: translateY(0); }
.trust-shell { min-height: 68vh; }

.trust-page-header {
    margin-bottom: 26px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9dee5;
}
.trust-page-header h1 {
    margin: 0 0 10px;
    color: #105bbb;
    font-size: 34px;
    line-height: 1.2;
}
.trust-page-header p { margin: 0; font-size: 17px; line-height: 1.6; }
.trust-page-section { margin-bottom: 28px; }
.trust-page-section h2 { margin: 0 0 11px; color: #105bbb; font-size: 24px; }
.trust-page-section p, .trust-page-section li { line-height: 1.65; }

.trust-sidebar-panel {
    margin-bottom: 16px;
    padding: 18px;
    border: 1px solid #d9dee5;
    background: #f7f9fb;
}
.trust-sidebar-panel h2 { margin: 0 0 12px; color: #105bbb; font-size: 20px; }
.trust-sidebar-panel ul { margin: 0; padding-left: 20px; }
.trust-sidebar-panel li { margin-bottom: 8px; }

.trust-form-card {
    padding: 22px;
    border: 1px solid #d9dee5;
    background: #f7f9fb;
}
.trust-form-field { margin-bottom: 18px; }
.trust-form-field label { display: block; margin-bottom: 7px; font-weight: 700; }
.trust-form-field input,
.trust-form-field textarea {
    display: block;
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #8d99a6;
    border-radius: 2px;
    background: #fff;
}
.trust-form-field textarea { min-height: 170px; resize: vertical; }
.trust-form-field input:focus,
.trust-form-field textarea:focus { border-color: #105bbb; outline: 3px solid rgba(16,91,187,.18); }
.trust-form-help { color: #536171; font-size: 13px; line-height: 1.55; }
.trust-form-error { display: block; margin-top: 6px; color: #a82424; font-weight: 700; }
.trust-form-notice { padding: 13px 15px; border-left: 4px solid #23805d; background: #eaf6f1; }
.trust-primary-button {
    min-height: 44px;
    padding: 10px 20px;
    border: 0;
    border-radius: 2px;
    background: #105bbb;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.trust-primary-button:hover, .trust-primary-button:focus { background: #0b478f; }
.trust-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.trust-note { padding: 14px 16px; border-left: 4px solid #105bbb; background: #eef5fb; }

@media (max-width: 767px) {
    .trust-page-header h1 { font-size: 28px; }
    .trust-form-card { padding: 17px; }
}
