/* Blokovi na početnoj (FIMO / SMOLA / DRVO / POKLONI / ABOUT) */

.about-block {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.about-intro-inner {
  max-width: 1100px;
  margin: 0 auto;
  background: linear-gradient(180deg, #ffe9e4 0%, #f7d5cc 100%);
  border-radius: 1.8rem;
  padding: 3rem 2.4rem;
  text-align: center;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.06);
}

.about-title {
  font-size: 2.1rem;
  font-weight: 900;
  margin-bottom: 1.8rem;
  color: #442626;
  letter-spacing: 0.02em;
  text-align: center;
}

.about-text p {
  font-size: 1.25rem;
  line-height: 1.75;
  color: #3a2b2b;
  margin-bottom: 1.1rem;
  font-weight: 400;
}

.about-text p:last-of-type {
  margin-bottom: 0.4rem;
}

@media (max-width: 880px) {
  .about-intro-inner {
    padding: 2.2rem 1.6rem;
  }

  .about-title {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }

  .about-text p {
    font-size: 1.1rem;
    line-height: 1.65;
  }
}

.fimo-block,
.smola-block,
.drvo-block,
.pokloni-block {
  max-width: 1100px;
  margin: 0 auto 3rem;
  padding: 2.5rem;
  border-radius: 24px;
  display: flex;
  gap: 2.5rem;
  align-items: stretch;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
}

.fimo-block {
  background: #ffe9e3;
}

.smola-block {
  background: #e8f6ff;
}

.drvo-block {
  background: #f5efe6;
}

.pokloni-block {
  background: #fff3d9;
}

.fimo-image,
.smola-image,
.drvo-image,
.pokloni-image {
  flex: 0 0 38%;
  border-radius: 20px;
  overflow: hidden;
  min-height: 260px;
}

.fimo-image {
  background: #fce3dc;
}

.smola-image {
  background: #d9edf8;
}

.drvo-image {
  background: #ece2d3;
}

.pokloni-image {
  background: #fbe8bf;
}

.fimo-image img,
.smola-image img,
.drvo-image img,
.pokloni-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fimo-content,
.smola-content,
.drvo-content,
.pokloni-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fimo-content h4,
.smola-content h4,
.drvo-content h4,
.pokloni-content h4 {
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fimo-content h4 {
  color: #b25a3d;
}

.smola-content h4 {
  color: #2b6a85;
}

.drvo-content h4 {
  color: #6a5132;
}

.pokloni-content h4 {
  color: #8a6a1f;
}

.fimo-content h3,
.smola-content h3,
.drvo-content h3,
.pokloni-content h3 {
  margin: 0.4rem 0 1rem;
  font-size: 1.9rem;
  line-height: 1.25;
  color: #222;
}

.fimo-content p,
.smola-content p,
.drvo-content p,
.pokloni-content p {
  margin: 0 0 0.9rem;
  line-height: 1.6;
  font-size: 1.05rem;
  color: #333;
}

.fimo-content .btn-primary,
.smola-content .btn-primary,
.drvo-content .btn-primary,
.pokloni-content .btn-primary {
  margin-top: 0.4rem;
}

@media (max-width: 900px) {
  .fimo-block,
  .smola-block,
  .drvo-block,
  .pokloni-block {
    flex-direction: column;
    padding: 1.8rem;
    gap: 1.6rem;
    text-align: center;
  }

  .fimo-image,
  .smola-image,
  .drvo-image,
  .pokloni-image {
    flex: none;
    width: 100%;
    min-height: 220px;
  }

  .fimo-content p,
  .smola-content p,
  .drvo-content p,
  .pokloni-content p {
    text-align: left;
  }
}

.block-error {
  background: #fff2f2;
  border: 1px solid #f3b6b6;
  color: #a13b3b;
  padding: 1rem;
  border-radius: 12px;
  text-align: center;
  margin: 1rem 0;
}
