
body {
  background: url('background-paper-grain.png') repeat;
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
}

.senuelo-page {
  max-width: 1280px;
  margin: auto;
  padding: 2rem;
}

.site-header {
  display: flex;
  align-items: center;
  padding: 1.5rem 2rem;
}
.site-header img {
  height: 80px;
  max-width: none;
}

.hero.full-bleed {
  background-color: #6C7274;
  color: white;
  padding: 6rem 2rem;
  text-align: center;
}
.hero-text h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.8rem;
  margin-bottom: 1rem;
  color: white;
}
.hero-text .lead {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  color: #FCF300;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 4rem 0;
}

.split-section h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #111;
  font-family: 'Space Grotesk', sans-serif;
}

.split-section p {
  font-family: 'Inter', sans-serif;
  color: #53575A;
  line-height: 1.6;
}

.case-studies h2 {
  font-size: 1.5rem;
  margin: 3rem 0 1rem;
  color: #111;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.case {
  background: #f5f5f5;
  padding: 1.5rem;
  border-radius: 12px;
}
.case h3 {
  color: #ED336C !important;
  font-size: 1rem;
  margin-top: 0;
}
.placeholder-img {
  width: 100%;
  height: 200px;
  background: #ccc;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.cta-block {
  background: url('background-paper-grain.png') repeat;
  padding: 4rem 2rem;
  text-align: center;
}
.cta-block p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ED336C;
  font-family: 'Inter', sans-serif;
}
.cta-button {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.75rem 2rem;
  background: #FFF579;
  color: #111;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}
.cta-button:hover {
  background: #ED336C;
  color: white;
}
