/* UPDATED: sarnane sõbralik disain nagu layout518 */

/* General section */
.layout359-section {
  padding: 3rem 5%;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  color: #263238;
  background: #fafafa;
}

/* Header */
.layout359-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2.5rem auto;
}

.layout359-tagline {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #0f172a;
  opacity: 0.9;
}

.layout359-heading {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: #071133;
  line-height: 1.15;
}

.layout359-text {
  font-size: 1rem;
  color: #475569;
}

/* Card */
.layout359-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(16,24,40,0.06);
  border: 1px solid rgba(15,23,42,0.04);
  max-width: 1100px;
  margin: 0 auto;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.layout359-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(15,23,42,0.08);
}

/* Image area: piirame laiust real-layoutil, mobiilis täislaius */
.layout359-card-image {
  width: 100%;
  max-height: 380px;
  overflow: hidden;
  background: #e6eefc;
}

.layout359-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.02) contrast(0.98);
  transition: transform 400ms ease;
}

.layout359-card-image img:hover {
  transform: scale(1.03);
}

/* Kui reas (suurtel ekraanidel), anna pildile fikseeritud laiuse */
@media (min-width: 768px) {
  .layout359-card {
    flex-direction: row;
  }

  .layout359-card-image {
    flex: 0 0 360px; /* pilt ei venita kogu rida */
    max-height: none;
  }

  .layout359-card-image img {
    height: 100%;
    min-height: 260px;
  }

  .layout359-card-content {
    flex: 1;
    padding: 2rem;
  }
}

.layout359-card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.layout359-card-tag {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #2563eb;
}

.layout359-card-heading {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: #0b2540;
}

.layout359-card-text {
  font-size: 0.98rem;
  margin-bottom: 1rem;
  color: #475569;
}

/* Buttons — sõbralikumad pill-nupud */
.layout359-buttons {
  margin-top: 0.5rem;
}

.layout359-buttons a {
  display: inline-block;
  margin: 0.35rem;
  padding: 0.6rem 1.2rem;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.layout359-buttons a:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(16,24,40,0.08);
}

.btn-secondary {
  background-color: #3b82f6;
  color: white;
  border: none;
}

.btn-link {
  background: rgba(59,130,246,0.06);
  color: #2563eb;
  border: 2px solid rgba(37,99,235,0.12);
}

/* Responsiivsus: kitsenda ja muuda kõrgusi väiksematel ekraanidel */
@media (max-width: 900px) {
  .layout359-section {
    padding: 2.25rem 4%;
  }

  .layout359-card {
    border-radius: 10px;
  }

  .layout359-card-image {
    max-height: 300px;
  }
}

@media (max-width: 480px) {
  .layout359-card-image {
    max-height: 220px;
  }

  .layout359-heading {
    font-size: 1.6rem;
  }

  .layout359-buttons a {
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
  }
}
