@charset "UTF-8";
/*
// =======================
//   WRAPPER
// =======================
*/
body {
  background-color: #dddddd;
}

.home_main {
  flex: 1;
  min-height: 0;
  min-height: 100vh;
  width: 100%;
  margin-top: -50px;
}

.home_main {
  cursor: default;
}

.home_main a,
.home_main button {
  cursor: pointer;
}

.home_main input,
.home_main textarea {
  cursor: text;
}

.home_bg_1 {
  background-image: url("images/img1.jpg");
}

.home_bg_2 {
  background-image: url("images/img7.jpg");
}

.home_bg_3 {
  background-image: url("images/img3.jpg");
}

.home_bg_4 {
  background-image: url("images/img5.jpg");
}

.home_bg_1,
.home_bg_2,
.home_bg_3,
.home_bg_4 {
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}

.home_transition {
  height: 14px;
  width: 100%;
  z-index: 10;
  margin-top: -7px;
  margin-bottom: -7px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.hero_wrapper {
  max-width: 1510px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  padding-bottom: 90px;
  min-height: 100vh;
  border-radius: 0px;
}

.home_wrapper {
  max-width: 1510px;
  width: 100%;
  margin: 30px auto;
  padding: 20px;
  min-height: 100vh;
  background: rgba(244, 246, 248, 0.85);
  border-radius: 15px;
}

.home_wrapper_blank {
  max-width: 1510px;
  width: 100%;
  margin: 30px auto;
  padding: 20px;
  min-height: 100vh;
  background: rgba(244, 246, 248, 0.25);
  border-radius: 15px;
}

.contact_wrapper {
  max-width: 650px;
  min-width: 350px;
  margin: 0 auto;
  padding: 40px;
  background: rgba(244, 246, 248, 0.88);
  border-radius: 15px;
}

.home_bg_1 .hero_wrapper {
  display: flex;
  flex-direction: column;
}

/*
// =======================
//   HERO
// =======================
*/
.home_hero {
  text-align: center;
  padding: 90px 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /*
  //  background: linear-gradient(180deg, #ffffff, #eef2f6);
      background: rgba(244, 246, 248, 0.85);
      border-radius: 15px;
      */
}
.home_hero .home_hero_title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #0b0b0b;
  margin-bottom: 20px;
}
.home_hero .home_hero_subtitle {
  max-width: 760px;
  margin: 0 auto 40px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgb(9.35, 9.35, 9.35);
}
.home_hero .home_hero_actions .home_btn_primary {
  color: #ffffff;
}

.home_bg_1 .home_hero {
  margin-top: auto;
}

/*
// =======================
//   BUTTON – GLOBAL
// =======================
*/
.home_btn_primary {
  display: inline-block;
  padding: 14px 36px;
  font-size: 1rem;
  font-weight: 600;
  background-color: #8a0808;
  color: #ffffff !important;
  border-radius: 10px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
}
.home_btn_primary:hover {
  background-color: #8a0808;
  transform: translateY(-2px);
  color: #ffffff !important;
}

/*
// =======================
//   SECTIONS
// =======================
*/
.home_section {
  margin: 90px 0;
  text-align: center;
}
.home_section .home_section_title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #0b0b0b;
  margin-bottom: 24px;
}
.home_section .home_section_title svg {
  margin: 0 10px auto;
  color: #8a0808;
  width: 36px;
  height: 36px;
}
.home_section .home_section_text {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.7;
  color: rgb(9.68, 9.68, 9.68);
}

.home_section_bg {
  background: rgba(244, 246, 248, 0.85);
  padding: 60px 30px;
  border-radius: 18px;
  border: 2px dashed #dddddd;
}

.home_alt {
  background: rgba(244, 246, 248, 0.5);
  padding: 70px 30px;
  border-radius: 18px;
}

/*
// =======================
//   CARDS
// =======================
*/
.home_cards {
  margin-top: 50px;
  display: grid;
  gap: 28px;
}

.home_card {
  background: #ffffff;
  padding: 32px;
  border-radius: 16px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
}
.home_card a {
  color: #8a0808;
}
.home_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}
.home_card .home_card_title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0b0b0b;
  margin-bottom: 12px;
}
.home_card .home_card_text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgb(9.68, 9.68, 9.68);
}

.home_steps {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}

.home_step {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  padding: 20px 24px;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  flex-wrap: wrap;
}
.home_step span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #8a0808;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_step p {
  margin: 0;
  color: #0b0b0b;
  font-weight: 500;
  flex: 1;
  text-align: left;
}

/*
// =======================
//   PRICING (CJENIK)
// =======================
*/
.home_pricing {
  max-width: 1200px;
  margin: 0 auto;
}
.home_pricing .home_section_text {
  max-width: 850px;
  margin-bottom: 50px;
}

.home_pricing_cards {
  display: grid;
  gap: 28px;
  margin-top: 30px;
}

/*
// =======================
//   FREE PROFIL BLOK
// =======================
*/
.home_free_profile {
  margin: 40px auto 40px;
  max-width: 950px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  padding: 45px 35px;
  border: 2px solid #8a0808;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
  text-align: center;
  position: relative;
}
.home_free_profile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(138, 8, 8, 0.15), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.home_free_profile_title {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 1px;
  color: #8a0808;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
}

.home_free_profile_text {
  font-size: 1.05rem;
  line-height: 1.7;
  font-weight: 600;
  color: #0b0b0b;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
.home_free_profile_text strong {
  color: #8a0808;
  font-weight: 900;
}

.home_free_profile_counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px 22px;
  border-radius: 14px;
  background: rgba(138, 8, 8, 0.1);
  border: 1px solid rgba(138, 8, 8, 0.25);
  position: relative;
  z-index: 2;
}
.home_free_profile_counter .label {
  font-size: 1rem;
  font-weight: 700;
  color: rgb(9.9, 9.9, 9.9);
}
.home_free_profile_counter .value {
  font-size: 1.9rem;
  font-weight: 900;
  color: #8a0808;
}

.home_free_profile_note {
  margin-top: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgb(8.25, 8.25, 8.25);
  opacity: 0.9;
  position: relative;
  z-index: 2;
}

/*
// =======================
//   PRICING (NASTAVAK)
// =======================
*/
.home_pricing_card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
  transition: all 0.25s ease;
}
.home_pricing_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

.home_pricing_icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(138, 8, 8, 0.12);
  color: #8a0808;
}
.home_pricing_icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.home_pricing_title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #0b0b0b;
  margin-bottom: 8px;
}

.home_pricing_range {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgb(8.8, 8.8, 8.8);
  margin-bottom: 25px;
}

.home_pricing_price {
  margin-bottom: 20px;
}
.home_pricing_price .price {
  font-size: 2.3rem;
  font-weight: 900;
  color: #8a0808;
  display: inline-block;
  margin-right: 6px;
}
.home_pricing_price .unit {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgb(9.35, 9.35, 9.35);
}
.home_pricing_price .old_price {
  font-size: 1.2rem;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.45);
  text-decoration: line-through;
  margin-right: 8px;
  display: inline-block;
}

.home_pricing_demo {
  margin-top: 18px;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.5;
  color: rgb(8.8, 8.8, 8.8);
}

.home_pricing_note {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgb(9.68, 9.68, 9.68);
  margin: 0;
}

.home_pricing_card.featured {
  border: 2px solid #8a0808;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
  transform: translateY(-4px);
}
.home_pricing_card.featured:hover {
  transform: translateY(-10px);
}

.home_pricing_card.featured .home_pricing_icon {
  background: rgba(138, 8, 8, 0.18);
}

.home_pricing_badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #8a0808;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.home_pricing_features {
  margin-top: 70px;
  padding: 55px 35px;
  background: rgba(244, 246, 248, 0.75);
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.home_pricing_features_title {
  font-size: 1.6rem;
  font-weight: 900;
  color: #0b0b0b;
  margin-bottom: 14px;
}

.home_pricing_features_subtitle {
  max-width: 900px;
  margin: 0 auto 40px;
  font-size: 1rem;
  line-height: 1.7;
  color: rgb(9.68, 9.68, 9.68);
}

.home_pricing_features_grid {
  display: grid;
  gap: 18px;
  max-width: 1000px;
  margin: 0 auto;
}

.home_pricing_feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.home_pricing_feature .icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(138, 8, 8, 0.12);
  color: #8a0808;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_pricing_feature .icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.home_pricing_feature p {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(9.68, 9.68, 9.68);
  text-align: left;
  flex: 1;
}

.home_pricing_trust {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.home_pricing_trust_item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border-radius: 999px;
  padding: 10px 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  font-size: 0.9rem;
  font-weight: 700;
  color: rgb(9.68, 9.68, 9.68);
}
.home_pricing_trust_item .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(138, 8, 8, 0.12);
  color: #8a0808;
}
.home_pricing_trust_item .icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/*
// =======================
//   PRICING FOOTER
// =======================
*/
.home_pricing_footer {
  margin-top: 55px;
  text-align: center;
}
.home_pricing_footer .home_pricing_footer_text {
  max-width: 850px;
  margin: 0 auto 20px;
  font-size: 1rem;
  line-height: 1.7;
  color: rgb(9.68, 9.68, 9.68);
}

.home_pricing_vat {
  margin: 0 auto 22px;
  font-size: 0.9rem;
  font-weight: 700;
  color: rgb(8.8, 8.8, 8.8);
}

/*
// =======================
//   RESPONSIVE
// =======================
*/
@media (max-width: 900px) {
  .home_pricing_features {
    padding: 40px 20px;
  }
  .home_pricing_cards {
    grid-template-columns: 1fr;
  }
  .home_pricing_features_grid {
    grid-template-columns: 1fr;
  }
  .home_pricing_card.featured {
    transform: none;
  }
}
@media (min-width: 901px) and (max-width: 1519px) {
  .home_pricing_cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .home_pricing_features_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1520px) {
  .home_pricing_cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .home_pricing_features_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home_qr_pricing {
  margin-top: 70px;
}
.home_qr_pricing .home_section_title {
  margin-bottom: 16px;
}
.home_qr_pricing .home_qr_intro {
  max-width: 750px;
  margin: 0 auto 35px;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 600;
  color: rgb(9.68, 9.68, 9.68);
}
.home_qr_pricing .home_qr_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  justify-content: center;
  max-width: 850px;
  margin: 0 auto 30px;
}
.home_qr_pricing .home_qr_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 18px;
  padding: 32px 28px;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
}
.home_qr_pricing .home_qr_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}
.home_qr_pricing .home_qr_card .home_qr_price {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 900;
  color: #8a0808;
}
.home_qr_pricing .home_qr_badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(138, 8, 8, 0.12);
  color: #8a0808;
  border: 1px solid rgba(138, 8, 8, 0.25);
}
.home_qr_pricing .home_qr_badge.secondary {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: rgb(9.9, 9.9, 9.9);
}
.home_qr_pricing .home_qr_title {
  margin: 16px 0 10px;
  font-size: 1.25rem;
  font-weight: 900;
  color: #0b0b0b;
}
.home_qr_pricing .home_qr_text {
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 600;
  color: rgb(9.68, 9.68, 9.68);
  margin-bottom: 18px;
}
.home_qr_pricing .home_qr_text strong {
  color: #8a0808;
  font-weight: 900;
}
.home_qr_pricing .home_qr_price {
  font-size: 2rem;
  font-weight: 900;
  color: #8a0808;
  margin-top: auto;
}
.home_qr_pricing .home_qr_note {
  margin-top: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgb(8.8, 8.8, 8.8);
  opacity: 0.95;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .home_qr_pricing .home_qr_cards {
    grid-template-columns: 1fr;
  }
}
/*
// =======================
//   QR SECTION
// =======================
*/
.home_gdpr {
  max-width: 1200px;
  margin: 50px auto;
}

.home_qr {
  max-width: 1200px;
  margin: 50px auto;
}

/*
// =======================
//   CTA – ISPROBAJTE LIFTREG
// =======================
*/
.home_cta {
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(244, 246, 248, 0.85);
  padding: 80px 30px;
  border-radius: 18px;
  border: 2px solid #dddddd;
  color: #0b0b0b;
}
.home_cta h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 16px;
}
.home_cta p {
  font-size: 1.05rem;
  margin-bottom: 30px;
  color: rgb(9.9, 9.9, 9.9);
}
.home_cta .home_btn_primary {
  color: #ffffff !important;
}

.home_card_download {
  margin-top: auto;
  padding-top: 16px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #8a0808;
  text-decoration: none;
}
.home_card_download:hover {
  text-decoration: underline;
}

.home_qr_guide {
  margin-top: 20px;
}
.home_qr_guide a {
  font-size: 0.95rem;
  font-weight: 600;
  color: #8a0808;
  text-decoration: none;
}
.home_qr_guide a:hover {
  text-decoration: underline;
}

/*
// =======================
//   CONTACT EMAIL
// =======================
*/
.home_contact_email {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.home_contact_email .icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(138, 8, 8, 0.15);
  color: #8a0808;
}

.home_contact_email svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.home_contact_email .text {
  text-align: left;
}

.home_contact_email .text > span {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 4px;
  color: rgb(9.35, 9.35, 9.35);
}

.home_contact_email .text a {
  font-size: 1rem;
  font-weight: 700;
  color: #8a0808;
  text-decoration: none;
}

.home_contact_email .text a:hover {
  text-decoration: underline;
}

.email-wrap {
  white-space: nowrap;
  display: inline-block;
}

.home_contact_phone {
  justify-content: flex-end;
  text-align: right;
}
.home_contact_phone .text {
  text-align: right;
}

/*
// =======================
//   CONTACT METHODS (EMAIL + PHONE)
// =======================
*/
.home_contact_methods {
  max-width: 620px;
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 700px) {
  .home_contact_methods {
    grid-template-columns: 1fr;
    margin: 0 auto;
    gap: 10px;
  }
  .home_contact_link {
    width: 260px;
    margin: 0 auto 0;
  }
}
/* cijeli blok kao link */
.home_contact_link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: all 0.25s ease;
}
.home_contact_link:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.home_contact_link strong {
  font-size: 1rem;
  font-weight: 700;
  color: #8a0808;
}
.home_contact_link .icon {
  transition: transform 0.4s ease;
}
.home_contact_link:hover .icon {
  transform: rotate(360deg);
}

/*
// =======================
//   CONTACT FORM
// =======================
*/
.home_contact {
  margin-top: 90px;
  text-align: center;
}
.home_contact .home_section_title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #0b0b0b;
  margin-bottom: 24px;
}
.home_contact .home_section_text {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.7;
  color: rgb(9.68, 9.68, 9.68);
}

.home_contact_form {
  max-width: 620px;
  min-width: 260px;
  margin: 40px auto 0;
  background: #ffffff;
  padding: 36px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.home_form_group {
  margin-bottom: 20px;
  text-align: left;
}
.home_form_group label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0b0b0b;
}
.home_form_group input,
.home_form_group textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 1rem;
  border-radius: 8px;
  border: 1px solid #dddddd;
  background: #ffffff;
}
.home_form_group input:focus,
.home_form_group textarea:focus {
  outline: none;
  border-color: #8a0808;
}

.home_social {
  margin: 10px auto;
  padding: 0;
  border-radius: 18px;
}

/*
// =======================
//   RESPONSIVE
// =======================
*/
@media (max-width: 900px) {
  .home_wrapper {
    padding: 26px;
  }
  .home_cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .contact_wrapper {
    padding: 10px;
  }
}
@media (min-width: 901px) and (max-width: 1519px) {
  .home_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1520px) {
  .home_cards {
    grid-template-columns: repeat(4, 1fr);
  }
}/*# sourceMappingURL=home.css.map */