/* ============================================================
   O NAMA – page styles
   ============================================================ */

/* ===== Page Hero ===== */

.page-hero {
  position: relative;
  padding: 5.5rem 0 5rem;
  overflow: hidden;
  color: #fff;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 0%,  rgba(32, 178, 200, 0.25), transparent 55%),
    linear-gradient(145deg, #0b3d6e 0%, #0c5dac 45%, #1a6e8a 100%);
  z-index: 0;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.65);
  margin-bottom: 1.4rem;
}

.breadcrumb a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: #fff;
}

.page-hero h1 {
  font-size: clamp(2rem, 5vw, 3.1rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0.4rem 0 1rem;
  color: #fff;
}

.page-hero-sub {
  font-size: clamp(1rem, 2.2vw, 1.18rem);
  color: rgba(255,255,255,0.82);
  max-width: 560px;
  line-height: 1.65;
}

.page-hero-wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 60px;
  background: #f4f8fd;
  clip-path: ellipse(55% 100% at 50% 100%);
  z-index: 1;
}

/* ===== Priča ===== */

.about-story {
  padding: 5rem 0;
  background: #f4f8fd;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 768px) {
  .story-grid {
    grid-template-columns: 280px 1fr;
    gap: 4rem;
  }
}

.story-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.story-icon-wrap {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(145deg, #0c5dac, #1a6e8a);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 20px 50px rgba(11, 95, 174, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.15);
}

.story-big-icon {
  font-size: 5rem;
  line-height: 1;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
}

.story-badge {
  position: absolute;
  bottom: 0;
  right: 20px;
  background: var(--color-accent, #f7c948);
  color: #1a2a0e;
  border-radius: 14px;
  padding: 0.55rem 0.85rem;
  text-align: center;
  box-shadow: 0 6px 18px rgba(247, 201, 72, 0.35);
  line-height: 1.15;
}

.story-badge-num {
  display: block;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.story-badge-txt {
  font-size: 0.78rem;
  font-weight: 600;
  opacity: 0.8;
}

.story-content p {
  color: #4a5568;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.story-content h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  color: #0b3d6e;
  margin: 0.4rem 0 1.2rem;
  line-height: 1.25;
}

.story-content .btn {
  margin-top: 0.5rem;
}

/* ===== Vrednosti ===== */

.about-values {
  position: relative;
  padding: 5.5rem 0 5rem;
  background: linear-gradient(160deg, #0a3d6e 0%, #0c5dac 50%, #1a6e8a 100%);
  color: #fff;
  overflow: hidden;
}

.values-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 85%, rgba(247, 201, 72, 0.10), transparent 38%),
    radial-gradient(circle at 92% 15%, rgba(127, 216, 240, 0.15), transparent 35%);
  pointer-events: none;
}

.about-values .section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}

.about-values .section-heading h2 {
  color: #fff;
}

.about-values .section-kicker {
  color: #7fd8f0;
}

.about-values .section-kicker::before {
  background: #7fd8f0;
}

.section-sub {
  margin-top: 0.75rem;
  font-size: 1rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.65;
}

.values-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 560px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .values-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.value-card {
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 20px;
  padding: 1.8rem 1.6rem;
  backdrop-filter: blur(10px);
  transition: transform 0.25s, background 0.25s, box-shadow 0.25s;
}

.value-card:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.15);
  box-shadow: 0 18px 38px rgba(0,0,0,0.18);
}

.value-icon {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  display: block;
  line-height: 1;
}

.value-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.6rem;
}

.value-card p {
  font-size: 0.93rem;
  color: rgba(210, 240, 255, 0.85);
  line-height: 1.65;
  margin: 0;
}

/* ===== Kako radimo – process ===== */

.about-process {
  padding: 5.5rem 0 5rem;
  background: #f4f8fd;
}

.about-process .section-heading {
  margin-bottom: 3rem;
}

.process-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 720px;
  margin-inline: auto;
  position: relative;
}

/* vertical line */
.process-list::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(180deg, #0c5dac 0%, rgba(11,95,174,0.12) 100%);
}

@media (min-width: 640px) {
  .process-list::before {
    left: 34px;
  }
}

.process-step {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 0 0 2.5rem;
  position: relative;
}

.process-step:last-child {
  padding-bottom: 0;
}

.process-num {
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(145deg, #0c5dac, #1a6e8a);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(11, 95, 174, 0.28);
  position: relative;
  z-index: 1;
}

.process-body {
  padding-top: 0.9rem;
}

.process-body h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0b3d6e;
  margin-bottom: 0.4rem;
}

.process-body p {
  font-size: 0.96rem;
  color: #4a5568;
  line-height: 1.7;
  margin: 0;
}

/* ===== Promise / citat ===== */

.about-promise {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
  background: linear-gradient(135deg, #0b3d6e 0%, #0c5dac 60%, #1e6e7a 100%);
  text-align: center;
  color: #fff;
}

.promise-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(127,216,240,0.15), transparent 40%),
    radial-gradient(circle at 80% 50%, rgba(247,201,72,0.10), transparent 40%);
  pointer-events: none;
}

.promise-inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin-inline: auto;
}

.promise-icon {
  font-size: 3rem;
  margin-bottom: 1.4rem;
  display: block;
  line-height: 1;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.25));
}

.promise-quote {
  font-size: clamp(1.15rem, 2.8vw, 1.45rem);
  font-weight: 600;
  line-height: 1.65;
  color: rgba(255,255,255,0.95);
  font-style: italic;
  margin: 0 0 1.2rem;
  padding: 0;
  border: none;
}

.promise-quote::before,
.promise-quote::after {
  content: "";
}

.promise-author {
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(127, 216, 240, 0.90);
  margin: 0;
}

/* ===== Responsive tweaks ===== */

@media (max-width: 767.98px) {
  .page-hero {
    padding: 4rem 0 4rem;
  }

  .about-story,
  .about-process {
    padding: 3.5rem 0;
  }

  .about-values,
  .about-promise {
    padding: 3.5rem 0;
  }

  .story-icon-wrap {
    width: 160px;
    height: 160px;
  }

  .story-big-icon {
    font-size: 3.8rem;
  }
}
