/* ═══════════════════════════════════════════════════════════
   FONTS
   ═══════════════════════════════════════════════════════════ */
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/AeonikTRIAL-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/AeonikTRIAL-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/AeonikTRIAL-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

/* ═══════════════════════════════════════════════════════════
   RESET & BASE
   ═══════════════════════════════════════════════════════════ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Aeonik', sans-serif;
  background: #f5f5f3;
  color: #222;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  align-items: center;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.site-wrapper {
  width: 100%;
  max-width: 1240px;
  background: #f5f5f3;
  position: relative;
}

/* ═══════════════════════════════════════════════════════════
   NAV (same as main site)
   ═══════════════════════════════════════════════════════════ */
.nav {
  position: relative;
  width: 100%;
  background: #f5f5f3;
  display: flex;
  justify-content: center;
  z-index: 100;
}
.nav__inner {
  width: 100%;
  max-width: 1240px;
  display: flex;
  align-items: center;
  padding: 22px 0px;
}
.nav__logo img {
  height: 28px;
  width: auto;
}
.nav__links {
  list-style: none;
  display: flex;
  gap: 36px;
  margin-left: 52px;
}
.nav__links a {
  font-weight: 400;
  font-size: 20px;
  color: #222;
  position: relative;
  transition: color .3s;
}
.nav__links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: #222;
  transition: width .3s;
}
.nav__links a:hover::after { width: 100%; }

.nav__cta {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 24px;
  font-weight: 400;
  color: #2962FF;
  border-bottom: 1.5px solid #1E4ED8;
  padding-bottom: 2px;
  transition: opacity .3s;
}
.nav__cta:hover { opacity: .7; }

.nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
  padding: 6px;
}
.nav__burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #222;
  border-radius: 2px;
  transition: .3s;
}

/* ═══════════════════════════════════════════════════════════
   MOBILE MENU (same as main site)
   ═══════════════════════════════════════════════════════════ */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: #f5f5f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s;
}
.mobile-menu.open {
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu__close {
  position: absolute;
  top: 28px;
  right: 28px;
  background: none;
  border: none;
  cursor: pointer;
}
.mobile-menu__links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 52px;
  align-items: center;
}
.mobile-menu__link {
  font-size: 26px;
  font-weight: 400;
  color: #222;
  transition: opacity .3s;
}
.mobile-menu__link:hover { opacity: .5; }
.mobile-menu__socials {
  position: absolute;
  bottom: 52px;
  display: flex;
  gap: 28px;
  align-items: center;
}
.mobile-menu__socials img {
  height: 26px;
  width: auto;
}

/* ═══════════════════════════════════════════════════════════
   PRODUCT HERO
   ═══════════════════════════════════════════════════════════ */
.product-hero {
  padding: 69px 0 80px 0;
  background: #f5f5f3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-hero__bg {
  max-width: 1240px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-hero__laptop {
  width: 1240px;
  height: 826px;
  max-width: 100%;
  object-fit: contain;
}

/* ═══════════════════════════════════════════════════════════
   PROJECT INFO
   ═══════════════════════════════════════════════════════════ */
.project-info {
  padding: 0 0 100px 0;
  background: #f5f5f3;
}
.project-info__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* 1. Title */
.project-info__title {
  font-size: 63px;
  font-weight: 700;
  color: #222;
  line-height: 1.2;
}

/* 2. Type */
.project-info__type {
  font-size: 20px;
  font-weight: 400;
  color: #7B7B7B;
  margin-top: -15px;

}

/* 3. Description */
.project-info__desc {
  font-size: 20px;
  font-weight: 400;
  color: #7B7B7B;
  line-height: 1.6;
  max-width: 1240px;
  padding-left: 84px; /* ← UVUČENO */
}

/* 4,6,9. Headings */
.project-info__heading {
  font-size: 39px;
  font-weight: 700;
  color: #222;
  margin-top: 20px;
  line-height: 1.3;
}

/* 5,7,8,10-13. Text & List */
.project-info__text {
  font-size: 20px;
  font-weight: 400;
  color: #7B7B7B;
  line-height: 1.6;
   max-width: 1240px;
  padding-left: 84px; /* ← UVUČENO */
}

.project-info__list {
  list-style: none;
  padding-left: 84px; /* ← UVUČENO */
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.project-info__list li {
  font-size: 20px;
  font-weight: 400;
  color: #7B7B7B;
  padding-left: 24px;
  position: relative;
}
.project-info__list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #2962FF;
  font-weight: 700;
  font-size: 24px;
}

/* 14. Website Preview */
.project-info__preview {
  margin-top: 50px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}
.project-info__preview img {
  width: 100%;
  height: auto;
  display: block;
}

/* ═══════════════════════════════════════════════════════════
   FOOTER (same as main site)
   ═══════════════════════════════════════════════════════════ */
.footer {
  width: 100%;
  background: #1a1a1a;
}
.footer__copy {
  max-width: 1240px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  color: #7B7B7B;
  text-align: center;
}
.footer__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 89px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__links {
  list-style: none;
  display: flex;
  gap: 50px;
}
.footer__links a {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255,255,255,.7);
  transition: color .3s;
}
.footer__links a:hover { color: #fff; }
.footer__socials {
  display: flex;
  gap: 50px;
  align-items: center;
}
.footer__socials img {
  height: 22px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: .7;
  transition: opacity .3s;
}
.footer__socials a:hover img { opacity: 1; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — TABLET (≤ 900px)
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
  /* NAV */
  .nav__inner { 
    padding: 70px 32px 0 32px; 
    justify-content: flex-start;
  }
  .nav__logo { 
    display: none; 
  }
  .nav__links, 
  .nav__cta { 
    display: none; 
  }
  .nav__burger { 
    display: flex;
    margin-left: 0;
  }

  /* MOBILE MENU */
  .mobile-menu {
    background: #f5f5f3;
  }
  .mobile-menu__close {
    top: 70px;
    left: 32px;
    right: auto;
  }

    /* HERO */
    .product-hero {
    padding: 40px 32px 60px 32px;
    }
    .product-hero__laptop {
    width: 100%;
    height: auto;
    }
  /* PROJECT INFO */
  .project-info {
    padding: 0 32px 80px 32px;
  }
  .project-info__title {
    font-size: 48px;
  }
  .project-info__heading {
    font-size: 32px;
  }
  .project-info__text,
  .project-info__desc,
  .project-info__list li {
    font-size: 18px;
  }

  /* FOOTER */
  .footer__inner { 
    padding: 60px 32px; 
    flex-direction: column; 
    gap: 30px; 
  }
  .footer__links {
    flex-direction: column;
    text-align: center;
    gap: 24px;
    font-size: 18px;
  }
  .footer__socials {
    gap: 35px;
  }
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — MOBILE (≤ 480px)
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 480px) {
  /* NAV */
  .nav__inner { 
    padding: 70px 20px 0 20px; 
    justify-content: flex-start;
  }
  .nav__logo { 
    display: none; 
  }
  .nav__burger {
    margin-left: 0;
  }

  /* MOBILE MENU */
  .mobile-menu {
    background: #f5f5f3;
  }
  .mobile-menu__close {
    top: 70px;
    left: 20px;
    right: auto;
  }

    /* HERO */
    .product-hero {
    padding: 30px 20px 40px 20px;
    }
    .product-hero__laptop {
    width: 100%;
    height: auto;
    }

  /* PROJECT INFO */
  .project-info {
    padding: 0 20px 60px 20px;
  }
  .project-info__title {
    font-size: 36px;
  }
  .project-info__heading {
    font-size: 28px;
  }
  .project-info__text,
  .project-info__desc,
  .project-info__list li {
    font-size: 16px;
  }
  .project-info__preview {
    margin-top: 30px;
  }

  /* FOOTER */
  .footer__inner {
    padding: 40px 20px;
    flex-direction: column;
    gap: 24px;
  }
  .footer__links { 
    flex-direction: column;
    text-align: center;
    gap: 20px; 
    font-size: 16px;
  }
  .footer__socials {
    gap: 30px;
  }
}
