/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/blocks/module-who-does-what.scss ***!
  \**********************************************************************************************************************************************************************************************************/
.p1-who-does-what {
  padding: 35px 0;
  background: #ffffff; }
  @media (max-width: 992px) {
    .p1-who-does-what {
      padding: 52px 0; } }
  @media (max-width: 560px) {
    .p1-who-does-what {
      padding: 40px 0; } }
  .p1-who-does-what .container {
    max-width: 1442px;
    width: calc(100% - 25px);
    margin-inline: auto; }

.p1-who-does-what .section-label.centered {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #409D94;
  margin-bottom: 10px; }

.p1-who-does-what h2 {
  text-align: center;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 48px;
  line-height: 1.25; }
  @media (max-width: 560px) {
    .p1-who-does-what h2 {
      margin-bottom: 32px; } }

.roles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 28px; }
  @media (max-width: 992px) {
    .roles-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 14px; } }
  @media (max-width: 560px) {
    .roles-grid {
      grid-template-columns: 1fr; } }

.role-card {
  background: #F7F1EE;
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  border: 2px solid transparent;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; }
  .role-card:hover {
    border-color: #409D94;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(64, 157, 148, 0.18); }
  .role-card.highlight {
    background: #e6f4f3;
    border-color: #409D94; }
    .role-card.highlight .role-who {
      color: #409D94; }

.role-icon {
  width: 52px;
  height: 52px;
  background: #ffffff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }
  .role-icon svg {
    width: 24px;
    height: 24px;
    color: #409D94;
    stroke: currentColor; }

.role-who {
  font-size: 12px;
  font-weight: 700;
  color: #E8775A;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px; }

.role-card p {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.55;
  margin: 0; }

.p1-who-does-what .insight-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f0f8f7;
  border-radius: 6px;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.5;
  max-width: 700px;
  margin: 0 auto; }
  .p1-who-does-what .insight-note .note-icon {
    font-size: 18px;
    flex-shrink: 0;
    line-height: 1.5; }

