
.uh-trainer-resources {
    max-width: 1180px;
    margin: 0 auto 60px;
    padding: 16px;
}
.uh-tr-hero,
.uh-tr-card,
.uh-tr-section-head {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}
.uh-tr-hero { padding: 36px; margin-bottom: 28px; }
.uh-tr-kicker {
    color: #64748b;
    font-size: 13px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 12px;
}
.uh-tr-hero h1,
.uh-tr-access-card h1 {
    color: #0f172a;
    font-size: 36px;
    line-height: 1.15;
    margin: 0 0 16px;
    font-weight: 800;
}
.uh-tr-hero p,
.uh-tr-access-card p {
    color: #334155;
    font-size: 17px;
    line-height: 1.7;
    max-width: 900px;
}
.uh-tr-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}
.uh-tr-quick-grid a,
.uh-tr-inline-link {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    color: #0f172a;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 11px 14px;
    text-decoration: none !important;
    font-weight: 800;
    font-size: 14px;
}
.uh-tr-quick-grid a:hover,
.uh-tr-inline-link:hover {
    background: #0f172a;
    color: #ffffff !important;
}
.uh-tr-section { margin: 34px 0; }
.uh-tr-section-head { padding: 26px 30px; margin-bottom: 18px; }
.uh-tr-section-head h2 {
    font-size: 28px;
    line-height: 1.2;
    color: #0f172a;
    margin: 0 0 10px;
    font-weight: 800;
}
.uh-tr-section-head p {
    color: #334155;
    font-size: 16px;
    line-height: 1.65;
    max-width: 900px;
    margin: 0;
}
.uh-tr-grid-2,
.uh-tr-grid-3 { display: grid; gap: 18px; }
.uh-tr-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.uh-tr-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.uh-tr-card { padding: 24px; }
.uh-tr-card h3 {
    color: #0f172a;
    font-size: 20px;
    line-height: 1.25;
    margin: 0 0 12px;
    font-weight: 800;
}
.uh-tr-card p,
.uh-tr-card li {
    color: #334155;
    font-size: 15px;
    line-height: 1.65;
}
.uh-tr-card ul { margin: 0; padding-left: 20px; }
.uh-tr-btn,
.uh-trainer-resource-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 12px 22px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
}
.uh-tr-btn-primary,
.uh-trainer-resource-button {
    background: #0f172a;
    color: #ffffff !important;
}
.uh-tr-btn-primary:hover,
.uh-trainer-resource-button:hover {
    background: #1e293b;
    color: #ffffff !important;
}
.uh-tr-access-card { padding: 34px; }

.elementor-shortcode .uh-trainer-resource-button {
    padding: 10px 18px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .uh-tr-quick-grid,
    .uh-tr-grid-2,
    .uh-tr-grid-3 { grid-template-columns: 1fr; }
    .uh-tr-hero,
    .uh-tr-card,
    .uh-tr-section-head { padding: 22px; }
    .uh-tr-hero h1,
    .uh-tr-access-card h1 { font-size: 30px; }
}
