/* =========================================
   LANDING / SERVICE STRANICE — Neso Računari
   ========================================= */

/* ---- Hero ---- */
.lp-hero {
  padding: 160px 5% 80px;
  max-width: 100%;
  background-image: url('https://cdn.prod.website-files.com/68a5a028f0d385ae75796c90/68ac45a15272c34c9b38e959_BG%201.svg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100%;
  margin-bottom: 60px;
}
.lp-hero__inner-wrap {
  max-width: 860px;
}
.lp-label {
  margin-bottom: 12px;
  opacity: 0.6;
  letter-spacing: 0.05em;
  text-align: left;
}
.lp-hero__h1 {
  margin-bottom: 20px;
}
.lp-hero__p {
  margin-bottom: 36px;
  max-width: 600px;
  opacity: 0.8;
}
.lp-hero__ctabns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
}

/* ---- Sekcija wrapper ---- */
.lp-section {
  padding: 80px 5%;
}
.lp-section--border {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.lp-section__title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #fff;
}
.lp-section__sub {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
  max-width: 580px;
  margin-bottom: 48px;
}

/* ---- Service cards grid ---- */
.lp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
}
.lp-card {
  background-color: #001C36;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.lp-card:hover {
  border-color: rgba(255, 255, 255, 0.32);
  transform: translateY(-4px);
}
.lp-card__icon {
  width: 36px;
  height: 36px;
  margin-bottom: 22px;
}
.lp-card__icon svg {
  width: 36px;
  height: 36px;
  stroke: #fff;
  stroke-width: 1.5;
  opacity: 0.8;
}
.lp-card__title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.3;
}
.lp-card__text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
}

/* ---- Proces ---- */
.lp-process__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1000px;
}
.lp-step {
  background-color: #001C36;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 32px 28px;
}
.lp-step__num {
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.18);
  line-height: 1;
  margin-bottom: 16px;
}
.lp-step__title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}
.lp-step__text {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}

/* ---- Cijene ---- */
.lp-pricing__list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  max-width: 640px;
}
.lp-pricing__item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  gap: 24px;
}
.lp-pricing__name {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}
.lp-pricing__price {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
.lp-pricing__note {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 16px;
}

/* ---- FAQ ---- */
.lp-faq__list {
  max-width: 720px;
}
.lp-faq__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.lp-faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  gap: 16px;
}
.lp-faq__q-text {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
.lp-faq__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: rgba(255, 255, 255, 0.5);
}
.lp-faq__item.is-open .lp-faq__icon {
  transform: rotate(45deg);
}
.lp-faq__answer {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}
.lp-faq__answer-inner {
  padding: 0 0 20px 0;
}
.lp-faq__a-text {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.65;
}

/* ---- CTA sekcija ---- */
.lp-cta {
  padding: 80px 5% 100px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.lp-cta__title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.2;
}
.lp-cta__p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 500px;
  margin: 0 auto 36px;
  line-height: 1.65;
}
.lp-cta__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

/* ---- Responsive: tablet ---- */
@media (max-width: 991px) {
  .lp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-process__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-hero {
    padding: 140px 5% 60px;
  }
  .lp-section {
    padding: 64px 5%;
  }
}

/* ---- Responsive: mobile ---- */
@media (max-width: 600px) {
  .lp-hero {
    padding: 120px 5% 48px;
    background-image: none;
  }
  .lp-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .lp-process__grid {
    grid-template-columns: 1fr;
  }
  .lp-card,
  .lp-step {
    padding: 24px 20px;
  }
  .lp-section {
    padding: 52px 5%;
  }
  .lp-hero__ctabns {
    flex-direction: column;
  }
  .lp-cta__btns {
    flex-direction: column;
  }
}
