.about-main {
  width: min(1120px, 90%);
  margin: 0 auto;
  padding: 75px 0 95px;
}

/* Почетен дел */

.about-hero {
  max-width: 820px;
  margin: 0 auto 55px;
  text-align: center;
}

.about-eyebrow,
.section-label {
  margin-bottom: 14px;

  color: #e1b94d;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 5px;
}

.about-hero h1 {
  margin-bottom: 22px;

  color: #f0c34f;
  font-size: clamp(48px, 7vw, 76px);
  line-height: 1;
}

.about-intro {
  color: #f3e7d8;
  font-family: Arial, sans-serif;
  font-size: 19px;
  line-height: 1.8;
}

/* Приказна */

.about-story {
  margin-bottom: 70px;
  padding: 50px;

  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  align-items: center;
  gap: 55px;

  background:
    linear-gradient(
      135deg,
      rgba(25, 7, 6, 0.94),
      rgba(53, 17, 14, 0.88)
    );

  border: 1px solid rgba(225, 185, 77, 0.58);
  border-radius: 18px;

  box-shadow:
    0 22px 55px rgba(0, 0, 0, 0.35),
    inset 0 0 45px rgba(225, 185, 77, 0.025);
}

.about-story-content h2,
.why-us-heading h2 {
  margin-bottom: 25px;

  color: #f0c34f;
  font-size: clamp(31px, 4vw, 46px);
  line-height: 1.16;
}

.about-story-content p:not(.section-label) {
  margin-bottom: 18px;

  color: #e7d8c8;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.about-story-content p:last-child {
  margin-bottom: 0;
}

.about-logo-card {
  min-height: 330px;
  padding: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    radial-gradient(
      circle,
      rgba(225, 185, 77, 0.12),
      rgba(14, 5, 4, 0.72) 68%
    );

  border: 1px solid rgba(225, 185, 77, 0.32);
  border-radius: 14px;
}

.about-logo-card img {
  display: block;
  width: min(260px, 100%);
  height: auto;

  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.45));
}

/* Зошто Sniff Lab */

.why-us {
  margin-bottom: 70px;
}

.why-us-heading {
  max-width: 720px;
  margin: 0 auto 38px;
  text-align: center;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.benefit-card {
  min-height: 190px;
  padding: 28px 25px;

  display: flex;
  align-items: flex-start;
  gap: 18px;

  background:
    linear-gradient(
      145deg,
      rgba(41, 12, 10, 0.92),
      rgba(18, 6, 5, 0.9)
    );

  border: 1px solid rgba(225, 185, 77, 0.38);
  border-radius: 14px;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.24);

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.benefit-card:hover {
  border-color: rgba(240, 195, 79, 0.85);
  transform: translateY(-5px);

  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.38);
}

.benefit-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: rgba(225, 185, 77, 0.1);
  border: 1px solid rgba(225, 185, 77, 0.34);
  border-radius: 50%;

  font-size: 23px;
}

.benefit-card h3 {
  margin: 3px 0 10px;

  color: #f0c34f;
  font-size: 20px;
}

.benefit-card p {
  color: #d9c7b5;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.65;
}

/* Завршен повик */

.about-cta {
  padding: 45px 30px;

  background:
    linear-gradient(
      135deg,
      rgba(16, 5, 4, 0.92),
      rgba(51, 16, 13, 0.9)
    );

  border: 1px solid rgba(225, 185, 77, 0.55);
  border-radius: 17px;

  text-align: center;
}

.about-cta p {
  max-width: 660px;
  margin: 0 auto 25px;

  color: #f3e7d8;
  font-size: 22px;
  font-style: italic;
  line-height: 1.55;
}

.about-cta .primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 50px;
  padding: 0 28px;
}

/* Таблет */

@media (max-width: 900px) {
  .about-story {
    grid-template-columns: 1fr;
  }

  .about-logo-card {
    min-height: 260px;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Телефон */

@media (max-width: 600px) {
  .about-main {
    width: min(92%, 560px);
    padding: 52px 0 70px;
  }

  .about-hero {
    margin-bottom: 35px;
  }

  .about-eyebrow,
  .section-label {
    letter-spacing: 3px;
  }

  .about-intro {
    font-size: 16px;
    line-height: 1.7;
  }

  .about-story {
    margin-bottom: 50px;
    padding: 28px 20px;
    gap: 28px;
  }

  .about-story-content p:not(.section-label) {
    font-size: 15px;
    line-height: 1.7;
  }

  .about-logo-card {
    min-height: 220px;
    padding: 20px;
  }

  .about-logo-card img {
    width: min(220px, 90%);
  }

  .why-us {
    margin-bottom: 50px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .benefit-card {
    min-height: auto;
    padding: 22px 18px;
  }

  .about-cta {
    padding: 34px 20px;
  }

  .about-cta p {
    font-size: 18px;
  }
}
.about-story {
  grid-template-columns: 1fr;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.about-logo-card {
  display: flex;
  min-height: auto;
  padding: 0;

  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.about-logo-card img {
  width: min(290px, 100%);
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.45));
}
.about-story {
  padding: 25px 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
