@import url('https://fonts.cdnfonts.com/css/myriad-pro');

body,
html {
  font-family: 'Myriad Pro', sans-serif !important;
}

.ali-landing-section {
  background: linear-gradient(90deg, #f7f9fb 60%, #bf966922 100%);
  width: 100vw;
  max-width: 100%;
  min-width: 0;
  padding: 3rem;
  margin: 0;
}

.ali-landing-inner {
  max-width: 1200px;
  margin: 4rem auto 3rem auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 24px #2e3d3320;
  border: 2px solid #2e3d33;
  padding: 2.4rem 2rem 2.9rem 2rem;
  text-align: center;
  color: #2e3d33;
}

.ali-title {
  font-size: 2rem;
  font-weight: 600;
  color: #bf9669;
  letter-spacing: -1px;
  margin-bottom: 2.1rem;
  border-bottom: 2px solid #2e3d33;
  padding-bottom: 0.55rem;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.2;
}

.ali-title .ali-sub {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: -0.5px;
  margin-top: 0;
}

.ali-quote {
  background: #E6E7E8;
  border-left: 5px solid #48524B;
  border-radius: 7px;
  color: #2e3d33;
  font-size: 1.15rem;
  font-weight: 600;
  padding: 1em 1.32em;
  text-align: center;
  margin: 0 auto 2.2rem auto;
  box-shadow: 0 1px 10px #bf966911;
  max-width: 650px;
}

.ali-text-section {
  font-weight: 300;
  font-size: 1.15rem;
  line-height: 1.64;
  color: #2e3d33;
  margin-bottom: 2rem;
}

.ali-accent {
  color: #bf9669;
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: -1px;
  display: block;
  margin: 1.3em 0 1em 0;
}

.ali-highlight {
  display: block;
  color: #48524B;
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0.8em 0 1em 0;
}

.ali-features {
  margin: 2.2em 0 1.5em 0;
}

.ali-lead {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #313c34;
}

.ali-list {
  list-style: none;
  padding: 0;
  margin: 2rem auto 1.5rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Centriraj cijelu listu */
  max-width: 650px;
}

.ali-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  font-weight: 300;
  color: #2e3d33;
  margin-bottom: 0.68em;
  gap: 0.6em;
  /* razmak između bala i teksta */
  text-align: center;
}

.ali-list li:before {
  content: "•";
  color: #bf9669;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1;
}


.ali-brochure-button {
  display: inline-block;
  background-color: #bf9669;
  color: white;
  font-weight: 600;
  padding: 1rem 2.8rem;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.13rem;
  margin-top: 2.1rem;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 8px #2e3d3320;
  letter-spacing: 1.2px;
}

.ali-brochure-button:hover,
.ali-brochure-button:focus {
  background-color: #2e3d33;
  color: #fff;
}

.contact-section-wrapper {
  background: linear-gradient(90deg, #f7f9fb 60%, #bf966922 100%);
  padding: 4rem 1.5rem;
}

.contact-section {
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #2c3e50;
  position: relative;
  font-weight: 600;
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #bf9669;
  border-radius: 2px;
}

/* Glavni kontejner sa tekstom i formom u dva stupca */
.contact-container {
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* Tekst s lijeve strane */
.contact-info {
  flex: 1 1 380px;
  max-width: 440px;
}

.contact-info h3 {
  font-size: 1.8rem;
  color: #2c3e50;
  margin-bottom: 1rem;
  font-weight: 600;
}

.contact-info p {
  font-weight: 300;
  font-size: 1.17rem;
  line-height: 1.5;
  color: #555;
}

/* Forma s desne strane */
.contact-form {
  flex: 1 1 420px;
  background-color: #f9f9f9;
  padding: 2.5rem 2rem;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

/* Form elementi */
.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 300;
  color: #2c3e50;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 1.17rem;
  font-weight: 300;
}

@import url('https://fonts.cdnfonts.com/css/myriad-pro');

body,
html {
  font-family: 'Myriad Pro', sans-serif !important;
}

b {
  font-size: 1.17rem;
  font-weight: 600;
}

/* OSNOVNE SEKCIJE */

.approach-section {
  background: linear-gradient(90deg, #f7f9fb 60%, #bf966922 100%);
  padding: 7rem 0 4rem 0;
  color: #2e3d33;
}

.approach-inner {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 18px #2e3d3320;
  border: 2px solid #2e3d33;
  padding: 2.5rem 2rem;
}

.approach-title {
  text-align: center;
  color: #bf9669;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: -1px;
  border-bottom: 2px solid #2e3d33;
  padding-bottom: 0.2em;
  margin-bottom: 1.5em;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.approach-lead {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 2rem auto;
  font-size: 1.17rem;
  font-weight: 300;
}

.approach-subtitle {
  text-align: center;
  color: #2e3d33;
  font-weight: 600;
  font-size: 1.17rem;
  margin: 2rem 0 2rem;
}

.approach-steps {
  font-weight: 300;
  list-style: none;
  max-width: 850px;
  margin: 0 auto 3rem auto;
  padding: 0;
  position: relative;
}

.approach-steps li {
  font-size: 1.17rem;
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 1em;
}

.approach-steps li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #bf9669;
  font-size: 1.3em;
}

/* Korak po korak - lijevo tekst, desno slika */
.steps-block {
  display: flex;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto 3rem auto;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.steps-block ul.approach-steps {
  flex: 1;
  margin: 0;
  max-width: 640px;
  padding-left: 1.4em;
  list-style-position: inside;
}

.steps-block .steps-image {
  flex: 0 0 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.steps-block .steps-image img {
  max-width: 100%;
  max-height: 350px;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid #2e3d33;
  box-shadow: 0 4px 16px rgba(46, 61, 51, 0.15);
}

/* Metodologija - obrnut raspored (desno tekst, lijevo slika) */
.methodology-block {
  display: flex;
  gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 3rem;
  flex-wrap: nowrap;
  min-height: 350px;
  border: 1px solid transparent;
}

.methodology-reverse {
  flex-direction: row-reverse;
}

.methodology-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 350px;
}

.methodology-text ul.approach-steps {
  margin: 0;
  padding-left: 1.4em;
  list-style-position: inside;
}

.methodology-text ul.approach-steps li {
  margin: 0 0 1em 0;
}

.methodology-image {
  flex: 0 0 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.methodology-image img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid #2e3d33;
  box-shadow: 0 4px 16px rgba(46, 61, 51, 0.15);
}

/* Alati - grid 2 stupca + slika desno */
.tools-block-with-image {
  display: flex;
  gap: 2rem;
  max-width: 1100px;
  margin: 2rem auto 3rem auto;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.tools-block-with-image .tools-block {
  flex: 1 1 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 850px;
}

.tools-image {
  flex: 0 0 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tools-image img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid #2e3d33;
  box-shadow: 0 4px 16px rgba(46, 61, 51, 0.15);
}

/* Alati stilovi koji su ostali */
.tools-block h4 {
  color: #bf9669;
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.tools-block ul {
  list-style: none;
  padding-left: 0;
}

.tools-block li {
  font-size: 1.17rem;
  font-weight: 300;
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 0.5em;
}

.tools-block li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #bf9669;
}

/* Jednadžba */
.approach-equation {
  background: #E6E7E8;
  border-left: 5px solid #48524B;
  border-radius: 7px;
  color: #2e3d33;
  font-size: 1.17rem;
  font-weight: 600;
  padding: 1.1em 1.4em;
  text-align: center;
  margin-bottom: 2rem;
  box-shadow: 0 1px 10px #bf966911;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}

/* Kontakt sekcija */
.contact-section-wrapper {
  background: linear-gradient(90deg, #f7f9fb 60%, #bf966922 100%);
  padding: 4rem 1.5rem;
}

.contact-section {
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #2c3e50;
  position: relative;
  font-weight: 600;
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #bf9669;
  border-radius: 2px;
}

/* Glavni kontejner sa tekstom i formom u dva stupca */
.contact-container {
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* Tekst s lijeve strane */
.contact-info {
  flex: 1 1 380px;
  max-width: 440px;
}

.contact-info h3 {
  font-size: 1.8rem;
  color: #2c3e50;
  margin-bottom: 1rem;
  font-weight: 600;
}

.contact-info p {
  font-weight: 300;
  font-size: 1.17rem;
  line-height: 1.5;
  color: #555;
}

/* Forma s desne strane */
.contact-form {
  flex: 1 1 420px;
  background-color: #f9f9f9;
  padding: 2.5rem 2rem;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

/* Form elementi */
.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 300;
  color: #2c3e50;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 1.17rem;
  font-weight: 300;
}

.gdpr-consent {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.gdpr-consent a {
  color: #bf9669;
  /* boja koja se uklapa s tvojim web dizajnom */
  text-decoration: underline;
  /* možeš staviti ili ukloniti ovisno o želji */
  transition: color 0.3s ease;
}

.gdpr-consent a:hover,
.gdpr-consent a:focus {
  color: #2e3d33;
  /* tamnija boja na hover/fokus za akcentski efekt */
  outline: none;
  text-decoration: underline;
  /* možeš promijeniti ako želiš */
}


.gdpr-consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.submit-button {
  display: block;
  margin: 1.5rem auto 0;
  background-color: #bf9669;
  color: white;
  padding: 1rem 2rem;
  border-radius: 40px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
  font-size: 1.17rem;
}

.submit-button:hover {
  background-color: #2e3d33;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-family: 'Myriad Pro' !important;
  font-weight: 300 !important;
  opacity: 1;
}

.ali-info-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto 0 auto;
  max-width: 1000px; /* povećaj širinu wrappera */
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(46, 61, 51, 0.18);
  position: relative;
}

.ali-info-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 4px 15px rgba(46,61,51,0.13);
}

.steps-block ul.approach-steps,
.methodology-text ul.approach-steps {
  padding-left: 1em;
  max-width: 100%;
}

.steps-block .steps-image,
.methodology-image {
  flex: none;
  max-width: 100%;
  max-height: none;
}

.methodology-block,
.steps-block {
  min-height: auto;
}


.gdpr-consent {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.gdpr-consent a {
  color: #bf9669;
  /* boja koja se uklapa s tvojim web dizajnom */
  text-decoration: underline;
  /* možeš staviti ili ukloniti ovisno o želji */
  transition: color 0.3s ease;
}

.gdpr-consent a:hover,
.gdpr-consent a:focus {
  color: #2e3d33;
  /* tamnija boja na hover/fokus za akcentski efekt */
  outline: none;
  text-decoration: underline;
  /* možeš promijeniti ako želiš */
}


.gdpr-consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.submit-button {
  display: block;
  margin: 1.5rem auto 0;
  background-color: #bf9669;
  color: white;
  padding: 1rem 2rem;
  border-radius: 40px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
  font-size: 1.17rem;
}

.submit-button:hover {
  background-color: #2e3d33;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-family: 'Myriad Pro' !important;
  font-weight: 300 !important;
  opacity: 1;
}

.swal2-title,
.swal2-html-container {
  font-family: 'Myriad Pro', sans-serif !important;
  font-weight: 300;
}

.custom-confirm-button {
  background-color: #bf9669 !important;
  color: white !important;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-family: 'Myriad Pro';
}
.custom-confirm-button:hover {
  background-color: #2e3d33 !important; /* tamnija nijansa za hover */
}


@media (max-width: 700px) {
  .ali-landing-section {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 !important; /* Ukloni padding na parentu */
    padding-top: 3rem !important;
    margin: 0 !important;
    box-sizing: border-box;
  }
  .ali-landing-inner {
    max-width: calc(100vw - 2rem) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    box-sizing: border-box;
  }

  .ali-landing-inner,
  .contact-info-image,
  .contact-info,
  .contact-form {
    max-width: calc(100vw - 2rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }

  /* Naslov glavne sekcije */
  .ali-title {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #bf9669;
    white-space: normal !important;
  }
  .ali-title span {
    display: block;
  }
  .ali-sub {
    font-weight: 600;
    font-size: 1.6rem !important;
    color: #bf9669;
    margin-top: 0.3rem;
    white-space: normal !important;
  }

  /* Istaknuti citat */
  .ali-quote {
    background: #E6E7E8;
    border-left: 5px solid #48524B;
    border-radius: 7px;
    padding: 1em 1.4em;
    margin-bottom: 2rem;
    box-shadow: 0 1px 10px #bf966911;
    color: #2e3d33;
    font-size: 1rem;
    line-height: 1.6;
  }

  /* Tekstualni blokovi s paddingom */
  .ali-text-section p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #2e3d33;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .ali-accent {
    font-weight: 600;
    font-size: 1.25rem;
    color: #bf9669;
  }

  .ali-highlight {
    font-weight: 600;
    color: #2c3e50;
  }

  /* Lista u sekciji */
  .ali-list {
    list-style: none;
    margin-bottom: 2rem;
    padding-left: 1.2rem;
    color: #2e3d33;
  }
  .ali-list li {
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
    font-weight: 300;
    position: relative;
    padding-left: 1.3em;
  }
  .ali-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #bf9669;
    font-size: 1.2em;
    font-weight: bold;
    opacity: 0.9;
  }

  /* Slika proizvoda / brošure */
  .ali-info-image {
    margin-top: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
  }
  .ali-info-image img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(46, 61, 51, 0.2);
    display: inline-block;
  }

  /* Brošura gumb */
  .ali-brochure-button {
    display: inline-block;
    background-color: #bf9669;
    color: white;
    text-decoration: none;
    padding: 0.85rem 2.5rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    margin-top: 1rem;
    text-align: center;
    transition: background-color 0.3s ease;
  }
  .ali-brochure-button:hover,
  .ali-brochure-button:focus {
    background-color: #2e3d33;
  }

  /* Kontakt sekcija */
  .contact-section-wrapper {
    width: 100vw;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .contact-container {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .contact-info,
  .contact-form {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    padding: 2.5rem 2rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(46, 61, 51, 0.15);
  }
  .contact-section .section-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
  }
  .contact-info h3 {
    font-size: 1.3rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .contact-info p {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #2e3d33;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
  .form-group label {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0.4rem;
    display: block;
    color: #2c3e50;
  }
  .form-group input,
  .form-group textarea {
    font-size: 1rem;
    padding: 0.7rem 1rem;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .gdpr-consent {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #2e3d33;
  }

  .gdpr-consent label:hover,
  .gdpr-consent label:focus {
    color: #2e3d33;
    outline: none;
  }
  .gdpr-consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
  }
  .submit-button {
    font-size: 0.9rem;
    padding: 0.85rem 2.5rem;
    border-radius: 30px;
    max-width: 100%;
    width: 100%;
    background-color: #bf9669;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .submit-button:hover {
    background-color: #2e3d33;
  }
}
