/* =========================
   DSM THINK TANK STYLE
========================= */
.hero-dsm {
    padding: 120px 0;
    background-image: linear-gradient(rgba(10,20,35,0.80), rgba(10,20,35,0.80)),
                      url('/user/images/hero-dsm.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

.hero-dsm h1 {
    font-size: 3.2rem;
    font-weight: 600;
}

.hero-dsm a {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background: #c9a961;
    color: #1a2332;
    font-weight: 600;
    text-decoration: none;
}

body {
    background-color: #F4F6F8;
    color: #1B2633;
    font-family: "Inter", sans-serif;
}

h1, h2, h3 {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    color: #1F2F44;
}

h2 {
    margin-top: 60px;
    font-size: 36px;
}

h3 {
    margin-top: 40px;
    font-size: 22px;
}

p {
    font-size: 18px;
    line-height: 1.7;
}

a {
    color: #C9A961;
    font-weight: 600;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.page-header {
    display: none; /* remove título automático do Quark */
}

.container {
    max-width: 900px;
}
