.hd-about {
  background:
    radial-gradient(
      circle at 88% 8%,
      rgba(144, 190, 52, 0.12),
      transparent 32%
    ),
    radial-gradient(
      circle at 12% 82%,
      rgba(144, 190, 52, 0.06),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #1f242b 0%,
      #252a31 48%,
      #1d2228 100%
    );
  color: #fff;
  overflow: hidden;
}

.hd-about *,
.hd-about *::before,
.hd-about *::after {
  box-sizing: border-box;
}

.hd-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hd-section {
  padding: 88px 0;
}

.hd-eyebrow {
  margin: 0 0 14px;
  color: #8fbd38;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* HERO */

.hd-about-hero {
  position: relative;
  min-height: 520px;
  padding: 130px 0 90px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.hd-about-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hd-about-hero__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center right;
  opacity: .55;
}

.hd-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(19, 23, 28, .98),
      rgba(19, 23, 28, .72),
      rgba(19, 23, 28, .32)
    ),
    linear-gradient(
      0deg,
      rgba(19, 23, 28, .95),
      transparent 55%
    );
}

.hd-about-hero__inner {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.hd-about-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Archivo Black", Arial, sans-serif;
  font-size: clamp(44px, 5.5vw, 78px);
  line-height: .98;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.hd-about-hero p:last-child {
  max-width: 620px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .8);
  font-size: 18px;
  line-height: 1.7;
}

/* INTRO */

.hd-about-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 60px;
  align-items: center;
}

.hd-about-intro__image,
.hd-about-intro__content {
  min-width: 0;
}

.hd-about-intro__image img,
.hd-about-images__grid img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .1);
}

.hd-about-intro__image img {
  aspect-ratio: 1.15 / 1;
}

/* GLOBAL ABOUT HEADINGS */

.hd-about-intro__content h2,
.hd-about-section-head h2,
.hd-about-text h2,
.hd-about-cta h2 {
  margin: 0;
  font-family: "Archivo Black", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
  text-transform: uppercase;
  letter-spacing: -.5px;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

/*
 * Ovaj naslov se nalazi u užoj koloni i zato mora biti
 * nešto manji od ostalih H2 naslova.
 */
.hd-about-text h2 {
  max-width: 560px;
  font-size: clamp(27px, 2.7vw, 42px);
  line-height: 1.09;
}

.hd-about-intro__content h2::after,
.hd-about-section-head h2::after,
.hd-about-text h2::after,
.hd-about-cta h2::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 14px;
  background: #8fbd38;
}

.hd-about-intro__content p,
.hd-about-text p,
.hd-about-cta p {
  color: rgba(255, 255, 255, .76);
  font-size: 16px;
  line-height: 1.8;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

/* BUTTON */

.hd-about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  max-width: 100%;
  padding: 0 26px;
  margin-top: 18px;
  border-radius: 4px;
  background: linear-gradient(135deg, #9acd32, #78a81f);
  color: #101419;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .5px;
  box-shadow: 0 12px 35px rgba(154, 205, 50, .18);
  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

.hd-about-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 45px rgba(154, 205, 50, .25);
}

/* VALUES */

.hd-about-values {
  background: rgba(255, 255, 255, .025);
  border-top: 1px solid rgba(255, 255, 255, .06);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.hd-about-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.hd-about-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hd-about-values__grid article {
  min-width: 0;
  min-height: 230px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  background: rgba(20, 24, 29, .64);
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.hd-about-values__grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(143, 189, 56, .55);
  box-shadow: 0 0 32px rgba(143, 189, 56, .12);
}

.hd-about-values__grid span {
  color: #8fbd38;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
}

.hd-about-values__grid h3 {
  margin: 22px 0 12px;
  font-family: "Archivo Black", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: -.15px;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.hd-about-values__grid p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.65;
}

/* TEXT SECTION */

.hd-about-text__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.15fr);
  gap: 50px;
  align-items: start;
}

.hd-about-text__grid > div {
  min-width: 0;
}

.hd-about-text p:first-child {
  margin-top: 0;
}

/* IMAGES */

.hd-about-images {
  padding: 0 0 88px;
}

.hd-about-images__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.hd-about-images__grid img {
  aspect-ratio: 1.55 / 1;
}

/* CTA */

.hd-about-cta {
  padding: 70px 0;
  background:
    radial-gradient(
      circle at 88% 50%,
      rgba(154, 205, 50, .2),
      transparent 28%
    ),
    rgba(255, 255, 255, .035);
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.hd-about-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.hd-about-cta__inner div {
  max-width: 760px;
  min-width: 0;
}

.hd-about-cta p {
  margin-bottom: 0;
}

/* TABLET */

@media (max-width: 1100px) {
  .hd-about-values__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hd-about-text__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 42px;
  }

  .hd-about-text h2 {
    font-size: clamp(26px, 3.1vw, 36px);
  }
}

/* MOBILE */

@media (max-width: 900px) {
  .hd-container {
    width: min(calc(100% - 28px), 1180px);
  }

  .hd-section {
    padding: 64px 0;
  }

  .hd-about-hero {
    min-height: auto;
    padding: 118px 0 64px;
  }

  .hd-about-hero h1 {
    font-size: clamp(36px, 10vw, 52px);
    line-height: 1.03;
    letter-spacing: -.8px;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .hd-about-hero p:last-child {
    font-size: 16px;
  }

  .hd-about-intro__grid,
  .hd-about-text__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .hd-about-intro__content h2,
  .hd-about-section-head h2,
  .hd-about-text h2,
  .hd-about-cta h2 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -.35px;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .hd-about-intro__image img {
    aspect-ratio: 4 / 3;
  }

  .hd-about-images__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hd-about-cta__inner {
    display: block;
    text-align: left;
  }

  .hd-about-cta__inner .hd-about-btn {
    margin-top: 28px;
  }
}

/* SMALL MOBILE */

@media (max-width: 560px) {
  .hd-container {
    width: calc(100% - 28px);
  }

  .hd-about-hero {
    padding-top: 112px;
  }

  .hd-about-hero h1 {
    font-size: 36px;
    line-height: 1.05;
  }

  .hd-about-intro__content h2,
  .hd-about-section-head h2,
  .hd-about-text h2,
  .hd-about-cta h2 {
    font-size: 25px;
    line-height: 1.13;
    letter-spacing: -.2px;
  }

  .hd-about-intro__content p,
  .hd-about-text p,
  .hd-about-cta p {
    font-size: 15px;
    line-height: 1.75;
  }

  .hd-about-values__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hd-about-values__grid article {
    min-height: auto;
    padding: 24px;
  }

  .hd-about-values__grid h3 {
    font-size: 15px;
  }

  .hd-about-btn {
    width: 100%;
    padding: 0 18px;
    font-size: 12px;
  }

  .hd-about-cta__inner .hd-about-btn {
    width: fit-content;
    max-width: 100%;
  }
}

@media (max-width: 390px) {
  .hd-about-hero h1 {
    font-size: 32px;
  }

  .hd-about-intro__content h2,
  .hd-about-section-head h2,
  .hd-about-text h2,
  .hd-about-cta h2 {
    font-size: 23px;
    line-height: 1.15;
  }

  .hd-about-values__grid h3 {
    font-size: 14px;
  }
}

/* =========================================================
   ABOUT BENEFITS
========================================================= */

.hd-about-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
}

.hd-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.hd-benefit-item__check {
  flex: 0 0 auto;
  color: #8fbd38;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  margin-top: 3px;
}

.hd-benefit-item p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

/* =========================================================
   VALUES GRID (6 KARTICA)
========================================================= */

.hd-about-values__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hd-about-values__grid article {
  min-height: 215px;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width:1100px){

  .hd-about-values__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .hd-about-benefits{
    grid-template-columns:1fr;
    gap:16px;
  }

}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width:560px){

  .hd-about-benefits{
    grid-template-columns:1fr;
  }

}