/* ================================
   O_NAMA.CSS — O nama page
   Page-specific styles only
   ================================ */

/* --- Hero Section --- */
.section-hero {
  height: clamp(40rem, 80vh, 70rem);
  background-image: linear-gradient(rgba(34, 34, 34, 0.6), rgba(34, 34, 34, 0.6)),
    url("../Slike1/frepik/zlareial.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero {
  text-align: center;
  padding: 0 3.2rem;
}

.hero-heading-secondary {
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  font-weight: 600;
  text-align: center;
  color: var(--color-white);
}

/* --- How It Works / About Section --- */
.section-how {
  padding: 9.6rem 0;
}

.step-description {
  font-size: 1.6rem;
  line-height: 1.8;
}

.step-image-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-image-box::before,
.step-image-box::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.step-img {
  border-radius: 6%;
  width: 60%;
  box-shadow: var(--shadow-md);
  transition: transform 0.6s;
}

.step-img:hover {
  transform: scale(1.05);
}

/* --- Business Principles List --- */
.zimska-list {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.zimska-item {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  line-height: 2.5;
}

.zimska-item img {
  width: 2rem;
  height: 2rem;
  margin-right: 1.2rem;
  flex-shrink: 0;
}

.zimska-item span {
  color: var(--color-primary);
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-weight: 500;
}

.box {
  padding: 2.4rem;
}
