.elementor-16663 .elementor-element.elementor-element-89fd8f5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16663 .elementor-element.elementor-element-585fe01{--display:flex;}.elementor-16663 .elementor-element.elementor-element-8a08854{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16663 .elementor-element.elementor-element-b66907a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-16663 .elementor-element.elementor-element-266d053{--display:flex;}.elementor-16663 .elementor-element.elementor-element-495e2a9{--display:flex;}.elementor-16663 .elementor-element.elementor-element-9de9696{--display:flex;}/* Start custom CSS for container, class: .elementor-element-89fd8f5 *//* ===============================
   ABOUT HERO – CLEAN EDITORIAL
   =============================== */

/* HERO SEKCIJA */
.about-hero {
  min-height: 70vh; /* skraćen hero */
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,0.06), transparent 55%),
    linear-gradient(to bottom, #0b0e14, #0a0c11);
  text-align: center;
  padding: 96px 20px 72px;
}

/* UNUTARNJI KONTEJNER */
.about-hero-inner {
  max-width: 860px;
  margin: 0 auto;
}

/* NASLOV */
.about-hero-inner h1 {
  font-size: 72px; /* px kako si tražio */
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f0ede7;
  margin-bottom: 24px;
  text-shadow: 0 0 18px rgba(255,255,255,0.08);
}

/* PODNASLOV */
.about-hero-inner p {
  font-size: 18px;
  letter-spacing: 0.06em;
  color: rgba(220,220,220,0.75);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ---------- TABLET ---------- */
@media (max-width: 1024px) {
  .about-hero {
    padding: 80px 20px 64px;
  }

  .about-hero-inner h1 {
    font-size: 56px;
  }
}

/* ---------- MOBITEL ---------- */
@media (max-width: 767px) {
  .about-hero {
    min-height: 60vh;
    padding: 64px 16px 56px;
  }

  .about-hero-inner h1 {
    font-size: 38px;
    letter-spacing: 0.06em;
  }

  .about-hero-inner p {
    font-size: 16px;
  }
}

/* ===============================
   COSMIC HERO ELEMENT
   =============================== */

.cosmic-container {
  position: relative;
  width: 100%;
  height: 260px;
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

/* KUGLA */
.cosmic-portal {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(190, 160, 255, 0.9),
    rgba(50, 20, 80, 0.95) 70%
  );
  box-shadow:
    0 0 40px rgba(160, 120, 255, 0.35),
    inset 0 0 25px rgba(255,255,255,0.15);
  animation:
    glowPulse 4s ease-in-out infinite,
    rotateSphere 28s linear infinite;
}

/* AURA */
.cosmic-portal::before {
  content: "";
  position: absolute;
  inset: -24px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(160,120,255,0.35),
    transparent 70%
  );
}

/* TEKST ISPOD KUGLE */
.cosmic-text {
  position: absolute;
  bottom: -36px;
  font-size: 13px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(210, 200, 255, 0.55);
}

/* ===============================
   ANIMACIJE
   =============================== */

@keyframes glowPulse {
  0%, 100% {
    box-shadow: 0 0 32px rgba(160,120,255,0.25);
  }
  50% {
    box-shadow: 0 0 52px rgba(160,120,255,0.45);
  }
}

@keyframes rotateSphere {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
/* ===============================
   COSMIC ICONS – DISKRETNO
   =============================== */

@keyframes iconFloatSoft {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.6);
  }
  20% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1) translate(var(--x), var(--y));
  }
}

.cosmic-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  opacity: 0;
  pointer-events: none;
  filter: drop-shadow(0 0 6px rgba(180,150,255,0.6));
  animation: iconFloatSoft 5s ease-in-out forwards;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8a08854 *//* ===============================
   ABOUT STORY – FINAL FINAL (COSMIC)
   =============================== */

/* 1. VANJSKI KONTEJNER */
.about-story {
  position: relative;
  padding: 160px 20px 180px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.06), transparent 45%),
    linear-gradient(to bottom, #0b0e14 0%, #2a2d33 45%, #2f3238 100%);
  color: #e6e4ec;
}

/* fade iz hero sekcije */
.about-story::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 180px;
  background: linear-gradient(to bottom, rgba(11,14,20,1), transparent);
  pointer-events: none;
}

/* 2. INNER GRID */
.about-story-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 88px;
  align-items: flex-start;
}

/* 3. LIJEVI – VIDEO */
.about-story-media {
  position: sticky;
  top: 120px;
}

.about-story-media iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.45);
}

/* separator */
.video-separator {
  margin: 32px auto 0;
  width: 60%;
  height: 2px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(138,92,255,0.6),
    transparent
  );
}

/* 4. DESNI – SADRŽAJ */
.about-story-content {
  max-width: 520px;
}

/* NASLOV */
.about-story-title {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #f1eff7;
}

/* INTRO */
.about-story-intro {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(230,228,236,0.8);
  margin-bottom: 44px;
}

/* 5. KARTICE */
.about-story-cards {
  display: grid;
  gap: 26px;
  margin-bottom: 64px;
}

.about-card {
  padding: 24px 26px;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  border-left: 4px solid #8a5cff;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(230,228,236,0.9);
  backdrop-filter: blur(6px);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}

.about-card strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
}

/* 6. CITAT – STABILAN */
.about-story-quote {
  margin: 72px auto 0;
  max-width: 460px;
  padding: 34px 36px;
  border-radius: 18px;
  background: linear-gradient(
    145deg,
    rgba(138,92,255,0.18),
    rgba(138,92,255,0.06)
  );
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.06),
    0 20px 50px rgba(0,0,0,0.35);
  font-size: 18px;
  line-height: 1.6;
  font-style: italic;
  color: #f0ecff;
}

.about-story-quote .author {
  display: block;
  margin-top: 14px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(240,236,255,0.55);
}

/* 7. QR */
.qr-magija {
  margin-top: 96px;
}

/* ===============================
   RESPONSIVE
   =============================== */

@media (max-width: 1024px) {
  .about-story-inner {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .about-story-media {
    position: relative;
    top: auto;
  }

  .about-story-content {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .about-story {
    padding: 120px 16px 140px;
  }

  .about-story-title {
    font-size: 30px;
  }

  .about-story-quote {
    max-width: 100%;
    margin: 40px auto 0;
    padding: 24px 22px;
    font-size: 16px;
    line-height: 1.6;
  }

  .about-story-quote .author {
    margin-top: 10px;
    font-size: 11px;
    letter-spacing: 0.14em;
  }
}
/* ===============================
   MOBILE VIDEO BOOST – ABOUT
   =============================== */
@media (max-width: 600px) {

  .about-story-media iframe {
    transform: scale(1.08);
    margin: 0 auto;
    box-shadow:
      0 40px 80px rgba(0,0,0,0.6),
      0 0 0 1px rgba(255,255,255,0.06);
  }

  .about-story-media {
    padding: 0 6px;
  }

}/* End custom CSS */