@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,400&display=swap");
:root {
  /* — Boje: Navy paleta — */
  --navy: #0f2a4a;
  --navy-deep: #071a33;
  --navy-darker: #04101f;
  --navy-mid: #163a60;
  --navy-soft: #1e4577;

  /* — Boje: Orange akcenti — */
  --orange: #ea7a1d;
  --orange-warm: #f49043;
  --orange-deep: #c86312;
  --orange-soft: #ffb978;

  /* — Boje: Pozadine — */
  --bg: #f4f1ec;
  --bg-soft: #faf7f2;
  --card: #ffffff;

  /* — Boje: Tekst — */
  --text: #0f2240;
  --text-soft: #405a78;
  --muted: #6b7d91;

  /* — Boje: UI linije — */
  --line: rgba(15, 34, 64, 0.1);

  /* — Sjene — */
  --shadow-sm: 0 8px 24px rgba(7, 26, 51, 0.08);
  --shadow-md: 0 20px 50px rgba(7, 26, 51, 0.12);
  --shadow-lg: 0 40px 90px rgba(7, 26, 51, 0.2);

  /* — Layout — */
  --container: 1260px;
  --container-pad: 24px;

  /* — Tipografija — */
  --font-display: "Outfit", sans-serif;
  --font-body: "DM Sans", sans-serif;

  /* — Razmaci (spacing scale) — */
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 40px;
  --space-xl: 60px;
  --space-2xl: 80px;
  --space-3xl: 120px;

  /* — Radijusi — */
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-xl: 44px;
  --radius-full: 999px;

  /* — Tranzicije — */
  --ease: 0.25s ease;
  --ease-slow: 0.35s ease;
}
figure {
  float: none !important;
}
img {
  max-width: 100%;
}

/* ovo obriši kasnije */

.SEO_h1 {
  display: none;
}
.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
.slicknav_menu {
  display: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;

  font-family: "Poppins", sans-serif;
  background: #f4f1ec;
}
.wrapper header {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: rgba(11, 32, 57, 0.88);
  backdrop-filter: blur(20px);
  box-sizing: border-box;
  padding: 10px 0;
}
.wrapper2 header {
  background: linear-gradient(
    90deg,
    rgb(33, 61, 88) 0%,
    rgb(62, 108, 155) 100%
  );
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 10px 0;
}
header article {
  display: flex;
  flex-direction: row;
  width: 1200px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

header article figure img {
  width: 200px;
  height: auto;
}
header .menu_slick {
  display: flex;
}
header .menu_slick li {
  float: left;
  list-style-type: none;
}
header .menu_slick li a {
  color: rgba(255, 255, 255, 0.78);
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: color 0.25s ease, background 0.25s ease;
  cursor: pointer;
}
header .menu_slick li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
header.scrolled {
  position: sticky;
  background: linear-gradient(90deg, rgb(33, 61, 88) 0%, rgb(62, 108, 155) 90%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.menu_slick li a i {
  margin: 0 0 0 5px;
}
.usluge_menu {
  display: none;
  position: absolute;
  background: linear-gradient(
    180deg,
    var(--navy-deep) 0%,
    var(--navy-darker) 100%
  );
  border: 1px solid rgba(234, 122, 29, 0.35);
  top: 60px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 16px;
  padding: 10px;
  min-width: 250px;
}
.usluge_menu::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 20%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: var(--navy-deep);
  border-left: 1px solid rgba(234, 122, 29, 0.35);
  border-top: 1px solid rgba(234, 122, 29, 0.35);
}
li:hover .usluge_menu {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.usluge_menu li {
  list-style: none;
  padding: 12px 18px !important;
  background: transparent !important;
  border-radius: 10px !important;
  border-radius: 10px !important;
  transition: background 0.2s ease, color 0.2s ease, padding 0.2s ease;
  position: relative;
  display: flex;
}
.usluge_menu li a {
  color: rgba(255, 255, 255, 0.85) !important;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.usluge_menu li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 0;
  height: 1px;
  background: var(--orange);
  transform: translateY(-50%);
  transition: width 0.2s ease;
}
.usluge_menu li a {
  padding: 0 !important;
  background: transparent !important;
}
.usluge_menu li:hover {
  background: rgba(234, 122, 29, 0.12) !important;
  padding: 12px 24px !important;
  & a {
    color: var(--orange) !important;
  }
  &::before {
    width: 8px;
  }
}

.lang_box {
  margin: 0 0 0 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 100px;
  img {
    display: none;
  }
}
#sample {
  position: relative;
  display: inline-block;
}
#sample dt a {
  display: block;
  padding: 8px 15px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  border-radius: 4px;
  font-size: 16px;
  color: var(--white);
  text-decoration: none;
  display: flex;
  align-items: center;
}
#sample dt a img {
  margin-right: 10px;
}
#sample dd {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 180px;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  padding: 10px;
  border-radius: 4px;
}
#sample dd ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#sample dd ul li {
  display: flex;
  align-items: center;
  padding: 8px;
  border-bottom: 1px solid #eee;
}
#sample dd ul li:last-child {
  border-bottom: none;
}
#sample dd ul li img {
  margin-right: 10px;
}
#sample dd ul li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}
#sample dd ul li a:hover {
  color: #007bff;
}
/* Show the dropdown when active */
#sample.active dd {
  display: block;
}

/*----------NASLOVNICA homepage_video ----------*/
.homepage_video {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.homepage_video .black {
  position: relative;
  z-index: 5;
  background: rgba(0, 0, 0);
  overflow: hidden;
}

.homepage_video iframe {
  width: 100%;
  margin: 0;
  width: 100%;
  height: 900px;
  scale: 1.5;
  opacity: 0.5;
  object-fit: contain;
}
.text_over_video {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 720px;
  top: 85px;
  bottom: 0;
  color: #fff;
  margin: auto;
  background-color: transparent;
  z-index: 10;
}
.text_over_video figure {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -100%);
}
.text_over_video figure img {
  width: 600px;
  height: auto;
}
.text_over_video h2 {
  display: flex;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--orange);
}

.text_over_video hr {
  display: none;
}
.text_over_video p {
  max-width: 640px;
  text-align: center;
  margin: 36px auto 0;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}
/*----------NASLOVNICA homepage_video ----------*/
/*----------NASLOVNICA homepage_services ----------*/
.homepage_services {
  margin: -60px auto 0;
  z-index: 99;
  width: 80%;
  position: relative;
  background-color: #fff;
  border-radius: 28px;
  padding: 34px 36px 32px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
}
.homepage_services h2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 2.8vw, 32px);
  letter-spacing: -0.015em;
  color: var(--navy-deep);
  max-width: 38ch;
  line-height: 1.18;
}
.homepage_services div {
  display: grid;
  max-width: 100%;
  margin: 0 auto;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-template-areas:
    "selector"
    "text";
}
.homepage_services article {
  grid-area: text;
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  margin: 50px auto;
  position: relative;
}
.homepage_services article figure {
  margin: 0 50px 0 0;
  overflow: hidden;
  width: 500px;
}
.homepage_services article figure img {
  width: 500px;
  object-fit: contain;
  border-radius: 0 150px 0 0;
  height: auto;
}
.homepage_services article .gear {
  position: absolute;
  right: 0;
  width: auto;
  margin: 0;
  top: 8%;
}
.homepage_services article .gear img {
  width: auto;
  height: 280px;
  border-radius: 0;
}
.homepage_services article p {
  width: 40%;
  align-self: center;
  font-size: 18px;
}
.homepage_services div.cont_width {
  display: flex;
  width: 100%;
}
.homepage_services div.container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  box-sizing: border-box;
  padding: 30px 0;
  justify-content: space-around;
  width: 1200px;
  @media screen and (max-width: 1024px) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 40px;
  }
  @media screen and (max-width: 768px) {
    grid-template-columns: repeat(1, 1fr);
  }
}
.homepage_services div.container::before {
  display: block;
  content: "";
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  top: 135px;
  height: 1px;
  background: linear-gradient(
    90deg,
    var(--orange) 0%,
    rgba(15, 34, 64, 0.2) 100%
  );
  z-index: -1;

  @media screen and (max-width: 1024px) {
    display: none !important;
  }
}

div.span {
  display: flex;
  flex-direction: column;
  width: 200px;
}
div.span .circle {
  display: table;
  position: relative;
  width: 60px;
  height: 60px;
  border: 1.5px solid rgba(19, 40, 64, 0.1);
  border-radius: 50%;
  margin: 0 auto 16px;
  box-shadow: 0 8px 22px rgba(19, 40, 64, 0.06);
  transition: 0.5s;
  background: #fff;
}
div.span:nth-of-type(4) .circle:after {
  border: transparent;
}
.homepage_services div.cont_text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0;
  width: 100%;
  text-align: center;
}
.cont_text h6 {
  margin: 0 0 8px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--orange-deep);
  letter-spacing: -0.01em;
}
.cont_text p {
  color: #6b7d91;
  font-size: 16px;
}
.circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%);
  color: #222;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 22px;
  font-weight: 700;
  transition: 0.5s;
}
.text_over_video figure img {
  display: none;
}
.left_text {
  display: none !important;
}

/*----------NASLOVNICA homepage_info ----------*/
.homepage_info {
  overflow: hidden;
  display: table;
  width: 100%;
  height: auto;
  background-color: var(--orange);
  color: var(--white);
  box-sizing: border-box;
  margin: 0px auto;
  position: relative;
}
.homepage_info::before {
  content: "";
  position: absolute;
  right: -100px;
  top: -100px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.homepage_info h1 {
  text-align: center;
  font-size: 24px;
}
.homepage_info article {
  display: grid;
  gap: 0px 24px;
  max-width: 1200px;
  margin: 30px auto;
  box-sizing: border-box;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.homepage_info article p {
  display: table;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
.homepage_info article p span.material-symbols-outlined {
  color: var(--orange);
  vertical-align: middle;
}
.homepage_info article p b {
  font-weight: 700;
}
.homepage_info article p a {
  color: var(--white);
  text-decoration: none;
  text-transform: lowercase;
  font-weight: 700;
  transition: 0.5s;
}
.homepage_info article p a:hover {
  text-decoration: underline;
}
.homepage_info article p span a {
  color: var(--black);
  text-decoration: none;
  transition: 0.5s;
}
.homepage_info article span a:hover {
  color: var(--hover_orange);
}
.homepage_info article h2:nth-of-type(1) {
  font-family: "Fraunces", serif;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-weight: 400;
  grid-row: span 3;
}
.homepage_info article p:nth-of-type(1) {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.78;
}
.homepage_info article p:nth-of-type(2) {
  font-size: 15px;
  display: inline-flex;
  justify-content: space-between;
  font-weight: 400;
  justify-self: self-start;
  grid-column: 2/3;
}
.homepage_info article p:nth-of-type(3) {
  display: inline-flex;
  font-size: 15px;
  justify-content: space-between;
  grid-column: 2/3;
}
.homepage_info article p:nth-of-type(4) {
  grid-column: 4/5;
  grid-row: -2/-1;
}
.homepage_info article p:nth-of-type(4) a {
  display: block;
  width: fit-content;
  padding: 16px 28px;
  background: #fff;
  color: #0e2a47;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  transition: transform 0.3s ease;
  text-transform: capitalize;
}

.homepage_info article p:nth-of-type(4) a:hover {
  text-decoration: none;
  transform: translateY(-4px);
}
.homepage_info article p:nth-of-type(5) {
  display: none;
}
.homepage_info article p:nth-of-type(6) {
  display: none;
}
.homepage_info article p:nth-of-type(7) {
  grid-column: 3/4;
  grid-row: -3 / -2;
}
.homepage_info article p:nth-of-type(7) a {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
}
.homepage_info article p:nth-of-type(8) a {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
}
.homepage_info article p:nth-of-type(8) {
  grid-column: 3/4;
  grid-row: -2/-1;
}

@media screen and (max-width: 1024px) {
  .homepage_info {
    padding: 40px 20px;
  }

  .homepage_info article {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* reset all explicit placements */
  .homepage_info article h2:nth-of-type(1) {
    grid-row: auto;
    font-size: 28px;
  }

  .homepage_info article p:nth-of-type(2),
  .homepage_info article p:nth-of-type(3),
  .homepage_info article p:nth-of-type(7),
  .homepage_info article p:nth-of-type(8) {
    grid-column: auto;
    grid-row: auto;
  }

  .homepage_info article p:nth-of-type(4) {
    grid-column: auto;
    grid-row: auto;
  }

  /* show the hidden elements on mobile */
  .homepage_info article p:nth-of-type(5),
  .homepage_info article p:nth-of-type(6) {
    display: block;
  }

  /* make the button full width on mobile */
  .homepage_info article p:nth-of-type(4) a {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

/* homepage about */
.homepage_about {
  padding: 100px 16px;
}
.homepage_about article {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 44px;
  overflow: hidden;
  @media screen and (max-width: 1220px) {
    flex-direction: column;
  }
}
.homepage_about article p {
  color: #405a78;
  max-width: 50ch;
  padding: 48px;
  line-height: 1.75;
}
.homepage_about article p b {
  font-weight: normal;
}
.homepage_about article figure {
  position: relative;
  width: 100%;
  img {
    display: block;
    width: 100%;
  }
}
.homepage_about article figure::before {
  content: "PEAK PERFORMANCE";
  top: 20px;
  left: 20px;
  position: absolute;
  padding: 6px 12px;
  background: rgba(11, 32, 57, 0.55);
  backdrop-filter: blur(12px);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* neurofeechback */
.homepage_neurofeedback {
  padding: 120px 16px 120px;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 48px;
}
@media screen and (max-width: 1024px) {
  .homepage_neurofeedback {
    flex-direction: column;
  }
}

.homepage_neurofeedback article {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.75;
}
.homepage_neurofeedback article p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.85;
  color: var(--text-soft);
  max-width: 62ch;
}
.homepage_neurofeedback article h2 {
  margin: 0 0 22px;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: clamp(34px, 4.8vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--text);
  max-width: 22ch;
}
.homepage_neurofeedback figure {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 5;
  background: var(--navy);
}
.homepage_neurofeedback figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* neurofeedback cilj */
.homepage_neurofeedback_cilj {
  background: var(--navy);
}
.homepage_neurofeedback_cilj div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 16px;
}
.homepage_neurofeedback_cilj p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.78);
  max-width: 62ch;
}
.homepage_neurofeedback_cilj ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  @media screen and (max-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
  }
  @media screen and (max-width: 480px) {
    grid-template-columns: repeat(1, 1fr);
  }
}
.homepage_neurofeedback_cilj ul li {
  padding: 18px 22px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  gap: 14px;
  transition: background 0.25s ease, transform 0.25s ease;
}
.homepage_neurofeedback_cilj ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
}

/* FOOTER */

footer {
  background: var(--navy-darker);
  color: rgba(255, 255, 255, 0.7);
  padding: 80px 0 40px;
}
footer ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.6;
  cursor: pointer;
  text-decoration: none;
}
footer ul li a:hover {
  color: var(--orange);
}
footer p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.6;
}
footer ul {
  list-style: none;
}
footer > div:first-child {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
}
footer .logo figure {
  width: 50px;
  height: 50px;
}
footer .logo p:first-of-type strong {
  display: none;
}
footer .logo p:first-of-type .material-symbols-outlined {
  display: none !important;
}
footer .logo p:nth-of-type(2) {
  display: none;
}
footer .logo p a {
  display: none;
}
footer .copyright {
  padding: 24px 0;
  margin-top: 24px;
  grid-column: span 4;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(19, 40, 64, 0.1);
}
footer .copyright a {
  color: #405a78;
  text-decoration: none;
}
.logo p:last-of-type strong {
  display: none;
}
footer h3 {
  margin: 0 0 18px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.02em;
}
.wh .material-symbols-outlined {
  display: none;
}
.wh strong:first-of-type {
  margin: 0 0 18px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.02em;
}
.wh strong {
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  footer > div:first-child {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  footer .copyright {
    grid-column: span 2;
  }
}

@media screen and (max-width: 480px) {
  footer > div:first-child {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  footer .copyright {
    grid-column: span 1;
    flex-direction: column;
    gap: 8px;
  }
}

/* neuro feedback method section */

.homepage_neurofeedbackmethod {
  background: var(--navy);
  padding: 120px 16px;
}
.homepage_neurofeedbackmethod > span:first-of-type {
  display: block;
  margin: 0 auto;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c86312;
  font-weight: 600;
  text-align: center;
  padding-bottom: 12px;
}
.homepage_neurofeedbackmethod > h2:first-of-type {
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding-bottom: 12px;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: clamp(34px, 4.8vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  max-width: 20ch;
}
.homepage_neurofeedbackmethod > h2:first-of-type em {
  font-style: normal;
  font-weight: 800;
  color: var(--orange-deep);
}
.homepage_neurofeedbackmethod > p:first-of-type {
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.78);
  max-width: 62ch;
  text-align: center;
}
.homepage_neurofeedbackmethod article {
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 64px;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  align-items: center;
  figure {
    grid-column: 1;
  }
  figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 24px;
  }
  & > :not(figure) {
    grid-column: 2;
  }
  @media screen and (max-width: 1024px) {
    grid-template-columns: 1fr;
    row-gap: 24px;
    figure {
      grid-column: auto;
    }

    & > :not(figure) {
      grid-column: auto;
    }
  }
}
.homepage_neurofeedbackmethod article div {
  h1 {
    margin: 0 0 20px;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3.6vw, 44px);
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #fff;
  }
  p {
    font-size: 16px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.78);
    margin: 0 0 14px;
  }
  a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 10px 0;
    color: var(--orange-deep);
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid transparent;
    transition: border-color 0.25s ease;
  }
}
.homepage_neurofeedbackmethod > article:nth-of-type(2) figure {
  grid-column-start: 2;
  @media screen and (max-width: 1024px) {
    grid-column-start: auto;
  }
}
.homepage_neurofeedbackmethod > article:nth-of-type(2) div {
  grid-column-start: 1;
  grid-row-start: 1;
  @media screen and (max-width: 1024px) {
    grid-column-start: auto;
    grid-row-start: auto;
  }
}
.homepage_neurofeedbackmethod article figure {
  position: relative;
}
.homepage_neurofeedbackmethod article figure::before {
  content: "01";
  position: absolute;
  top: 24px;
  left: 28px;
  z-index: 2;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 80px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1;
  letter-spacing: -0.04em;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}
.homepage_neurofeedbackmethod article figure::after {
  content: "metoda";
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange-deep);
}
.homepage_ctasection {
  background: radial-gradient(
      ellipse at 80% 10%,
      rgba(244, 144, 67, 0.28),
      transparent 45%
    ),
    radial-gradient(
      ellipse at 20% 100%,
      rgba(234, 122, 29, 0.22),
      transparent 50%
    ),
    linear-gradient(
      135deg,
      var(--navy-deep) 0%,
      var(--navy) 70%,
      var(--navy-mid) 100%
    );
  border-radius: 44px;
  padding: 80px;
  text-align: center;
  color: #fff;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 60px auto;
}
.homepage_ctasection h1 {
  margin: 0 0 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 5.4vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: #fff;
  z-index: 999;
}
.homepage_ctasection h1 em {
  font-style: normal;
  color: var(--orange);
  z-index: 999;
  font-weight: 800;
}
.homepage_ctasection p {
  max-width: 56ch;
  margin: 0 auto 36px;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
  z-index: 999;
}
.homepage_ctasection a {
  padding: 12px 22px;
  color: #fff;
  background: linear-gradient(
    135deg,
    var(--orange) 0%,
    var(--orange-warm) 100%
  );
  box-shadow: 0 14px 32px rgba(234, 122, 29, 0.28);
  border-radius: 100px;
  font-weight: 500;
}
.homepage_ctasection::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.04) 1px,
    transparent 1.2px
  );
  background-size: 40px 40px;
  pointer-events: none;
}
.homepage_online_tecaj {
  padding: 130px 0;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.homepage_online_tecaj article p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.82);
  max-width: 60ch;
}
.homepage_online_tecaj article p a {
  padding: 16px 30px;
  text-decoration: none;
  border-radius: 999px;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(
    135deg,
    var(--orange) 0%,
    var(--orange-warm) 100%
  );
  box-shadow: 0 14px 32px rgba(234, 122, 29, 0.28);
}
.homepage_online_tecaj::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 20% 70%,
      rgba(234, 122, 29, 0.1),
      transparent 40%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, 0.04),
      transparent 45%
    );
}
.homepage_online_tecaj article {
  max-width: 1200px;
  margin: 0 auto;
}

/* RESPONSIVE  NAV*/
@media only screen and (min-width: 0px) and (max-width: 1220px) {
  header article {
    width: 100%;
    justify-content: center;
  }
  header article figure {
    padding: 0 0 0 20px;
  }
  header .menu_slick {
    display: none;
  }
  .slicknav_menu:nth-of-type(3) {
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 20;
    display: table;
    background-color: transparent;
    border-bottom: none;
    box-shadow: none;
  }
  .slicknav_menu:nth-of-type(1),
  .slicknav_menu:nth-of-type(2) {
    display: none;
  }
  .slicknav_btn {
    background-color: transparent;
  }
  .slicknav_arrow {
    display: none;
  }
  .slicknav_nav .slicknav_row {
    margin: 0px !important;
    padding: 10px 20px !important;
  }
  .slicknav_nav ul {
    display: block !important;
    position: absolute;
    margin: 20px 20px;
    background-color: #fff;
    border: 0px;
    box-shadow: none;
  }
  div.slicknav_menu:nth-child(3) > ul:nth-child(2) > li:nth-child(2) {
    margin: 120px 0 0 0;
  }
  .slicknav_item a {
    padding: 0px !important;
  }
  .slicknav_item a i {
    margin: 0 0px 0 5px;
  }

  .slicknav_btn span:nth-of-type(1) {
    display: none;
  }
  .slicknav_icon {
    font-size: 22px;
  }
  div.slicknav_menu:nth-child(3)
    > a:nth-child(1)
    > span:nth-child(2)
    > span:nth-child(1) {
    display: table;
  }
  .slicknav_nav {
    background-color: var(--white);
  }
  .slicknav_nav a {
    font-family: "Poppins", sans-serif;
    padding: 10px 20px;
    color: var(--black);
    font-size: 16px;
    transition: 0.5s;
  }
  .slicknav_nav a:hover {
    font-family: "Poppins", sans-serif;
    background-color: var(--white);
    color: var(--hover_orange);
    font-size: 16px;
    padding: 10px 20px;
  }
}

/* TOVA TEST PODSTRANICA */
.faq > article:first-of-type {
  padding: 200px 0 120px;
  background: radial-gradient(
      ellipse at 80% 20%,
      rgba(244, 144, 67, 0.18),
      transparent 50%
    ),
    radial-gradient(
      ellipse at 10% 100%,
      rgba(234, 122, 29, 0.14),
      transparent 50%
    ),
    linear-gradient(
      135deg,
      var(--navy-deep) 0%,
      var(--navy) 60%,
      var(--navy-mid) 100%
    );
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.faq > article:first-of-type::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.06) 1px,
    transparent 1.2px
  );
  background-size: 46px 46px;
  opacity: 0.6;
  mask-image: radial-gradient(ellipse at center, #000 10%, transparent 70%);
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    #000 10%,
    transparent 70%
  );
}
.faq > article:first-of-type h1 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: clamp(42px, 7vw, 88px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}
.faq > article:first-of-type em {
  display: block;
  font-style: normal;
  max-width: 640px;
  margin: 24px auto 0;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
}
.faq > article:first-of-type p {
  display: none;
}
.faq > article:nth-of-type(2) {
  margin-top: 250px;
}

.faq article:not(.faq > article:first-of-type) {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.faq article:not(.faq > article:first-of-type) h2 {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  color: #fff;
  border-radius: 20px;
  padding: 24px 32px;
  margin: 0 0 32px 0;
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: "Fraunces", serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.01em;
  transition: transform 0.3s ease;
  cursor: default;
}

.faq article:not(.faq > article:first-of-type) h2:hover {
  transform: translateX(4px);
}

.faq article:not(.faq > article:first-of-type) p {
  background: #fff;
  border-radius: 16px;
  padding: 24px 32px;
  margin: -8px 32px 16px;
  border-left: 4px solid var(--orange);
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-soft);
}

@media (max-width: 720px) {
  .faq article:not(.faq > article:first-of-type) h2 {
    padding: 20px 24px;
    font-size: 18px;
  }

  .faq article:not(.faq > article:first-of-type) p {
    margin: -8px 16px 16px;
    padding: 20px 24px;
  }
}
.collapsed > h1:first-of-type {
  margin: 0 0 22px;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: clamp(34px, 4.8vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--text);
  max-width: 22ch;
}
.programs_collapse_cnt {
  padding: 60px 0;
  margin-top: 60px;
  background: var(--bg-soft);
}
.prog_coll {
  max-width: 1200px;
  margin: 0 auto;
}

.collapsed article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto 14px;
}
.collapsed article h1 {
  padding: 24px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--navy-deep);
  background: transparent;
  transition: background 0.3s ease-in-out;

  &:hover {
    background: rgba(234, 122, 29, 0.03);
  }
}
.collapsed article p {
  display: none;
}
.collapsed article:nth-of-type(1) p {
  display: block;
}
.collapsed article h1::after {
  content: "×";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(234, 122, 29, 0.1);
  color: var(--orange);
  font-weight: 600;
  font-size: 20px;
  transition: transform 0.3s ease-in-out;
  transform: rotate(0deg);
}
.collapsed article:has(p[style*="display: block"]) h1::after {
  transform: rotate(45deg);
}

.collapsed article p {
  padding: 24px 30px;
  margin: 0;
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--text-soft);
}
.our_team {
  background: radial-gradient(
      circle at 15% 20%,
      rgba(255, 255, 255, 0.06),
      transparent 45%
    ),
    radial-gradient(
      circle at 85% 80%,
      rgba(234, 122, 29, 0.12),
      transparent 45%
    ),
    linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 60%, #1f4877 100%);
  color: #fff;
  padding: 70px 0 110px;
  border-radius: 0 0 48px 48px;
  box-shadow: var(--shadow-lg);
}
.our_team article {
  max-width: 1200px;
  margin: 0 auto;
}
.our_team article {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 16px;
}
.our_team article h1 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: #fff;
  max-width: 18ch;
}
.our_team article p {
  max-width: 62ch;
  margin: 22px 0 0;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}

/* naš tim */

.worker_first {
  margin: 60px 16px 0px 16px;
}
.worker_first div {
  max-width: 1200px;
  margin: 0 auto;
}
.worker_first div article {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 0px 48px;
}
.worker_first div article p > em:first-of-type {
  font-size: 14px;
  color: var(--orange-deep);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-style: normal;
}
.worker_first div article p:first-of-type {
  grid-row: 2/3;
  grid-column: 2/3;
  margin: -10px 0 22px;
}
.worker_first div article > em:first-of-type {
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-soft);
  margin: 0 0 14px;
  font-style: normal;
}
.worker_first div article h3 {
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(34px, 4.4vw, 52px);
  line-height: 1.02;
  color: var(--orange-deep);
  letter-spacing: -0.02em;
}
.worker_first div article figure {
  grid-row: 1 / span 10;
}
.worker_first div article div p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-soft);
  margin: 0 0 14px;
}

.worker_second {
  margin: 60px 16px 0px 16px;
}
.worker_second div {
  max-width: 1200px;
  margin: 0 auto;
}
.worker_second div article {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 0px 48px;
}
.worker_second div article p > em:first-of-type {
  font-size: 14px;
  color: var(--orange-deep);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-style: normal;
}
.worker_second div article p:first-of-type {
  grid-row: 2/3;
  grid-column: 2/3;
  margin: -10px 0 22px;
}
.worker_second div article > em:first-of-type {
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-soft);
  margin: 0 0 14px;
  font-style: normal;
}
.worker_second div article h3 {
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(34px, 4.4vw, 52px);
  line-height: 1.02;
  color: var(--orange-deep);
  letter-spacing: -0.02em;
}
.worker_second div article figure {
  grid-row: 1 / span 10;
  grid-column: 2/3;
}
.worker_second div article div p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-soft);
  margin: 0 0 14px;
}
.worker_logo {
  padding: 80px 16px;
  background: var(--bg-soft);
}
.worker_logo article {
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.worker_logo a {
  color: #fff;
  background: linear-gradient(
    135deg,
    var(--orange) 0%,
    var(--orange-warm) 100%
  );
  padding: 16px 30px;
  font-size: 16px;
  box-shadow: 0 14px 32px rgba(234, 122, 29, 0.28);
  border-radius: 100px;
  text-decoration: none;
  width: fit-content;
  height: fit-content;
}
.worker_logo figure {
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 2000px;
  align-items: center;
  padding: 48px;
  max-width: 300px;
  max-height: 300px;
}
@media screen and (max-width: 768px) {
  .worker_logo article {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1024px) {
  .worker_first div article {
    grid-template-columns: 1fr;
  }

  .worker_first div article figure {
    grid-row: auto;
    grid-column: auto;
    order: 1;
  }

  .worker_first div article p:first-of-type {
    grid-row: auto;
    grid-column: auto;
    margin: -10px 0 22px;
  }

  .worker_second div article {
    grid-template-columns: 1fr;
  }

  .worker_second div article figure {
    grid-row: auto;
    grid-column: auto;
    order: 1;
  }

  .worker_second div article p:first-of-type {
    grid-row: auto;
    grid-column: auto;
    margin: -10px 0 22px;
  }
}

/* edukacija podstranica */
div:has(.brza-forma) {
  padding: 120px 16px;
  background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy));
}
.brza-forma {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  background: linear-gradient(
    135deg,
    var(--orange) 0%,
    var(--orange-warm) 100%
  );
  border-radius: 36px;
  padding: 60px;
  box-shadow: var(--shadow-lg);
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .brza-forma {
    grid-template-columns: 1fr;
  }
}
.brza-forma article h3 {
  margin: 0 0 20px;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(30px, 3.6vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
}
.brza-forma article p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.75;
}
.brza-forma article ul {
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.75;
}
.brza-forma article a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.75;
  text-decoration: none;
}
#quick_query_form {
  background: rgba(11, 32, 57, 0.45);
  backdrop-filter: blur(8px);
  border-radius: 24px;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
#quick_query_form input {
  width: 100%;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
  margin-bottom: 16px;
}
#quick_query_form input[type="submit"] {
  width: 100%;
  padding: 16px 28px;
  background: linear-gradient(
    135deg,
    var(--orange) 0%,
    var(--orange-warm) 100%
  );
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: transform 0.25s ease;
}
.consent_data {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
  margin: 20px 0;
}
input::placeholder {
  color: #ffffff82;
  opacity: 1;
}
#quick_query_form input:focus {
  border-color: #ffd2a4;
  background: rgba(255, 255, 255, 0.12);
}
.brza-forma ul {
  padding-left: 20px;
}
.sto_cini {
  padding: 100px 16px;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
}
.sto_cini > article:first-of-type > h2:first-of-type {
  margin: 0 0 20px;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(30px, 3.8vw, 44px);
  letter-spacing: -0.02em;
  color: #fff;
}
.sto_cini > article:first-of-type p {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.82);
}
.sto_cini > article:first-of-type li {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.82);
}
.sto_cini article {
  max-width: 1200px;
  margin: 0 auto;
}
.sto_cini > article:first-of-type ul {
  padding: 20px;
}
.sto_cini > article:first-of-type {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 64px;
}
.sto_cini > article:first-of-type p:first-of-type {
  grid-column: 1/2;
  grid-row: 2/3;
}
.sto_cini > article:first-of-type ul {
  grid-column: 1/2;
  grid-row: 3/4;
}
.edukacija article:nth-of-type(4) ul li {
  padding: 18px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  font-size: 15px;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 12px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.edukacija article:nth-of-type(4) {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}
.edukacija article:nth-of-type(4) ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  grid-row: 1/10;
  grid-column: 2/3;
}
.edukacija article:nth-of-type(4) h2 {
  margin: 0 0 20px;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--navy-ink);
  max-width: 22ch;
}

.edukacija article:nth-of-type(4) p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.85;
  color: var(--text-soft);
  max-width: 60ch;
}
.edukacija article:nth-of-type(4) li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
}
.edukacija article:nth-of-type(4) p:last-of-type {
  display: none;
}
@media screen and (max-width: 1024px) {
  .edukacija article:nth-of-type(4) {
    grid-template-columns: 1fr;
    margin: 0px 16px;
  }
  .edukacija article:nth-of-type(4) ul {
    grid-template-columns: 1fr;
    grid-row: auto;
    grid-column: auto;
  }
}
.blog_container {
  padding: 80px 16px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  place-items: center;

  @media screen and (max-width: 1024px) {
    grid-template-columns: repeat(2, 1fr);
  }
  @media screen and (max-width: 720px) {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog_container article {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.blog_container article {
  position: relative;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
.blog_container article figure {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}
.blog_container article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.blog_container article em {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: var(--orange-deep);
  letter-spacing: 0.04em;
  z-index: 999;
}
.blog_container article h5 a {
  margin: 0 0 12px;
  font-family: "Fraunces", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  color: var(--navy-ink);
  letter-spacing: -0.01em;
  text-decoration: none;
}
.blog_container article h5 {
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.blog_container article p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-soft);
  margin: 0 0 20px;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  flex: 1;
}
.blog_hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(
      circle at 15% 20%,
      rgba(255, 255, 255, 0.06),
      transparent 45%
    ),
    radial-gradient(
      circle at 85% 80%,
      rgba(234, 122, 29, 0.12),
      transparent 45%
    ),
    linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 60%, #1f4877 100%);
  color: #fff;
  padding: 70px 0 110px;
  border-radius: 0 0 48px 48px;
  box-shadow: var(--shadow-lg);
}
.blog_hero div:first-of-type {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 16px;
}
.blog_hero div > div:first-of-type {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.blog_hero div > div:first-of-type span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(234, 122, 29, 0.2);
}
.blog_hero div h1 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: #fff;
  max-width: 18ch;
}
.blog_hero div h1 em {
  font-style: italic;
  font-weight: 300;
  color: #ffd2a4;
}
.blog_hero div p {
  max-width: 62ch;
  margin: 22px 0 0;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}
.izdvojeni_clanak {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: #fff;
  border-radius: 36px;
  padding: 40px;
  overflow: hidden;
  position: relative;
  max-width: 1200px;
  margin: 60px auto;
}
@media screen and (max-width: 1024px) {
  .izdvojeni_clanak {
    grid-template-columns: 1fr;
    margin: 60px 16px;
  }
}
.izdvojeni_clanak figure {
  aspect-ratio: 4 / 3;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.izdvojeni_clanak figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.izdvojeni_clanak div span {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(234, 122, 29, 0.2);
  border: 1px solid rgba(234, 122, 29, 0.4);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffd2a4;
  margin-bottom: 18px;
}
.izdvojeni_clanak div div {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}
@media screen and (max-width: 480px) {
  .izdvojeni_clanak div div {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}
.izdvojeni_clanak div h2 {
  margin: 0 0 18px;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.015em;
}
.izdvojeni_clanak div h2 em {
  font-style: italic;
  font-weight: 300;
  color: #ffd2a4;
}
.izdvojeni_clanak div p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 24px;
}
.izdvojeni_clanak div a {
  padding: 12px 22px;
  color: #fff;
  background: linear-gradient(
    135deg,
    var(--orange) 0%,
    var(--orange-warm) 100%
  );
  box-shadow: 0 14px 32px rgba(234, 122, 29, 0.28);
  border-radius: 100px;
  font-weight: 600;
}
.newsletter {
  background: var(--bg-soft);
  padding: 60px 16px;
}
.newsletter div > div:first-of-type {
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 480px) {
  .newsletter div > div:first-of-type {
    flex-direction: column;
    align-items: center;
  }
}
.newsletter > div:first-of-type {
  background: linear-gradient(
    135deg,
    var(--orange) 0%,
    var(--orange-warm) 100%
  );
  color: #fff;
  border-radius: 36px;
  padding: 80px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto 60px;
}
.newsletter > div:first-of-type::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.newsletter > div:first-of-type h2 {
  margin: 0 0 14px;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.015em;
  position: relative;
  z-index: 2;
}
.newsletter > div:first-of-type p {
  margin: 0 auto 28px;
  max-width: 48ch;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.94);
  position: relative;
  z-index: 2;
}
.newsletter input[type="text"] {
  z-index: 999;
  max-width: fit-content;
  flex: 1;
  padding: 14px 22px;
  position: relative;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.newsletter input[type="submit"] {
  z-index: 999;
  position: relative;
  padding: 14px 28px;
  background: var(--navy-ink);
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: transform 0.25s ease;
}
.edukacija > article:first-of-type {
  padding: 200px 0 120px;
  background: radial-gradient(
      ellipse at 80% 20%,
      rgba(244, 144, 67, 0.18),
      transparent 50%
    ),
    radial-gradient(
      ellipse at 10% 100%,
      rgba(234, 122, 29, 0.14),
      transparent 50%
    ),
    linear-gradient(
      135deg,
      var(--navy-deep) 0%,
      var(--navy) 60%,
      var(--navy-mid) 100%
    );
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.edukacija > article:first-of-type > h1 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: clamp(42px, 7vw, 88px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}
.edukacija > article:nth-of-type(2) {
  background: linear-gradient(
    135deg,
    var(--orange) 0%,
    var(--orange-warm) 100%
  );
  color: #fff;
  padding: 20px 16px;
  position: relative;
  overflow: hidden;
}
.edukacija > article:nth-of-type(3) {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.edukacija > article:nth-of-type(3) h3 {
  grid-column: 2/3;
  margin: 0 0 20px;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--navy-ink);
  max-width: 22ch;
}
.edukacija > article:nth-of-type(3) {
  padding: 64px 16px;
}
.edukacija > article:nth-of-type(3) figure {
  grid-column: 1/2;
  grid-row: 1 / span 5;
  place-self: center;
  width: 90%;
  height: 90%;
  border-radius: 36px;
  overflow: hidden;
}
.edukacija > article:nth-of-type(3) figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.edukacija > article:nth-of-type(3) > p:nth-of-type(1) {
  grid-column: 2/3;
  background: #fff;
  border-radius: 22px;
  padding: 32px 36px;
  border-left: 4px solid var(--orange);
  margin-bottom: 18px;
  box-shadow: var(--shadow-sm);

  font-family: "Fraunces", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text);
  letter-spacing: -0.005em;
}
.edukacija > article:nth-of-type(3) > p:nth-of-type(2) {
  grid-column: 2/3;
  background: #fff;
  border-radius: 22px;
  padding: 32px 36px;
  border-left: 4px solid var(--orange);
  margin-bottom: 18px;
  box-shadow: var(--shadow-sm);

  font-family: "Fraunces", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text);
  letter-spacing: -0.005em;
}
@media screen and (max-width: 1024px) {
  .edukacija > article:nth-of-type(3) {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .edukacija > article:nth-of-type(3) h3 {
    grid-column: auto;
  }
  .edukacija > article:nth-of-type(3) figure {
    grid-column: auto;
    grid-row: 1/2;
    width: 100%;
    min-height: 400px;
  }
  .edukacija > article:nth-of-type(3) > p:nth-of-type(1) {
    grid-column: auto;
  }
  .edukacija > article:nth-of-type(3) > p:nth-of-type(2) {
    grid-column: auto;
  }
}
.tko_provodi {
  background: var(--bg-soft);
  padding: 60px 16px;
}
.tko_provodi article {
  background: #fff;
  margin: 0 auto;
  max-width: 1200px;
  border-radius: 32px;
  padding: 50px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
}
.tko_provodi article h2 {
  margin: 0 0 14px;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 38px);
  line-height: 1.1;
  color: var(--navy-ink);
  letter-spacing: -0.015em;
}
.tko_provodi article p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-soft);
  margin: 0;
}
.supervizija {
  padding: 60px 16px;
}
.supervizija > article:first-of-type {
  max-width: 1200px;
  margin: 0 auto;
}
.supervizija > article h2 {
  margin: 0 0 20px;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--navy-ink);
  max-width: 22ch;
}
.supervizija > article p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.85;
  color: var(--text-soft);
  max-width: 60ch;
}
.paging_right_content {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.paging a {
  padding: 10px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-soft);
  transition: background 0.2s ease, color 0.2s ease;
  min-width: 42px;
  text-align: center;
  text-decoration: none;
}
.paging a.active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

.search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  min-width: 280px;
}
.search-box svg {
  width: 16px;
  height: 16px;
  color: var(--muted);
}
.search-box input {
  border: 0;
  background: transparent;
  outline: 0;
  flex: 1;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: var(--text);
}
.search-box input::placeholder {
  color: var(--muted);
}
.blogs ul {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  flex-wrap: wrap;
}
.blogs ul li {
  padding: 10px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-soft);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.blogs > div:has(ul) {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 16px 0px 16px;
  gap: 12px;
  flex-wrap: wrap;
}
/* kontakt podstranica */
.basic_site_inner_content_contact article {
  display: flex;
  flex-direction: column;
  background: radial-gradient(
      circle at 15% 20%,
      rgba(255, 255, 255, 0.06),
      transparent 45%
    ),
    radial-gradient(
      circle at 85% 80%,
      rgba(234, 122, 29, 0.12),
      transparent 45%
    ),
    linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 60%, #1f4877 100%);
  color: #fff;
  padding: 70px 16px 70px;
  border-radius: 0 0 48px 48px;
  box-shadow: var(--shadow-lg);
}
.basic_site_inner_content_contact article h1 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: #fff;
  max-width: 18ch;
}
.right_column_contact {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 16px;
}

.contact_form {
  background: #fff;
  border-radius: 32px;
  padding: 50px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
}

.contact_form dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.contact_form dl > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact_form label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--orange-deep);
}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form textarea {
  width: 100%;
  padding: 14px 18px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--text);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.contact_form input[type="text"]:focus,
.contact_form input[type="email"]:focus,
.contact_form textarea:focus {
  border-color: var(--orange);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(234, 122, 29, 0.1);
}

.contact_form textarea {
  resize: vertical;
  min-height: 140px;
}

.contact_form dd {
  position: relative;
}

.contact_form .formInfo {
  position: absolute;
  top: 14px;
  right: 14px;
  color: var(--orange);
  font-weight: 700;
  font-size: 16px;
}

.contact_form .cnt_form_div_note {
  grid-column: span 2;
}

.contact_form .consent_data {
  grid-column: span 2;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 24px;
  background: var(--bg-soft);
  border-radius: 16px;
  border: 1px solid var(--line);
}

.contact_form .consent_data input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: var(--orange);
  cursor: pointer;
}

.contact_form .consent_data dd p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 8px;
}

.contact_form .consent_data dd p:last-child {
  margin: 0;
}

.contact_form .buttons_action {
  grid-column: span 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 8px;
}

.contact_form .form_reset {
  padding: 14px 28px !important;
  background: transparent !important;
  border: 1px solid var(--line) !important;
  border-radius: 999px !important;
  color: var(--muted) !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
  width: auto !important;
}

.contact_form .form_reset:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.contact_form .form_submit {
  padding: 14px 32px !important;
  background: linear-gradient(
    135deg,
    var(--orange) 0%,
    var(--orange-warm) 100%
  ) !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(234, 122, 29, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  width: auto !important;
  margin-bottom: 0 !important;
}

.contact_form .form_submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(234, 122, 29, 0.35);
}

/* hide recaptcha badge */
.grecaptcha-badge {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .contact_form {
    padding: 32px 24px;
  }

  .contact_form dl {
    grid-template-columns: 1fr;
  }

  .contact_form .cnt_form_div_note,
  .contact_form .consent_data,
  .contact_form .buttons_action {
    grid-column: span 1;
  }

  .contact_form .buttons_action {
    flex-direction: column-reverse;
  }

  .contact_form .form_reset,
  .contact_form .form_submit {
    width: 100% !important;
    text-align: center;
    box-sizing: border-box;
  }
}

/* partneri subpage */
.partneri {
  padding: 100px 16px;
  background: var(--bg-soft);
}

.partneri h1 {
  margin: 0 auto 60px;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--navy-ink);
  max-width: 1200px;
}

.partneri > div {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.partneri article {
  background: #fff;
  border-radius: 24px;
  border: 1px solid var(--line);
  padding: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partneri article:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.partneri article figure {
  width: 160px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partneri article figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.partneri article:hover figure img {
  filter: grayscale(0%);
  opacity: 1;
}

.partneri article h3 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--navy-ink);
}

.partneri article h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.partneri article h3 a:hover {
  color: var(--orange-deep);
}

@media screen and (max-width: 768px) {
  .partneri > div {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px) {
  .partneri > div {
    grid-template-columns: 1fr;
  }
}

.cijene {
  padding: 100px 16px;
  background: var(--bg-soft);
}

.cijene h1 {
  margin: 0 auto 60px;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--navy-ink);
  max-width: 1200px;
}

.cijene > div {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cijene article {
  background: #fff;
  border-radius: 24px;
  border: 1px solid var(--line);
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cijene article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    135deg,
    var(--orange) 0%,
    var(--orange-warm) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cijene article:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.cijene article:hover::before {
  opacity: 1;
}

.cijene article h3 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-soft);
  flex: 1;
}

.cijene article h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--orange-deep);
}

.cijene article p {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
}

/* articles with description get a subtle highlight */
.cijene article:has(p) {
  background: linear-gradient(135deg, #fff 0%, var(--bg-soft) 100%);
  border-color: rgba(234, 122, 29, 0.2);
}

.cijene article:has(p) h2 {
  font-size: clamp(32px, 3.5vw, 44px);
}

@media screen and (max-width: 1024px) {
  .cijene > div {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px) {
  .cijene > div {
    grid-template-columns: 1fr;
  }

  .cijene article {
    padding: 24px;
  }
}

/* neurofeedback subpage */

/* ── SERVICES HERO ─────────────────────────────────────────── */
.services {
  padding: 100px 16px;
  background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
  border-radius: 0 0 48px 48px;
  height: 90vh;
}

.services > div {
  max-width: 1200px;
  margin: 0 auto;
}

.services article {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.services article figure {
  position: absolute;
  width: 100%;
  bottom: -450px;
  left: 0;
  aspect-ratio: 4/3;
  border-radius: 32px;
  overflow: hidden;
  max-height: 420px;
}

.services article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.services article figure figcaption {
  display: none;
}

.services article h1 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: #fff;
  order: 1;
}

.services article em {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 22px;
  max-width: fit-content;
  font-style: normal;
  order: 0;
}
.services article em::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(234, 122, 29, 0.2);
}

.services article p {
  font-size: 17px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  order: 2;
}

@media screen and (max-width: 768px) {
  .services article {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 480px) {
  .services {
    height: 110vh;
  }
  .services article figure {
    bottom: -300px;
  }
}

/* ── SERVICES TEXT HIGHLIGHT ───────────────────────────────── */
.services_text {
  padding: 80px 16px;
  margin-top: 200px;
  background: linear-gradient(
    135deg,
    var(--orange) 0%,
    var(--orange-warm) 100%
  );
}

.services_text article {
  max-width: 1200px;
  margin: 0 auto;
}

.services_text article h3 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #fff;
}

.services_text article h3 p {
  margin: 0;
}

/* ── SERVICES SECOND ───────────────────────────────────────── */
.services_second {
  padding: 100px 16px;
  background: var(--bg-soft);
}

.services_second > div {
  max-width: 1200px;
  margin: 0 auto;
}

.services_second article {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 48px;
}

.services_second article figure {
  border-radius: 32px;
  grid-row: 1 / span 10;
  grid-column: 1/2;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.services_second article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.services_second article figure figcaption {
  display: none;
}

.services_second article h1 {
  grid-column: 2/3;
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--navy-ink);
}

.services_second article em {
  grid-row: 1/2;
  grid-column: 2/3;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange-deep);
  font-style: normal;
}

.services_second article p {
  grid-column: 2/3;
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-soft);
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .services_second article {
    grid-template-columns: 1fr;
  }
  .services_second article figure {
    grid-row: auto;
    grid-column: auto;
  }

  .services_second article h1 {
    grid-column: auto;
  }
  .services_second article em {
    grid-row: auto;
    grid-column: auto;
  }
  .services_second article p {
    grid-column: auto;
  }
}

/* ── BRAIN FUNCTION ────────────────────────────────────────── */
.brain_function {
  padding: 100px 16px;
  background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: #fff;
}

.brain_function article {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.brain_function article figure {
  border-radius: 32px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  grid-row: 1 / span 3;
}

.brain_function article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brain_function article h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #fff;
}

.brain_function article ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brain_function article ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.brain_function article ul li .material-symbols-outlined {
  font-size: 18px;
  color: var(--orange-warm);
}

.brain_function article p {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .brain_function article {
    grid-template-columns: 1fr;
  }

  .brain_function article figure {
    grid-row: auto;
  }
}

/* ── TRENING ───────────────────────────────────────────────── */
.trening {
  padding: 100px 16px;
  background: var(--bg-soft);
}

.trening > div {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}

.trening article {
  background: #fff;
  border-radius: 24px;
  border: 1px solid var(--line);
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trening article:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.trening article figure {
  aspect-ratio: 4 / 3;
  grid-column: span 2;
  overflow: hidden;
  max-height: 500px;
  width: 100%;
}

.trening article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.trening article:hover figure img {
  transform: scale(1.04);
}

.trening article h3 {
  margin: 0;
  padding: 48px 48px 0;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: 96px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--orange-deep);
  opacity: 0.25;
}

.trening article p {
  padding: 48px 48px 48px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-soft);
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .trening article figure {
    grid-column: span 1;
  }
  .trening article {
    grid-template-columns: 1fr;
  }
}

/* ── PRIMJENA NEUROFEEDBACKA ───────────────────────────────── */
.primjena_neurofeedbacka {
  padding: 100px 16px;
  background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
}

.primjena_neurofeedbacka > div {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.primjena_neurofeedbacka article {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.primjena_neurofeedbacka article figure {
  border-radius: 32px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.primjena_neurofeedbacka article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.primjena_neurofeedbacka article h4 {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange-warm);
}

.primjena_neurofeedbacka article p {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .primjena_neurofeedbacka > div {
    grid-template-columns: 1fr;
  }
}

/* ── PROCJENA ──────────────────────────────────────────────── */
.procjena {
  padding: 100px 16px;
  background: var(--bg-soft);
}

.procjena > div {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  align-items: start;
  background: #fff;
  border-radius: 32px;
  padding: 50px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.procjena > div > .material-symbols-outlined {
  font-size: 48px;
  color: var(--orange);
}

.procjena article {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.procjena article h5 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 38px);
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--navy-ink);
}

.procjena article p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-soft);
  margin: 0;
}

.procjena article a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 14px 28px;
  background: linear-gradient(
    135deg,
    var(--orange) 0%,
    var(--orange-warm) 100%
  );
  color: #fff;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(234, 122, 29, 0.28);
  transition: transform 0.25s ease;
  margin-top: 8px;
}

.procjena article a:hover {
  transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
  .procjena > div {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }

  .procjena > div > .material-symbols-outlined {
    display: none;
  }
}

/* ── EEG / EVALUACIJA ──────────────────────────────────────── */
.eeg {
  padding: 100px 16px;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
}

.eeg > div {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.eeg article {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eeg article figure {
  border-radius: 32px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.eeg article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.eeg article figure figcaption {
  display: none;
}

.eeg article em {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange-warm);
  font-style: normal;
}

.eeg article em:last-of-type {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.eeg article h1 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
}

.eeg article p {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .eeg > div {
    grid-template-columns: 1fr;
  }
}

/* ── SAVJETOVANJE ──────────────────────────────────────────── */
.savjetovanje {
  padding: 100px 16px;
  background: var(--bg-soft);
}

.savjetovanje > div {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.savjetovanje article {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.savjetovanje article figure {
  border-radius: 32px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.savjetovanje article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.savjetovanje article h4 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 38px);
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--navy-ink);
}

.savjetovanje article p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-soft);
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .savjetovanje > div {
    grid-template-columns: 1fr;
  }
}

/* BIOFEEDBACK SUBPAGE */

/* ── BIOFEEDBACK HERO ──────────────────────────────────────── */
.services_biofeedback {
  padding: 100px 16px 0px 16px;
  background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
  border-radius: 0 0 48px 48px;
}

.services_biofeedback > div {
  max-width: 1200px;
  margin: 0 auto;
}

.services_biofeedback article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.services_biofeedback article figure {
  border-radius: 32px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  grid-row: 1 / span 10;
  grid-column: 1/2;
}

.services_biofeedback article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.services_biofeedback article figure figcaption {
  display: none;
}

.services_biofeedback article h1 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: #fff;
  grid-column: 2/3;
}

.services_biofeedback article p {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  grid-column: 2/3;
}

.services_biofeedback article p b {
  display: block;
  margin-top: 8px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.06);
  border-left: 3px solid var(--orange);
  border-radius: 0 12px 12px 0;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  font-style: italic;
}

@media screen and (max-width: 1024px) {
  .services_biofeedback > div {
    grid-template-columns: 1fr;
  }
}

/* ── BIOFEEDBACK TEXT ──────────────────────────────────────── */
.services_biofeedback_text {
  padding: 100px 16px;
  background: var(--bg-soft);
}

.services_biofeedback_text > div {
  max-width: 1200px;
  margin: 0 auto;
}

.services_biofeedback_text article {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.services_biofeedback_text article h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--navy-ink);
}

.services_biofeedback_text article h2 + p {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 8px;
}

.services_biofeedback_text article p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-soft);
  margin: 0;
  max-width: 70ch;
}

.services_biofeedback_text article a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 14px 28px;
  background: linear-gradient(
    135deg,
    var(--orange) 0%,
    var(--orange-warm) 100%
  );
  color: #fff;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(234, 122, 29, 0.28);
  transition: transform 0.25s ease;
  margin-top: 8px;
}

.services_biofeedback_text article a:hover {
  transform: translateY(-2px);
}

/* ── BIOFEEDBACK OPTIONS (ACCORDION) ───────────────────────── */
.services_biofeedback_options {
  padding: 100px 16px;
  background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
}

.services_biofeedback_options > div {
  max-width: 1200px;
  margin: 0 auto;
}

.services_biofeedback_options > div > h2 {
  margin: 0 0 48px;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
}

.services_biofeedback_options article {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.services_biofeedback_options .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 32px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.services_biofeedback_options .question:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(234, 122, 29, 0.4);
}

.services_biofeedback_options .question h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #fff;
}

.services_biofeedback_options .question .material-symbols-outlined {
  font-size: 28px;
  color: var(--orange-warm);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.services_biofeedback_options .answer {
  padding: 0 32px 24px 32px;
  margin-top: -8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-top: none;
  border-radius: 0 0 16px 16px;
}

.services_biofeedback_options .answer p {
  margin: 0;
  padding-top: 20px;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.75);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media screen and (max-width: 768px) {
  .services_biofeedback_options .question {
    padding: 20px 24px;
  }

  .services_biofeedback_options .answer {
    padding: 0 24px 20px;
  }

  .services_biofeedback_options .question h2 {
    font-size: 17px;
  }
}
