/* FTS Editable Hover Effects */

.fts_editable_trigger:hover {

  background: linear-gradient(

    135deg,

    rgba(255, 140, 0, 0.08) 0%,

    rgba(255, 165, 0, 0.12) 100%

  );

  box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.2),

    0 2px 8px rgba(255, 140, 0, 0.15);

  border-radius: 4px;

  padding: 2px 4px;

  margin: -2px -4px;

}



.fts_editable_trigger:active {

  transform: translateY(1px);

  box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.3), 0 1px 4px rgba(255, 140, 0, 0.2);

}



.fts_editable {

  position: relative;

  display: inline-block;

}



.fts_editable:hover {

  background: linear-gradient(

    135deg,

    rgba(255, 140, 0, 0.08) 0%,

    rgba(255, 165, 0, 0.12) 100%

  );

  box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.2);

  border-radius: 4px;

}



/* Prevent link behavior for editable links */

a.fts_editable {

  pointer-events: none;

}



a.fts_editable .fts_editable_trigger {

  pointer-events: auto;

}



.language_switcher button {

  margin-top: 10px;

  color: white;

  border: none;

}





/*** MARCHITECT ***/

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; border-radius: 0 !important; }
:root {
    --red: #720000; --black: #000; --white: #fff;
    --anton: 'Anton', sans-serif;
    --ab: 'Archivo Black', sans-serif;
    --archivo: 'Archivo', sans-serif;
}
body {
    font-family: var(--archivo); -webkit-font-smoothing: antialiased;
    background: var(--white); overflow-x: hidden;
}



/*******************
 *** HOMEPAGE ******
********************/

/* ===========================
   HERO
   =========================== */
.hero { position: relative; width: 100%; height: 400vh; background: var(--red); }
.hero__sticky {
    position: sticky; top: 0; width: 100%; height: 100vh;
    overflow: hidden; background: var(--red);
}
.hero__video {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    min-width: 100%; min-height: 100%; object-fit: cover;
    opacity: 0; transition: opacity 0.8s ease;
}
.hero__video.is-visible { opacity: 1; }
.hero__overlay {
    position: absolute; inset: 0; background: rgba(0,0,0,0.45); z-index: 1;
    opacity: 0; transition: opacity 0.8s ease;
}
.hero__overlay.is-visible { opacity: 1; }
.hero__gradient {
    position: absolute; bottom: 0; left: 0; width: 100%; height: 300px;
    background: linear-gradient(to bottom, transparent, var(--red)); z-index: 2;
}
.hero__content {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    text-align: center; z-index: 3; width: 90%; max-width: 1000px;
}
.hero__word {
    font-family: var(--anton); font-size: clamp(56px, 11vw, 130px);
    letter-spacing: 0.04em; text-transform: uppercase; color: var(--white);
    line-height: 0.92; display: inline-block; opacity: 0; transform: translateY(40px);
}
.hero__sub {
    font-family: var(--ab); font-size: clamp(11px, 1.6vw, 16px);
    letter-spacing: 0.25em; text-transform: uppercase; color: rgba(255,255,255,0.5);
    margin-top: 24px; opacity: 0; transform: translateY(20px);
}
.hero__sub.shake { animation: subtleShake 0.5s ease; }
@keyframes subtleShake {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-4px); } 40% { transform: translateX(4px); }
    60% { transform: translateX(-3px); } 80% { transform: translateX(3px); }
}
.hero__cta-wrap { margin-top: 40px; opacity: 0; transform: translateY(20px); }
.hero__cta {
    display: inline-block; font-family: var(--ab); font-size: 13px;
    letter-spacing: 0.15em; text-transform: uppercase;
    background: transparent; color: var(--white);
    padding: 14px 46px; text-decoration: none; border: 2px solid var(--white);
    position: relative; overflow: hidden; z-index: 1; transition: color 0.4s ease;
}
.hero__cta::before {
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 100%; height: 0; background: var(--white);
    transition: height 0.4s ease; z-index: -1;
}
.hero__cta:hover { color: var(--red); }
.hero__cta:hover::before { height: 100%; }
.hero__scroll {
    position: absolute; bottom: 40px; left: 50%;
    transform: translateX(-50%); z-index: 3; text-align: center;
}
.hero__scroll-text {
    font-family: var(--archivo); font-weight: 500; font-size: 11px;
    letter-spacing: 0.25em; text-transform: uppercase;
    color: rgba(255,255,255,0.5); display: block; margin-bottom: 16px;
}
.hero__scroll-line {
    width: 1px; height: 50px; background: rgba(255,255,255,0.4);
    animation: pulse 2s ease-in-out infinite; margin: 0 auto;
}
@keyframes pulse {
    0%, 100% { opacity: 0.2; transform: scaleY(0.5); transform-origin: top; }
    50% { opacity: 1; transform: scaleY(1); transform-origin: top; }
}

/* ===========================
   ABOUT
   =========================== */
.about { position: relative; background: var(--red); z-index: 10; }
.about__scroll-area { height: 500vh; }
.about__pinned {
    position: sticky; top: 0; height: 100vh;
    display: flex; align-items: center; overflow: hidden;
}
.about__layout {
    display: flex; align-items: flex-start; justify-content: space-between;
    max-width: 1200px; margin: 0 auto; padding: 0 60px; width: 100%; gap: 60px;
}
.about__text { flex: 1; max-width: 520px; padding-top: 40px; }
.about__headline {
    font-family: var(--anton); font-size: clamp(40px, 5vw, 68px);
    letter-spacing: 0.04em; text-transform: uppercase;
    color: var(--white); line-height: 1.15; margin-bottom: 48px;
}
.about__line-wrap { margin-bottom: 20px; position: relative; }
.about__line {
    font-family: var(--ab); font-size: clamp(16px, 2.2vw, 24px);
    text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.4;
}
.about__line .word {
    color: rgba(255,255,255,0.1); transition: color 0.3s ease; display: inline;
}
.about__line .word.is-lit { color: rgba(255,255,255,0.95); }
.about__cursor {
    display: inline-block; width: 4px; height: 1.1em;
    background: rgba(255,255,255,0.9); margin-left: 3px;
    vertical-align: text-bottom; animation: cursorBlink 0.7s step-end infinite;
}
@keyframes cursorBlink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
.about__cta-wrap { margin-top: 40px; }
.about__cta {
    display: inline-block; font-family: var(--ab); font-size: 13px;
    letter-spacing: 0.15em; text-transform: uppercase;
    background: var(--white); color: var(--red);
    padding: 14px 44px; text-decoration: none; border: none;
    opacity: 0; transform: translateY(20px);
    position: relative; overflow: hidden; z-index: 1;
    transition: all 0.5s ease, color 0.4s ease;
}
.about__cta::before {
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 100%; height: 0; background: var(--black);
    transition: height 0.4s ease; z-index: -1;
}
.about__cta.is-visible { opacity: 1; transform: translateY(0); }
.about__cta:hover { color: var(--white); }
.about__cta:hover::before { height: 100%; }
.about__images {
    flex: 0 0 380px; width: 380px; height: 80vh;
    overflow: hidden; position: relative;
}
.about__strip {
    display: flex; flex-direction: column; gap: 12px; will-change: transform;
}
.about__img {
    width: 380px; height: 380px; flex-shrink: 0; overflow: hidden; background: #1a0a0a;
}
.about__img img { width: 100%; height: 100%; object-fit: cover; display: block; }

@media (max-width: 767px) {
    .about__images {
        width: 100%;
        height: 500px;
        position: relative;
        overflow: hidden;
        border-radius: 12px;
        display: block !important;
    }
    .about__strip {
        display: flex !important;
        height: 100%;
        transition: transform 0.4s ease;
        cursor: grab;
        user-select: none;
        -webkit-user-select: none;
    }
    .about__strip.is-dragging {
        transition: none;
        cursor: grabbing;
    }
    .about__img {
        min-width: 100%;
        height: 100% !important;
        flex-shrink: 0;
        opacity: 1 !important;
        position: relative !important;
        display: block !important;
    }
    .about__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
    }
}

/* ===========================
   PACKAGES
   =========================== */
.packages {
    position: relative; background: var(--white); z-index: 10; padding: 120px 40px;
}
.packages__inner { max-width: 1200px; margin: 0 auto; }
.packages__label {
    font-family: var(--archivo); font-weight: 400; font-size: 12px;
    letter-spacing: 0.2em; text-transform: uppercase; color: #999; margin-bottom: 12px;
}
.packages__title {
    font-family: var(--anton); font-size: clamp(40px, 5vw, 64px);
    letter-spacing: 0.04em; text-transform: uppercase;
    color: var(--red); line-height: 1; margin-bottom: 60px;
}
.packages__grid { display: flex; gap: 30px; align-items: flex-start; }
.pkg {
    flex: 1; border: 2px solid #e0e0e0; background: var(--white);
    opacity: 0; transform: translateY(60px);
    transition: border-color 0.3s, opacity 0.6s ease, transform 0.6s ease;
}
.pkg:hover { border-color: var(--red); }
.pkg.is-visible { opacity: 1; transform: translateY(0); }
.pkg__header { padding: 28px 24px 20px; border-bottom: 2px solid #e8e8e8; }
.pkg__tier {
    font-family: var(--archivo); font-size: 9px; letter-spacing: 0.2em;
    text-transform: uppercase; color: #999; margin-bottom: 8px;
}
.pkg__name {
    font-family: var(--ab); font-size: 16px; text-transform: uppercase;
    letter-spacing: 0.05em; color: var(--black); line-height: 1.3;
}
.pkg__body { padding: 24px; }
.pkg__desc {
    font-family: var(--archivo); font-size: 13px; color: #666;
    line-height: 1.6; margin-bottom: 20px;
}
.pkg__features { list-style: none; margin-bottom: 8px; }
.pkg__feature {
    font-family: var(--archivo); font-size: 13px; color: #333;
    padding: 8px 0; border-bottom: 1px solid #f0f0f0;
    padding-left: 20px; position: relative;
}
.pkg__feature:last-child { border-bottom: none; }
.pkg__feature::before {
    content: "\2014"; position: absolute; left: 0; color: var(--red); font-weight: 700;
}
.pkg__cta {
    display: block; font-family: var(--ab); font-size: 11px;
    letter-spacing: 0.12em; text-transform: uppercase; text-align: center;
    padding: 14px; text-decoration: none; margin: 20px 24px 24px;
    position: relative; overflow: hidden; z-index: 1;
    transition: color 0.4s ease; border: none;
}
.pkg--starter .pkg__header { background: #fafafa; }
.pkg--starter .pkg__cta { background: var(--black); color: var(--white); }
.pkg--starter .pkg__cta::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 0; background: var(--red); transition: height 0.4s ease; z-index: -1; }
.pkg--starter .pkg__cta:hover::before { height: 100%; }
.pkg--featured { border-color: var(--red); }
.pkg--featured .pkg__header { background: var(--red); border-bottom-color: var(--red); }
.pkg--featured .pkg__tier { color: rgba(255,255,255,0.6); }
.pkg--featured .pkg__name { color: var(--white); }
.pkg--featured .pkg__cta { background: var(--red); color: var(--white); }
.pkg--featured .pkg__cta::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 0; background: var(--black); transition: height 0.4s ease; z-index: -1; }
.pkg--featured .pkg__cta:hover::before { height: 100%; }
.pkg--premium .pkg__header { background: #0a0a0a; border-bottom-color: #0a0a0a; }
.pkg--premium .pkg__tier { color: rgba(255,255,255,0.5); }
.pkg--premium .pkg__name { color: var(--white); }
.pkg--premium .pkg__cta { background: #0a0a0a; color: var(--white); }
.pkg--premium .pkg__cta::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 0; background: var(--red); transition: height 0.4s ease; z-index: -1; }
.pkg--premium .pkg__cta:hover::before { height: 100%; }

.pkg__name-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.pkg__name {
    flex: 1;
    min-width: 0;
}

.pkg__info-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    gap: 2px;
}

.pkg__info-btn:hover .pkg__info-label {
    opacity: 0.8;
}

.pkg__info-label {
    font-family: var(--archivo);
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: inherit;
    white-space: nowrap;
    opacity: 0.5;
    order: 2;
    transition: opacity 0.3s ease;
}

.info-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

/* ===========================
   RESPONSIVE (main content)
   =========================== */
@media (max-width: 1023px) {
    .about__images { flex: 0 0 280px; width: 280px; height: 46vh; }
    .about__img { width: 280px; height: 280px; }
    .about__layout { gap: 40px; padding: 0 32px; }
    .packages__grid { gap: 20px; }
}
@media (max-width: 767px) {
    .hero { height: 100vh; }
    .hero__word { font-size: 48px; }
    .hero__cta { padding: 12px 36px; font-size: 12px; }
    .about__scroll-area { height: auto; }
    .about__pinned { position: relative; height: auto; padding: 60px 0; }
    .about__layout { flex-direction: column; padding: 0 24px; gap: 24px; justify-content: center; }
    .about__text { max-width: 100%; padding-top: 0; }
    .about__headline { font-size: 36px; margin-bottom: 24px; }
    .about__line { font-size: 16px; }
    .about__cta { opacity: 0; transform: translateY(20px); }
    .about__images { width: 100%; flex: none; overflow: hidden; position: relative; }
    .about__strip { flex-direction: row; gap: 0; height: 100%; position: absolute; top: 0; left: 0; }
    .about__img { width: 100%; height: 250px; position: absolute; top: 0; left: 0; opacity: 0; transition: opacity 0.6s ease; }
    .about__img.is-active { opacity: 1; }
    .packages { padding: 80px 24px; }
    .packages__grid { flex-direction: column; gap: 24px; }
}


/* ===========================
   BLOG GRID
   =========================== */
.blog {
    background: var(--white);
    padding: 120px 0;
    position: relative;
    z-index: 10;
}

/* Naslov sekcije unutar bloga da prati stil paketa */
.blog .packages__inner {
    max-width: 1200px; /* Prilagodi svojoj max širini sajta */
    margin: 0 auto 60px auto;
    padding: 0 40px;
}

.blog__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

.post-card {
    text-decoration: none;
    color: var(--black);
    display: flex;
    flex-direction: column;
    padding: 40px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    transition: background 0.4s ease;
    position: relative;
    overflow: hidden;
}

.post-card:hover {
    background: #f9f9f9;
}

.post-card__img-wrap {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    margin-bottom: 30px;
    background: #eee;
}

.post-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.post-card:hover .post-card__img {
    transform: scale(1.05);
}

.post-card__meta {
    font-family: var(--archivo);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--red);
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.post-card__title {
    font-family: var(--anton);
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 0.02em;
    color: var(--black); /* Default boja */
    transition: color 0.3s ease;
}

/* HOVER EFEKAT - Naslov postaje crven */
.post-card:hover .post-card__title {
    color: var(--red) !important;
}

.post-card__excerpt {
    font-family: var(--archivo);
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Pagination */
.blog__pagination {
    margin-top: 60px;
    padding: 0 40px;
}

/* Responsive */
@media (max-width: 1023px) {
    .blog__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    .blog__grid { grid-template-columns: 1fr; }
    .post-card { padding: 30px 20px; }
}























/* ===========================
   SINGLE POST STYLE V2
   =========================== */
.post-page-wrapper {
    /* Povećaj padding ako je tvoj header viši */
    padding-top: 120px; 
    background: var(--white);
}

.post-header {
    padding-bottom: 40px;
}

.post-header__label {
    font-family: var(--archivo);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--red);
    margin-bottom: 12px;
    display: block;
}

.post-header__title {
    font-family: var(--anton);
    /* Smanjen font sa 90px na 54px za bolji balans */
    font-size: clamp(32px, 5vw, 54px); 
    line-height: 1.1;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 20px;
}

.post-meta {
    font-family: var(--archivo);
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    display: flex;
    gap: 20px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

/* Fiks za sliku - sada je u kontejneru sa zaobljenim ivicama kao na tvom dizajnu */
.post-hero-img-container {
    margin: 20px 0 60px 0;
}

.post-hero-img-container img {
    width: 100%;
    height: auto;
    max-height: 600px; /* Ograničavamo visinu */
    object-fit: cover;
    border-radius: 20px; /* Prati tvoj stil sa slike */
}

.post-body {
    font-family: var(--archivo);
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    max-width: 750px; /* Optimalno za čitanje */
    margin: 0 auto;
}

.post-body p { margin-bottom: 20px; }

.post-share {
    max-width: 750px;
    margin: 60px auto 100px auto;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.share-links {
    display: flex;
    gap: 25px;
}

.share-link {
    text-decoration: none;
    font-family: var(--anton);
    font-size: 13px;
    text-transform: uppercase;
    color: var(--black);
    transition: 0.3s;
}

.share-link:hover { color: var(--red); }

@media (max-width: 768px) {
    .post-page-wrapper { padding-top: 90px; }
    .post-header__title { font-size: 32px; }
}

/********************
 *** HOME PRICINGS **
 ********************/

/* GSAP Reveal */
[data-pkg] { opacity: 0; transform: translateY(40px); }

/* Header & Name Row */
.pkg__name-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    width: 100%;
}

/* Info Dugme Kontejner */
.pkg__info-btn {
    background: none;
    border: none;
    padding: 0;
    margin-left: 15px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;  /* Fiksna širina */
    height: 32px; /* Fiksna visina */
    outline: none;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.pkg__info-btn:hover { transform: scale(1.1); }

/* IKONICA - deblja i jasnija */
.info-icon {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 3;
}

/* PULSIRAJUĆI KRUG - FIX ZA KVADRAT */
.pulse-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    border-radius: 50% !important; /* Forsira krug */
    border: 2px solid rgba(255, 255, 255, 0.5);
    display: block !important;
    box-sizing: border-box;
    z-index: 1;
    pointer-events: none;
    animation: ringPulse 2s cubic-bezier(0.24, 0, 0.38, 1) infinite;
}

/* Specifična boja za Starter (crni krug na belom) */
.pkg--starter .pulse-ring {
    border-color: rgba(0, 0, 0, 0.2);
}

@keyframes ringPulse {
    0% { 
        transform: translate(-50%, -50%) scale(0.8); 
        opacity: 0.8; 
    }
    100% { 
        transform: translate(-50%, -50%) scale(2.2); 
        opacity: 0; 
    }
}

/* MODAL SISTEM */
.pkg-modal {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    z-index: 10000;
    visibility: hidden; opacity: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pkg-modal.is-open { visibility: visible; opacity: 1; }

.pkg-modal__overlay {
    position: absolute; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
}

.pkg-modal__content {
    position: relative;
    background: #720000;
    color: #fff;
    padding: 50px 40px;
    max-width: 600px;
    width: 90%;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
    transform: translateY(30px) scale(0.98);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pkg-modal.is-open .pkg-modal__content {
    transform: translateY(0) scale(1);
}

.pkg-modal__close {
    position: absolute; top: 20px; right: 20px;
    background: rgba(0,0,0,0.2);
    border: none; color: #fff;
    width: 36px; height: 36px;
    border-radius: 50%;
    font-size: 20px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
}

.pkg-modal__body {
    font-size: 1.1rem;
    line-height: 1.7;
    font-weight: 300;
}

.pkg-modal__body strong {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}


/********************
 **** ABOUT PAGE ****
 ********************/

/* ===========================
   SECTION 1: HERO
   =========================== */
.ab-hero {
    position: relative; width: 100%; height: 100vh;
    background: var(--red); display: flex; align-items: center;
    justify-content: center; overflow: hidden;
}
.ab-hero__bg {
    position: absolute; inset: 0; z-index: 1;
    background-image: url('/storage/assets/marchitect-home-about-2.jpg');
    background-size: cover; background-position: center;
    filter: grayscale(100%) contrast(110%);
    opacity: 0.3; mix-blend-mode: multiply;
}
.ab-hero::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, transparent 50%, rgba(0,0,0,0.4) 100%);
    z-index: 2;
}
.ab-hero__content {
    text-align: center; width: 90%; max-width: 900px; z-index: 10; position: relative;
}
.ab-hero__title {
    font-family: var(--anton); font-size: clamp(48px, 10vw, 120px);
    letter-spacing: 0.04em; text-transform: uppercase;
    color: var(--white); line-height: 0.92; margin-bottom: 24px;
    opacity: 0; transform: translateY(50px);
}
.ab-hero__sub {
    font-family: var(--ab); font-size: clamp(12px, 1.8vw, 18px);
    letter-spacing: 0.2em; text-transform: uppercase;
    color: rgba(255,255,255,0.7); margin-bottom: 40px;
    opacity: 0; transform: translateY(30px);
}
.ab-hero__scroll {
    position: absolute; bottom: 40px; left: 50%;
    transform: translateX(-50%); text-align: center; opacity: 0; z-index: 10;
}
.ab-hero__scroll-text {
    font-family: var(--archivo); font-weight: 500; font-size: 10px;
    letter-spacing: 0.25em; text-transform: uppercase;
    color: rgba(255,255,255,0.6); display: block; margin-bottom: 12px;
}
.ab-hero__scroll-line {
    width: 1px; height: 40px; background: rgba(255,255,255,0.4);
    animation: abPulse 2s ease-in-out infinite; margin: 0 auto;
}
@keyframes abPulse {
    0%, 100% { opacity: 0.2; transform: scaleY(0.5); transform-origin: top; }
    50% { opacity: 1; transform: scaleY(1); transform-origin: top; }
}

/* ===========================
   SECTION 2: MANIFESTO (GSAP pinned)
   =========================== */
.manifesto {
    position: relative; background: var(--white); z-index: 10;
}
/* Scroll area = 4 slides worth of scroll distance */
.manifesto__scroll-area {
    position: relative;
}
/* This gets pinned by GSAP */
.manifesto__pinned {
    height: 100vh; width: 100%;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden; position: relative;
}
.manifesto__slide {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    padding: 40px; opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateY(30px);
}
.manifesto__slide.is-active {
    opacity: 1; transform: translateY(0);
}
.manifesto__text {
    text-align: center; width: 85%; max-width: 1000px;
    font-family: var(--anton); font-size: clamp(28px, 5.5vw, 68px);
    letter-spacing: 0.03em; text-transform: uppercase;
    color: var(--black); line-height: 1.05;
}
.manifesto__accent { color: var(--red); }
.manifesto__counter {
    position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
    font-family: var(--archivo); font-weight: 700; font-size: 11px;
    letter-spacing: 0.15em; color: #ccc; z-index: 5;
}
.manifesto__dots {
    position: absolute; right: 30px; top: 50%; transform: translateY(-50%);
    display: flex; flex-direction: column; gap: 10px; z-index: 5;
}
.manifesto__dot {
    width: 8px; height: 8px; background: #ddd; transition: all 0.3s;
}
.manifesto__dot.is-current { background: var(--red); transform: scale(1.3); }

/* ===========================
   SECTION 3: FOUNDER
   =========================== */
.founder {
    position: relative; background: var(--red); z-index: 10; padding: 120px 40px;
}
.founder__layout {
    display: flex; align-items: center; gap: 80px;
    max-width: 1200px; margin: 0 auto;
}
.founder__image {
    flex: 0 0 400px; width: 400px; height: 500px;
    overflow: hidden; background: #1a0a0a;
    opacity: 0; transform: translateX(-40px); transition: all 0.8s ease;
}
.founder__image.is-visible { opacity: 1; transform: translateX(0); }
.founder__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.founder__text { flex: 1; max-width: 520px; }
.founder__label {
    font-family: var(--archivo); font-weight: 400; font-size: 11px;
    letter-spacing: 0.2em; text-transform: uppercase;
    color: rgba(255,255,255,0.4); margin-bottom: 16px;
}
.founder__name {
    font-family: var(--anton); font-size: clamp(36px, 4vw, 56px);
    letter-spacing: 0.04em; text-transform: uppercase;
    color: var(--white); line-height: 1; margin-bottom: 40px;
}
.founder__line {
    font-family: var(--ab); font-size: clamp(14px, 1.8vw, 20px);
    text-transform: uppercase; letter-spacing: 0.04em;
    line-height: 1.5; margin-bottom: 12px;
}
.founder__line .f-word {
    color: rgba(255,255,255,0.1); transition: color 0.3s ease; display: inline;
}
.founder__line .f-word.is-lit { color: rgba(255,255,255,0.95); }
.founder__cursor {
    display: inline-block; width: 3px; height: 1em;
    background: rgba(255,255,255,0.9); margin-left: 2px;
    vertical-align: text-bottom; animation: fCursorBlink 0.7s step-end infinite;
}
@keyframes fCursorBlink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
  
.about-agency {
    position: relative; 
    background: var(--red); 
    z-index: 10; 
    padding: 160px 40px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.about-agency__inner {
    max-width: 1000px;
    width: 100%;
}

.about-agency__label {
    font-family: var(--archivo); 
    font-weight: 400; 
    font-size: 11px;
    letter-spacing: 0.25em; 
    text-transform: uppercase;
    color: rgba(255,255,255,0.5); 
    margin-bottom: 60px;
}

.about-agency__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.agency-v2-line {
    font-family: var(--ab); 
    font-size: clamp(20px, 2.5vw, 32px); /* Manji i elegantniji font */
    text-transform: uppercase; 
    letter-spacing: 0.03em;
    line-height: 1.4;
    margin: 0;
}

/* Stil za reči koje će se paliti na skrol */
.v2-word {
    color: rgba(255,255,255,0.15); /* Skoro nevidljivo u startu */
    transition: color 0.4s ease;
    display: inline-block;
    margin-right: 0.25em;
}

.v2-word.is-lit {
    color: rgba(255,255,255,1); /* Potpuno belo kad se "upali" */
}

@media (max-width: 767px) {
    .about-agency { padding: 100px 24px; }
    .about-agency__label { margin-bottom: 40px; }
    .agency-v2-line { font-size: 20px; line-height: 1.5; }
}

/* ===========================
   SECTION 4: NUMBERS + CLOSING
   =========================== */
.numbers-closing {
    position: relative; background: var(--white); z-index: 10;
    padding: 100px 40px 80px; text-align: center;
}
.numbers__grid {
    display: flex; gap: 40px; max-width: 1200px; margin: 0 auto 80px;
    justify-content: center; text-align: center;
}
.numbers__item {
    flex: 1; max-width: 280px;
    opacity: 0; transform: translateY(40px); transition: all 0.6s ease;
}
.numbers__item.is-visible { opacity: 1; transform: translateY(0); }
.numbers__value {
    font-family: var(--anton); font-size: clamp(48px, 6vw, 80px);
    color: var(--black); letter-spacing: 0.02em; line-height: 1; margin-bottom: 12px;
}
.numbers__label {
    font-family: var(--archivo); font-weight: 500; font-size: 12px;
    letter-spacing: 0.15em; text-transform: uppercase; color: #999;
}
.numbers-closing__divider {
    width: 60px; height: 2px; background: var(--red);
    margin: 0 auto 60px; opacity: 0; transition: opacity 0.6s ease;
}
.numbers-closing__divider.is-visible { opacity: 1; }
.numbers-closing__title {
    font-family: var(--anton); font-size: clamp(32px, 5vw, 56px);
    letter-spacing: 0.04em; text-transform: uppercase;
    color: var(--red); line-height: 1.1; max-width: 800px; margin: 0 auto;
    opacity: 0; transform: translateY(30px); transition: all 0.6s ease;
}
.numbers-closing__title.is-visible { opacity: 1; transform: translateY(0); }

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 1023px) {
    .founder__layout { gap: 48px; }
    .founder__image { flex: 0 0 320px; width: 320px; height: 400px; }
}
@media (max-width: 767px) {
    .ab-hero__title { font-size: 48px; }
    .manifesto__text { font-size: 32px; line-height: 1.1; }
    .manifesto__dots { right: 16px; }
    .manifesto__slide { padding: 24px; }
    .founder { padding: 80px 24px; }
    .founder__layout { flex-direction: column; gap: 40px; }
    .founder__image { flex: none; width: 100%; height: 350px; opacity: 1; transform: none; }
    .founder__name { font-size: 36px; margin-bottom: 28px; }
    .numbers-closing { padding: 80px 24px 60px; }
    .numbers__grid { flex-direction: column; gap: 40px; align-items: center; }
    .numbers-closing__title { font-size: 28px; }
}