/* =============== ABOUT TRU FUNDING PAGE =============== */

.page-id-2533 .tf-header {
	background: #f6f8fb;
}

.tf-about-page {
  background-color: #f6f8fb;
}

/* Hero wrap – ponaša se kao tvoj .frame, ali scoped na novu stranicu */
.tf-about-hero {
  width: 100%;
  max-width: 1920px;
  min-height: 856px;
  margin: 0 auto;
  padding: 124px 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f6f8fb;
}

/* Eyebrow: ABOUT TRU FUNDING */
.tf-about-hero__eyebrow {
  margin: 0;
  height: auto;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 36px;
  text-align: center;
}

/* H1: YOUR PARTNER IN… */
.tf-about-hero__title {
  margin: 20px auto 0;
  max-width: 980px;
  background: linear-gradient(
    104deg,
    rgba(56, 189, 248, 1) 0%,
    rgba(139, 92, 246, 1) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 61px;
  text-align: center;
  line-height: 65px;
}

/* Slika ispod naslova */
.tf-about-hero__figure {
  margin: 47px 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.tf-about-hero__image {
    border-radius: 20px;
    display: block;
    filter: drop-shadow(5px 5px 15px rgba(56, 189, 248, 0.30));
    width: min(982px, 100%);
    max-width: 982px;
    height: auto;
    margin-bottom: -3.5rem;
}

/* =============== BREAKPOINT ≤ 1024px (tablet) =============== */

@media (max-width: 1024px) {
  .tf-about-hero {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 48px;
  }

  .tf-about-hero__eyebrow {
    font-size: 30px;
    line-height: 1.2;
  }

  .tf-about-hero__title {
    font-size: 48px;
    line-height: 1.08;
    max-width: 820px;
  }

  .tf-about-hero__figure {
    margin-top: 40px;
  }
}

/* =============== BREAKPOINT ≤ 767px (mobile) =============== */

@media (max-width: 767px) {
  .tf-about-hero {
    max-width: 430px;
    padding-top: 72px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tf-about-hero__eyebrow {
    font-size: 24px;
  }

  .tf-about-hero__title {
    font-size: 34px;
    line-height: 1.12;
    max-width: 100%;
  }

  .tf-about-hero__figure {
    margin-top: 32px;
  }

  .tf-about-hero__image {
    max-width: calc(100% - 18px);
  }
}

/* =============== ABOUT STORY SECTION =============== */

.tf-about-story {
  width: 100%;
  background-color: #ffffff;
}

.tf-about-story__inner {
  max-width: 1200px; /* ovde možeš 1200 ili 1440 po želji */
  margin: 0 auto;
  padding: 120px 24px 0;
}

/* H2 naslov – centriran, gradient tekst */
.tf-about-story__title {
  margin: 0 auto 48px;
  background: linear-gradient(104deg, #38BDF8 0%, #8B5CF6 100%);
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  line-height: 42px;
}

/* Glavni layout: tekst levo, slika desno */
.tf-about-story__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 64px;
}

/* Tekst kolona */
.tf-about-story__text {
  flex: 0 0 465px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.tf-about-story__lead {
  margin: 0;
  font-family: "Inter Tight", "Inter", sans-serif;
  font-weight: 800;
  color: #5a5a5a;
  font-size: 20px;
  line-height: 24px;
}

.tf-about-story__body {
  margin: 0;
  font-family: "Inter Tight", "Inter", sans-serif;
  font-weight: 400;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 20px;
}

/* Slika kolona */
.tf-about-story__figure {
  margin: 0;
  flex: 0 0 681px;
  max-width: 100%;
}

.tf-about-story__image {
  display: block;
  border-radius: 20px;
  filter: drop-shadow(5px 5px 15px rgba(56, 189, 248, 0.30));
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: -3.5rem;
}

/* =============== TABLET (≤ 1365px) =============== */

@media (max-width: 1365px) {
  .tf-about-story__inner {
    max-width: 100%;
    padding: 80px 24px 80px;
  }

  .tf-about-story__content {
    gap: 40px;
  }

  .tf-about-story__title {
    font-size: 32px;
    line-height: 38px;
  }

  .tf-about-story__text {
    flex: 1 1 50%;
  }

  .tf-about-story__figure {
    flex: 1 1 50%;
  }
}

/* =============== MOBILE (≤ 767px) =============== */

@media (max-width: 767px) {
  .tf-about-story__inner {
    max-width: 430px;
    padding: 56px 20px 56px;
  }

  .tf-about-story__title {
    font-size: 31px;
    line-height: 40px;
    max-width: 312px;
  }

  .tf-about-story__content {
    flex-direction: column;
    gap: 24px;
  }

  .tf-about-story__text {
    max-width: 382px;
    gap: 15px;
  }

  .tf-about-story__lead {
    font-size: 18px;
    line-height: 24px;
  }

  .tf-about-story__body {
    font-size: 16px;
    line-height: 20px;
  }

  .tf-about-story__image {
    max-width: 100%;
  }
}

/* =============== THINGS WE ARE KNOWN FOR =============== */

.tf-about-known {
  width: 100%;
  background-color: #f6f8fb;
  padding: 120px 24px 140px;
}

.tf-about-known__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

/* H2 naslov */
.tf-about-known__title {
  margin: 0;
  max-width: 900px;
  background: linear-gradient(104deg, #38BDF8 0%, #8B5CF6 100%);
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  line-height: 42px;
}

/* Grid kartica */
.tf-about-known__cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

/* Jedna kartica */
.tf-about-known__card {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow:
    5px 5px 15px rgba(56, 189, 248, 0.30),
    -5px -5px 15px rgba(138, 91, 245, 0.30);
  padding: 53px 32px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  min-height: 343px;
}

/* Ikonica */
.tf-about-known__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 49px;
  margin-bottom: 30px;
}

/* Naziv */
.tf-about-known__card-title {
  margin: 0 0 12px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
}

/* Tekst */
.tf-about-known__card-text {
  margin: 0;
  font-family: "Inter Tight", "Inter", sans-serif;
  font-weight: 400;
  color: #5a5a5a;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  max-width: 322px;
}

/* =============== TABLET (≤ 1024px) =============== */

@media (max-width: 1024px) {
  .tf-about-known {
    padding: 80px 24px 100px;
  }

  .tf-about-known__inner {
    gap: 40px;
  }

  .tf-about-known__title {
    font-size: 32px;
    line-height: 38px;
  }

  .tf-about-known__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .tf-about-known__card {
    padding: 40px 20px 36px;
    min-height: auto;
  }

  .tf-about-known__card-text {
    max-width: 100%;
  }
}

/* =============== MOBILE (≤ 767px) =============== */

@media (max-width: 767px) {
  .tf-about-known {
    padding: 64px 20px 80px;
  }

  .tf-about-known__inner {
    max-width: 430px;
    gap: 32px;
  }

  .tf-about-known__title {
    font-size: 31px;
    line-height: 40px;
    max-width: 382px;
  }

  .tf-about-known__cards {
    grid-template-columns: 1fr;
    gap: 31px;
    width: 100%;
    max-width: 386px;
  }

  .tf-about-known__card {
    width: 100%;
    min-height: 343px;
    padding: 53px 32px 40px;
  }

  .tf-about-known__card-text {
    max-width: 322px;
  }
}

/* =============== STRIVING FOR INNOVATION =============== */

.tf-about-innovation {
  width: 100%;
  background-color: #ffffff;
  padding: 96px 24px 104px;
}

.tf-about-innovation__inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* Naslov */
.tf-about-innovation__title {
  margin: 0 0 72px;
  background: linear-gradient(104deg, #38BDF8 0%, #8B5CF6 100%);
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  line-height: 42px;
}

/* Layout: slika levo, tekst desno */
.tf-about-innovation__content {
  display: grid;
  grid-template-columns: minmax(280px, 575px) minmax(320px, 1fr);
  column-gap: 60px;
  align-items: center;
}

/* Slika */
.tf-about-innovation__figure {
  margin: 0;
}

.tf-about-innovation__image {
    display: block;
    width: 100%;
    max-width: 575px;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    filter: drop-shadow(5px 5px 15px rgba(56, 189, 248, 0.30));
}

/* Tekst blok */
.tf-about-innovation__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 589px;
}

.tf-about-innovation__body {
  margin: 0;
  font-family: "Inter Tight", "Inter", sans-serif;
  font-weight: 400;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 20px;
}

.tf-about-innovation__lead {
  margin: 0;
  font-family: "Inter Tight", "Inter", sans-serif;
  font-weight: 800;
  color: #5a5a5a;
  font-size: 20px;
  line-height: 24px;
}

/* =============== TABLET (≤ 1024px) =============== */

@media (max-width: 1024px) {
  .tf-about-innovation {
    padding: 80px 24px 80px;
  }

  .tf-about-innovation__inner {
    max-width: 100%;
  }

  .tf-about-innovation__title {
    margin-bottom: 56px;
    font-size: 32px;
    line-height: 38px;
  }

  .tf-about-innovation__content {
    grid-template-columns: minmax(260px, 1fr) minmax(320px, 1fr);
    column-gap: 40px;
  }
}

/* =============== MOBILE (≤ 767px) =============== */

@media (max-width: 767px) {
  .tf-about-innovation {
    padding: 56px 16px 64px;
  }

  .tf-about-innovation__inner {
    max-width: 430px;
  }

  .tf-about-innovation__title {
    font-size: 31px;
    line-height: 40px;
    margin-bottom: 32px;
  }

  .tf-about-innovation__content {
    display: flex;
	flex-direction: column-reverse;
    row-gap: 32px;
  }

  .tf-about-innovation__text {
    max-width: 100%;
  }

  .tf-about-innovation__body {
    font-size: 16px;
    line-height: 20px;
  }

  .tf-about-innovation__lead {
    font-size: 20px;
    line-height: 24px;
  }

  .tf-about-innovation__image {
    max-width: 100%;
    margin: 0 auto;
  }
}