/* ==========================================================================
   Samarbeta (Partner/Investor) Page Styles
   ========================================================================== */

.samarbeta-hero {
  padding-top: 6rem;
}

.samarbeta-hero-content {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto;
}

.samarbeta-hero-content .subheading {
  margin-bottom: 2rem;
}

/* Two-column layout */
.samarbeta-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 56rem;
  margin: 0 auto;
}

.samarbeta-body {
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 1rem;
}

.samarbeta-col h2 {
  margin-bottom: 1rem;
}

/* Feature cards */
.samarbeta-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 56rem;
  margin: 0 auto;
}

.samarbeta-card {
  padding: 2rem;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem;
}

.samarbeta-card h3 {
  font-family: "Lexend", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #fff;
}

.samarbeta-card p {
  font-family: "Instrument Sans", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* Centered section */
.samarbeta-centered {
  text-align: center;
}

/* Responsive */
@media screen and (max-width: 767px) {
  .samarbeta-two-col {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .samarbeta-cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
